:root {
  --headerHeightFirst:110px;
}

body:has(.promotional-banner.show) .wrapper {
  padding-top: var(--promotionalBannerHeightInit);
}
body:has(.promotional-banner.show) .wrapper .section__header {
  top: calc(var(--headerHeight) + var(--promotionalBannerHeightInit));
}
@media (min-width: 90em) {
  body:has(.promotional-banner.show) .wrapper .section__header {
    top: calc(var(--headerHeight) + var(--promotionalBannerHeightInit) + var(--spacing15));
  }
}
body:has(.promotional-banner.show) .wrapper .white-section .section__header {
  top: calc(var(--headerHeight) + var(--promotionalBannerHeightInit));
}
@media (max-width: 89.94em) {
  body:has(.promotional-banner.show) .wrapper .scroll-section:first-child .section__header {
    top: calc(110px + var(--promotionalBannerHeightInit));
  }
}

@media (max-width: 89.94em) {
  .header:not(.header--scroll) {
    display: block;
    position: fixed;
    transition: transform 0.5s ease;
  }
  .header:not(.header--scroll).header--hide {
    transform: translateY(-110px);
  }
}

@media (max-width: 89.94em) {
  .header--scroll {
    transform: translateY(-100%);
  }
  .header--scroll.show {
    animation: slideDown 0.5s;
    animation-fill-mode: forwards;
  }
}

@media (min-width: 64em) {
  .header--bg-white {
    background: white;
  }
}

@media (min-width: 64em) {
  body:has(.header--bg-white) .white-section .section__header {
    background: white;
  }
}

.wrapper {
  padding-top: 0;
}

@media (max-width: 63.94em) {
  .siteContent {
    padding-bottom: var(--padding15);
  }
}
.siteContent .kv {
  position: relative;
}
.siteContent .kv a {
  display: block;
}
.siteContent .kv a:hover {
  filter: brightness(0.5);
}
.siteContent .kv img {
  width: 100%;
}
.siteContent .kv .homepage-tile {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: background-color 150ms ease-in-out;
}
.siteContent .kv__ttl {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1.1rem;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.siteContent .collection-swiper-container {
  overflow: hidden;
}
@media (min-width: 64em) {
  .siteContent .collection-swiper-container {
    padding-top: var(--padding15);
  }
}
@media (max-width: 63.94em) {
  .siteContent .collection-swiper-container .goodsList {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
@media (max-width: 63.94em) {
  .siteContent .collection-swiper-container .goodsList > .swiper-slide:nth-child(7), .siteContent .collection-swiper-container .goodsList > .swiper-slide:nth-child(8) {
    display: none;
  }
}
@media (min-width: 64em) {
  .siteContent .collection-swiper-container .goodsList > .swiper-slide {
    width: 25%;
  }
}
.siteContent .collection-swiper-container .goodsList > .swiper-slide {
  height: auto;
}
.siteContent .collection-swiper-container .view-all {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.siteContent .section {
  position: relative;
  z-index: 2;
}
.siteContent .section__header {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: center;
}
.siteContent .section__bottom {
  position: sticky;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.siteContent .section__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
@media (min-width: 64em) {
  .siteContent .section__more {
    bottom: 45px;
  }
}
.siteContent .section .blinking {
  animation: blink 0.6s ease-in-out infinite alternate;
  animation-delay: 0.3s;
}
.siteContent .section.active .section__header {
  top: 45px;
}
@media (min-width: 90em) {
  .siteContent .section.active .section__header {
    top: calc(var(--headerHeight) + var(--spacing15));
  }
}
.siteContent .section video {
  width: 100%;
  display: block;
}
.siteContent .section__ttl {
  position: absolute;
  top: var(--spacing15);
  left: 0;
  right: 0;
  margin: auto;
  font-size: unset;
}
.siteContent .section--dark {
  color: white;
}
.siteContent .section picture {
  display: block;
}
.siteContent .section img {
  width: 100%;
}
.siteContent .section:first-child .section__header {
  top: calc(var(--headerHeightFirst));
}
@media (min-width: 90em) {
  .siteContent .section:first-child .section__header {
    top: calc(var(--headerHeight) + var(--spacing15));
  }
}
.siteContent .category-section .sub-section__content a {
  display: block;
}
.siteContent .category-section .sub-section img {
  vertical-align: bottom;
}
@media (min-width: 64em) {
  .siteContent .category-section {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  .siteContent .category-section .sub-section:first-child .section__ttl {
    text-align: right;
    right: var(--spacing15);
  }
  .siteContent .category-section .sub-section:last-child .section__ttl {
    text-align: left;
    left: var(--spacing15);
  }
}
@media (max-width: 63.94em) {
  .siteContent .item-section__bottom {
    padding-top: 45px;
    padding-bottom: 45px;
    line-height: var(--lineHeightRate);
  }
  .siteContent .item-section .button {
    max-width: var(--width474);
    width: 100%;
    border-radius: 5px;
    background: black;
    color: white;
    height: var(--height38);
    padding: 0;
    font-weight: normal;
    display: grid;
    place-content: center;
    border: none;
    margin: 0 auto;
  }
  .siteContent .item-section .button:hover {
    opacity: 1;
    font-weight: bold;
  }
  .siteContent .item-section .buttonWhite {
    background: white;
    color: unset;
    border: solid 1px black;
  }
}
.siteContent .white-section {
  margin-top: var(--spacing15);
  /*     .section__header
      {           
        @media (min-width: 64em)
        {
          padding: var(--padding15);
        }
      } */
}
@media (max-width: 63.94em) {
  .siteContent .white-section {
    margin-top: 45px;
  }
}
.siteContent .white-section .section__ttl {
  position: static;
  padding: var(--padding15);
}
.siteContent .white-section.active .section__header {
  top: 45px;
}
@media (min-width: 90em) {
  .siteContent .white-section.active .section__header {
    top: var(--headerHeight);
  }
}
@media (max-width: 63.94em) {
  .siteContent .link-area + .white-section {
    margin-top: var(--spacing15);
  }
}
@media (min-width: 64em) {
  .siteContent .playlist-section .section__header {
    margin-bottom: var(--spacing15);
  }
}
.siteContent .playlist-section__content {
  max-width: 474px;
  margin: auto;
}
.siteContent .playlist-section__caption {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 64em) {
  .siteContent .playlist-section__caption {
    margin-top: 45px;
  }
}
@media (min-width: 64em) {
  .siteContent .playlist-section iframe {
    height: 474px;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
