@charset "UTF-8";
:root{
  --top-section-padding-block: 12rem;
  --top-section__inner-width: 120rem;
}
@media screen and (max-width: 767px) {
  :root{
    --top-section-padding-block: 6rem;
  }
}
.global-container {
  overflow: clip;
}
.global-contents__inner{
  width: 100%;
  padding-bottom: 0;
}
.top-contents {
  overflow: hidden;
}
.top-banner {
    margin-top: 3rem;
}
.top-section__inner{
  width: min(92%, var(--top-section__inner-width));
  margin: 0 auto;
}
.top-section{
  padding: var(--top-section-padding-block) 0;
}
.top-heading-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.top-heading {
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
.top-button {
  display: block;
  width: 20rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-text-default);
  text-decoration: none;
  padding-block: 1.254rem 1.28rem;
  border-radius: 0.6rem;
  border: 1px solid var(--color-text-default);
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .top-contents a:hover {
    opacity: 0.6; 
  }
}
@media screen and (max-width: 767px) {
  .top-section{
  }
  .top-heading {
    font-size: 2.4rem;
  }
  .top-button {
    width: 12rem;
    padding-block: 0.864rem 0.87rem;
  }
}

/*----- mv -----*/
.top-mv-slider {
  --swiper-pagination-bullet-horizontal-gap: 1.1rem;
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-inactive-color: var(--color-text-default);
  --swiper-pagination-color: var(--color-primary);
  --swiper-pagination-bullet-inactive-opacity: 1;

  max-width: 100vw;
  display: flex;
  position: relative;
  padding-bottom: 3rem;
}
.top-mv-slider .swiper-pagination {
  bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .top-mv-slider {
    --swiper-pagination-bullet-horizontal-gap: 0.75rem;
    --swiper-pagination-bullet-width: 0.8rem;
    --swiper-pagination-bullet-height: 0.8rem;
  
    padding-bottom: 2.3rem;
  }
}

