@charset "UTF-8";
html body main.new-web-exclusive-bag-collection {
  color: #212121;
}
html body main.new-web-exclusive-bag-collection * {
  flex-wrap: wrap;
  font-feature-settings: "pwid" off;
  position: relative;
  transition-duration: 0.3s;
}
html body main.new-web-exclusive-bag-collection a {
  display: block;
  height: 100%;
}
html body main.new-web-exclusive-bag-collection a:hover {
  opacity: 1;
}
html body main.new-web-exclusive-bag-collection img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .p-tagline {
  display: none;
}
header .l-header__inner {
  height: 50px !important;
}
header .l-header__logo--normal {
  width: 88px !important;
}

header.is-scroll {
  top: 0 !important;
}

footer.l-footer {
  margin-top: 160px;
}

html body div.fs-l-page {
  padding-top: 50px;
}
html body main.new-web-exclusive-bag-collection section.fv {
  height: calc(100vh - 50px);
}
html body main.new-web-exclusive-bag-collection section.fv h1 {
  position: absolute;
  top: 50%;
  left: 66.8vw;
  transform: translateY(-50%);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
html body main.new-web-exclusive-bag-collection section.fv h1 span.u-h2 > span {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.4em;
}
html body main.new-web-exclusive-bag-collection section.intro:nth-of-type(2) div.hero-img::before {
  background-image: url("https://wako.itembox.cloud/item/assets/img/new-web-exclusive-bag-collection/mini-bag_mv.webp");
}
html body main.new-web-exclusive-bag-collection section.intro:nth-of-type(4) div.hero-img::before {
  background-image: url("https://wako.itembox.cloud/item/assets/img/new-web-exclusive-bag-collection/bag_mv.webp");
}
html body main.new-web-exclusive-bag-collection section.intro div.hero-img {
  height: calc(100vh - 50px);
  overflow: hidden;
  clip-path: inset(0);
}
html body main.new-web-exclusive-bag-collection section.intro div.hero-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: -1;
}
html body main.new-web-exclusive-bag-collection section.intro div.epilogue {
  padding-top: 64px;
}
html body main.new-web-exclusive-bag-collection section.intro div.epilogue h2 {
  text-align: center;
}
html body main.new-web-exclusive-bag-collection section.intro div.epilogue p {
  max-width: 728px;
  margin: 16px auto 0 auto;
  text-align: center;
}
html body main.new-web-exclusive-bag-collection section.wrapper {
  margin-top: 64px;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview {
  display: flex;
  align-items: center;
  gap: 52px;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview video {
  width: 50%;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview div.contents {
  width: 42vw;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview div.contents p {
  margin-top: 48px;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list {
  margin-top: 64px;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul {
  display: flex;
  overflow: hidden;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li {
  width: 33.3333333333%;
  height: auto;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.model {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product:hover div.inner:last-child {
    opacity: 1;
  }
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a {
  display: block;
  position: relative;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child {
  display: flex;
  flex-direction: column;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child div.product__info {
  height: auto;
  background: linear-gradient(0deg, #FFFFFF 0%, #F2F2F2 100%);
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5em;
  line-height: 100%;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child div.product__info h3 {
  line-height: 150%;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child div.product__info p {
  line-height: 100%;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child div.product__info p.price::before {
  content: "¥";
  margin-right: 2px;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child div.product__info p:nth-of-type(2) {
  background-color: #F2F2F2;
  padding: 0.4em;
  width: -moz-fit-content;
  width: fit-content;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:last-child img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main.new-web-exclusive-bag-collection section.wrapper:nth-of-type(5) div.product-list ul li.product:nth-child(2) a div.inner:last-child img {
  -o-object-position: left;
     object-position: left;
}

@media screen and (max-width: 768px) {
  .l-header.is-scroll .l-header__logo {
    width: 88px !important;
  }
}
@media screen and (max-width: 768px) {
  .simplebar-wrapper,
  .simplebar-mask,
  .simplebar-offset,
  .simplebar-content-wrapper,
  .simplebar-content {
    height: 100% !important;
    width: 100%;
  }
  .simplebar-placeholder {
    display: none !important;
  }
  .simplebar-content-wrapper {
    overflow-y: hidden !important;
    scroll-padding-left: 0 !important;
  }
  .simplebar-track.simplebar-horizontal {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 10;
    background-color: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    height: 8px !important;
  }
  .simplebar-scrollbar {
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
  }
  .simplebar-scrollbar::before {
    background-color: #212121 !important;
    height: 1px !important;
    opacity: 0.7 !important;
    border-radius: 0 !important;
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .simplebar-scrollbar.simplebar-visible {
    opacity: 0.7 !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 768px) {
  html body {
    overflow-x: hidden;
  }
  html body main.new-web-exclusive-bag-collection * {
    transition-duration: initial !important;
  }
  html body main.new-web-exclusive-bag-collection section.fv,
  html body main.new-web-exclusive-bag-collection section.intro, html body main.new-web-exclusive-bag-collection section.intro .epilogue,
  html body main.new-web-exclusive-bag-collection section.wrapper .product-overview .contents, html body main.new-web-exclusive-bag-collection section.wrapper .product-list {
    position: relative;
    z-index: 20;
    background-color: #FFFFFF;
  }
  html body main.new-web-exclusive-bag-collection section.fv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29.3%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent);
    pointer-events: none;
    z-index: 10;
  }
  html body main.new-web-exclusive-bag-collection section.fv img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body main.new-web-exclusive-bag-collection section.fv h1 {
    top: initial;
    bottom: 6.83vh;
    left: 5vw;
    transform: none;
    width: 90vw;
    color: #FFFFFF;
    z-index: 12;
  }
  html body main.new-web-exclusive-bag-collection section.fv h1 span:first-of-type {
    font-size: 24px;
  }
  html body main.new-web-exclusive-bag-collection section.intro {
    margin-top: 100vh;
  }
  html body main.new-web-exclusive-bag-collection section.intro:nth-of-type(2) div.hero-img::before {
    background-image: url("https://wako.itembox.cloud/item/assets/img/new-web-exclusive-bag-collection/responsive/mini-bag_mv.webp");
  }
  html body main.new-web-exclusive-bag-collection section.intro:nth-of-type(4) div.hero-img::before {
    background-image: url("https://wako.itembox.cloud/item/assets/img/new-web-exclusive-bag-collection/responsive/bag_mv.webp");
  }
  html body main.new-web-exclusive-bag-collection section.intro div.hero-img {
    height: 53.2vh;
  }
  html body main.new-web-exclusive-bag-collection section.intro div.hero-img::before {
    position: static;
    aspect-ratio: 390/420;
  }
  html body main.new-web-exclusive-bag-collection section.intro div.epilogue {
    padding-top: 48px;
  }
  html body main.new-web-exclusive-bag-collection section.intro div.epilogue p {
    padding: 16px 5vw 12.5vw;
    margin: 0 auto;
    width: 100vw;
    text-align: initial;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper {
    margin-top: 0;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview {
    display: flex;
    flex-direction: column;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview video {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview video.is-active {
    opacity: 1;
    z-index: 5;
    visibility: visible;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview div.contents {
    width: auto;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-overview div.contents p {
    width: auto;
    margin: 0;
    padding: 48px 5vw;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list {
    margin-top: 0;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul {
    flex-wrap: wrap;
    overflow: visible;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li {
    width: 50%;
    padding: 0;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner {
    width: 100%;
    position: static;
    flex-shrink: 0;
    height: auto;
    scroll-snap-align: start !important;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:first-child div.product__info {
    flex-grow: 1;
  }
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product a div.inner:last-child {
    position: static;
    opacity: 1;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  html body main.new-web-exclusive-bag-collection section.intro div.hero-img {
    height: calc(80vh - 50px);
  }
}
@media screen and (max-width: 480px) {
  html body main.new-web-exclusive-bag-collection section.wrapper div.product-list ul li.product h3 span {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */