﻿@charset "UTF-8";

/* ------------------------------------ 
  COMMON
 ------------------------------------ */
.home-section {
  padding: 3rem 0;
  letter-spacing: 0.05em;
}

.home-section button{
  color: inherit;
  outline: none;
  border: 0;
  background-color: inherit;
}

.home-section .c-button {
  margin-top: 3rem;
}

.home-section button {
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
}

.main-area{
  padding-top: 0;
}

#Contents{
  padding-top: 0;
}

.c-productlist .c-product-item__icon-list{
  display: none;
}

/* ------------------------------------ 
  MV
 ------------------------------------ */

.home-mv {
  padding-top: 0 !important;
  padding-bottom: 6rem;
}

.home-mv__content {
  text-align: left;
}

.home-mv__content+.home-mv__content {
  margin-top: 4rem;
}

.home-mv__content figcaption {
  padding: 1.5rem 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
}

.home-mv__content figcaption .mv-title {
  padding: 0 0 0.8rem;
  font-family: var(--font-alte-haas-grotesk);
  font-size: 2.8rem;
  font-weight: var(--fw-semibold);
  line-height: 1.1;
}

.home-mv__content figcaption .mv-title span {
  font-size: 1.6rem;
  display: grid;
  font-weight: var(--fw-bold);
}

.home-mv__content.swiper-container{
  position: relative;
}

.home-mv__content.swiper-container figure{
  height: auto;
  background-color: var(--color-white);
}

.home-mv__content.swiper-container figure > a{
  display: block;
  height: 100%;
}

.home-mv__content .swiper-button{
  content: "";
  position: absolute;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: var(--color-white);
  opacity: 0.4;
}

.home-mv__content .swiper-button::after{display: none;}

.home-mv__content .swiper-button::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px var(--color-black) solid;
  border-right: 1px var(--color-black) solid;
}

.home-mv__content .swiper-button-prev::before{
  transform: translate(-25%,-50%) rotate(-135deg);
}

.home-mv__content .swiper-button-next::before{
  transform: translate(-75%,-50%) rotate(45deg);
}

/* ------------------------------------ 
  CATEGORY
 ------------------------------------ */

 @media (max-width: 767px) {
  .home-category .c-page-title{
    margin-bottom: 1.5rem;
  }
}

.home-category__list-wrap {
  --swiper-scrollbar-sides-offset: 2rem;
  padding: 1rem 2rem 0;
}

.home-category__list-wrap+.home-category__list-wrap {
  margin-top: 4rem;
}

.home-category__list-wrap .swiper-wrapper {
  padding-bottom: 2rem;
}

.home-category__item {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.36;
}

.home-category__item img {
  margin-bottom: 1rem;
}

.home-category .home-category__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  font-weight: var(--fw-semibold);
}

.home-category .home-category__heading .swiper-button-wrap {
  display: flex;
  gap: 2rem;
}

.home-category .swiper-button-wrap{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-category .swiper-button {
  position: static;
  width: calc(0.7rem * 2);
  height: calc(1.4rem * 2);
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem 1.4rem;
}

.home-category .swiper-button {
  opacity: 1;
}

.home-category .swiper-button::after {
  display: none;
}

.home-category .swiper-button-prev {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.061%2014.707%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m7.707%2014.354-7-7%207-7%22%2F%3E%3C%2Fsvg%3E');
}

.home-category .swiper-button-next {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.061%2014.707%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m.354.354%207%207-7%207%22%2F%3E%3C%2Fsvg%3E');
}

.home-category .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  --swiper-scrollbar-size: 0.3rem;
}

/* ------------------------------------ 
  TOPICS
 ------------------------------------ */

.c-banner-list {
  --bannerlist-grid-columns: repeat(2, minmax(0, 1fr));
  --bannerlist-grid-gap-column: 0.6rem;
  --bannerlist-grid-gap-row: 2.6rem;
  display: grid;
  grid-template-columns: var(--bannerlist-grid-columns);
  gap: var(--bannerlist-grid-gap-row) var(--bannerlist-grid-gap-column);
  text-align: left;
}

