.header .header__search > input {
  background-color: rgba(17, 17, 17, 0.2);
}

.fullSlider .fullSlider__sliderWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #797979;
  opacity: 0.2;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.fullSlider .fullSlider__sliderItem img{
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullSlider .fullSlider__legend {
  width: 100%;
  max-width: 12.625rem;
  height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 3.125rem;
  right: 6.25%;
  /* z-index: 10; */
}

.fullSlider__legend.__pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fullSlider__legend.__sp {
  display: none;
}

.fullSlider .fullSlider__button-prev,
.fullSlider .fullSlider__button-next {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}

.fullSlider .fullSlider__button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../Contents/ImagesPkg/topPage/icon-slider-prev.svg");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
}

.fullSlider .fullSlider__button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../Contents/ImagesPkg/topPage/icon-slider-next.svg");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
}

.fullSlider .fullSlider__pagination {
  width: 100%;
  max-width: 5rem;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  font-size: 0.8125rem;
  font-family: var(--font-eng);
  font-weight: 600;
  font-style: italic;
  color: #FFFFFF;
}

.fullSlider .fullSlider__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.125rem;
}

.s-top_main-progress-circle-bk {
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
}

.s-top_main-progress-circle-bk svg {
  width: 100%;
  height: 100%;
}

.s-top_main-progress-circle-main {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s-top_main-progress-circle-main svg {
  width: 100%;
  height: 100%;
}

.s-top_main-progress-circle-bk svg path,
.s-top_main-progress-circle-main svg path {
  stroke-width: 2px;
}


.s-top_main-progress-circle-main.running svg {
  -webkit-animation: main-progress-circle-main 3s 1 both linear;
          animation: main-progress-circle-main 3s 1 both linear;
}

.s-top_main-progress-circle-main svg {
  stroke-dasharray: 517;
  stroke-dashoffset: 517;
}

@-webkit-keyframes main-progress-circle-main {
  0% {
    stroke-dasharray:517;
    stroke-dashoffset:517
  }
  100% {
    stroke-dasharray:517;
    stroke-dashoffset:0
  }
}

@keyframes main-progress-circle-main {
  0% {
    stroke-dasharray:517;
    stroke-dashoffset:517
  }
  100% {
    stroke-dasharray:517;
    stroke-dashoffset:0
  }
}

/* Scrollbox */
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.fullSlider__sp-slider {
  display: block;
}

.fullSlider__pc-slider {
  display: none;
}

/* TOP */
.fullSlider__catchcopy {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  bottom: -1rem;
  left: 4px;
  z-index: 2;
}

@media screen and (min-width: 350px) {
  .fullSlider__catchcopy {
    bottom: -1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .fullSlider__sp-slider {
    display: none;
  }

  .fullSlider__pc-slider {
    display: block;
  }

  .fullSlider__catchcopy {
    left: 3.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .fullSlider__catchcopy {
    left: 6.25rem;
  }
}

.topCategory {
  width: 100%;
  margin-bottom: 4.375rem;
  padding-top: 4.375rem;
  position: relative;
  z-index: 2;
}

/* .topGeneral .topCategory {
  margin-top: -2.825rem;
} */

.topCategory::after {
  content: "";
  display: block;
  width: 100%;
  /* height: 55%; */
  height: 60%;
  background-color: var(--color-primary);
  position: absolute;
  /* bottom: 15%; */
  bottom: 8%;
  left: 0;
  z-index: 1;
}

.topCategory__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px){
  .topGeneral .topCategory {
    margin-bottom: 1.875rem;
    padding-top: 6.25rem;
  }

  .topCategory::after {
    /* height: 26.9375rem;
    bottom: 3.9375rem; */
    height: 25rem;
    bottom: 0;
  }

  .topCategory__inner {
    max-width: 63.75rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1280px) {
  .topCategory__inner {
    max-width: 75rem;
  }
}

@media screen and (min-width: 1536px) {
  .topCategory__inner {
    max-width: 87.5rem;
  }
}

.topGeneral .topBrandBanner {
  margin: 0;
  padding-block: 2.5rem;
}

@media screen and (min-width: 1024px){
  .topGeneral .topBrandBanner {
    margin-block: 0;
    padding-block: 3.125rem;
  }
}

.topGeneral .topBrandBanner__pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-width: .375rem;
  --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-width);
  --swiper-pagination-color: var(--color-font-primary);
  --swiper-pagination-bullet-inactive-color: var(--color-bg-primary);
  --swiper-pagination-bullet-inactive-opacity: 1;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5625rem .625rem;

  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .topGeneral .topBrandBanner__pagination {
    display: none !important;
  }
}

.topBrandSectionTtl .sectionTtl {
  margin: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .topBrandSectionTtl .sectionTtl {
    margin: 0;
  }
}

.topCategory__listWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}

