@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 1.2s;
}
.fadeIn.on {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1.2s;
}
.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 1.2s;
}
.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.5s;
          animation-duration: 1.5s;
  -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.5s;
          animation-duration: 1.5s;
  -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 1.2s 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 1.2s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  background-color: #EEE4D7;
  color: #010304;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* creditAjax
===================================================== */
/* .loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
}

/* .header
===================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #EEE4D7;
  width: 100%;
  transform: translateY(-110%);
  transition: transform 0.5s;
  box-shadow: 0 4px 13px -1px rgba(0, 0, 0, 0.11);
}
@media screen and (min-width: 769px) {
  .header {
    height: 74px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}
.header .headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateX(-2%);
}
@media screen and (min-width: 769px) {
  .header .headerLogo {
    gap: 23px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerLogo {
    gap: 20px;
  }
}
.header .headerLogo .headerLogo_mark {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media screen and (min-width: 769px) {
  .header .headerLogo .headerLogo_mark {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerLogo .headerLogo_mark {
    width: 25px;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(390deg);
  }
  65% {
    transform: rotate(330deg);
  }
  80% {
    transform: rotate(375deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(390deg);
  }
  65% {
    transform: rotate(330deg);
  }
  80% {
    transform: rotate(375deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@media screen and (min-width: 769px) {
  .header .headerLogo .headerLogo_text {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerLogo .headerLogo_text {
    width: 150px;
  }
}
.header.on {
  transform: translateY(0);
}

/* .fv
===================================================== */
.fv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 1.8666666667vw;
  }
}

.fvList {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  .fvList {
    width: 602px;
    margin-left: auto;
    margin-right: auto;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .fvList {
    gap: 1.3333333333vw;
    width: 100%;
  }
}
.fvList.show {
  opacity: 1;
}
.fvList .fvList_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fvList .fvList_item {
    padding-top: 110.2040816327%;
  }
}
@media screen and (max-width: 768px) {
  .fvList .fvList_item {
    padding-top: 158.6206896552%;
  }
}
.fvList .fvList_item.change .fvList_card__prev {
  opacity: 0;
}
.fvList .fvList_item.change .fvList_card__next {
  opacity: 1;
}
.fvList .fvList_item.change:nth-of-type(1) .fvList_card {
  transition-delay: 0s;
}
.fvList .fvList_item.change:nth-of-type(2) .fvList_card {
  transition-delay: 0.15s;
}
.fvList .fvList_item.change:nth-of-type(3) .fvList_card {
  transition-delay: 0.3s;
}
.fvList .fvList_item.change:nth-of-type(4) .fvList_card {
  transition-delay: 0.45s;
}
.fvList .fvList_item.change:nth-of-type(5) .fvList_card {
  transition-delay: 0.6s;
}
.fvList .fvList_item.change:nth-of-type(6) .fvList_card {
  transition-delay: 0.75s;
}
.fvList .fvList_item.change:nth-of-type(7) .fvList_card {
  transition-delay: 0.9s;
}
.fvList .fvList_item.change:nth-of-type(8) .fvList_card {
  transition-delay: 1.05s;
}
.fvList .fvList_item.change:nth-of-type(9) .fvList_card {
  transition-delay: 1.2s;
}
.fvList .fvList_item.change:nth-of-type(10) .fvList_card {
  transition-delay: 1.35s;
}
.fvList .fvList_item.change:nth-of-type(11) .fvList_card {
  transition-delay: 1.5s;
}
.fvList .fvList_item.change:nth-of-type(12) .fvList_card {
  transition-delay: 1.65s;
}
.fvList .fvList_item.change:nth-of-type(13) .fvList_card {
  transition-delay: 1.8s;
}
.fvList .fvList_item.change:nth-of-type(14) .fvList_card {
  transition-delay: 1.95s;
}
.fvList .fvList_item.change:nth-of-type(15) .fvList_card {
  transition-delay: 2.1s;
}
.fvList .fvList_item.change:nth-of-type(16) .fvList_card {
  transition-delay: 2.25s;
}
.fvList .fvList_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0s;
}
.fvList .fvList_card.fvList_card__prev {
  opacity: 1;
}
.fvList .fvList_card.fvList_card__next {
  opacity: 0;
}