/*----- feature -----*/
.top-feature {
  background-color: #FAFAFA;
  padding-block: 8rem;
}
.top-feature-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top-feature-item a {
  text-decoration: unset;
}
.top-feature-item__inner {
    display: grid;
    gap: 1rem;
}
.top-feature-item__image {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.top-feature-item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-feature-item__text{
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: var(--fw-medium);
  color: var(--color-text-default);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-feature-more .top-button {
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-feature {
    padding-block: 6rem;
  }
  .top-feature-list {
    --swiper-scrollbar-bg-color: #E6E6E6;
    --swiper-scrollbar-drag-bg-color: var(--color-text-default);
    width: calc(100vw * 0.9);
  }
  .top-feature-list .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .top-feature-list .swiper {
    padding-bottom: 3.5rem;
    overflow: visible;
    width: 100%;
  }
  .top-feature-list .swiper-slide {
    height: auto !important;
    width: auto;
  }
  .top-feature-list a {
    width: 32.5rem;
    display: block;
  }
  .top-feature-list .swiper-scrollbar {
    bottom: 0rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-feature .top-button {
    width: 18rem;
    margin-top: 3rem;
  }
}

/*----- category -----*/
.top-category-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.top-category-list a {
  color: inherit;
  text-decoration: none;
}
.top-category-item--image {
  overflow: hidden;
  border-radius: 0.6rem;
}
.top-category-item--name {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.333;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top-category-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.36rem 1rem;
  }
  .top-category-item--name {
    font-size: 1.6rem;
  }
}

/*----- category ranking parts -----*/
.top-product {
  padding-top: 0;
}
.top-product .top-section__inner {
  padding-top: 8.4rem;
}
.top-recommend .top-section__inner {
  padding-top: 11.8rem;
}
.top-product-list {
  --swiper-scrollbar-bg-color: #E6E6E6;
  --swiper-scrollbar-drag-bg-color: var(--color-text-default);

  position: relative;
  display: flex;
  width: var(--top-section__inner-width);
  max-width: 100%;
}
.top-product-list .swiper {
  padding-bottom: 4.5rem;
}
.top-product-list .swiper-scrollbar {
  bottom: 0rem;
  width: 41.66%;;
  left: 50%;
  transform: translateX(-50%);
}
.top-product-list .swiper-button-prev, 
.top-product-list .swiper-button-next {
  width: 4rem;
  height: 4rem;
  top: 14.2rem;
}
.top-product-list .swiper-button-prev {
  left: -5.6rem;
}
.top-product-list .swiper-button-next {
  right: -5.6rem;
}
.top-product-list .swiper-button-next::after, 
.top-product-list .swiper-button-prev::after {
  content: '';
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-product-list .swiper-button-next.swiper-button-disabled, 
.top-product-list .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.top-product-list .swiper-button-next::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3dpcGVBcnJvdyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCI+IDxnIGlkPSLmpZXlhoblvaJfMTQzIiBkYXRhLW5hbWU9IualleWGhuW9oiAxNDMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJlMzYzYSIgc3Ryb2tlLXdpZHRoPSIyIj4gPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHN0cm9rZT0ibm9uZSIvPiA8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIxOSIgZmlsbD0ibm9uZSIvPiA8L2c+IDxwYXRoIGlkPSLjg5HjgrlfMzc1IiBkYXRhLW5hbWU9IuODkeOCuSAzNzUiIGQ9Ik0wLDkuOTk0LDQuOTksNC45NjEsMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy41IDE1LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyZTM2M2EiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
}
.top-product-list .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3dpcGVBcnJvdyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCI+IDxnIGlkPSLmpZXlhoblvaJfMTQzIiBkYXRhLW5hbWU9IualleWGhuW9oiAxNDMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJlMzYzYSIgc3Ryb2tlLXdpZHRoPSIyIj4gPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHN0cm9rZT0ibm9uZSIvPiA8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIxOSIgZmlsbD0ibm9uZSIvPiA8L2c+IDxwYXRoIGlkPSLjg5HjgrlfMzc1IiBkYXRhLW5hbWU9IuODkeOCuSAzNzUiIGQ9Ik00MjkuODc0LDMzMi41bDQuOTksNS4wMzMtNC45OSw0Ljk2MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxLjM2NSAzNTcuOTk1KSByb3RhdGUoMTgwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMmUzNjNhIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
}
.top-product-list a {
  color: inherit;
  text-decoration: none;
}
.top-product-list .product__item--name {
  font-size: 1.6rem;
}
.top-product-list .product__price--numeric {
  font-size: 1.8rem;
}
.top-product-list .product__price--icon {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1362px) {
  .top-section__inner {
    width: min(88%, var(--top-section__inner-width));
  }
  .top-product-list .swiper-button-prev, 
  .top-product-list .swiper-button-next {
    width: calc(100vw * 0.035 - 1rem);
    height: calc(100vw * 0.035 - 1rem);
  }
  .top-product-list .swiper-button-next {
    right: -4.3rem;
  }
  .top-product-list .swiper-button-prev {
    left: -4.3rem;
  }
}
@media screen and (min-width: 768px) {
   .top-product-list .swiper {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  .top-product-list .swiper-slide {
    width: calc((100% - (24px * 3)) / 4) !important;
  }
}
@media screen and (max-width: 767px) {
  .top-product .top-section__inner {
    padding-top: 3.98rem;
  }
  .top-recommend .top-section__inner {
    padding-top: 6rem;
  }
  .top-product-list {
    width: calc(100vw * 0.9);
  }
  .top-product-list .swiper {
    overflow: visible;
    width: 100%;
  }
  .top-product-list .swiper-slide {
    height: auto !important;
    width: auto;
  }
  .top-product-list a {
    width: calc(100vw * 0.64);
    display: block;
  }
  .top-product-list .swiper-scrollbar {
    width: 100%;
  }
  .top-product-list .product__item--name {
    font-size: 1.5rem;
  }
  .top-product-list .product__price--numeric {
    font-size: 1.6rem;
  }
  .top-product-list .product__price--icon {
    font-size: 1.0rem;
  }
}

/*----- News -----*/
.top-news .top-section__inner {
  display: flex;
  gap: 12rem;
  align-items: center;
}
.top-news-title-area {
  display: grid;
  gap: 3rem;
}
.top-news-news-area {
  width: 77.19%;
  display: grid;
  gap: 1.5rem;
}
.top-news-item {
  padding: 3rem;
  border: 2px solid #f7f7f7;
}
.top-news-item[visible="False"] {
  display: none;
}
.top-news-item__date {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #999da0;
}
.top-news-item__content {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 0.9rem;
  cursor:pointer;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-news-item__content:hover {
  opacity: 0.6;
}
.top-news-item__content a {
  color: var(--color-text-default);
  text-decoration-line: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-news .top-section__inner {
    display: block;
    position: relative;
    padding-bottom: 7.1rem;
  }
  .top-news-title-area {
    display: block;
  }
  .top-news-title-area .top-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
  .top-news-news-area {
    width: 100%;
    gap: 1rem;
  }
  .top-news-item {
    padding: 2rem;
    border: 2px solid #f7f7f7;
  }
  .top-news-item__date {
    font-size: 1.3rem;
  }
  .top-news-item__content {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .top-news .top-button {
    width: 18rem;
  }
}

/*----- aboutus -----*/
.top-aboutus {
  background-color: #FAFAFA;
}
.top-aboutus .top-section__inner {
  display: flex;
  gap: 8rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.top-aboutus-image-area {
  width: min(59.64%, 68rem);
}
.top-aboutus-title {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0em;
  color: var(--color-primary);
}
.top-aboutus-title--sub {
  display: flex;
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.385;
  color: var(--color-text-default);
  margin-bottom: 2rem;
  gap: 1.65rem;
}
.top-aboutus-title--sub::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE3IDEwIj4gPGcgaWQ9IuOCsOODq+ODvOODl18yNDQ5OSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMjQ0OTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3IDApIHJvdGF0ZSg5MCkiPiA8cGF0aCBpZD0i5aSa6KeS5b2iXzEiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDEiIGQ9Ik00LjgyNS4zMTVhLjIuMiwwLDAsMSwuMzUsMEw5LjgzNSw4LjdBLjIuMiwwLDAsMSw5LjY2LDlILjM0YS4yLjIsMCwwLDEtLjE3NS0uM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDkpIHJvdGF0ZSgxODApIiBmaWxsPSIjMmUzNjNhIi8+IDxwYXRoIGlkPSLlpJrop5LlvaJfMiIgZGF0YS1uYW1lPSLlpJrop5LlvaIgMiIgZD0iTTQuODI1LjMxNWEuMi4yLDAsMCwxLC4zNSwwTDkuODM1LDguN0EuMi4yLDAsMCwxLDkuNjYsOUguMzRhLjIuMiwwLDAsMS0uMTc1LS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA4KSIgZmlsbD0iIzJlMzYzYSIvPiA8L2c+PC9zdmc+");
}
.top-aboutus-text {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .top-aboutus.top-section {
    padding-top: 0;
  }
  .top-aboutus .top-section__inner {
    display: block;
  }
  .top-aboutus-image-area {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .top-aboutus-text-area {
    margin-top: 6rem;
  }
  .top-aboutus-title {
    font-size: 2.6rem;
    text-align: center;
  }
  .top-aboutus-title--sub {
    display: grid;
    gap: 0.57rem;
  }
  .top-aboutus-text {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 2rem;
    text-align: center;
  }
}