.c-banner-list figcaption {
  margin-top: 0.6rem;
  padding: 0 0.5rem;
  font-size: 1.1rem;
  font-weight: var(--fw-medium);
  line-height: 1.3;
  font-family: var(--font-main);
}

.c-banner-list figcaption .topic-title {
  margin-bottom: 0.4rem;
  font-family: var(--font-alte-haas-grotesk);
  font-size: 1.6rem;
  font-weight: var(--fw-semibold);
}


/* ------------------------------------ 
  Midbanner
 ------------------------------------ */
.c-midbanner-list {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}

.c-midbanner-list li figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem 0;
}

.c-midbanner-list li figure a,
.c-midbanner-list li figure figcaption {
  width: 100%;
  text-align: center;
}

.c-midbanner-list li figure figcaption p {
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  font-family: var(--font-main);
}

.c-midbanner-list li figure figcaption p.spexial-read {
  font-size: 2rem;
  font-weight: var(--fw-bold);
}

.c-midbanner-list li figure figcaption p.spexial-read strong {
  font-weight: bold;
}

.c-midbanner-list li figure figcaption p.more-text {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-midbanner-list li figure figcaption p.more-text a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}


/* ------------------------------------ 
  RANKNING
 ------------------------------------ */

.home-ranking {
  padding-bottom: 6rem;
}

.home-ranking .swiper-button{

}

.home-ranking-tab__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin-bottom: 3rem;
  text-align: center;
}

.home-ranking-tab__heading button {
  padding: 0.4rem 1.2rem;
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: 0;
  cursor: pointer;
}

.home-ranking-tab__heading button:hover{
  opacity: 0.6;
}

.home-ranking-tab__heading button:nth-child(2),
.home-ranking-tab__heading button:nth-child(5) {
  border-left: 1px solid var(--color-bg-1);
  border-right: 1px solid var(--color-bg-1);
}

.home-ranking-tab__heading button.active {
  text-decoration: underline;
  font-weight: var(--fw-semibold);
  border-bottom: transparent;
}

.home-ranking-tab__list + .c-button{
  margin-top: 5.6rem;
}

.js-tab-content{
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity var(--transition-default);
  max-height: 350px;
}
.js-tab-content.is-show{
  opacity: 1;
  height: auto;
  max-height: none;
  overflow: visible;
}

/* ------------------------------------ 
  HOT KEYWORD
 ------------------------------------ */

.home-keyword{
  padding: 5rem 3.5rem;
  background-color: #F8F8F8;
}

.home-keyword .c-page-title{
  font-size: 2rem;
}

/* ------------------------------------ 
  STORE
 ------------------------------------ */
.home-store{
  clip-path: inset(0);
  padding: 7.75rem 3rem;
}

