[data-scroll-delay] {
  position: relative;
  transition: transform ease-out;
}

.p-carousel-caption {
  position: relative;
  height: 56px;
}

@media screen and (max-width: 767px) {
  .p-carousel-caption {
    flex-direction: column;
  }
}

.p-carousel-caption__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease-out;
}

.p-carousel-caption__item.is-active {
  opacity: 1;
  z-index: 1;
  transition: opacity 1.8s 0.8s ease-in-out;
}

.p-main-visual {
  position: relative;
}

.p-main-visual__footer {
  position: relative;
  background: #fff;
}

.p-main-visual__nav {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1279px) {
  .p-main-visual__nav {
    display: none;
  }
}

.p-main-visual__nav:hover .p-main-visual__nav__button {
  opacity: 1;
}

.p-main-visual__nav--prev {
  left: 0;
}

.p-main-visual__nav--next {
  right: 0;
}

.p-main-visual__nav__button {
  cursor: pointer;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.2s ease, background-color 0.4s ease;
}

.p-main-visual__nav__button .im {
  color: #fff;
  position: relative;
  left: 2px;
}

.p-main-visual__nav__button .im:before {
  vertical-align: top;
}

.p-main-visual__nav__button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.p-main-visual__nav--prev .p-main-visual__nav__button {
  transform: rotate(180deg);
}

.p-main-visual__nav--next .p-main-visual__nav__button {
  transform: rotate(0deg);
}

.p-main-visual__contents {
  position: relative;
}

.p-main-visual.orientation--portrait .p-main-visual__contents {
  height: 56.8vw;
}

.p-main-visual__full-movie__button {
  position: absolute;
  top: 50%;
  right: 56px;
  margin-top: -40px;
  display: none;
  width: 136px;
  padding: 16px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  pointer-events: auto;
  letter-spacing: .04em;
  opacity: 0.2;
  transition: opacity 0.4s ease-out;
}

@media screen and (min-width: 768px) {
  .p-main-visual__full-movie__button {
    display: block;
  }
}

.p-main-visual__full-movie__button:hover {
  opacity: 1;
}

.p-main-visual__full-movie__button .bold {
  line-height: inherit;
  vertical-align: top;
}

[lang="ja"] .p-main-visual__full-movie__button .bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-main-visual__full-movie__button .bold,
[lang="en-us"] .p-main-visual__full-movie__button .bold {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-main-visual__full-movie__button .bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-main-visual .p-carousel__video {
  position: relative;
}

.p-main-visual .p-carousel__video, .p-main-visual .p-carousel__image {
  background-position-y: top !important;
  height: calc(100vh - 112px);
}

@media screen and (max-width: 1279px) {
  .p-main-visual .p-carousel__video, .p-main-visual .p-carousel__image {
    height: calc(100vh - 168px);
  }
}

.p-main-visual.orientation--portrait .p-carousel__video,
.p-main-visual.orientation--portrait .p-carousel__image {
  height: 56.8vw;
}

.p-main-visual .c-indicator {
  text-align: right;
  padding: 27px 0;
}

@media screen and (max-width: 1279px) {
  .p-main-visual .c-indicator {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 56px;
    z-index: 0;
  }
}

.p-caption {
  display: flex;
  height: 100%;
  letter-spacing: .04em;
}

.p-caption__label {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.p-caption__button {
  width: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-caption__text {
  font-size: 16px;
  line-height: 20px;
  display: block;
  width: 100%;
}

.p-caption__full-movie-button {
  font-size: 44px;
  line-height: 44px;
  color: #333;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-caption__full-movie-button {
    display: block;
  }
}

.p-caption__full-movie-button .im {
  vertical-align: baseline;
}

.p-caption__full-movie-button .im:before {
  line-height: inherit;
}

.u-text-ellipse {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p-brand-collection .p-movie {
  margin-bottom: 32px;
}

.p-brand-collection .c-tab {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-brand-collection .c-tab {
    margin-bottom: 0;
  }
}

.p-brand-collection .c-tab__link {
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .p-brand-collection .c-tab__link {
    font-size: 12px;
  }
}

.p-brand-collection__contents {
  position: relative;
  padding-bottom: 56.25%;
}

.p-scroll-button {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1279px) {
  .p-scroll-button {
    display: none !important;
  }
}

.p-pagenav {
  letter-spacing: .04em;
}

.u-margin-top {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .u-margin-top {
    margin-top: 16px;
  }
}

.items-list {
  margin-bottom: 0;
}

.items-list__col {
  margin-bottom: 0;
}

.c-tab {
  margin-top: 0;
  margin-bottom: 16px;
}

.c-section {
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .c-section {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  #items .c-section__header,
  #making .c-section__header,
  #archives .c-section__header,
  #awards .c-section__header,
  #stores .c-section__header {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  #collectoins .c-section__header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#concept .c-section__body .c-container {
  max-width: 960px;
}

#banners {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #banners .p-card-horizontal__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
