
/**************************************
homeContents
**************************************/
#homeContents{
  display: block;
  padding-bottom: 0;
}


/* homeTTL ****/
#homeContents .homeSecTTL{
  display: block;
  margin: 0 auto 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1A1311;
}

#homeContents .homeSecTTL > span{
  display: block;
  font-size: 1.2rem;
  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: 25rem;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

#homeContents #mainVisual .m-featureSlide{
  display: block;
  width: 100%;
}

#homeContents #mainVisual .m-featureSlide-container{
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  overflow: visible;
}

#homeContents #mainVisual .m-featureSlide-slider__item{
  display: block;
  width: 100%;
}

#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: 1rem;
    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: 3rem var(--contentsMargin) 3rem;
}

#homeRecommend .homeRecommendItems{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#homeRecommend .homeRecommendItems .m-productLineHome{
  gap: 5.5rem 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}


#homeRecommend .homeRecommendItems .m-productLineHome .m-productLineHome__item{
  width: calc((100% - 1.5rem) / 2);
}

#homeRecommend .c-product .rankIcon{
  display: none;
}

/**************************************
homeRanking
**************************************/
#homeRanking{
  display: block;
  width: 100%;
  padding: 3rem 0 6rem;
}

#homeRankingItems{
  margin: 0 auto;
  position: relative;
}


#homeRankingItems > .swiper{
  display: block;
  width: 100%;
  padding: 0 calc(var(--contentsMargin) / 2);
  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(16.5rem + var(--contentsMargin));
  padding: 0 calc(var(--contentsMargin) / 2) 0 calc(var(--contentsMargin) / 2);
}

#homeRankingItems .controller{
  display: none;
  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 .sliderPager{
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
#homeRankingItems .sliderPager .swiper-pagination-bullet{
  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;
}

#homeRankingItems .sliderPager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
  background: #E24350;
}



/*icon **********/
#homeRankingItems .c-product .rankIcon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  z-index: 3;
  
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  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: 6rem var(--contentsMargin) 6rem;
  background: #F7F7F7;
}

#homeCategory .homeCategoryList{
  margin: 0 auto;
  position: relative;
}

#homeCategory .homeCategoryList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.5rem 1.5rem;
}

#homeCategory .homeCategoryList > ul > li{
  display: block;
  width: calc((100% - 1.5rem) / 2);
}

#homeCategory .homeCategoryList > ul > li > a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem 0.9rem;
  background: #FFFFFF;
  border-radius: 2px;
}

#homeCategory .homeCategoryList > ul > li > a > picture{
  display: block;
  width: 5rem;
  height: 5rem;
  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% - 5rem - 1rem);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.5;
  white-space: nowrap;
}

/**************************************
homeCategory
**************************************/
#homeTopics{
  display: block;
  width: 100%;
  padding: 6rem 0 6rem;
}


#homeTopicsSlider{
  display: block;
  width: 100%;
  overflow: hidden;
}

#homeTopicsSlider .homeTopicsList{
  display: block;
  width: calc(27rem + 2rem);
  margin: 0 auto;
  opacity: 1;
  overflow: visible;
}

#homeTopicsSlider .homeTopicsList > ul{
  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;
}

#homeTopicsSlider .homeTopicsList > ul > li.slider{
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  
  width: calc(27rem + 2rem);
  padding: 0 1rem;
}


#homeTopicsSlider .homeTopicsList > ul > li > a{
  display: block;
}

#homeTopicsSlider .homeTopicsList > ul > li > a > picture{
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  aspect-ratio: 270 / 202.5;
  border-radius: 2px;
  overflow: hidden;
}
#homeTopicsSlider .homeTopicsList > ul > li > a > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homeTopicsSlider .homeTopicsList > ul > li > a > p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.5rem;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}

#homeTopicsSlider .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: 3.4rem auto 0;
}



/**************************************
homeAbout
**************************************/
#homeAbout{
  display: block;
  width: 100%;
  padding: 0 0 4rem;
  background: #F7F7F7;
}

#homeAbout .inner{
  display: block;
}

#homeAbout #aboutImgSlider{
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}

#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: 100%;
  padding: 0 var(--contentsMargin);
}

#homeAbout .inner > .text > .logo{
  display: block;
  width: 24rem;
  margin: 0 auto 3rem;
}

#homeAbout .inner > .text > p{
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}

#homeAbout .inner > .text > p + p{
  margin-top: 1em;
}


/**************************************
homeNews
**************************************/
#homeNews{
  display: block;
  width: 100%;
  padding: 6rem var(--contentsMargin) 6rem;
}


#homeContents #homeNews .p-homeNewsList{
  display: block;
  width: 100%;
  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);
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList__item:nth-of-type(n + 1){
  margin-top: 1rem;
}

#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.5rem;
  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: 3rem auto 0 auto;
}
















