@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 768px) {
  html {
    height: 100%;
    margin: 0;
  }
}

.main-area {
  overflow: unset;
}

@media (min-width: 768px) {
  .overwrap {
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    height: 100vh;
  }
}

#Header,
.bredlist,
#Foot {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (min-width: 768px) {
  .style {
    scroll-snap-align: start;
    height: 100vh;
  }
}

.main-area {
  min-width: initial;
  max-width: initial;
}

.collection {
  --color-white: #fff;
  --color-gray: #707070;
  --font-din-condensed: "din-condensed", sans-serif;
}
@media (max-width: 767px) {
  .collection {
    --util: 100vw / 750;
  }
  .collection .without-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .collection {
    --util: .1rem;
  }
  .collection .without-pc {
    display: none !important;
  }
}
.collection * {
  font-feature-settings: "palt";
  box-sizing: border-box !important;
}
.collection img,
.collection picture {
  display: block;
}
.collection a {
  display: inline-block;
}
.collection img,
.collection svg,
.collection video {
  width: 100%;
  height: auto;
  image-rendering: optimizequality;
}
.collection .js-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2500ms ease-in-out;
}
.collection .js-fade.inview {
  opacity: 1;
  visibility: visible;
}
.collection .mainVisual.style {
  height: auto;
}
.collection .mainVisual__inner {
  position: relative;
}
.collection .mainVisual__nav {
  position: absolute;
  display: flex;
}
@media (max-width: 767px) {
  .collection .mainVisual__nav {
    right: calc(18 * var(--util));
    bottom: calc(17 * var(--util));
    flex-direction: column-reverse;
    row-gap: calc(13 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .mainVisual__nav {
    right: calc(15 * var(--util));
    bottom: calc(14 * var(--util));
    -moz-column-gap: calc(8 * var(--util));
         column-gap: calc(8 * var(--util));
  }
}
.collection .mainVisual__button {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .collection .mainVisual__button {
    width: calc(45 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .mainVisual__button {
    width: calc(30 * var(--util));
  }
}
.collection .mainVisual__button.is-inactive {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .collection .mainVisual .style__decoration {
    margin-inline: auto;
    padding-top: calc(59 * var(--util));
    padding-bottom: calc(53 * var(--util));
    padding-left: calc(24 * var(--util));
    width: calc(424 * var(--util));
  }
}
.collection .style {
  position: relative;
}
@media (min-width: 768px) {
  .collection .style {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: calc(10 * var(--util));
  }
}
.collection .style__inner {
  position: relative;
}
@media (min-width: 768px) {
  .collection .style__inner {
    margin-inline: auto;
    max-width: 184.6153846154vh;
  }
}
.collection .style__button {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .collection .style__button {
    --button-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(120 * var(--util));
    height: calc(120 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__button {
    flex-shrink: 0;
    width: calc(75 * var(--util));
    height: var(--button-h, 100%);
  }
}
.collection .style__button-inner {
  display: block;
  transition: transform 0.5s;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767px) {
  .collection .style__button-inner {
    width: calc(90 * var(--util));
    height: calc(90 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__button-inner {
    width: calc(38 * var(--util));
    height: calc(38 * var(--util));
  }
}
.collection .style__button-inner::before, .collection .style__button-inner::after {
  position: absolute;
  background: var(--button-color, var(--color-gray));
  transition: opacity 0.5s;
  content: "";
}
.collection .style__button-inner::before {
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(1 * var(--util));
  margin-block: auto;
}
.collection .style__button-inner::after {
  left: 0;
  right: 0;
  width: calc(1 * var(--util));
  height: 100%;
  margin-inline: auto;
}
.collection .style__button-inner.is-clicked {
  transform: rotate(90deg);
}
.collection .style__button-inner.is-clicked::before {
  opacity: 0;
}
.collection .style__panel {
  position: relative;
}
.collection .style__thumbnail {
  position: relative;
  visibility: visible;
}
.collection .style__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.collection .style__thumbnail.is-covered::before {
  background: rgba(96, 96, 96, 0.4);
}
@media (min-width: 768px) {
  .collection .style__thumbnail.onlyMobile .splide__list {
    display: block;
  }
}
.collection .style__credit {
  position: absolute;
  color: var(--color-white);
  font-family: var(--font-din-condensed);
  font-weight: 300;
  z-index: 2;
  opacity: var(--credit-opacity, 0);
  visibility: var(--credit-visibility, hidden);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .collection .style__credit {
    left: var(--credit-position-l, calc(20 * var(--util)));
    bottom: var(--credit-position-b, calc(5 * var(--util)));
    font-size: var(--credit-fz, calc(28 * var(--util)));
    line-height: calc(var(--credit-lh, 44) / 28);
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .collection .style__credit {
    left: var(--credit-position-l, calc(20 * var(--util)));
    bottom: var(--credit-position-b, calc(23 * var(--util)));
    font-size: var(--credit-fz, calc(14 * var(--util)));
    line-height: calc(var(--credit-lh, 27) / 14);
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .collection .style__credit a:not(.slash) {
    padding-right: calc(15 * var(--util));
  }
}
.collection .style__credit.is-active {
  opacity: 1;
  visibility: visible;
}
.collection .style__credit--ja {
  font-family: Pragmatica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 767px) {
  .collection .style__credit--ja {
    font-size: calc(22 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__credit--ja {
    font-size: calc(11 * var(--util));
  }
}
.collection .style__image {
  font-size: 0;
}
@media (min-width: 768px) {
  .collection .style__image img {
    height: var(--image-height, 100vh);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.collection .style__num {
  display: block;
}
@media (max-width: 767px) {
  .collection .style__num {
    width: var(--num-w, calc(34 * var(--util)));
    margin-bottom: var(--button-margin, calc(10 * var(--util)));
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .collection .style__num {
    width: var(--num-w, calc(18 * var(--util)));
    margin-bottom: var(--button-margin, calc(15 * var(--util)));
    margin-left: var(--button-margin-l, calc(3 * var(--util)));
  }
}
.collection .style__num img {
  --image-height: auto;
}
.collection .style__nav {
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .collection .style__nav {
    align-items: center;
    width: 100%;
    row-gap: calc(10 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__nav {
    row-gap: calc(11 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__nav-text {
    width: calc(98 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__nav-text {
    width: calc(63 * var(--util));
  }
}
.collection .style__nav-arrow {
  overflow: hidden;
  width: calc(5 * var(--util));
}
.collection .style__nav-arrow img {
  -webkit-animation: scroll-arrow ease-in-out 2s infinite;
          animation: scroll-arrow ease-in-out 2s infinite;
}
@media (min-width: 768px) {
  .collection .style__nav-arrow {
    margin-left: calc(2 * var(--util));
  }
}
.collection .style_decoration {
  pointer-events: none;
}
.collection .style__shell {
  position: relative;
}
@media (max-width: 767px) {
  .collection .style__shell {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .collection .style__shell {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .collection .style__cell {
    position: relative;
  }
}
@media (min-width: 768px) {
  .collection .style__cell {
    width: var(--cell-w, 50%);
  }
}
@media (min-width: 768px) {
  .collection .style__normal .style__shell, .collection .style__absolute .style__shell {
    display: flex;
    -moz-column-gap: calc(10 * var(--util));
         column-gap: calc(10 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__normal .style__cell, .collection .style__absolute .style__cell {
    display: flex;
  }
}
@media (min-width: 768px) {
  .collection .style__normal .style__cell:first-child, .collection .style__normal .style__cell:nth-child(2), .collection .style__absolute .style__cell:first-child, .collection .style__absolute .style__cell:nth-child(2) {
    justify-content: end;
  }
}
@media (min-width: 768px) {
  .collection .style__normal .style__cell:last-child, .collection .style__absolute .style__cell:last-child {
    justify-content: start;
  }
}
.collection .style__absolute .style__button {
  position: absolute;
}
.collection .style__normal .style__cell:last-child {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .collection .style__scroll .style__shell {
    position: relative;
    grid-template-columns: 50.7692307692vh 50.7692307692vh;
    display: grid;
    -moz-column-gap: calc(50 * var(--util));
         column-gap: calc(50 * var(--util));
    align-items: center;
    justify-content: center;
    padding-bottom: calc(39 * var(--util));
    padding-left: calc(340 * var(--util));
  }
}
@media (min-width: 767px) and (max-width: 1440px) {
  .collection .style__scroll .style__shell {
    grid-template-columns: calc(330 * var(--util)) calc(330 * var(--util));
  }
}
.collection .style__scroll .style__cell {
  --cell-w: 100%;
}
.collection .style__scroll .style__panel {
  position: initial;
}
@media (max-width: 767px) {
  .collection .style__scroll .style__thumbnail {
    width: calc(560 * var(--util));
    margin-top: calc(58 * var(--util));
    margin-inline: auto;
    padding-bottom: calc(200 * var(--util));
  }
}
.collection .style__scroll .style__thumbnail::before {
  display: none;
  content: initial;
}
@media (min-width: 768px) {
  .collection .style__scroll .style__image img {
    --image-height: auto;
  }
}
@media (min-width: 768px) {
  .collection .style__scroll .style__nav {
    position: relative;
    top: 6.9230769231vh;
    left: calc(97 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__scroll .style__credit {
    --credit-opacity: 1;
    --credit-visibility: visible;
    left: calc(99 * var(--util));
  }
}
.collection .style__bg {
  background: no-repeat center/cover;
  position: relative;
}
@media (min-width: 768px) {
  .collection .style__bg {
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  .collection .style__bg--01 {
    background-image: url(../images/background_03_pc.jpg);
  }
}
@media (min-width: 768px) {
  .collection .style__bg--02 {
    background-image: url(../images/background_04_pc.jpg);
  }
}
@media (max-width: 767px) {
  .collection .style__bg .style__cell {
    padding-top: calc(25 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__01 .style__cell:last-child .style__button-inner, .collection .style__05 .style__cell:last-child .style__button-inner {
    left: calc(2 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__01 .style__shell {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .collection .style__02 {
    background: url(../images/background_01.jpg) no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .collection .style__02 .style__shell {
    align-items: end;
  }
}
@media (min-width: 768px) {
  .collection .style__02 .style__cell:last-child .style__panel {
    width: 59.3846153846vh;
    padding-bottom: calc(17 * var(--util));
    padding-left: calc(9 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__02 .style__cell:last-child .style__panel img {
    --image-height: auto;
  }
}
@media (min-width: 768px) {
  .collection .style__02 .style__decoration {
    position: absolute;
    top: calc(43 * var(--util));
    right: calc(81 * var(--util));
    width: calc(185 * var(--util));
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .collection .style__02 .style__button {
    --button-h: calc(75 * var(--util));
    --button-color: #fff;
    top: calc(75 * var(--util));
    right: calc(59 * var(--util));
  }
}
.collection .style__03 {
  background: no-repeat center/cover;
}
@media (min-width: 768px) {
  .collection .style__03 {
    background-image: url(../images/background_02_pc.jpg);
  }
}
@media (max-width: 767px) {
  .collection .style__03 .style__shell {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .collection .style__03 .style__cell {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: no-repeat center/cover;
    background-image: url(../images/background_02_sp.jpg);
  }
}
@media (max-width: 767px) {
  .collection .style__03 .style__cell:first-child {
    z-index: 3;
    padding-top: calc(25 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__03 .style__cell:first-child .style__credit {
    --button-margin: calc(8 * var(--util));
    --credit-position-b: calc(268 * 100vh / 650);
    --credit-fz: calc(16 * var(--util));
    --credit-lh: 29;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 767px) {
  .collection .style__03 .style__cell:nth-child(2) {
    z-index: 2;
    padding-top: calc(25 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__03 .style__cell:nth-child(2) .style__credit {
    --button-margin: calc(8 * var(--util));
    --credit-position-b: calc(73 * 100vh / 650);
  }
}
@media (max-width: 767px) {
  .collection .style__03 .style__cell:last-child .style__thumbnail {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .collection .style__03 .style__cell:last-child .style__thumbnail::before {
    display: block;
    content: "";
  }
}
@media (max-width: 767px) {
  .collection .style__05 .style__credit {
    --credit-position-b: calc(1 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__04 .style__cell:last-child .style__button-inner {
    left: calc(2 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__04 .style__credit {
    --credit-position-b: calc(2 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__06 .style__cell {
    background: no-repeat center/cover;
    background-image: url(../images/background_03_sp.jpg);
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:first-child {
    order: 2;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:nth-child(3) {
    z-index: 4;
    order: 4;
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:nth-child(4) {
    z-index: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:nth-child(5) {
    z-index: 5;
    order: 5;
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:last-child {
    z-index: 6;
    order: 6;
  }
}
@media (min-width: 768px) {
  .collection .style__06:first-child .style__cell:first-child .style__credit {
    --credit-position-b: calc(325 * 100vh / 650);
    left: calc(96 * var(--util));
    --credit-fz: calc(16 * var(--util));
    --credit-lh: 29;
    letter-spacing: 0.03em;
  }
  .collection .style__06:first-child .style__cell:first-child .style__credit .style__num {
    --button-margin: calc(6 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__06:first-child .style__cell:nth-child(2) .style__credit {
    --credit-position-b: calc(13 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__06:first-child .style__cell:nth-child(2) .style__credit {
    --credit-position-b: calc(74 * 100vh / 650);
    left: calc(94 * var(--util));
    --credit-fz: calc(16 * var(--util));
    --credit-lh: 29;
    letter-spacing: 0.03em;
  }
  .collection .style__06:first-child .style__cell:nth-child(2) .style__credit .style__num {
    --button-margin: calc(6 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__06:nth-child(2) .style__shell {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .collection .style__06:nth-child(2) .style__cell:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
  }
}
@media (min-width: 768px) {
  .collection .style__06:nth-child(2) .style__cell:first-child .style__credit {
    --button-margin: calc(6 * var(--util));
    --credit-position-b: calc(249 * 100vh / 650);
    --credit-fz: calc(16* var(--util));
    --credit-lh: 29;
    left: calc(96 * var(--util));
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .collection .style__06:nth-child(2) .style__cell:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
}
@media (min-width: 768px) {
  .collection .style__06:nth-child(2) .style__cell:last-child .style__credit {
    --button-margin: calc(6 * var(--util));
    --credit-position-b: calc(74 * 100vh / 650);
    --credit-fz: calc(16* var(--util));
    --credit-lh: 29;
    left: calc(96 * var(--util));
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .collection .style__06:nth-child(3) .style__cell:first-child {
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .collection .style__06:nth-child(3) .style__cell:first-child .style__thumbnail-inner {
    margin-top: calc(24 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__06:nth-child(3) .style__cell .style__credit {
    --button-margin: calc(6 * var(--util));
    --credit-position-b: calc(75 * 100vh / 650);
    --credit-fz: calc(16* var(--util));
    --credit-lh: 29;
    left: calc(96 * var(--util));
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) {
  .collection .style__07 .style__shell {
    padding-left: calc(29 * var(--util));
  }
}
.collection .style__07 .style__cell:first-child {
  justify-content: start;
}
@media (min-width: 768px) {
  .collection .style__07 .style__cell:first-child {
    width: 48.3%;
  }
}
@media (min-width: 768px) {
  .collection .style__07 .style__cell:first-child .style__panel {
    width: 67.3846153846vh;
    padding-top: calc(18 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__07 .style__cell:first-child .style__panel img {
    --image-height: auto;
  }
}
@media (min-width: 768px) {
  .collection .style__07 .style__button {
    --button-h: calc(75 * var(--util));
    bottom: calc(12 * var(--util));
    left: 4.4615384615vh;
  }
}
@media (min-width: 768px) {
  .collection .style__08 .style__cell {
    --cell-w: 100% ;
  }
}
@media (min-width: 768px) {
  .collection .style__08 .style__panel {
    width: 100%;
  }
}
.collection .style__08 .style__thumbnail {
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  .collection .style__08 .style__thumbnail img {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .collection .style__08 .style__decoration {
    position: absolute;
    width: calc(429 * var(--util));
    top: calc(56 * var(--util));
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .collection .style__08 .style__button {
    --button-h: calc(75 * var(--util));
    --button-color: #fff;
    top: calc(69 * var(--util));
    right: calc(435 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .style__08 .style__credit {
    --credit-position-b: calc(43 * var(--util));
    --credit-position-l: initial;
    right: calc(83 * var(--util));
    left: initial;
  }
}
@media (max-width: 767px) {
  .collection .style__09 .style__cell {
    background: no-repeat center/cover;
    background-image: url(../images/background_04_sp.jpg);
  }
}
@media (max-width: 767px) {
  .collection .style__09:first-child .style__cell:first-child {
    order: 3;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .collection .style__09:first-child .style__cell:first-child .style__credit {
    --button-margin: calc(6 * var(--util));
    --credit-position-b: calc(298 * 100vh / 650);
    --credit-fz: calc(16* var(--util));
    --credit-lh: 29;
    left: calc(96 * var(--util));
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .collection .style__09:first-child .style__cell:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    order: 1;
  }
}
@media (min-width: 768px) {
  .collection .style__09:first-child .style__cell:nth-child(2) .style__credit {
    --credit-position-b: calc(75 * 100vh / 650);
    --button-margin: calc(9 * var(--util));
    left: calc(96 * var(--util));
  }
}
@media (max-width: 767px) {
  .collection .style__09:first-child .style__cell:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  .collection .style__09:nth-child(2) .style__cell:first-child .style__shell {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .collection .style__09:nth-child(2) .style__cell:first-child .style__credit {
    --button-margin: calc(13 * var(--util));
    --credit-position-b: calc(291 * 100vh / 650);
    --credit-fz: calc(16* var(--util));
    --credit-lh: 29;
    left: calc(96 * var(--util));
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .collection .style__09:nth-child(2) .style__cell:last-child .style__num {
    --num-w: calc(50 * var(--util)) ;
  }
}
@media (min-width: 768px) {
  .collection .style__09:nth-child(2) .style__cell:last-child .style__num {
    --num-w: calc(28 * var(--util)) ;
  }
}
@media (min-width: 768px) {
  .collection .style__09:nth-child(2) .style__cell:last-child .style__credit {
    --button-margin: calc(9 * var(--util));
    --credit-position-b: calc(75 * 100vh / 650);
    left: calc(96 * var(--util));
    --credit-fz: calc(16* var(--util));
    --credit-lh: 29;
    left: calc(96 * var(--util));
    letter-spacing: 0.03em;
  }
}
.collection .foot {
  position: relative;
  height: 100vh;
}
@media (max-width: 767px) {
  .collection .foot {
    padding-top: calc(148 * var(--util));
    padding-block: calc(70 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .foot {
    margin-top: calc(10 * var(--util));
    padding-top: calc(54 * var(--util));
    padding-bottom: calc(44 * var(--util));
  }
}
.collection .foot > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .collection .foot > a {
    background: url(../images/background_05_sp.jpg) no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .collection .foot > a {
    background: url(../images/background_05_pc.jpg) no-repeat center/cover;
  }
}
.collection .foot__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.collection .foot__button {
  margin-inline: auto;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .collection .foot__button {
    width: calc(275 * var(--util));
  }
}
@media (min-width: 768px) {
  .collection .foot__button {
    width: calc(127 * var(--util));
  }
}
.collection .foot__staffCredit {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-din-condensed);
  letter-spacing: 0.045em;
}
@media (max-width: 767px) {
  .collection .foot__staffCredit {
    font-size: calc(24 * var(--util));
    line-height: 1.8333333333;
  }
}
@media (min-width: 768px) {
  .collection .foot__staffCredit {
    font-size: calc(15 * var(--util));
    line-height: 1.7333333333;
  }
}

@-webkit-keyframes scroll-arrow {
  0% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  20% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
  50.1% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  80% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
}

@keyframes scroll-arrow {
  0% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  20% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
  50.1% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  80% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
}
/*# sourceMappingURL=style.css.map */