@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
============================================ */
/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  overflow: hidden;
}
html.scroll,
body.scroll {
  overflow: visible;
}

.wrapper {
  width: 100%;
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  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;
  }
}

/* .loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
  transition: opacity 1s ease-out;
}
.loading.hide {
  opacity: 0;
}

/* .bg
===================================================== */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .bg.bg__1 {
    background-image: url(../images/bg_1_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bg.bg__1 {
    background-image: url(../images/bg_1_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .bg.bg__2 {
    background-image: url(../images/bg_2_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bg.bg__2 {
    background-image: url(../images/bg_2_sp.jpg);
  }
}

/* .fv,.footer
===================================================== */
.fv,
.footer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.fv.hide,
.footer.hide {
  opacity: 0;
}

/* .fv
===================================================== */
.fv {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 52.0833333333vw;
    max-height: 100vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100vh;
    height: 100svh;
  }
}
.fv.on .fvImg img {
  transform: scale(1);
  transition: transform 1s ease;
}
.fv.on .title {
  opacity: 1;
  transition: opacity 1.5s ease;
  transition-delay: 0.5s;
}
.fv.on .scroll span {
  -webkit-animation: line 3s 0.8s ease-in-out infinite;
          animation: line 3s 0.8s ease-in-out infinite;
}
.fv .fvImg {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .fv .fvImg {
    display: flex;
  }
}
.fv .fvImg li {
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .fv .fvImg li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvImg li:nth-of-type(1), .fv .fvImg li:nth-of-type(3) {
    filter: grayscale(100%);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvImg li:nth-of-type(n + 2) {
    display: none;
  }
}
.fv .fvImg li img {
  transform: scale(1.02);
  transform-origin: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv .title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .fv .title {
    width: 15.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .title {
    width: 53.3333333333vw;
  }
}
.fv .fvText {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  color: #fff;
  letter-spacing: 0.3em;
  transform-origin: center;
  white-space: nowrap;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .fv .fvText {
    font-size: 0.7638888889vw;
    top: 50%;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText {
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvText__1 {
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText__1 {
    top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvText__2 {
    right: 10px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText__2 {
    bottom: 10px;
  }
}
.fv .scroll {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .scroll {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv .scroll {
    height: 70px;
  }
}
.fv .scroll span {
  display: block;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@-webkit-keyframes line {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  30% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  65% {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  66% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
@keyframes line {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  30% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  65% {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  66% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

/* .main
===================================================== */
.main {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .main {
    margin-top: 52.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 100vh;
    margin-top: 100svh;
  }
}

/* bgWhite
===================================================== */
.bgWhite {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .bgWhite {
    padding: 200px 0;
  }
}
@media screen and (max-width: 768px) {
  .bgWhite {
    padding: 150px 0;
  }
}
.bgWhite.bgUnder {
  margin-bottom: 100vh;
}

@media screen and (max-width: 768px) {
  .bgWhite__3 {
    padding: 150px 0 100px;
  }
}

/* .list
===================================================== */
.list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .list {
    max-width: 1300px;
    gap: 10px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .list {
    width: 100%;
    padding: 0 15px;
    gap: 5px;
  }
}
.list .list_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .list .list_item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .list .list_item {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .list .list_item__pc {
    opacity: 0 !important;
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .list .list_item__sp {
    opacity: 0 !important;
    display: none !important;
  }
}
.list .list_item.modalShow {
  cursor: auto;
}
.list .list_item.modalShow .pcOver {
  opacity: 1;
  pointer-events: auto;
}
.list .list_item.modalShow .mark__plus {
  opacity: 0;
}
.list .list_item.modalShow .list_img img {
  transform: scale(1.08);
}
@media screen and (min-width: 769px) {
  .list .list_img:hover img {
    transform: scale(1.08);
  }
}
.list .list_img img {
  transform-origin: center;
  transition: transform 0.5s ease;
}
.list .mark {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .list .mark {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .list .mark {
    width: 29px;
    height: 29px;
    padding: 7px;
  }
}
.list .mark__plus {
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}
.list .mark__minus {
  cursor: pointer;
}
.list .mark__minus span:not(.mark_inner):nth-of-type(2) {
  display: none;
}
.list .mark .mark_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list .mark span:not(.mark_inner) {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list .mark span:not(.mark_inner):nth-of-type(1) {
  width: 100%;
  height: 1px;
}
.list .mark span:not(.mark_inner):nth-of-type(2) {
  height: 100%;
  width: 1px;
}
.list .pcOver {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.list .pcOver .credit {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* .credit
===================================================== */
.credit {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.credit .credit_link {
  font-size: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .credit .credit_link:hover .credit_btn__buy {
    background-color: #fff;
    color: #000;
  }
}
.credit .credit_data {
  min-width: 120px;
  padding-right: 15px;
}
.credit .credit_data span {
  display: inline-block;
}
.credit .credit_data span.credit_name {
  text-transform: uppercase;
}
.credit .credit_btn {
  text-transform: uppercase;
  height: 18px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .credit .credit_btn {
    border: 1px solid #fff;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_btn {
    border: 1px solid #000;
  }
}
.credit .credit_btn__coming {
  opacity: 0.4;
}

/* .footerTop
===================================================== */
@media screen and (max-width: 768px) {
  .footerTop {
    margin-top: 100px;
  }
  .footerTop .linkBtn {
    margin-bottom: 100px;
  }
}
/* .footer
===================================================== */
.footer {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .footer {
    background-image: url(../images/footer_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url(../images/footer_sp.jpg);
  }
}

.staff {
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 2.1666666667;
}
@media screen and (min-width: 769px) {
  .staff {
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .staff {
    text-align: center;
  }
}
.staff span {
  display: block;
}

@media screen and (min-width: 769px) {
  .linkBtn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
  }
}
.linkBtn a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 769px) {
  .linkBtn a {
    width: 250px;
    line-height: 55px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .linkBtn a {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    line-height: 55px;
    border: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  .linkBtn a:hover {
    background-color: #fff;
    color: #000;
  }
  .linkBtn a:hover .arrow path {
    fill: #000;
  }
}
.linkBtn a:first-of-type {
  margin-bottom: 10px;
}
.linkBtn a .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.logo {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .logo {
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.logo .logoImg {
  display: block;
}
@media screen and (min-width: 769px) {
  .logo .logoImg {
    width: 168px;
    margin-left: auto;
    margin-bottom: 5px;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .logo .logoImg {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .logo .logoImg:hover {
    opacity: 0.6;
  }
}
.logo small {
  display: block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  white-space: nowrap;
  text-align: center;
}

/* .arrow
===================================================== */
.arrow {
  width: 8px;
}
@media screen and (min-width: 769px) {
  .arrow path {
    transition: fill 0.5s;
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .arrow path {
    fill: #000;
  }
}

/* .modal
===================================================== */
@media screen and (max-width: 768px) {
  .modal {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .modal {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_white {
    background-color: #fff;
    width: 100%;
    max-height: 100%;
    position: relative;
    overflow-y: scroll;
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_content {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalImg {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-left: auto;
    width: 50px;
    height: 60px;
    padding: 15px 10px;
  }
  .modal .modalClose .modalClose_inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .modal .modalClose span:not(.modalClose_inner) {
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal .modalClose span:not(.modalClose_inner):nth-of-type(1) {
    width: 100%;
    height: 1px;
  }
  .modal .modalClose span:not(.modalClose_inner):nth-of-type(2) {
    height: 100%;
    width: 1px;
  }
}/*# sourceMappingURL=style.css.map */