body{background: #DED6CD;}

/**************************************
homeContents
**************************************/
#homeContents{
  display: block;
  background: #DED6CD;
  padding-bottom: 5rem;
}

/* homeTTL ****/
#homeContents .sectionTTL{
  display: block;
  margin-bottom: 2.5rem;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #888888;
}


/*btn ***********/
a.btnHome{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.6rem;
  
  padding-top: 0.2rem;
  
  border-radius: 1.8rem;
  background: #FFFFFF;
  
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #888888;
  transition: color .3s ease,background .3s ease;
}



/**************************************
mvBlock
**************************************/
#homeMV{
  display: block;
  width: 100%;
}


#homeMV > picture{
  display: block;
  width: 100%;
}
#homeMV > picture > img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}


#homeMV > .text{
  display: block;
  width: 100%;
  padding: 0 1rem;
}

#homeMV > .text .inner{
  display: block;
  width: 100%;
}

#homeMV > .text .inner .logo{
  width: 12rem;
  margin: 0 auto 3rem;
}
#homeMV > .text .inner .logo img{display: block; width: 100%; height: auto;}


#homeMV > .text .inner > dl{
  display: block;
  text-align: center;
}

#homeMV > .text .inner > dl > dt{
  display: block;
  margin-bottom: 1.0rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #888888;
}

#homeMV > .text .inner > dl > dd.lede{
  display: block;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  color: #888888;
  font-weight: 500;
}


#homeMV > .text .inner > dl > dd.price{
  display: block;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #888888;
  font-weight: 400;
}

#homeMV > .text .inner > dl > dd.price > span{
  margin-left: 1.2rem;
  font-size: 2.2rem;
  line-height: 1.090909090909091;
}

#homeMV > .text .inner > dl > dd.btn{
  width: 18rem;
  margin: 0 auto;
}

/**************************************
homeCategory
**************************************/
#homeCategory{
  display: block;
  width: 100%;
  padding: 8rem 1rem 0;
  margin: 0 auto;
}

#homeCategory .homeCategoryList{
  display: block;
  width: 100%;
}

#homeCategory .homeCategoryList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2.5rem 0.5rem;
}

#homeCategory .homeCategoryList > ul > li{
  display: block;
  width: calc((100% - 0.5rem * 1) / 2);
}

#homeCategory .homeCategoryList > ul > li > a{
  display: block;
  color: #888888;
  text-align: center;
  transition: color .3s ease;
}

/*
#homeCategory .homeCategoryList > ul > li > a:hover{
  opacity: 1;
  color: #FFFFFF;
}
*/

#homeCategory .homeCategoryList > ul > li > a > figure{
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

#homeCategory .homeCategoryList > ul > li > a > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

/*
#homeCategory .homeCategoryList > ul > li > a:hover > figure > img{
  transform: scale(1.1);
}
*/

#homeCategory .homeCategoryList > ul > li > a > dl{
  display: block;
}

#homeCategory .homeCategoryList > ul > li > a > dl > dt{
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

#homeCategory .homeCategoryList > ul > li > a > dl > dd.price{
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}


#homeCategory .homeCategoryList > ul > li > a > dl > dd.cnt{
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.181818181818182;
}



/**************************************
homeNews
**************************************/
#homeContents #homeNews{
  display: block;
  width: 100%;
  padding: 8rem 1.5rem 0;
  margin: 0 auto;
}


#homeContents #homeNews .p-homeNewsList{
  display: block;
  width: 100%;
  border-top: 1px solid #C9C5C0;
}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList__item{
  display: block;
  border-bottom: 1px solid #C9C5C0;
  padding: 1.6rem 0;
}


#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: block;
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.615384615384615;
  color: #888888;
  text-align: left;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title{
  display: block;
  display: -webkit-box;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #888888;
  
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title > div{
  display: block;
}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title > div > dl{
  display: block;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title > div > dl > dt{}
#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title > div > dl > dd{
  display: none;
}

#homeContents #homeNews .btn{
  display: block;
  width: 18rem;
  margin: 2.5rem auto 0 auto;
}


/**************************************
footer
**************************************/
#footer{
  margin-top: 0;
}