.topCategory__list {
  width: 90%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  position: relative
}

.topCategory__list > a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #797979;
  opacity: 0.7;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.topCategory__ttl {
  width: 100%;
  /* max-width: 78.2608%; */
  max-width: 44.261%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  /* left: 50%; */
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

.topCategory__ttl .topCategory__ttlEn {
  display: block;
  text-align: left;
  font-size: 1.5rem;
  font-family: var(--font-eng);
  font-weight: 600;
  color: #FFFFFF;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.topCategory__ttl .topCategory__ttlJp {
  display: block;
  font-size: 0.6875rem;
  font-family: var(--font-primary);
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.08em;
}

.topCategory__list .link-view-more {
  margin: 0 auto;
  margin-top: 0.625rem;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.topCategory__list.upImgWrap > a:hover .link-view-more {
  background-color: var(--color-secondary);
  color: var(--color-font-primary);
}

.link-view-more:hover {
  opacity: 1;
  background-color: var(--color-secondary);
  color: var(--color-font-primary);
}

@media screen and (min-width: 1024px) {
  .topCategory__listWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    /* gap: 1.875rem; */
    gap: 0;
    margin-top: 1.25rem;
  }

  .topCategory__list {
    width: 96%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  }

  .topCategory__list:nth-child(1) {
    -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  }

  .topCategory__list:nth-child(2) {
    margin-right: -5px;
  }

  .topCategory__ttl {
    display: block;
    max-width: 100%;
    left: 50%;
  }

  .topCategory__ttl .topCategory__ttlEn {
    font-size: 2.125rem;
    text-align: center;
  }

  .topCategory__ttl .topCategory__ttlJp {
    text-align: center;
  }
}

/* Marque */
.brandMarque {
  overflow: hidden;
  margin-top: 4.375rem;
  margin-bottom: 5rem;
}

.brandMarque__ttlWrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25rem;
}

.brandMarque__ttlWrap .sectionTtl {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .brandMarque__ttlWrap {
    max-width: 63.75rem;
    margin: 0 auto;
    padding: 0;
  }

  .brandMarque__ttlWrap .sectionTtl {
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .brandMarque__ttlWrap {
    max-width: 75rem;
  }
}

@media screen and (min-width: 1536px) {
  .brandMarque__ttlWrap {
    max-width: 87.5rem;
  }
}

#brandMarque__scrollboxContainerPC {
  display: block;
}

#brandMarque__scrollboxContainerSP {
  display: none;
}

.brandMarque__scrollbox {
  margin-top: 2.5rem;
}

.brandMarque .brandMarque__scrollboxWrap {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.brandMarque .link-view-more {
  margin: 0;
}

@media screen and (max-width: 1023px){
  .brandMarque {
    margin-bottom: 4.375rem;
  }

  #brandMarque__scrollboxContainerPC {
    display: none;
  }

  #brandMarque__scrollboxContainerSP {
    display: block;
  }

  .brandMarque__scrollbox {
    margin-top: 1.25rem;
  }

  .brandMarque__scrollbox .brandMarque__scrollboxOuter {
    display: block;
  }

  .brandMarque__scrollbox .brandMarque__scrollboxOuter--right{
    margin-top: 0.625rem;
  }
}

