@charset "UTF-8";

.c-breadcrumb{
  display: none !important;
}

.global-contents__inner{
  padding-bottom: 0;
  width: 100%;
}

.top-section .c-button__secondary{
  --color-primary: var(--color-accent);
  margin: auto;
  padding-block: 1.1rem;
  width: 20rem;
  min-width: unset;
  font-weight: var(--fw-regular);
  transition: background-color var(--transition-default), color var(--transition-default);
}

.top-section .c-page-title{
  margin-top: 0;
  margin-bottom: 3rem;
  gap: 0.8rem;
}

.top-section__inner:not(:has(.swiper-initialized)){
  padding-inline: 1rem;
}

.top-section__inner .product-slider{
  margin-top: 3rem;
  padding-inline: 1rem;
}

.top-section__inner .product__container{
  display: flex;
  gap: 0;
}

.top-section__inner .viewall{
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .top-section .c-page-title{
    margin-bottom: 4rem;
    gap: 0.5rem;
  }

  .top-section__inner{
    margin-inline: auto;
    padding-inline: 0;
    width: min(81.25%, 1300px);
  }
  
  .top-section__inner:has(.swiper){
    width: min(93.125%, 1490px);
  }

  .top-section__inner:not(:has(.swiper-initialized)){
    padding-inline: 0;
  }

  .top-section .c-button__secondary{
    padding: 1.55rem;
    width: 24rem;
    font-size: 1.8rem;
  }

  .top-section__inner .product-slider{
    margin-top: 4rem;
    padding-inline: 0;
  }

  .top-section__inner .product-slider{
    margin-inline: auto;
    width: 87.2483%;
    overflow: hidden;
  }
  
  .top-section__inner .product__container{
    padding-inline: 0;
  }

  .top-section__inner .viewall{
    margin-top: 4rem;
  }

  .top-section__wrapper{
    display: flex;
    flex-direction: column;
  }

  .top-section[data-section="newitem"]{
    order: 1;
  }

  .top-section[data-section="saleitem"]{
    order: 2;
  }

  .top-section[data-section="bestseller"]{
    order: 3;
  }

  .top-section[data-section="recommend"]{
    order: 4;
  }

  .top-section[data-section="scoring-banner"]{
    order: 5;
  }

  .top-section[data-section="category"]{
    order: 6;
  }
  
  .top-section[data-section="purpose"]{
    order: 7;
  }

  .top-section[data-section="size"]{
    order: 8;
  }

  .top-section[data-section="feature-page"]{
    order: 9;
  }

  .top-section[data-section="news"]{
    order: 10;
  }

  .common-section[data-section="history"]{
    order: 11;
  }
}

@media (hover: hover){
  .top-section .c-button:hover{
    opacity: 1;
    background-color: var(--color-accent);
    color: var(--color-white);
  }
}

.top-section[data-section="mv"]{
  margin-block: 0;
}

.top-section[data-section="mv"] .top-mv__slider{
  position: relative;
}

.top-section[data-section="mv"] .top-mv__navigation{
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  transition: scale var(--transition-default);
}

.top-section[data-section="mv"] .top-mv__navigation--prev{
  left: 2rem;
}

.top-section[data-section="mv"] .top-mv__navigation--next{
  right: 2rem;
}

.top-section .swiper .swiper-pagigation-clickable:not(:has(.swiper-pagination-clickable)),
.top-section .swiper .swiper-navigation:not([aria-controls]){
  display: none !important;
}

