/**************************************
homeContents
**************************************/
#homeContents{
  display: block;
  padding-bottom: 4.5rem;
}

/* homeTTL ****/
#homeContents .sectionTTL{
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: left;
  color: #656565;
}
#homeContents .sectionTTL > span{
  display: block;
  font-weight: 400;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.666666666666667;
}



/**************************************
mvBlock
**************************************/
#homeMVPC{
  display: none;
}
#homeMVSP{
  width: 100%;
  min-height: 39.7rem;
  padding: 0;
  margin: 0 auto;
}


#homeMVSP .m-featureSlide-slidePagination{}

.m-featureSlide-slidePagination__item {
  display: block;
  width: 3rem;
  height: 0.2rem;
  border-radius: 0;
  border: none;
  background: #D8D8D8;
  opacity: 1;
  cursor: pointer;
}

.swiper-pagination-bullet-active{
  background: #17448D;
  border: none;
}



/**************************************
homeBannerArea
**************************************/
#homeBannerArea{
  display: block;
  width: 100%;
  min-height: 12rem;
  padding: 5rem 0 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}


#homeBannerArea:not(:has(*)){
  display: none;
}

#homeBannerArea .m-featureSlide{
  padding: 0 0.75rem;
}

#homeBannerArea .m-featureSlide-slideController__prev,
#homeBannerArea .m-featureSlide-slideController__next{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 2.849rem;
  position: absolute;
  z-index: 1;
  top: calc(50% - 1.7rem);
  background: none;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
  outline: none;
}


#homeBannerArea .m-featureSlide-slideController__prev{
  left: 0;
}

#homeBannerArea .m-featureSlide-slideController__next{
  right: 0;
}


#homeBannerArea .m-featureSlide-slider .m-featureSlide-slider__item{
  width: 100%;
  padding: 0 0.75rem;
}

#homeBannerArea .m-featureSlide-slidePagination:not(:has(*)){
  display: none;
}


/**************************************
homeNews
**************************************/
#homeNews{
  display: block;
  width: 100%;
  padding: 4.5rem 1.5rem;
}

#homeNews .sectionTTL{
  width: 100%;
}


#homeNews .p-homeNewsList{
  display: block;
  width: 100%;
}


#homeNews .p-homeNewsList .p-homeNewsList__item{
  display: block;
  padding: 1.2rem 1.5rem;
  background: #F5F5F5;
}

#homeNews .p-homeNewsList .p-homeNewsList__item + .p-homeNewsList__item{
  margin-top: 1rem;
}


#homeNews .p-homeNewsList .p-homeNewsList__item:nth-of-type(n + 4){display: none;}


#homeNews .p-homeNewsList .p-homeNewsList-body{
  display: block;
  cursor: pointer;
  transition: opacity .3s ease;
}



@media (hover: hover) {
  #homeNews .p-homeNewsList .p-homeNewsList-body:hover{
    opacity: .6;
  }
}


#homeNews .p-homeNewsList .p-homeNewsList-body__time{
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #2C2C2C;
  text-align: left;
}

#homeNews .p-homeNewsList .p-homeNewsList-body__title{
  display: block;
  display: -webkit-box;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #2C2C2C;
  
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


#homeNews .p-homeNewsList .p-homeNewsList-body__title > div{}

#homeNews .p-homeNewsList .p-homeNewsList-body__title > div > dl{
  display: block;
}

#homeNews .p-homeNewsList .p-homeNewsList-body__title > div > dl > dt{}
#homeNews .p-homeNewsList .p-homeNewsList-body__title > div > dl > dd{
  display: none;
}

#homeNews .homeMoreLink{
  display: block;
  margin: 1.5rem auto 0 auto;
  text-align: right;
}


/**************************************
homeRankSection
**************************************/
#homeRankSection{
  display: block;
  width: 100%;
  padding: 4.5rem 1.5rem 0;
  margin: 0 auto;
}

/**************************************
homeRankSection
**************************************/
#homeCampSection{
  display: block;
  width: 100%;
  padding: 4.5rem 1.5rem 0;
  margin: 0 auto;
}

#homeCampSection .c-product-head .rankIcon{
  display: none!important;
}



/**************************************
homeRankSection
**************************************/
#homeCategory{
  display: block;
  width: 100%;
  padding: 4.5rem 1.5rem 0;
  margin: 0 auto;
}

#homeCategory .homeCategoryList > ul{
  display: block;
}

#homeCategory .homeCategoryList > ul > li{
  display: block;
  width: 100%;
}

#homeCategory .homeCategoryList > ul > li + li{
  margin-top: 2.5rem;
}

#homeCategory .homeCategoryList > ul > li > a{
  display: block;
  width: 100%;
  transition: opacity .3s ease;
}

@media (hover: hover) {
  #homeCategory .homeCategoryList > ul > li > a:hover{
    opacity: .6;
  }
}

#homeCategory .homeCategoryList > ul > li > a > figure,
#homeCategory .homeCategoryList > ul > li > a > figure > img{
  display: block;
  width: 100%;
}

#homeCategory .homeCategoryList > ul > li > a > span{
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.375;
  margin-top: 1rem;
  font-weight: 500;
}

/**************************************
homeMission
**************************************/
#homeMission{
  display: block;
  width: 100%;
  padding: 16rem 2.5rem 0;
  margin: 4.5rem auto 0;
  background: url("../img/home/bg_mission_sp.jpg") center 0 no-repeat;
  background-size: 100% auto;
}

#homeMission .missionOuter{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2rem;
  background: #FFFFFF;
}

#homeMission .missionOuter .sectionTTL{margin-bottom: 2rem;}

#homeMission .missionOuter .missionText{}

#homeMission .missionTTL{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #2C2C2C;
}

#homeMission .missionOuter .missionText > p{
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

#homeMission .homeMoreLink{
  margin-top: 3rem;
  text-align: left;
}


/**************************************
homeSnsLinks
**************************************/
#homeContents .homeSnsLinks{
  display: block;
  width: 100%;
  padding: 3rem 1.5rem 0;
  margin: 0 auto;
}

#homeContents .homeSnsLinks > ul{
  display: block;
  width: 100%;
}

#homeContents .homeSnsLinks > ul > li{
  display: block;
  width: 100%;
}

#homeContents .homeSnsLinks > ul > li + li{
  margin-top: 1rem;
}

#homeContents .homeSnsLinks > ul > li > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1.4rem .9rem 1.4rem 0;
  border: 1px solid #D8D8D8;
  position: relative;
  transition: opacity .3s ease;
}

@media (hover: hover) {
  #homeContents .homeSnsLinks > ul > li > a:hover{
    opacity: .6;
  }
}

#homeContents .homeSnsLinks > ul > li > a::after{
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 2.8rem);
  background: #D8D8D8;
  position: absolute;
  left: 8rem;
  top: 1.4rem;
}


#homeContents .homeSnsLinks > ul > li > a > figure{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
}

#homeContents .homeSnsLinks > ul > li > a > figure > img{
  display: block;
  width: 2.5rem;
}

#homeContents .homeSnsLinks > ul > li.note > a > figure > img{
  width: 5.545rem;
}


#homeContents .homeSnsLinks > ul > li > a > dl{
  width: calc(100% - 10rem);
}

#homeContents .homeSnsLinks > ul > li > a > dl > dt{
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #2C2C2C;
}
#homeContents .homeSnsLinks > ul > li > a > dl > dd{
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #2C2C2C;
}

/**************************************
footer
**************************************/
.s-footer{
  margin-top: 0;
}



