

body{background: #DED6CD;}

/**************************************
homeContents
**************************************/
#homeContents{
  display: block;
  background: #DED6CD;
  padding-bottom: 15rem;
}

/* homeTTL ****/
#homeContents .sectionTTL{
  display: block;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #888888;
}


/*btn ***********/
a.btnHome{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  border-radius: 2.25rem;
  background: #FFFFFF;
  
  padding-top: 0.2rem;
  
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #888888;
  transition: color .3s ease,background .3s ease;
}

@media (hover: hover){
	a.btnHome:hover {
		opacity: 1;
    background: #888888;
    color: #FFFFFF;
	}
}


/**************************************
mvBlock
**************************************/
#homeMV{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: calc(100vh - var(--headerHight));
  min-height: 40rem;
}


#homeMV > picture{
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#homeMV > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#homeMV > .text{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

#homeMV > .text .inner{
  display: block;
  width: 100%;
}

#homeMV > .text .inner .logo{
  width: 16rem;
  margin: 0 auto 4rem;
}
#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.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #888888;
}

#homeMV > .text .inner > dl > dd.lede{
  display: block;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  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: 2.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.333333333333333;
  text-align: center;
  color: #888888;
  font-weight: 400;
}

#homeMV > .text .inner > dl > dd.price > span{
  margin-left: 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
}

#homeMV > .text .inner > dl > dd.btn{
  width: 20rem;
  margin: 0 auto;
}

/**************************************
homeCategory
**************************************/
#homeCategory{
  display: block;
  width: 100%;
  max-width: calc(1140px + 8rem);
  padding: 15rem 4rem 0;
  margin: 0 auto;
}

#homeCategory .homeCategoryList{
  display: block;
  width: 100%;
}

#homeCategory .homeCategoryList > ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 2.4rem;
}

#homeCategory .homeCategoryList > ul > li{
  display: block;
  width: calc((100% - 2.4rem * 3) / 4);
}

#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: 2rem;
  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: 1.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.333333333333333;
}

#homeCategory .homeCategoryList > ul > li > a > dl > dd.price{
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}


#homeCategory .homeCategoryList > ul > li > a > dl > dd.cnt{
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.846153846153846;
}



/**************************************
homeNews
**************************************/
#homeContents #homeNews{
  display: block;
  width: 100%;
  max-width: calc(950px + 8rem);
  padding: 15rem 4rem 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;
  padding: 3rem 4rem;
  border-bottom: 1px solid #C9C5C0;
}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList__item:nth-of-type(n + 4){display: none;}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}



@media (hover: hover) {
  #homeContents #homeNews .p-homeNewsList .p-homeNewsList-body:hover{
    opacity: .6;
  }
}


#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__time{
  display: block;
  width: 12rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #888888;
  text-align: left;
}

#homeContents #homeNews .p-homeNewsList .p-homeNewsList-body__title{
  display: block;
  display: -webkit-box;
  width: calc(100% - 12rem);
  font-size: 1.4rem;
  font-weight: 500;
  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{}

#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: 20rem;
  margin: 3rem auto 0 auto;
}


/**************************************
footer
**************************************/
#footer{
  margin-top: 0;
}