.brandMarque__scrollbox:hover .brandMarque__scrollboxOuter {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.scrollbox__item {
  -webkit-flex-basis: 5.625rem;
      -ms-flex-preferred-size: 5.625rem;
          flex-basis: 5.625rem;
  position: relative;
}

.scrollbox__item a:hover {
  opacity: 1;
}

.scrollbox__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.scrollbox__item a:hover::after {
  opacity: 0.6;
}

.scrollbox__item img {
  width: 100%;
}

/* Line up Feature */
.lineupFeature {
  width: 100%;
  /* margin-top: 5rem; */
  padding: 3.75rem 0;
  background-color: #F5F5F5;
}

.lineupFeature__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.lineupFeature__listWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(7.5rem, 1fr)) repeat(3, minmax(15.5rem, 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.lineupFeature__contentWrap {
  position: relative;
}

.lineupFeature__textContent {
  width: 100%;
  /* max-width: 14.375rem; */
  max-width: 90.1960%;
  /* height: 4.0625rem; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -1.25rem;
  margin-left: auto;
  padding: 0.9375rem 1.25rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.lineupFeature__textContent p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--color-font-primary);
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

.lineupFeature__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-family: var(--font-eng);
  font-weight: 500;
  font-style: italic;
  color: var(--color-font-primary);
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.lineupFeature__date i {
  display: inline-block;
  height: 3.75rem;
  border-right: 1px solid #111111;
}

/* .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__contentWrap {
  margin-top: 3.125rem;
} */

.lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__textContent {
  /* max-width: 28.125rem; */
  max-width: 94.75%;
}

.lineupFeature__listItem img {
  width: 90.1960%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;

  /* TODO: デバッグ用スタイル */
  background-color: var(--color-primary);
}

.lineupFeature__listItem.lineupFeature__listItem--1 img {
  width: 93.75%;
  height: 28.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.lineupFeature .sectionTtl {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {

  .brandMarque .brandMarque__scrollboxWrap {
    /* flex-shrink: 0;
    gap: 0 3.125rem; */
  }

  .scrollbox__item {
    -webkit-flex-basis: 9.375rem;
        -ms-flex-preferred-size: 9.375rem;
            flex-basis: 9.375rem;
    /* flex-basis: calc(100vw / 9); */
  }

  .lineupFeature {
    margin-top: 0;
    padding: 5rem 0;
  }

  .lineupFeature__inner {
    max-width: 87.5rem;
  }

  .lineupFeature__listWrap {
    grid-template-columns: 41% repeat(2, 24%);
    grid-template-rows: repeat(3, 1fr);
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 { grid-area: 1 / 1 / 4 / 2; }
  .lineupFeature__listItem.lineupFeature__listItem--2 { grid-area: 1 / 2 / 2 / 3; }
  .lineupFeature__listItem.lineupFeature__listItem--3 { grid-area: 1 / 3 / 2 / 4; }
  .lineupFeature__listItem.lineupFeature__listItem--4 { grid-area: 2 / 2 / 3 / 3; }
  .lineupFeature__listItem.lineupFeature__listItem--5 { grid-area: 2 / 3 / 3 / 4; }
  .lineupFeature__listItem.lineupFeature__listItem--6 { grid-area: 3 / 2 / 4 / 3; }
  .lineupFeature__listItem.lineupFeature__listItem--7 { grid-area: 3 / 3 / 4 / 4; }

  /* .lineupFeature__listItem.lineupFeature__listItem--1 img {
    padding-right: 1rem;
  } */

  /* .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__textContent {
    max-width: 20.125rem;
  } */

  .lineupFeature .sectionTtl {
    margin-left: 1.25rem;
  }

  .lineupFeature__contentWrap .lineupFeature__date {
    right: .1875rem;
  }

}

@media screen and (min-width: 1280px) {
  .lineupFeature__inner {
    max-width: 89.5rem;
  }

  .lineupFeature__listWrap {
    /* grid-template-columns: repeat(2, minmax(13.143%, 1fr)) repeat(3, minmax(17.214%, 1fr)); */
    grid-template-columns: repeat(2, minmax(13.143%, 1fr)) repeat(3, minmax(17.614%, 1fr));
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.9375rem;
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .lineupFeature__listItem.lineupFeature__listItem--2 {
    grid-area: 1 / 3 / 2 / 4;
  }

  .lineupFeature__listItem.lineupFeature__listItem--3 {
    grid-area: 1 / 4 / 2 / 5;
  }

  .lineupFeature__listItem.lineupFeature__listItem--4 {
    grid-area: 1 / 5 / 2 / 6;
  }

  .lineupFeature__listItem.lineupFeature__listItem--5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  .lineupFeature__listItem.lineupFeature__listItem--6 {
    grid-area: 2 / 4 / 3 / 5;
  }

  .lineupFeature__listItem.lineupFeature__listItem--7 {
    grid-area: 2 / 5 / 3 / 6;
  }

  /* .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__textContent {
    max-width: 28.125rem;
  } */

  .lineupFeature__listItem.lineupFeature__listItem--1 img {
    /* width: 94.75%; */
    width: 94.8%;
    height: 100%;
  }
}

@media screen and (min-width: 1536px) {
  .lineupFeature__inner {
    max-width: 90.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .lineupFeature {
    margin-top: 0;
  }

  .lineupFeature__inner {
    padding-inline: 0;
  }

  .topBrandSectionTtl,
  .lineupFeature__tab-panel-container {
    padding-inline: 1.25rem;
  }

  .lineupFeature__listWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, max-content);
    grid-column-gap: 4.179%;
    grid-row-gap: 1.875rem;
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  .lineupFeature__listItem.lineupFeature__listItem--2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .lineupFeature__listItem.lineupFeature__listItem--3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .lineupFeature__listItem.lineupFeature__listItem--4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .lineupFeature__listItem.lineupFeature__listItem--5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  .lineupFeature__listItem.lineupFeature__listItem--6 {
    display: none;
  }

  .lineupFeature__listItem.lineupFeature__listItem--7 {
    display: none;
  }

  .lineupFeature__contentWrap {
    /* max-width: 98%; */
  }

  .lineupFeature__listItem img {
    width: 90.625%;
    height: auto;
    aspect-ratio: 1;
  }

  .lineupFeature__date {
    font-size: 0.75rem;
  }

  .lineupFeature__date i {
    height: 2.3125rem;
    border-right: 1px solid #111111;
    margin-right: 0;
  }

  .lineupFeature__textContent {
    max-width: 90.625%;
    height: auto;
    margin-top: -1.25rem;
    margin-right: 0;
    margin-left: auto;
    padding: .625rem .9375rem;
  }

  .lineupFeature__textContent p {
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 3;
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__contentWrap {
    width: 100%;
    max-width: 83.582%;
    margin: 0 auto;
    /* margin-top: 1.875rem; */
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__textContent {
    max-width: 92.85%;
    height: auto;
    padding: .9375rem 1.25rem;
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__date i {
    height: 3.75rem;
    margin: 0;
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 img {
    width: 89.28%;
    height: auto;
    aspect-ratio: 1;

    /* TODO: デバッグ用スタイル */
    background-color: var(--color-primary);
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__textContent p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lineupFeature__listItem.lineupFeature__listItem--1 .lineupFeature__date {
    right: .25rem;
  }
}

.magazineFeature {
  padding-block: 3.75rem;
}

@media screen and (max-width: 900px){
  .fullSlider__legend.__pc {
    display: none;
  }

  .fullSlider__legend.__sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fullSlider .fullSlider__button-prev,
  .fullSlider .fullSlider__button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .fullSlider .fullSlider__button-prev::after {
    background-size: 1.25rem;
  }

  .fullSlider .fullSlider__button-next::after {
    background-size: 1.25rem;
  }
}

@media screen and (max-width: 767px){
  .fullSlider .fullSlider__legend {
    max-width: 8.563rem;
    height: 4.75rem;
    /* bottom: 6.5625rem; */
    bottom: 11.5625rem;
    right: auto;
    left: 0.9375rem;
  }

  .fullSlider .fullSlider__navigation {
    /* gap: 0 0.625rem; */
    gap: 0 0.125rem;
  }

  .fullSlider .fullSlider__button-prev,
  .fullSlider .fullSlider__button-next {
    width: 1.875rem;
    height: 1.875rem;
  }

  .fullSlider .fullSlider__pagination {
    max-width: 4.125rem;
    height: 0.6875rem;
    font-size: 0.75rem;
  }
}

/* Footer active link */
.footer .footer__brandLink:first-child a {
  background-color: var(--color-secondary);
}

.footer .footer__brandLink:first-child a::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 30%;
  height: 4px;
  border-top: 4px solid var(--color-primary);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.footer .footer__brandLink:first-child a span {
  font-weight: bold;
  color: var(--color-primary);
}

.fullSlider__catchcopySmall {
  display: block;
  margin-bottom: 0.875rem;
  padding-left: 0.25rem;
  font-size: 0.625rem;
  font-family: var(--font-eng);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #FFFFFF;
}

.fullSlider__catchcopyBig {
  display: block;
  font-size: 3.375rem;
  font-family: var(--font-eng);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  color: #FFFFFF;
}

.hiddenSp {
  display: none;
}

.topGeneral .fullSliderOuter {
  /* height: calc(95vh - var(--header-height)); */
  /* height: calc(95svh - var(--header-height)); */
  height: calc(95vh - 108px);
}

@media screen and (min-width: 350px) {
  .topGeneral .fullSliderOuter {
    /* height: calc(95.6vh - var(--header-height)); */
    /* height: calc(95.6svh - var(--header-height)); */
    height: calc(95.6vh - 108px);
  }

  .fullSlider__catchcopySmall {
    padding-left: 1.25rem;
  }

  .fullSlider__catchcopyBig {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 390px) {
  .topGeneral .fullSliderOuter {
    /* height: calc(96.5vh - var(--header-height)); */
    /* height: calc(96.5svh - var(--header-height)); */
    height: calc(96.5vh - 108px);
  }
}

@media screen and (min-width: 640px){
  .footer .footer__brandLink:first-child a::before {
    max-width: 6.25rem;
  }
}

@media screen and (min-width: 768px){
  .topGeneral .top__inner {
    padding-top: 0;
  }

  .fullSlider__catchcopySmall {
    font-size: 0.875rem;
  }

  .fullSlider__catchcopyBig {
    font-size: 5.125rem;
  }

  .hiddenSp {
    display: inline-block;
  }

  .topGeneral .fullSlider .fullSlider__legend {
    bottom: 7.525rem;
  }
}

@media screen and (min-width: 1024px) {
  .topGeneral .fullSliderOuter {
    /* height: 92.3vh; */
    /* height: 92.8svh; */
    height: calc(100vh - 102px);
  }

  .fullSlider__catchcopy {
    /* bottom: -2rem; */
    bottom: 0;
  }

  .fullSlider__catchcopyBig {
    font-size: 7.125rem;
    line-height: 0.8;
  }

  .topGeneral .fullSlider .fullSlider__legend {
    bottom: 8.125rem;
  }

  @-moz-document url-prefix() {
    .fullSlider__catchcopyBig {
      height: 97px;
      line-height: 1;
    }
  }
}

@media screen and (min-width: 1200px){
  .fullSlider__catchcopyBig {
    font-size: 8.125rem;
  }
}

@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1112px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
  .topGeneral .fullSliderOuter {
    height: 89vh;
    /* height: 89svh; */
  }
}

.fullSlider__scrollToBot {
  width: 0.869rem;
  height: 5.669rem;
  position: absolute;
  right: 0.875rem;
  bottom: 6.113rem;
  z-index: 10;
}

@media screen and (min-width: 350px) {
  .fullSlider__scrollToBot {
    width: 0.9375rem;
    height: 5.9375rem;
    right: 0.75rem;
    bottom: 5.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .fullSlider__scrollToBot {
    width: 1rem;
    height: 7.5625rem;
    bottom: 2.3125rem;
    right: 2rem;
  }
}


@media (min-width: 1024px) {
  .magazineFeature__inner {
    max-width: 90.5rem;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

.topMagazineFeature__sliderWrap {
  --swiper-navigation-size: 3.125rem;
}

@media (min-width: 1024px) {
  .topMagazineFeature__sliderWrap {
    overflow: hidden;
  }
}

.magazineFeature__link-wrapper {
  position: relative;

  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: .625rem;
}

@media (min-width: 1024px) {
  .magazineFeature__link-wrapper {
    column-gap: 1rem;
  }
}

.magazineFeature__detail-wrapper {
  position: relative;
}

.magazineFeature__link-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background-color: var(--color-primary);

  object-fit: cover;
}

.magazineFeature__textContent {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  padding: 1.625rem .9375rem 1rem;
  background: linear-gradient(rgba(17, 17, 17, 0) 0%, #111 100%);

  color: #fff;
  font-size: .8125rem;
  letter-spacing: .08em;
  line-height: 1.5;
}

.magazineFeature__textContent > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.magazineFeature__date {
  display: grid;
  grid-template-columns: 3.75rem auto;
  align-items: center;
  column-gap: .625rem;

  font-family: var(--font-eng);
  font-weight: 500;
  font-style: italic;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;

  writing-mode: vertical-lr;
}

@media (min-width: 1024px) {
  .magazineFeature__date {
    font-size: .9375rem;
  }
}

.magazineFeature__date > i {
  width: 1px;
  height: 100%;
  background-color: var(--color-font-primary);
}

.topMagazineFeature__sliderWrap [class*="swiper-button-"] {
  position: initial;

  width: var(--swiper-navigation-size);
  margin: 0;
  background-position: center;
}

.topMagazineFeature__sliderWrap [class*="swiper-button-"]::before,
.topMagazineFeature__sliderWrap [class*="swiper-button-"]::after {
  content: none;
}

.topMagazineFeature__sliderWrap .swiper-button-prev {
  background-image: url("../Contents/ImagesPkg/topPage/staffSnap-prev.svg");
}

.topMagazineFeature__sliderWrap .swiper-button-next {
  background-image: url("../Contents/ImagesPkg/topPage/staffSnap-next.svg");
}

.magazineFeature__navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 1.25rem;
  padding-inline: .625rem;
}

@media (min-width: 1024px) {
  .magazineFeature__navigation-container {
    padding-inline: 0 1.875rem;
  }
}

.magazineFeature__navigation-container .link-view-more {
  margin: 0;
}


.topBrandRanking__button-container {
  grid-column: 1 / -1;
}

.topBrandRanking__button-container .link-view-more {
  display: none;
}

[data-current-tab="topBrandRankingAll"].current .topBrandRanking__button-container {
  display: none;
}

[data-current-tab="topBrandRankingTops"].current .link-view-more[data-category="fashion"] {
  display: flex;
}

[data-current-tab="topBrandRankingShoes"].current .link-view-more[data-category="surf"] {
  display: flex;
}

[data-current-tab="topBrandRankingGoods"].current .link-view-more[data-category="snow"] {
  display: flex;
}

[data-current-tab="topBrandRankingSwinSuits"].current .link-view-more[data-category="skate"] {
  display: flex;
}

.topMurasakiTv {
  --navigation-button-size: 3.125rem;

  padding-block: 3.75rem;
  border-bottom: solid 4px var(--color-bg-primary);
}

@media (min-width: 1024px) {
  .topMurasakiTv {
    --navigation-button-size: 3.75rem;
  }
}

.topMurasakiTv .sectionTtl {
  margin: 0;
}

.topMurasakiTv .topBrandSectionTtl {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .topMurasakiTv .topBrandSectionTtl {
    width: min(100%, 90rem);
    margin-inline: auto;
    padding-inline: 1rem;
  }
}

.topMurasakiTvSlider {
  margin-bottom: .9375rem;
}

@media (min-width: 1024px) {
  .topMurasakiTvSlider {
    margin-bottom: 2.5rem;
  }
}

.topMurasakiTvSlider .swiper-slide img {
  width: 100%;
  height: auto;
}

.js-murasakiTvToggleMovie {
  position: relative;
}

.js-murasakiTvThumb {
  position: relative;

  transition: opacity 150ms ease;
}

.js-murasakiTvThumb[data-visibility="hidden"] {
  opacity: 0;

  pointer-events: none;
}

.js-murasakiTvPlayButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;

  width: 13.33%;
  aspect-ratio: 1;
  margin: auto;
}

@media (min-width: 1024px) {
  .js-murasakiTvPlayButton {
    width: 5.625%;
  }
}

@media (hover: none) {
  .js-murasakiTvPlayButton:active {
    scale: 1.2;
  }
}

@media (hover: hover) {
  .js-murasakiTvPlayButton {
    transition: scale 150ms ease;
  }

  .js-murasakiTvPlayButton:hover {
    scale: 1.2;
  }
}

.js-murasakiTvMovie {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.js-murasakiTvMovie iframe {
  width: 100%;
  height: 100%;
}

.topMurasakiTvThumbSlider__wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  .topMurasakiTvThumbSlider__wrapper {
    width: min(100%, 90rem);
    margin-inline: auto;
    padding-inline: 1rem;
  }
}

.topMurasakiTvThumbSlider {
  width: calc(100% - (2.1875rem * 2));
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .topMurasakiTvThumbSlider {
    width: 100%;
  }
}

.topMurasakiTvThumbSlider .swiper-slide {
  cursor: pointer;

  filter: opacity(.5) grayscale(.4);
  transition: filter var(--transition-default);
}

.topMurasakiTvThumbSlider .swiper-slide.swiper-slide-thumb-active {
  filter: opacity(1) grayscale(0);
}

.topMurasakiTvThumbSlider .topMurasakiTvThumbSlider__text--caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  margin-top: 1rem;

  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

[class*="murasakiTv__button--"] {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;

  width: var(--navigation-button-size);
  height: var(--navigation-button-size);
  aspect-ratio: 1;
  margin: auto;

  background-repeat: no-repeat;
  background-size: contain;
}

.murasakiTv__button--prev {
  left: 0;

  background-image: url("../Contents/ImagesPkg/topPage/staffSnap-prev.svg");
}

@media (min-width: 1024px) {
  .murasakiTv__button--prev {
    left: -1rem;
  }
}

.murasakiTv__button--next {
  right: 0;

  background-image: url("../Contents/ImagesPkg/topPage/staffSnap-next.svg");
}

@media (min-width: 1024px) {
  .murasakiTv__button--next {
    right: -1rem;
  }
}
