
/**************************************
homeContents
**************************************/
#homeContents{
  display: block;
  padding-bottom: 0;
}


/* homeTTL ****/
#homeContents .homeSecTTL{
  display: block;
  margin: 0 auto 2.9rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1A1311;
}

#homeContents .homeSecTTL > span{
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #E24350;
}


/**************************************
mainVisual
**************************************/
#homeContents #mainVisual{
  display: block;
  width: 100%;
  padding-top: 1.5rem;
  min-height: 36rem;
  margin-bottom: 2.8rem;
  overflow: hidden;
  position: relative;
}

#homeContents #mainVisual .m-featureSlide{
  display: block;
  width: 100%;
}

#homeContents #mainVisual .m-featureSlide-container{
  display: block;
  width: calc(54rem + 2rem);
  margin: 0 auto;
  opacity: 1;
  overflow: visible;
}

#homeContents #mainVisual .m-featureSlide-slider__item{
  display: block;
  width: calc(54rem + 2rem);
  padding: 0 1rem;
}

#homeContents #mainVisual .m-featureSlide-slider__link,
#homeContents #mainVisual .m-featureSlide-slider__picture{
  display: block;
  width: 100%;
  aspect-ratio: 540 / 360;
  overflow: hidden;
}

#homeContents #mainVisual .m-featureSlide-slideController{display: block;}

#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__prev,
#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__next{
  display: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: rgba(0,82,152,.6);
  cursor: pointer;
  transition: var(--hoverTransition);
  position: absolute;
}
#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__prev{
  left: calc(50% - 51.5rem);
  padding-left: 0.3rem;
}
#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__next{
  left: calc(50% + 46.5rem);
  padding-right: 0.3rem;
}

#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__prev > img,
#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__next > img{
  display: block;
  width: 1.817rem;
  height: auto;
}

#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__prev:hover,
#homeContents #mainVisual .m-featureSlide-slideController .m-featureSlide-slideController__next:hover{opacity: .6;}

#homeContents #mainVisual .m-featureSlide-slidePagination {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 0;
}
#homeContents #mainVisual .m-featureSlide-slidePagination__item {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #E3E3E3;
  opacity: 1;
  cursor: pointer;
  transition: background .1s ease;
}

#homeContents #mainVisual .m-featureSlide-slidePagination__item.swiper-pagination-bullet-active {
  cursor: default;
  background: #E24350;
}



/**************************************
homeRecommend
**************************************/
#homeRecommend{
  display: block;
  width: 100%;
  padding: 10rem var(--contentsMargin) 10rem;
}

#homeRecommend .homeRecommendItems{
  display: block;
  width: 100%;
  max-width: var(--contentsMaxWidth);
  margin: 0 auto;
}

#homeRecommend .homeRecommendItems .m-productLineHome{
  gap: 4rem 2rem;
  justify-content: flex-start;
}


#homeRecommend .homeRecommendItems .m-productLineHome .m-productLineHome__item{
  width: calc((100% - 6rem) / 4);
}

#homeRecommend .c-product .rankIcon{
  display: none;
}

/**************************************
homeRanking
**************************************/
#homeRanking{
  display: block;
  width: 100%;
  padding: 10rem var(--contentsMargin) 10rem;
  border-top: 1rem solid #F7F7F7;
}

#homeRankingItems{
  max-width: calc(var(--contentsMaxWidth) + 1.75438596491228%);
  margin: 0 auto;
  position: relative;
}


#homeRankingItems > .swiper{
  display: block;
  width: 100%;
  opacity: 1;
  overflow: hidden;
}

#homeRankingItems > .swiper .m-productLineHome.swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition-property: transform;
  box-sizing: content-box;
  gap: 0 0;
}


#homeRankingItems .m-productLineHome__item.swiper-slide{
  /*width: calc(21.2rem + 2rem);
  
  padding: 0 1rem;
  */
  width: 20%;
  padding: 0 calc(1.75438596491228% / 2);
}

#homeRankingItems .controller{
  display: block;
  width: 100%;
}

#homeRankingItems .controller .prev,
#homeRankingItems .controller .next{
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  z-index: 3;
  top: 8.2rem;
  cursor: pointer;
  transition: opacity var(--transition-default);
}

#homeRankingItems .controller .prev{
  left: -7rem;
}

#homeRankingItems .controller .next{
  right: -7rem;
}

#homeRankingItems .controller .prev:hover,
#homeRankingItems .controller .next:hover{
  opacity: .6;
}

#homeRankingItems .controller .prev.swiper-button-disabled,
#homeRankingItems .controller .next.swiper-button-disabled{
  filter: brightness(0);
  opacity: 0.4;
  pointer-events: none;
}


#homeRankingItems .sliderPager{
  display: none;
}



/*icon **********/
#homeRankingItems .c-product .rankIcon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  z-index: 3;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  
  pointer-events: none;
}

#homeRankingItems .c-product .rankIcon > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.1rem;
  background: #1A1311;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#homeRankingItems .c-product .rankIcon::before{
  content: '';
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 2;
}