.home-store::after{
  content:"";
  position: fixed;
  top:0;
  left:0;
  z-index:-1;
  display:block;
  width:100%;
  height:100svh;
  background-image: url(../../Contents/ThemeImage/top/store/store_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-store .c-page-title{
  margin-bottom: 4rem;
}

.home-store .c-button{
  background-color: var(--color-white);
}

/* ------------------------------------ 
  INSTAGRAM
 ------------------------------------ */
.home-instagram{
  padding: 6rem 0;
}

.home-instagram .c-page-title{
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.home-instagram .c-page-title::before{
  content: '';
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../../Contents/ThemeImage/common/sns_icon/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.home-instagram-tab__heading{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
}

.home-instagram-tab__heading button{
  padding: 0.8rem 0.5rem;
  font-weight: var(--fw-medium);
  border-bottom: 1px solid var(--color-bg-1);
  cursor: pointer;
  font-family: var(--font-en);
  font-size: 1.6rem;
}

.home-instagram-tab__heading button.active{
  border-bottom-color: var(--color-primary);
  cursor: auto;
}

 .home-instagram__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 1rem;
  padding: 3rem 1rem 0;
 }

 @media (max-width: 767px) {
    .home-instagram__list li:nth-of-type(n + 5){
      display: none;
    }
  }

 .home-instagram__list p{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: var(--fw-medium);
 }

 .home-instagram__list p::before{
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url(../../Contents/ThemeImage/common/sns_icon/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain; 
 }

/* ------------------------------------ 
  NEWS
 ------------------------------------ */
 .home-news{
  padding: 6rem 0 10rem;
 }

.home-news-list{
  padding: 0 2rem;
}

.home-news-item{
  border-top: 1px solid var(--color-bg-1);
}

.home-news-item:last-of-type{
  border-bottom: 1px solid var(--color-bg-1);
}

 .home-news-item__inner{
  display: block;
  padding: 2.3rem 1rem;
 }

 .home-news__head{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
  font-family: var(--font-main);
 }

 .home-news__data{
  font-size: 1.2rem;
  font-family: var(--font-en);
 } 

 .home-news__tag{
  padding: 0.4rem 0.6rem 0.3rem;
  font-size: 1rem;
  line-height: 1;
  background-color: var(--color-primary);
  color: var(--color-white);
 }

 .home-news__text{
  font-size: 1.2rem;
  line-height: 1.83333333333;
 }

 @media (max-width: 767px) {
    .c-banner-list figcaption .topic-title.topic-title--line-2 {
      height: 2.5em;
    }
 }

 @media (min-width: 768px) {

  /* ------------------------------------ 
    COMMON
  ------------------------------------ */
  .home-section {
    padding: 6rem 0;
  }

  .home-section .c-button {
    margin-top: 5rem;
  }

  .swiper-pagination .c-button{
    margin-top: 8rem;
  }

  .home-section .c-productlist{
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
  

  /* ------------------------------------ 
    MV
  ------------------------------------ */
  .home-mv__content+.home-mv__content {
    margin-top: 4rem;
  }

  .home-mv__content figcaption {
    padding: 2rem 1.5rem 1.2rem;
    font-size: 2rem;
  }

  .home-mv__content figcaption .mv-title {
    padding: 0 0 1rem;
    font-size: 3.5rem;
  }

  .home-mv__content figcaption .mv-title span {
    font-size: 2rem;
  }

  .home-mv__content figcaption.pd-3 {
    padding-bottom: 3rem;
  }
    
  .home-mv__content.swiper-container{
    position: relative;
  }

  .home-mv__content.swiper-container figure{
    background-color: var(--color-white);
  }

  .home-mv__content .swiper-button{
    --swiper-navigation-sides-offset: 3rem;
    opacity: 0;
    transition: opacity var(--transition-default);
  }

  .home-mv__content.swiper-container:hover .swiper-button{
    opacity: 0.4;
  }

  .home-mv__content .swiper-button::after{display: none;}

  .home-mv__content .swiper-button::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 1px var(--color-black) solid;
    border-right: 1px var(--color-black) solid;
  }


  /* ------------------------------------ 
    CATEGORY
  ------------------------------------ */

  .home-category__list-wrap {
    max-width:  var(--inner-width);
    padding: 0;
  }
  
  .home-category__item{
    max-width: 22.5rem;
  }

  .home-category__item {
    font-size: 1.3rem;
  }

  .home-category__item img {
    margin-bottom: 0.8rem;
  }

  .home-category .home-category__heading {
    margin-bottom: 1.5rem;
  }

  .home-category .home-category__heading .swiper-button-wrap {
    gap: 1rem;
  }


  /* ------------------------------------ 
    TOPICS
  ------------------------------------ */

  .home-topics{
    max-width: var(--inner-width);
    margin: 0 auto;
  }

  .c-banner-list {
    --bannerlist-grid-gap-column: 2rem;
    --bannerlist-grid-gap-row: 4rem;
  }

  .c-banner-list figcaption {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }

  .c-banner-list figcaption .topic-title {
    margin-bottom: 0.7rem;
    font-size: 2.4rem;
  }


/* ------------------------------------ 
  Midbanner
 ------------------------------------ */
  .c-midbanner-list {
    gap: 6rem 0;
  }

  .c-midbanner-list li figure {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }

  .c-midbanner-list li figure a,
  .c-midbanner-list li figure figcaption {
    width: 50%;
    text-align: center;
  }

  .c-midbanner-list li figure figcaption p {
    font-size: 2rem;
  }

  .c-midbanner-list li figure figcaption p.spexial-read {
    font-size: 4rem;
  }

  .c-midbanner-list li figure figcaption p.more-text {
    margin-top: 4rem;
    font-size: 2rem;
  }


  /* ------------------------------------ 
    RANKNING
  ------------------------------------ */
  .home-ranking {
    overflow: hidden;
    padding-bottom: 10rem;
  }

  .home-ranking-tab__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-bottom: 3rem;
    text-align: center;
  }

  .home-ranking-tab__heading button {
    padding: 0.4rem 1.2rem;
    line-height: 1;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .home-ranking-tab__heading button:nth-child(2),
  .home-ranking-tab__heading button:nth-child(5) {
    border-left: 0;
    border-right: 0;
  }

  .home-ranking  .home-ranking-tab__heading button:not(:first-of-type){
    border-left: 1px solid var(--color-bg-1);
  }

  .js-tab-content{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity var(--transition-default);
    max-height: 350px;
  }
  .js-tab-content.is-show{
    opacity: 1;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  /* ------------------------------------ 
    HOT KEYWORD
  ------------------------------------ */

  .home-keyword{
    padding: 8rem 1rem;
  }

  .home-keyword .c-page-title{
    font-size: 2.6em;
    margin-bottom: 3rem;
  }

  /* ------------------------------------ 
    STORE
  ------------------------------------ */
  .home-store{
    clip-path: inset(0);
    padding: 12.5rem 0;
  }

  .home-store::after{
    background-image: url(../../Contents/ThemeImage/top/store/store_bg_pc.jpg);
  }

  .home-store .c-page-title{
    margin-bottom: 5rem;
  }

  /* ------------------------------------ 
    INSTAGRAM
  ------------------------------------ */
  .home-instagram{
    max-width: var(--inner-width);
    /* width: 85%; */
    margin: 0 auto;
    padding: 12rem 0;
  }

  .home-instagram .c-page-title{
    gap: 1rem;
  }
  
  .home-instagram .c-page-title::before{
    width: 3.6rem;
    height: 3.6rem;
  }  

  .home-instagram-tab__heading{
    width: 60rem;
    margin: 0 auto;
  }

  .home-instagram-tab__heading button{
    padding: 0.7rem 0.5rem;
    font-size: 1.8rem;
    transition: opacity var(--transition-default);
  }

  .home-instagram-tab__heading button:not(.active):hover{
    opacity: 0.6;
  }

  .home-instagram__list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem;
    padding: 3rem 0 0;
  }

  .home-instagram__list p{
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  /* ------------------------------------ 
    NEWS
  ------------------------------------ */
  .home-news{
    padding: 12rem 0 14rem;
  }

  .home-news__inner{
    max-width: var(--inner-width);
    margin: 0 auto;
    padding: 8rem 0;
    border: 1px solid var(--color-bg-1);
  }

  .home-news-item__inner{
    display: flex;
    align-items: center;
    padding: 3rem 2rem;
  }

  .home-news-list{
    width: 71.4285714286%;
    margin: 0 auto;
  }

  .home-news__head{
    gap: 2rem;
    margin-bottom: 0;
    margin-right: 1rem;
    font-family: var(--font-main);
  }

  .home-news__data{
    font-size: 1.3rem;
  } 

  .home-news__tag{
    padding: 0.3rem 0.9rem 0.2rem;
    font-size: 1.1rem;
  }

  .home-news__text{
    font-size: 1.3rem;
    line-height: 1.69230769231;
  }
 }
 
  /* ------------------------------------ 
    New Arrival
  ------------------------------------ */
  .home-new .c-productlist .swiper {
    padding-bottom: 3rem!important;
    margin-bottom: 0;
  }

@media (max-width: 768px) {
  .new-arrivals-scrollbar {
    width: 90%!important;
    left: 50% !important;
    transform: translateX(-50%)!important;
  }
}