.top-section .swiper .swiper-pagination-bullets{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.top-section .swiper .swiper-pagination-bullet{
  margin: 0;
  width: 0.6rem;
  height: 100%;
  aspect-ratio: 1;
  opacity: 1;
  background-color: rgb(from var(--color-accent) r g b / 30%);
}

@media (min-width: 768px) {
  .top-section .swiper .swiper-pagination-bullets{
    margin-top: 4rem;
  }
}

.top-section .swiper .swiper-pagination-bullet-active{
  background-color: var(--color-accent);
}

.top-section .product-slider__container{
  position: relative;
}

.top-section .product-slider__navigation{
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 2;
  transition: scale var(--transition-default);
}

.top-section .product-slider__navigation--prev{
  left: 0;
}

.top-section .product-slider__navigation--next{
  right: 0;
}

@media (hover: hover) {
  .top-section .product-slider__navigation:hover{
    scale: 1.33;
  }
}

.top-section[data-section="mv"] .top-mv__pagination{
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.top-section[data-section="mv"] .top-mv__pagination .swiper-pagination-bullet{
  margin: 0;
  width: 0.6rem;
  height: 100%;
  aspect-ratio: 1;
  opacity: 1;
  background-color: rgb(from var(--color-accent) r g b / 30%);
}

.top-section[data-section="mv"] .top-mv__pagination .swiper-pagination-bullet-active{
  background-color: var(--color-accent);
}

@media (max-width: 767px) {
  .top-section[data-section="mv"] .top-mv__pagination.swiper-pagination-clickable{
    margin-bottom: -2.2rem;
  }
}

@media (min-width: 768px) {
  .top-section[data-section="mv"] .top-mv__slider .swiper-slide{
    width: 90rem;
  }

  .top-section[data-section="mv"] .top-mv__pagination{
    margin-top: 2rem;
  }
}

@media (hover: hover) {
  .top-section[data-section="mv"] .top-mv__navigation:hover{
    scale: 1.33;
  }
}

.top-section{
  margin: 6rem 0;
}

.top-section .product-slider .product__item{
  width: 40vw;
}

.top-section .product__item--image{
  border-radius: 0.5rem;
}

.top-section .product__item--name{
  margin-top: 1.2rem;
}

.top-section .product__item--price{
  margin-top: 0.8rem;
}

.top-section .product__price{
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.top-section .product__item--rank{
  width: 3.9rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.4rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  background-color: #ebebeb;
  border: none;
  border-radius: 0.5rem 0 0.5rem 0;
  color: var(--color-primary);
}

.top-section .product__item--rank-prefix{
  font-size: 1rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.06em;
  line-height: 1;
}

.top-section .product__item--rank-numeric{
  font-size: 1.5rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.06em;
  line-height: 1;
}

.top-section .product__item--rank[data-rank="1"],
.top-section .product__item--rank[data-rank="2"],
.top-section .product__item--rank[data-rank="3"]{
  background-color: var(--color-white);
}

@media (min-width: 768px) {
  .top-section{
    margin: 10rem 0;
  }

  /* .top-section .product-slider .product__item{
    width: min(30.6rem, 306px)!important;
  } */

  .top-section .product__item--rank{
    width: 4rem;
  }

  .top-section .product__item--rank-prefix{
    font-size: 1.1rem;
  }

  .top-section .product__item--rank-numeric{
    font-size: 1.8rem;
  }
}

.top-section[data-section="category"]{
  margin: 0;
  padding: 6rem 0 2.5rem;
  background-color: #F8F7F4;
}

.top-section[data-section="category"] .category-list{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.top-section[data-section="category"] .category-item__link{
  display: block;
  text-decoration: none;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  overflow: hidden;
}

.top-section[data-section="category"] .category-item__name{
  padding: 0.95rem 0;
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: var(--color-accent);
}

.top-section[data-section="category"] .category-item:nth-of-type(n+3) .category-item__name{
  padding: 0.75rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-section[data-section="category"] .category-item:nth-of-type(1){
  grid-column: 1/4;
}

.top-section[data-section="category"] .category-item:nth-of-type(2){
  grid-column: 4/7;
}

.top-section[data-section="category"] .category-item:nth-of-type(3){
  grid-column: 1/3;
}

.top-section[data-section="category"] .category-item:nth-of-type(4){
  grid-column: 3/5;
}

.top-section[data-section="category"] .category-item:nth-of-type(5){
  grid-column: 5/7;
}

@media (min-width: 768px) {
  .top-section[data-section="category"]{
    padding: 10rem 0 4rem;
  }

  .top-section[data-section="category"] .category-list{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }

  .top-section[data-section="category"] .category-item{
    width: 24rem;
  }

  .top-section[data-section="category"] .category-item__name,
  .top-section[data-section="category"] .category-item:nth-of-type(n+3) .category-item__name{
    padding: 1.55rem 0;
    font-size: 1.7rem;
    line-height: 1.0588;
  }
}

.top-section[data-section="purpose"]{
  margin-block: 0;
  padding-block: 2.5rem;
  background-color: #F8F7F4;
}

.top-section[data-section="purpose"] .purpose-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.top-section[data-section="purpose"] .purpose-item:nth-of-type(1){
  grid-column: 1/3;
}

.top-section[data-section="purpose"] .purpose-item__link{
  display: block;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  text-decoration: none;
}

.top-section[data-section="purpose"] .purpose-item__name{
  padding: 0.95rem 0;
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: var(--color-accent);
}

@media (max-width: 767px) {
  .top-section[data-section="purpose"] .purpose-item:nth-of-type(n+2) :where(img){
    height: 23rem;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .top-section[data-section="purpose"]{
    padding: 4rem 0;
  }
  
  .top-section[data-section="purpose"] .purpose-list{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }

  .top-section[data-section="purpose"] .purpose-item{
    width: 41.7rem;
  }

  .top-section[data-section="purpose"] .purpose-item__name{
    padding: 1.55rem 0;
    font-size: 1.7rem;
    line-height: 1.0588;
  }
}

.top-section[data-section="size"]{
  margin-block: 0;
  padding: 2.5rem 0 6rem;
  background-color: #F8F7F4;
}

.top-section[data-section="size"] .size-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.top-section[data-section="size"] .size-item__link{
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: var(--color-white);
  overflow: hidden;
}

.top-section[data-section="size"] .size-item__name{
  height: 8rem;
  display: grid;
  place-content: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: var(--color-accent);
}

.top-section[data-section="size"] .size-example{
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media (min-width: 768px){
  .top-section[data-section="size"]{
    padding: 4rem 0 10rem;
  }

  .top-section[data-section="size"] .size-list{
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
  }

  .top-section[data-section="size"] .size-item__name{
    height: 7.7rem;
    gap: 0.6rem;
    font-size: 1.7rem;
    line-height: 1.0588;
  }

  .top-section[data-section="size"] .size-example{
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.top-section[data-section="bestseller"]{
  margin-block: 0;
  padding-block: 6rem;
  background: transparent linear-gradient(150deg, #E4EFEB 0%, #F2EEE4 100%) 0% 0% no-repeat padding-box;
}

.top-section[data-section="bestseller"] .category-content__wrapper{
  padding-inline: 1rem;
}

.top-section[data-section="bestseller"] .category-list{
  padding-bottom: 0.5rem;
  padding-inline: 1rem;
  display: flex;
  gap: 0.5rem;
  overflow: auto;
}

.top-section[data-section="bestseller"] .category-item{
  flex-shrink: 0;
}

.top-section[data-section="bestseller"] .category-item__selector{
  padding: 1.3rem  1.5rem;
  font-size: 1.3rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: var(--color-white);
  border-radius: 100vh;
  color: var(--color-accent);
  transition: background-color var(--transition-default), color var(--transition-default);
}

.top-section[data-section="bestseller"] .category-item__selector.active{
  font-weight: var(--fw-bold);
  background-color: var(--color-accent);
  color: #EFEFC8;
}

.top-section[data-section="bestseller"] .category-content.active .product-slider__base .product-slider{
  margin-top: 0;
  padding-inline: 2.5rem;
}

.top-section[data-section="bestseller"] .category-content.active .product-slider__base{
  margin: 3rem auto 0;
  padding: 3rem 0;
  background-color: var(--color-white);
  border-radius: 2rem;
}

.top-section[data-section="bestseller"] .category-content:not(.active){
  display: none !important;
}

@media (hover: hover) {
  .top-section[data-section="bestseller"] .category-item__selector:hover{
    background-color: var(--color-accent);
    color: #EFEFC8;
  }
}

@media (min-width: 768px) {
  .top-section[data-section="bestseller"] .category-list{
    padding-inline: 0;
    justify-content: center;
    gap: 0.5rem;
  }

  .top-section[data-section="bestseller"] .category-content__wrapper{
    padding-inline: 0;
  }

  .top-section[data-section="bestseller"] .category-content.active .product__container{
    padding-inline: 0;
  }

  .top-section[data-section="bestseller"] .category-content.active .product-slider__base{
    margin: 4rem auto 0;
    padding: 5rem 0;
    width: min(87.2483%, 1300px);
  }

  .top-section[data-section="bestseller"] .category-content.active .product-slider__base .product-slider{
    margin-top: 0;
    padding-inline: 0;
    width: 92.3076%;
    max-width: 1200px;
  }
}

.top-section[data-section="scoring-banner"] .scoring-banner__list{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .top-section[data-section="scoring-banner"] .scoring-banner__list{
    margin-inline: auto;
    width: min(80rem, 800px);
  }
}

.top-section[data-section="feature-page"] .top-section__inner{
  padding-inline: 0;
}

.top-section[data-section="feature-page"] .feature-item__link{
  display: grid;
  gap: 1.6rem;
  text-decoration: none;
}

.top-section[data-section="feature-page"] .feature-item__details{
  display: grid;
  gap: 0.8rem
}

.top-section[data-section="feature-page"] .feature-item__image{
  border-radius: 0.5rem;
  overflow: hidden;
}

.top-section[data-section="feature-page"] .feature-item__date{
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.05em;
  line-height: 1.3846;
  color: var(--color-accent);
}

.top-section[data-section="feature-page"] .feature-item__name{
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: var(--color-text-default);
}

.top-section[data-section="feature-page"] .product-slider__pagination{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .top-section[data-section="feature-page"] .top-section__inner{
    width: min(130rem, 1300px);
  }

  .top-section[data-section="feature-page"] .feature-container{
    display: flex;
    justify-content: flex-start;
    gap: 2.5rem;
  }

  .top-section[data-section="feature-page"] .feature-item{
    width: 32%;
  }

  .top-section[data-section="feature-page"] .feature-item__date{
    font-size: 1.4rem;
    line-height: 1.2857;
  }

  .top-section[data-section="feature-page"] .feature-item__name{
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.top-section[data-section="news"] .news-item__content--heading{
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.top-section[data-section="news"] .news-item__content--detail{
  display: none !important;
}

.top-section[data-section="news"] .news-list-area{
  margin-block: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .top-section[data-section="feature-page"] + .top-section[data-section="news"]{
    margin-top: 0;
  }

  .top-section[data-section="news"] .news-list-area{
    margin-block: 4rem;
    width: min(94.6667%, 960px);
  }
}

.common-section[data-section="history"]{
  margin: 6rem 0;
}

.common-section[data-section="history"] .c-page-title{
  gap: 0.8rem;
}

.common-section[data-section="history"] .c-page-title--ja{
  font-size: 1.4rem;
  color: var(--color-accent);
  font-weight: var(--fw-medium);
}

.common-section[data-section="history"] .c-page-title--en{
  display: block !important;
}

@media (min-width: 768px) {
  .common-section[data-section="history"]{
    margin: 0 0 10rem;
  }

  .common-section[data-section="history"] .c-page-title{
    margin-top: 0;
    gap: 0.5rem;
  }
}