#homeRankingItems .c-product .rankIcon.rank1 > span{
  background: #C5AB34;
}
#homeRankingItems .c-product .rankIcon.rank2 > span{
  background: #A39E8D;
}
#homeRankingItems .c-product .rankIcon.rank3 > span{
  background: #BF8231;
}

#homeRankingItems .c-product .rankIcon.rank1::after,
#homeRankingItems .c-product .rankIcon.rank2::after,
#homeRankingItems .c-product .rankIcon.rank3::after{
  content: '';
  display: block;
  width: 2.863rem;
  height: 1.452rem;
  background: url("../img/common/custom/rank_deco.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2.431rem;
  left: 0.137rem;
  z-index: -1;
}


/**************************************
homeCategory
**************************************/
#homeCategory{
  display: block;
  width: 100%;
  padding: 10rem var(--contentsMargin) 10rem;
  background: #F7F7F7;
}

#homeCategory .homeCategoryList{
  max-width: var(--contentsMaxWidth);
  margin: 0 auto;
  position: relative;
}

#homeCategory .homeCategoryList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem 2rem;
}

#homeCategory .homeCategoryList > ul > li{
  display: block;
  width: calc((100% - 6rem) / 4);
}

#homeCategory .homeCategoryList > ul > li > a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 2px;
}

#homeCategory .homeCategoryList > ul > li > a > picture{
  display: block;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}
#homeCategory .homeCategoryList > ul > li > a > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homeCategory .homeCategoryList > ul > li > a > span{
  display: block;
  width: calc(100% - 6rem - 2rem);
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

/**************************************
homeCategory
**************************************/
#homeTopics{
  display: block;
  width: 100%;
  padding: 10rem var(--contentsMargin) 12rem;
}

#homeTopics .homeTopicsList{
  max-width: var(--contentsMaxWidth);
  margin: 0 auto;
  position: relative;
}

#homeTopics .homeTopicsList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem 2rem;
}

#homeTopics .homeTopicsList > ul > li{
  display: block;
  width: calc((100% - 6rem) / 4);
}

#homeTopics .homeTopicsList > ul > li > a{
  display: block;
}

#homeTopics .homeTopicsList > ul > li > a > picture{
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  aspect-ratio: 270 / 202.5;
  border-radius: 2px;
  overflow: hidden;
}
#homeTopics .homeTopicsList > ul > li > a > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homeTopics .homeTopicsList > ul > li > a > p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.4rem;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}

#homeTopics .homeTopicsList > ul > li > a > time{
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.714285714285714;
  letter-spacing: 0.08em;
  color: #8B8C8C;
}


#homeTopics .btn{
  display: block;
  width: 22rem;
  margin: 4rem auto 0;
}



/**************************************
homeCategory
**************************************/
#homeAbout{
  display: block;
  width: 100%;
  padding: 8rem 4rem 8rem;
  background: #F7F7F7;
}

#homeAbout .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(var(--contentsMaxWidth) + 18rem);
  margin: 0 auto;
  position: relative;
}


#homeAbout #aboutImgSlider{
  display: block;
  width: 64rem;
}

#homeAbout #aboutImgSlider .swiper{
  opacity: 1;
}

#homeContents #aboutImgSlider picture{
  display: block;
  width: 100%;
  overflow: hidden;
}
#homeContents #aboutImgSlider img{
  display: block;
  width: 100%;
  height: auto;
}


#homeContents #aboutImgSlider .swiper-slide-prev img,
#homeContents #aboutImgSlider .swiper-slide-active img{
    animation: slideshowZoom 10s linear 0s 1 normal both;
}
@keyframes slideshowZoom {
  0% { transform: scale(1)}
  to{ transform: scale(1.2)}
}


#homeAbout .inner > .text{
  display: block;
  width: calc(100% - 64rem - 6rem);
  padding-right: 9rem;
}

#homeAbout .inner > .text > .logo{
  display: block;
  width: 24rem;
  margin-bottom: 3rem;
}

#homeAbout .inner > .text > p{
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
}

#homeAbout .inner > .text > p + p{
  margin-top: 1em;
}


/**************************************
homeNews
**************************************/
#homeNews{
  display: block;
  width: 100%;
  padding: 8rem var(--contentsMargin) 8rem;
}


#homeContents #homeNews .p-homeNewsList{
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList__item{
  display: block;
  padding: 2rem 2.5rem;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity var(--transition-default);
}

@media (hover: hover) {
  #homeContents #homeNews .p-homeNewsList .p-homeNewsList__item:hover {
    opacity: .6;
  }
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList__item:nth-of-type(n + 1){
  margin-top: 2rem;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList__item:nth-of-type(n + 4){
  display: none;
}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body{
  display: block;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__time{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.857142857142857;
  color: #1A1311;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__time::before{
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background: #E24350;
}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title{
  display: block;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title dl{
  display: block;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title dl > dt{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  color: #1A1311;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title dl > dd{display: none;}


#homeContents #homeNews .btn{
  display: block;
  width: 22rem;
  margin: 4rem auto 0 auto;
}
















