body {
  background: #fff;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .is-sp {
    display: none;
  }
}

.loading {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__image {
  width: 240px;
}
.loading__image > img {
  width: 100%;
}

.wrapper {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: calc(var(--vh, 1vh) * 100);
  scroll-behavior: smooth;
}

.scroll-box {
  scroll-snap-align: start;
  height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll-box {
    scroll-snap-align: none;
    height: calc(var(--vh, 1vh) * 70);
  }
}
.scroll-box--pc {
  scroll-snap-align: start;
  height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll-box--pc {
    scroll-snap-align: none;
    height: calc(var(--vh, 1vh) * 70);
  }
}
@media screen and (max-width: 767px) {
  .scroll-box--pc {
    scroll-snap-align: none;
    height: auto;
  }
}
.scroll-box--sp {
  scroll-snap-align: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  .scroll-box--sp {
    scroll-snap-align: start;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header__logo {
  width: 78px;
  height: 15.43px;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    top: 16px;
    left: 16px;
  }
}
.header__logo > img {
  width: 100%;
}

.snap-thumbnails {
  margin-top: auto;
}
.snap-thumbnails__heading-box {
  position: relative;
}
.snap-thumbnails__sub-heading {
  width: 126px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .snap-thumbnails__sub-heading {
    width: 63px;
    height: 14.5px;
  }
}
.snap-thumbnails__sub-heading > img {
  width: 100%;
}
.snap-thumbnails__heading {
  width: 728px;
  margin-top: 4px;
  margin-bottom: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .snap-thumbnails__heading {
    width: 648px;
  }
}
@media screen and (max-width: 767px) {
  .snap-thumbnails__heading {
    width: 282px;
    margin-bottom: -1px;
  }
}
.snap-thumbnails__heading > img {
  width: 100%;
}
.snap-thumbnails__button {
  width: 82px !important;
  height: auto !important;
  padding-right: 12px;
  padding-bottom: 5px;
  color: #666 !important;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  top: auto !important;
  bottom: 8px !important;
  right: 8px !important;
}
@media only screen and (min-width: 1025px) {
  .snap-thumbnails__button {
    transition: all 0.3s ease-out;
  }
  .snap-thumbnails__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .snap-thumbnails__button {
    pointer-events: none;
  }
}
.snap-thumbnails__button:before {
  content: "";
  width: 82px;
  height: 14px;
  display: block;
  background: url(../images/icon_arrow_middle.svg) no-repeat center center;
  background-size: 82px 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.snap-thumbnails__button:after {
  display: none;
}
.snap-thumbnails__slider {
  overflow: hidden;
}
.snap-thumbnails__item {
  width: 357px !important;
  height: 500px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .snap-thumbnails__item {
    width: 240px !important;
    height: 336px !important;
  }
}
@media screen and (max-width: 767px) {
  .snap-thumbnails__item {
    width: 120px !important;
    height: 168px !important;
  }
}
.snap-thumbnails__item > a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .snap-thumbnails__item > a:hover {
    opacity: 0.7;
  }
}
.snap-thumbnails__item > a > img {
  width: 357px;
  height: 500px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .snap-thumbnails__item > a > img {
    width: 240px;
    height: 336px;
  }
}
@media screen and (max-width: 767px) {
  .snap-thumbnails__item > a > img {
    width: 120px;
    height: 168px;
  }
}

.hero {
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__logo {
  width: 78px;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .hero__logo {
    top: 16px;
    left: 16px;
  }
}
.hero__logo > img {
  width: 100%;
}

.hero-contents {
  width: 384px;
}
@media screen and (max-width: 767px) {
  .hero-contents {
    width: 320px;
  }
}
.hero-contents__heading > img {
  width: 100%;
}
.hero-contents__sub-heading {
  margin-top: 16px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.016rem;
}
.hero-contents__text {
  padding-right: 4px;
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: 0.016rem;
}
@media screen and (max-width: 767px) {
  .hero-contents__text {
    margin-top: 57px;
  }
}
.hero-contents__text + .hero-contents__text {
  margin-top: 34px;
}

.snap-list {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .snap-list {
    flex-direction: column;
  }
}
.snap-list__logo {
  width: 240px;
  margin-left: -120px;
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.snap-list__logo.is-visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease;
}
.snap-list__logo > img {
  width: 100%;
}
.snap-list__content {
  position: relative;
}
.snap-list__content--black .snap-list__item > a {
  color: #1c1c1c;
}
.snap-list__content--black .snap-list__number {
  color: #1c1c1c;
}
.snap-list__content--black .snap-list__profile {
  color: #1c1c1c;
}
.snap-list__image {
  height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .snap-list__image {
    height: calc(var(--vh, 1vh) * 70);
  }
}
.snap-list__image > img {
  width: 33.333vw;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .snap-list__image > img {
    height: calc(var(--vh, 1vh) * 70);
  }
}
@media screen and (max-width: 767px) {
  .snap-list__image > img {
    width: 100vw;
  }
}
.snap-list__items {
  position: absolute;
  width: 50%;
  left: 16px;
  bottom: 16px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.snap-list__item > a {
  color: #fff;
  font-family: acumin-pro-condensed, yu-gothic-pr6n, sans-serif;
   text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-decoration: underline;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1025px) {
  .snap-list__item > a:hover {
    opacity: 0.7;
  }
}
.snap-list__detail {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #fff;
}
.snap-list__number {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.snap-list__profile {
  margin-top: 12px;
  padding: 2px 52px 3px 0;
  position: relative;
  line-height: 1;
  text-align: right;
}
.snap-list__shop {
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.snap-list__name {
  margin-top: 7px;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.snap-list__instagram {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .snap-list__instagram:hover {
    opacity: 0.7;
  }
}
.snap-list__button-area {
  width: 33.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .snap-list__button-area {
    display: none;
  }
}
.snap-list__button {
  width: 135px;
  height: 47px;
  margin: 0 auto;
  padding-bottom: 7px;
  background: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .snap-list__button:hover {
    opacity: 0.7;
  }
}
.snap-list__button:after {
  content: "";
  width: 112px;
  height: 10px;
  margin-left: -56px;
  display: block;
  background: url(../images/icon_arrow_large.svg) no-repeat center center;
  background-size: 112px 10px;
  position: absolute;
  left: 50%;
  bottom: 11px;
}

.footer {
  padding-bottom: 44px;
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.footer__copy {
  width: 100%;
  padding-bottom: 32px;
  font-size: 12px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer__button {
  width: 135px;
  height: 47px;
  margin: 0 auto;
  padding-bottom: 7px;
  background: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  right: -44px;
  bottom: 77px;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1025px) {
  .footer__button {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__button {
    display: none;
  }
}
.footer__button:after {
  content: "";
  width: 112px;
  height: 10px;
  margin-left: -56px;
  display: block;
  background: url(../images/icon_arrow_large.svg) no-repeat center center;
  background-size: 112px 10px;
  position: absolute;
  left: 50%;
  bottom: 11px;
}

.footer-contents {
  width: 384px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-contents {
    width: 320px;
  }
}
.footer-contents__heading > img {
  width: 100%;
}
.footer-contents__sub-heading {
  margin-top: 16px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.016rem;
}
.footer-contents__button {
  width: 204px;
  height: 56px;
  margin: 80px auto 0;
  padding-right: 15px;
  background: #fff;
  color: #1c1c1c;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .footer-contents__button:hover {
    opacity: 0.7;
  }
}
.footer-contents__button:after {
  content: "";
  width: 20px;
  height: 11px;
  margin-top: -5.5px;
  display: block;
  background: url(../images/icon_arrow_small.svg) no-repeat center center;
  background-size: 20px 11px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.footer-sns {
  margin-top: 80px;
}
.footer-sns__logo {
  width: 240px;
  margin: 0 auto;
}
.footer-sns__logo > img {
  width: 100%;
}
.footer-sns__list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .footer-sns__item > a:hover {
    opacity: 0.7;
  }
}
.footer-sns__item > a > img {
  width: auto;
  height: 24px;
}
/* scroll-bar */
   .c-global-scroll {
    font-size: 12px;
    color: #ffffff;
    font-family: acumin-pro-condensed, sans-serif;
    position: absolute;
    bottom: 32px;
    right: 16px;
    z-index: 2;
  }
   .c-global-scroll p {
        writing-mode: vertical-rl;
    padding-left: 2px;
    font-weight:500 ;
  }
   .c-global-scrollbar {
    position: absolute;
    top: 0;
    height: 48px;
    width: 2px;
    background-color: #ffffff;
    overflow: hidden;
  

  }
         .c-global-scrollbar span {
      display: block;
      position: absolute;
      top: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #3281C4; 
      animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    }
       @keyframes scroll-bar {
    0% {
      top: -100%;
    }
    100% {
      top: 100%;
    }
  }