.fVTitle {
  background-color: #EEE4D7;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  .fVTitle {
    width: 279px;
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .fVTitle {
    width: 59.4666666667vw;
    height: 59.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fVTitle .fVTitle_img {
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .fVTitle .fVTitle_img {
    width: 37.3333333333vw;
  }
}
.fVTitle.show {
  opacity: 1;
}

/* .lead
===================================================== */
.lead {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 67px 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 50px 0;
  }
}

.leadTitle {
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .leadTitle {
    font-size: 34px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  .leadTitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.leadTitle span {
  display: block;
}
@media screen and (min-width: 769px) {
  .leadTitle span {
    font-size: 23px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .leadTitle span {
    font-size: 15px;
    margin-top: 8px;
  }
}

.leadText {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .leadText {
    font-size: 15px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .leadText {
    font-size: 12px;
    line-height: 2.0833333333;
  }
}

/* .lineup
===================================================== */
.lineup {
  background-color: #DCCDBA;
}
@media screen and (min-width: 769px) {
  .lineup {
    padding: 62px 0 115px;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 40px 0 70px;
  }
}

.lineupTitle {
  text-align: center;
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .lineupTitle {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lineupTitle {
    font-size: 28px;
    margin-bottom: 22px;
  }
}

.lineupList {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .lineupList {
    max-width: 1125px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 50px 20px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1165px) {
  .lineupList {
    width: 552px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lineupList {
    max-width: 335px;
    gap: 40px 10px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.lineupList .lineupList_item {
  width: 100%;
}
.lineupList .lineupList_item:nth-of-type(1) {
  transition-delay: 0s;
}
.lineupList .lineupList_item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.lineupList .lineupList_item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.lineupList .lineupList_item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.lineupList .lineupList_item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.lineupList .lineupList_item:nth-of-type(6) {
  transition-delay: 1s;
}
.lineupList .lineupList_link {
  display: block;
}

@media screen and (min-width: 769px) {
  .lineupListImg {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lineupListImg {
    margin-bottom: 13px;
  }
}

.lineupListBtn {
  border: 1px solid #010304;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .lineupListBtn {
    padding: 0 17px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1165px) {
  .lineupListBtn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .lineupListBtn {
    padding: 0 8px;
    height: 28px;
  }
}
.lineupListBtn .lineupListBtn_name {
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .lineupListBtn .lineupListBtn_name {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lineupListBtn .lineupListBtn_name {
    font-size: 11px;
  }
}
.lineupListBtn .lineupListBtn_plus {
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .lineupListBtn .lineupListBtn_plus {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .lineupListBtn .lineupListBtn_plus {
    width: 7px;
    height: 7px;
  }
}
.lineupListBtn .lineupListBtn_plus::before, .lineupListBtn .lineupListBtn_plus::after {
  content: "";
  display: block;
  background-color: #010304;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lineupListBtn .lineupListBtn_plus::before {
  width: 100%;
  height: 1px;
}
.lineupListBtn .lineupListBtn_plus::after {
  height: 100%;
  width: 1px;
}

@media screen and (min-width: 769px) {
  .lineupList_item__4 .lineupListBtn_name {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .lineupList_item__4 .lineupListBtn_name {
    font-size: 9px;
  }
}

/* .item
===================================================== */
@media screen and (min-width: 769px) {
  .item {
    padding: 115px 0 170px;
  }
}
@media screen and (max-width: 768px) {
  .item {
    padding: 70px 0 90px;
  }
}
.item:nth-of-type(odd) {
  background-color: #EEE4D7;
}
.item:nth-of-type(even) {
  background-color: #DCCDBA;
}

.itemTop {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .itemTop {
    max-width: 1042px;
    width: 90vw;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .itemTop {
    width: 91.4666666667vw;
    margin-bottom: 30px;
  }
}
.itemTop .itemTop_img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .itemTop .itemTop_img {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .itemTop .itemTop_img {
    margin-bottom: 10px;
  }
}
.itemTop .itemTop_link {
  display: block;
}

.itemTopData {
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .itemTopData {
    padding: 20px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .itemTopData {
    padding: 10px 0 15px;
  }
}
.itemTopData::before, .itemTopData::after {
  content: "";
  display: block;
  background-color: #010304;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  transition: width 1s, opacity 1s;
}
@media screen and (min-width: 769px) {
  .itemTopData::before, .itemTopData::after {
    height: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  .itemTopData::before, .itemTopData::after {
    height: 1px;
  }
}
.itemTopData::before {
  top: 0;
}
.itemTopData::after {
  bottom: 0;
}
.itemTopData.on::before, .itemTopData.on::after {
  width: 100%;
  opacity: 1;
}
.itemTopData .itemTopData_name {
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .itemTopData .itemTopData_name {
    font-size: 52px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .itemTopData .itemTopData_name {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.itemTopData .itemTopData_flex {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .itemTopData .itemTopData_flex {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .itemTopData .itemTopData_flex {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.itemTopData .itemTopData_price::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}
.itemTopData .itemTopData_color span:nth-of-type(n + 2)::before {
  content: ",  ";
}

.btnBuy {
  background-color: #010304;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .btnBuy {
    font-size: 17px;
    width: 76px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .btnBuy {
    font-size: 12px;
    width: 55px;
    line-height: 20px;
  }
}

.itemSlide {
  position: relative;
}
@media screen and (min-width: 769px) {
  .itemSlide {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .itemSlide {
    margin-bottom: 20px;
  }
}
.itemSlide::before {
  content: "";
  display: block;
  width: 100vw;
  background-color: #C7AD92;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .itemSlide::before {
    height: min(21.1059907834vw, 229px);
  }
}
@media screen and (max-width: 768px) {
  .itemSlide::before {
    height: 47.2vw;
  }
}
.itemSlide .itemSlideList {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .itemSlide .itemSlideList {
    max-width: 1045px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .itemSlide .itemSlideList {
    width: 100%;
  }
}
.itemSlide .itemSlideList .itemSlideList_item {
  transition: transform 1s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .itemSlide .itemSlideList .itemSlideList_item {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .itemSlide .itemSlideList .itemSlideList_item {
    transform: scale(0.76);
  }
}
.itemSlide .itemSlideList .itemSlideList_item.swiper-slide-active {
  transform: scale(1);
}
@media screen and (min-width: 769px) {
  .itemSlide .itemSlideList .swiper-button {
    width: 18px;
    height: 30px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 50%;
  }
  .itemSlide .itemSlideList .swiper-button-prev {
    transform: translate(calc(-50% - min(21.3397129187vw, 223px)), -50%);
  }
  .itemSlide .itemSlideList .swiper-button-next {
    transform: translate(calc(-50% + min(21.3397129187vw, 223px)), -50%) scale(-1, 1);
  }
}
@media screen and (max-width: 768px) {
  .itemSlide .itemSlideList .swiper-button {
    display: none !important;
  }
}
.itemSlide .itemSlideList .swiper-button::after {
  content: none;
}

.itemCome {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .itemCome {
    width: min(50.7177033493vw, 530px);
    margin-bottom: min(8.1339712919vw, 85px);
  }
}
@media screen and (max-width: 768px) {
  .itemCome {
    width: 86.6666666667vw;
    margin-bottom: 55px;
  }
}
.itemCome span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .itemCome span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .itemCome span {
    font-size: 12px;
  }
}

.itemMovie {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .itemMovie {
    width: min(53.014354067vw, 554px);
  }
}
@media screen and (max-width: 768px) {
  .itemMovie {
    width: 78.9333333333vw;
  }
}

/* .custom
===================================================== */
@media screen and (min-width: 769px) {
  .custom {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .custom {
    padding: 88px 0 92px;
  }
}
.custom .customTitle {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .custom .customTitle {
    width: 554px;
    padding: 33px 0 41px;
    margin-bottom: 70px;
    border-top: 1.5px solid #010304;
    border-bottom: 1.5px solid #010304;
  }
}
@media screen and (max-width: 768px) {
  .custom .customTitle {
    width: 86.6666666667vw;
    padding: 13px 0 22px;
    margin-bottom: 43px;
    border-top: 1px solid #010304;
    border-bottom: 1px solid #010304;
  }
}
.custom .customTitle .customTitle_txt {
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .custom .customTitle .customTitle_txt {
    font-size: 60px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customTitle .customTitle_txt {
    font-size: 44px;
    margin-bottom: 5px;
  }
}
.custom .customTitle .customTitle_img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .custom .customTitle .customTitle_img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customTitle .customTitle_img {
    width: 140px;
  }
}
.custom .customImgArea {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .custom .customImgArea {
    width: min(96.0119641077vw, 963px);
  }
}
@media screen and (max-width: 768px) {
  .custom .customImgArea {
    width: 100%;
  }
}
.custom .customImg__1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .custom .customImg__1 {
    width: min(46.9591226321vw, 471px);
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customImg__1 {
    width: 72vw;
    margin-bottom: 3.2vw;
  }
}
.custom .customImg__2 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .custom .customImg__2 {
    width: min(43.4695912263vw, 436px);
    margin-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customImg__2 {
    width: 59.7333333333vw;
    margin-left: 6.1333333333vw;
    margin-bottom: 9.6vw;
  }
}
.custom .customImg__3 {
  margin-left: auto;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .custom .customImg__3 {
    width: min(39.6809571286vw, 398px);
    margin-top: -239px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customImg__3 {
    width: 54.6666666667vw;
    margin-right: 4.5333333333vw;
  }
}
.custom .customImg__4 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .custom .customImg__4 {
    width: min(47.557328016vw, 477px);
  }
}
@media screen and (max-width: 768px) {
  .custom .customImg__4 {
    width: 74.6666666667vw;
    margin-left: 16.8vw;
    margin-bottom: 8.5333333333vw;
  }
}
.custom .customImg__5 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .custom .customImg__5 {
    margin-left: auto;
    width: min(34.4965104686vw, 346px);
    margin-right: 8px;
    margin-top: -266px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customImg__5 {
    margin-right: auto;
    width: 47.4666666667vw;
    margin-left: 3.4666666667vw;
  }
}
.custom .customImgList .customImgList_item {
  width: 100%;
}
.custom .customImgList__1 {
  margin-right: auto;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .custom .customImgList__1 {
    width: min(38.8833499501vw, 390px);
    margin-left: 322px;
    margin-top: 261px;
    margin-bottom: 127px;
    margin-top: -75px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customImgList__1 {
    width: 61.0666666667vw;
    margin-left: 5.0666666667vw;
    margin-top: -22.6666666667vw;
    margin-bottom: 9.6vw;
  }
}
.custom .customImgList__2 {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .custom .customImgList__2 {
    width: min(40.4785643071vw, 406px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .custom .customImgList__2 {
    width: 55.7333333333vw;
    margin-right: 3.7333333333vw;
    margin-top: -17.3333333333vw;
  }
}

/* .footer
===================================================== */
.footer {
  background-color: #DCCDBA;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 126px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 90px 0 20px;
  }
}
.footer .allBtn {
  background-color: #010304;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .allBtn {
    width: 336px;
    line-height: 62px;
    font-size: 25px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .footer .allBtn {
    width: 75.4666666667vw;
    line-height: 62px;
    font-size: 23px;
    margin-bottom: 97px;
  }
}
.footer .allBtn a {
  display: block;
}
.footer .bnr {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .bnr {
    width: 336px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .footer .bnr {
    width: 75.4666666667vw;
    margin-bottom: 97px;
  }
}
.footer .bnr a {
  display: block;
}
.footer .inst {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .inst {
    width: 586px;
    margin-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .footer .inst {
    width: 86.1333333333vw;
    margin-bottom: 140px;
  }
}
.footer .instTitle {
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .footer .instTitle {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer .instTitle {
    margin-bottom: 25px;
    font-size: 21px;
  }
}
.footer .instContent {
  width: 100%;
}
.footer .instBtn {
  background-color: #010304;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .footer .instBtn {
    width: 186px;
    line-height: 44px;
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .footer .instBtn {
    width: 48.2666666667vw;
    line-height: 44px;
    font-size: 20px;
  }
}
.footer .LeeepListScrollInner {
  margin-bottom: 0 !important;
}
.footer .LeeepStyleBorder .LeeepPost {
  border: none !important;
}
.footer .LeeepListByLeeepContainer {
  display: none !important;
}
.footer .LeeepSeeMore {
  display: block;
  background-color: #010304;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-family: "quiche-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: #010304 !important;
  position: relative;
  height: auto !important;
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  .footer .LeeepSeeMore {
    width: 186px !important;
    line-height: 44px !important;
    font-size: 21px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .footer .LeeepSeeMore {
    width: 48.2666666667vw !important;
    line-height: 44px !important;
    font-size: 20px;
    margin-top: 33px;
  }
}
.footer .LeeepSeeMore::before {
  content: "more";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .footerLogo {
    width: 145px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLogo {
    width: 130px;
    margin-bottom: 20px;
  }
}
.footer .footerLogo a {
  display: block;
}
.footer .footerCopy {
  font-family: "quiche-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.footer .footerCopy small {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .footerCopy small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerCopy small {
    font-size: 12px;
  }
}

/* .totop
===================================================== */
.totop {
  position: fixed;
  z-index: 100;
  background-color: #EEE4D7;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 53px;
    height: 53px;
    bottom: 30px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .totop {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 15px;
  }
}
.totop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .totop svg {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .totop svg {
    width: 12px;
  }
}
.totop.on {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */