@charset "UTF-8";

/*****************************
setting
******************************/
#homeContents{
  width: 100%;
  padding-bottom: 7rem;
  margin-top: -7rem;
  overflow: hidden;
}

#homeContents picture,
#homeContents figure{
  display: block;
  width: 100%;
  height: auto;
}

/**************************************
secTTL
**************************************/
#homeContents .secTTL{
  display: block;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

#homeContents .secTTL > span{
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FD873E;
  letter-spacing: 0.2em;
  line-height: 2;
}

#homeContents .secTTL > span:not(:nth-last-child(1)){
  margin-bottom: 2rem;
}


/**************************************
btn
**************************************/
#homeContents .btn{
  display: block;
}

#homeContents .btn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  min-height: 5.5rem;
  padding: 0 3.5rem 0 3.5rem;
  border-radius: 8px;
  background: #FD873E;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
  position: relative;
}

#homeContents .btn > a::after{
  content: '';
  width: 2rem;
  height: 2rem;
  background: url("../Contents/ThemeImage/common/icon_arrow_right.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.9rem);
}

#homeContents .btn > a[target="_blank"]::after{
  background: url("../Contents/ThemeImage/common/icon_blank_white.svg") left center no-repeat;
  background-size: 80% auto;
}

#homeContents .btn.chillde > a::before{
  content: '';
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../Contents/ThemeImage/home/icon_chillde.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 1.75rem);
}


#homeContents .btn.frozen > a{
  background: #EA5E5E;
}
#homeContents .btn.frozen > a::before{
  content: '';
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../Contents/ThemeImage/home/icon_frozen.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 1.75rem);
}

#homeContents .btn.care > a{
  background: #113D79;
}


#homeContents .btn.border > a{
  border: 2px solid #113D79;
  background: #FFFFFF;
  color: #113D79;
}
#homeContents .btn.border > a::after{
  mask-image: url("../Contents/ThemeImage/common/icon_arrow_right.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../Contents/ThemeImage/common/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: #113D79;
}



/**************************************
mainVisual
**************************************/
#mainVisualSP{
	display: block;
  width: 100%;
  min-height: 61.4rem;
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #FDF9F2 0%, #FDF9F2 23rem, #F7F0E7 23rem, #F7F0E7 100%);
}

#mainVisualSP > .inner{
  display: block;
	width: 100%;
  margin: 0 auto;
  position: relative;
}

#mainVisualPC{
  display: none;
}

#mainVisualSP picture,
#mainVisualSP img{display: block; width: 100%; height: auto;}

#mainVisualSP .catch{
  display: block;
	width: 19rem;
  position: absolute;
  left: 1.5rem;
  top: 36.4rem;
  z-index: 2;
}

#mainVisualSP .text{
  display: block;
	width: 35.046rem;
  position: absolute;
  left: 1.38rem;
  top: 52rem;
  z-index: 2;
  transform: rotate(-5deg);
  transform-origin: center center;
}


#mainVisualSP .mvSlider{
	width: 100%;
  padding-left: 4rem;
  margin: 0 auto;
  overflow: hidden;
}

#mainVisualSP .mvSlider > .sliderWrapper{
  height: 100%;
	width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#mainVisualSP .mvSlider > .sliderWrapper > .slider{
	display: block;
	width: 100%;
  border-radius: 0 0 0 40px;
  overflow: hidden;
	position: relative;
}

/*
.mvSlider > .sliderWrapper > .slider:nth-of-type(1),
.mvSlider > .sliderWrapper > .slider.swiper-slide-active{opacity: 1;}
*/

#mainVisualSP .mvSlider > .sliderWrapper > .slider > .outer{
  display: block;
  overflow: hidden;
  position: relative;
}
#mainVisualSP .mvSlider > .sliderWrapper > .slider > a{
  display: block;
  text-decoration: none;
}
#mainVisualSP .mvSlider > .sliderWrapper > .slider > a[href=""]{
  pointer-events: none;
}


#mainVisualSP .mvSlider > .sliderWrapper > .slider picture{
	display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainVisualSP .mvSlider > .sliderWrapper > .slider img{
	display: block;
	width: 100%;
  height: 100%;
  object-fit: cover;
}


#mainVisualSP .control{display: block;}



#mainVisualSP ul.sliderPager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1.5rem;
  padding-right: 3.5rem;
  margin-top: 2rem;
  z-index: 3;
}

#mainVisualSP ul.sliderPager > li{
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 2.5rem;
  background: #FFFFFF;
  position: relative;
  transition: width .2s ease;
  overflow: hidden;
}

#mainVisualSP ul.sliderPager > li::after{
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: 2.5rem;
  background: #FD873E;
  position: absolute;
  left: 0;
  top: 0;
}

/*待機時間*/
:root {
  --mvDelayTime: 4s;
}

#mainVisualSP ul.sliderPager > li.swiper-pagination-bullet {
  opacity: 1;
}


#mainVisualSP ul.sliderPager > li.swiper-pagination-bullet-active{
  width: 6rem;
}

#mainVisualSP ul.sliderPager > li.swiper-pagination-bullet-active::after{
  opacity: 1;
  animation: pagerBar var(--mvDelayTime) linear forwards;
}

@keyframes pagerBar {
  0%{ width: 0;}
  100%{ width: 100%;}
}

#mainVisualSP .caution{
  margin-top: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  text-align: right;
  color: #888;
}

/**************************************
homeAlert
**************************************/
#homeContents .homeAlert{
  display: block;
  width: 100%;
  padding: 0 2rem;
  background: #F7F0E7;
}

#homeContents .homeAlert > .outer,
#homeContents .homeAlert > a.outer{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1.4rem 0 1.4rem 2.8rem;
  background: #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
}


#homeContents .homeAlert > .outer > dl{
  display: block;
}

#homeContents .homeAlert > .outer > dl > dt{
  display: block;
  width: 6.3rem;
  margin-bottom: 0.9rem;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.615384615384615;
  font-weight: 600;
  color: #454140;
  text-align: left;
  position: relative;
}

#homeContents .homeAlert > .outer > dl > dt::after{
  content: '';
  display: block;
  width: 2px;
  height: 1.3rem;
  background: #FD873E;
  position: absolute;
  right: 0;
  top: calc(50% - 1.3rem / 2);
}


#homeContents .homeAlert > .outer > dl > dd{
  display: block;
  display: -webkit-box;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.615384615384615;
  font-weight: 400;
  color: #454140;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
}

#homeContents .homeAlert > a.outer > dl > dd{
  padding-right: 2.8rem;
}

#homeContents .homeAlert > a.outer > dl > dd::after{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../Contents/ThemeImage/common/icon_arrow_right_orange.svg") center center no-repeat;
  position: absolute;
  right: 0.8rem;
  top: calc(50% - 1rem);
}


/**************************************
homeMessage
**************************************/
#homeContents .fadeInBlock{
  opacity: 0;
  transform: translateY(10rem);
  transition: transform .6s ease, opacity .6s ease;
}
#homeContents .fadeInBlock.view{
  opacity: 1;
  transform: translateY(0);
}

/**************************************
homeMessage
**************************************/
#homeContents .homeMessage{
  display: block;
  width: 100%;
  padding: 3.5rem 0 7rem;
  background: #F7F0E7;
  position: relative;
  z-index: 2;
}

#homeContents .homeMessage .inner{
  display: block;
  position: relative;
}

#homeContents .homeMessage .secTTL{
  margin-bottom: 2rem;
}

#homeContents .homeMessage .secTTL > span{
  color: #FD873E;
}

#homeContents .homeMessage .lede{
  display: block;
}

#homeContents .homeMessage .lede > p{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2.142857142857143;
  text-align: center;
  font-weight: 500;
  color: #454140;
}


#homeContents .homeMessage .deco01{
  display: block;
  width: 10.658rem;
  position: absolute;
  left: 0;
  top: 23.299rem;
  z-index: 1;
  opacity: 0;
  transform: translateY(50%);
  transition: transform .6s ease .6s, opacity .6s ease .6s;
}

#homeContents .homeMessage .deco02{
  display: block;
  width: 15.615rem;
  position: absolute;
  right: 0;
  top: 17.541rem;
  z-index: 1;
  opacity: 0;
  transform: translateY(50%);
  transition: transform .6s ease .9s, opacity .6s ease .9s;
}

#homeContents .homeMessage .inner.view .deco01,
#homeContents .homeMessage .inner.view .deco02{
  opacity: 1;
  transform: translateY(0);
}

/**************************************
homeMessage
**************************************/
#homeContents .homeServiceGuide{
  display: block;
  width: 100%;
  padding: 6rem 0 6rem;
  margin-top: -1px;
  background: url("../Contents/ThemeImage/home/bg_about_heae_sp.svg") center top no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

#homeContents .homeServiceGuide > .inner{
  display: block;
  width: 100%;
  position: relative;
}


#homeContents .homeServiceGuide .secTTL{
  margin-bottom: 0.5rem;
}

#homeContents .homeServiceGuide .lede{
  display: block;
  margin-bottom: 2.5rem;
  transform: translateX(0.6rem);
}


#homeContents .homeServiceGuide .lede > p{
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 3;
  font-weight: 400;
  color: #454140;
  text-align: center;
}

#homeContents .homeServiceGuide .lede > p > span{
  display: block;
  font-size: 1.2rem;
  color: #A29791;
  line-height: 1;
  margin-bottom: -0.5em;
}

#homeContents .homeServiceGuide .lede > p > span.mt{
  margin-top: 1.5rem;
}

#homeContents .homeServiceGuide .lede > p > strong{
  font-size: calc(30 * var(--setsize));
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: var(--font-ja);
}
#homeContents .homeServiceGuide .lede > p > strong.customer{
  color: #FD6A3E;
}
#homeContents .homeServiceGuide .lede > p > strong.care{
  color: #113D79;
}

#homeContents .homeServiceGuide .deco01{
  display: none;
}


#homeContents .homeServiceGuide .seriveDetail{
  display: block;
  width: calc(100% - 3rem);
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
#homeContents .homeServiceGuide .seriveDetail.care{
  margin-top: 3rem;
}

#homeContents .homeServiceGuide .seriveDetail > .img{
  display: block;
  width: 100%;
  position: relative;
}

#homeContents .homeServiceGuide .seriveDetail > .img > .caution{
  display: block;
  font-size: 1rem;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}

#homeContents .homeServiceGuide .seriveDetail > .img > picture{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#homeContents .homeServiceGuide .seriveDetail > .img > picture::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #EFC473;
  opacity: .2;
  mix-blend-mode: soft-light;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#homeContents .homeServiceGuide .seriveDetail > .text{
  display: block;
  padding: 3rem 2.5rem;
}

#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL{
  display: block;
  margin-bottom: 2rem;
}

#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL > span{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #FD6A3E;
  position: relative;
}
#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL > span{
  color: #113D79;
}

#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL > span::before{
  content: '';
  display: block;
  width: 1rem;
  height: 0.3rem;
  background: #FD873E;
  position: absolute;
  left: 0;
  top: calc(50% - 0.15rem);
}
#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL > span::before{
  background: #113D79;
}


#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL > span > span{
  display: inline-block;
  padding-bottom: 0.1rem;
  margin-left: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #F5D6B6;
}
#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL > span > span{
  color: #BCD6ED;
}

#homeContents .homeServiceGuide .seriveDetail > .text ul.btns{
  display: block;
  width: 25.5rem;
  margin: 3rem auto 0;
}
#homeContents .homeServiceGuide .seriveDetail > .text ul.btns > li{
  width: 100%;
}
#homeContents .homeServiceGuide .seriveDetail > .text ul.btns > li + li{
  margin-top: 1rem;
}

#homeContents .homeServiceGuide .seriveDetail > .text ul.btns + ul.btns{
  margin-top: 1rem;
}


#homeContents .homeServiceGuide .seriveDetail > .text > p{
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #454140;
}

/*customer **/
#homeContents .homeServiceGuide .seriveDetail.customer > .text .secSubTTL img{
  width: 25.4621875rem;
  margin: 0 auto;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}


/*care **/
#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL{
  margin-bottom: 1.4rem;
}

#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL img{
  width: 22.021rem;
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

#homeContents .homeServiceGuide .seriveDetail.care > .img{
  order: 2;
}



/**************************************
homeMessage
**************************************/
#homeContents .homeAbout{
  display: block;
  width: 100%;
  padding: 5.6rem 0 8rem;
  background: #9EC15B;
  position: relative;
  z-index: 1;
}

#homeContents .homeAbout > .inner{
  display: block;
  width: 100%;
  margin: 0 auto;
}


#homeContents .homeAbout > .inner::after{
  content: '';
  display: block;
  width:  100%;
  height: 71.5rem;
  opacity: .2;
  background: url("../Contents/ThemeImage/home/bg_about_sp.svg") right center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 5rem;
  z-index: -1;
  pointer-events: none;
}

#homeContents .homeAbout .inner > .text{
  display: block;
  width: 100%;
  padding: 0 5.2rem 0 5rem;
}

#homeContents .homeAbout .secTTL{
  margin-bottom: 1rem;
  text-align: left;
  color: #FFFFFF;
}
#homeContents .homeAbout .secTTL > span{color: #FFFFFF;}

#homeContents .homeAbout .inner > .text > p{
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.142857142857143;
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
}

#homeContents .homeAbout .inner > .btn{
  width: 24rem;
  margin: 1.9rem auto 0;
}


#homeContents .homeAbout .dataCards{
  display: block;
  width: 100%;
  height: 49.1rem;
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
}

#homeContents .homeAbout .dataCards dl.card{
  display: block;
  width: 20.5rem;
  height: 22rem;
  border: 3px solid #9EC15B;
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: calc(4.4rem - 3px);
  padding-left: calc(2.5rem - 3px);
  padding-right: calc(2.5rem - 3px);
  position: absolute;
  transition: transform .6s ease .3s;
}

#homeContents .homeAbout .dataCards dl.card:nth-of-type(1){
  padding-top: calc(2.05rem - 3px);
  left: 0;
  top: 1.61rem;
  z-index: 1;
  transform: rotate(4deg) translate(0,0);
}

#homeContents .homeAbout .dataCards dl.card:nth-of-type(2){
  right: -1.5rem;
  top: 8.9rem;
  z-index: 2;
  transform: rotate(-6deg) translate(calc(-100% - 1.5rem),-8.9rem);
}

#homeContents .homeAbout .dataCards dl.card:nth-of-type(3){
  left: 8.45rem;
  top: 26.4rem;
  z-index: 3;
  transform: rotate(-4deg) translate(-8.45rem,-25.9rem);
}

#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(1){
  transform: rotate(-10deg) translate(0,0);
}
#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(2){
  transform: rotate(13deg) translate(0,0);
}
#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(3){
  transform: rotate(7deg) translate(0,0);
}

#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(2) dd.caution{
  white-space: nowrap;
}


#homeContents .homeAbout .dataCards dl.card > dt{
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #454140;
  text-align: center;
  position: relative;
}
#homeContents .homeAbout .dataCards dl.card > dt::after{
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  background: #FD873E;
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: 0;
}

#homeContents .homeAbout .dataCards dl.card > dd{
  display: block;
}
#homeContents .homeAbout .dataCards dl.card > dd > dl{
  display: block;
  text-align: center;
}

#homeContents .homeAbout .dataCards dl.card > dd > dl > dt{
  display: block;
  margin-bottom: 1.0rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #454140;
}

#homeContents .homeAbout .dataCards dl.card > dd > dl > dd{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1;
}

#homeContents .homeAbout .dataCards dl.card > dd > dl > dd > .num{
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -0.2rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #FD873E;
  font-weight: 600;
  line-height: 1;
}

#homeContents .homeAbout .dataCards dl.card > dd > dl > dd > .num > span{
  font-size: 1.7rem;
  line-height: 1;
  color: #454140;
  margin-bottom: 0.3rem;
}

#homeContents .homeAbout .dataCards dl.card > dd.caution{
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: left;
  color: #A29791;
}



/**************************************
homeNewsSection
**************************************/
#homeContents .homeNewsSection{
  display: block;
  width: 100%;
  padding: 6rem 0;
  background: #F7F0E7;
  position: relative;
  z-index: 1;
}

#homeContents .homeNewsSection > .inner{
  display: block;
  padding: 0 2.5rem;
  margin: 0 auto;
}

#homeContents .homeNewsSection .secTTL{
  display: block;
  margin-bottom: 2rem;
  font-weight: 500;
}
#homeContents .homeNewsSection .secTTL > span{font-weight: 700;}

#homeContents .homeNewsSection .newsList{
  display: block;
  width: 100%;
}

#homeContents .homeNewsSection .newsList > ul{
  display: block;
}


#homeContents .homeNewsSection .newsList > ul > li{
  display: block;
  cursor: pointer;
  transition: var(--hoverTransition);
}

#homeContents .homeNewsSection .newsList > ul > li + li{
  margin-top: 0.5rem;
}

#homeContents .homeNewsSection .newsList > ul > li:nth-of-type(n + 4){
  display: none;
}

@media (hover: none) {
  #homeContents .homeNewsSection .newsList > ul > li:active{
    opacity: var(--hoverOpacity);
  }
}

#homeContents .homeNewsSection .newsList > ul > li > .outer{
  display: block;
  width: 100%;
  padding: 2.5rem;
  background: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100%);
  transition: var(--hoverTransition),transform .6s ease;
}


#homeContents .homeNewsSection .newsList.view > ul > li:nth-of-type(2) > .outer{
  transition-delay: .3s;
}
#homeContents .homeNewsSection .newsList.view > ul > li:nth-of-type(3) > .outer{
  transition-delay: .6s;
}

#homeContents .homeNewsSection .newsList.view > ul > li > .outer{
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s;
}


#homeContents .homeNewsSection .newsList.view > ul > li > .outer > time{
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #454140;
}

#homeContents .homeNewsSection .newsList.view > ul > li > .outer > .detail{
  display: block;
}

#homeContents .homeNewsSection .newsList.view > ul > li > .outer > .detail > dl{
  display: block;
}
#homeContents .homeNewsSection .newsList.view > ul > li > .outer > .detail > dl > dt{
  display: block;
  display: -webkit-box;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 400;
  color: #454140;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#homeContents .homeNewsSection .newsList.view > ul > li > .outer > .detail > dl > dd{
  display: none;
}


#homeContents .homeNewsSection .inner > .btn{
  width: 25.5rem;
  margin: 3rem auto 0;
}



/**************************************
homeColumnSection
**************************************/
#homeContents .homeColumnSection{
  display: block;
  width: 100%;
  padding: 6rem 0 5rem;
  z-index: 1;
}

#homeContents .homeColumnSection > .inner{
  display: block;
  margin: 0 auto;
}

#homeContents .homeColumnSection .secTTL{
  margin-bottom: 6rem;
}

#homeContents .homeColumnSection .homeColumnList{
  display: block;
  width: 100%;
}


#homeContents .homeColumnSection .homeColumnList > ul{
  display: block;
  width: 100%;
}

#homeContents .homeColumnSection .homeColumnList > ul > li{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 1.5rem;
  opacity: 0;
  transform: translateY(20rem);
  transition: transform .6s ease, opacity .6s ease;
}

#homeContents .homeColumnSection .homeColumnList > ul > li::after{
  content: '';
  display: block;
  width: calc(100% - 3rem);
  height: 1px;
  background: #EDE2D5;
  position: absolute;
  left: 1.5rem;
  bottom: 0;
}

#homeContents .homeColumnSection .inner.view .homeColumnList > ul > li{
  opacity: 1;
  transform: translateY(0);
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1){
  display: block;
  padding: 0 0 2rem;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(2){
  transition-delay: .3s;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(3){
  transition-delay: .6s;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(4){
  transition-delay: .9s;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(n + 5){display: none;}

#homeContents .homeColumnSection .homeColumnList > ul > li > .img{
  display: block;
  width: 12rem;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1) > .img{
  width: 100%;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > .img > a{
  display: block;
  width: 100%;
  height: auto;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > .img picture{
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#homeContents .homeColumnSection .homeColumnList > ul > li > .img picture > img{
  display: block;
  width: 100%;
  height: auto;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 14rem);
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1) > dl{
  width: 100%;
  padding: 2rem 1.5rem 0;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl > dt{
  display: block;
  display: -webkit-box;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #454140;
  font-weight: 400;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1) > dl > dt{
  font-size: 1.5rem;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl > dt > a{
  color: #454140;
  text-decoration: none;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl > dd{
  display: block;
  width: 100%;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl > dd time{
  display: block;
  font-size: 1.2rem;
  color: #A29791;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}

#homeContents .homeColumnSection .homeColumnList ul.tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem 0.5rem;
  width: 100%;
  margin-top: 1.1rem;
}

#homeContents .homeColumnSection .homeColumnList ul.tags > li{
  display: block;
  max-width: 100%;
}


#homeContents .homeColumnSection .homeColumnList ul.tags > li > span,
#homeContents .homeColumnSection .homeColumnList ul.tags > li > a{
  display: block;
  height: 100%;
  min-height: 2.5rem;
  padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  background: #A29791;
  border-radius: 1.4rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#homeContents .homeColumnSection .btn{
  width: 25.5rem;
  margin: 4rem auto 0;
}



/**************************************
searviceListSection
**************************************/
#homeContents .searviceListSection{
  display: block;
  width: 100%;
  padding: 19.5rem 0 0;
  position: relative;
  z-index: 1;
}

#homeContents .searviceListSection .dishImg{
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

#homeContents .searviceListSection .dishImg > picture{
  display: block;
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}

#homeContents .searviceListSection.view .dishImg > picture{
  clip-path: inset(0);
}

#homeContents .searviceListSection > .inner{
  display: block;
  margin: 0 auto;
}

#homeContents .searviceListSection .ttl{
  display: block;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.62;
  font-weight: 600;
}

#homeContents .searviceListSection .serviceText{
  display: block;
  width: 16.767rem;
  position: absolute;
  top: 9.45rem;
  right: 2.34rem;
  z-index: 2;
  pointer-events: none;
}


#homeContents .searviceListSection .serviceList{
  display: block;
  width: calc(100% - 3rem);
  margin: 0 auto;
  padding: 3rem 2.5rem;
  background: #FFFFFF;
  border-radius: 30px;
}


#homeContents .searviceListSection .serviceList > ul{
  display: block;
}


#homeContents .searviceListSection .serviceList > ul > li{
  display: block;
  width: 100%;
}
#homeContents .searviceListSection .serviceList > ul > li + li{
  margin-top: 3rem;
}

#homeContents .searviceListSection .serviceList > ul > li > a{
  display: block;
  text-decoration: none;
}

#homeContents .searviceListSection .serviceList > ul > li > a > picture{
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}

#homeContents .searviceListSection .serviceList > ul > li > a > dl{
  display: block;
  margin-top: 1rem;
}

#homeContents .searviceListSection .serviceList > ul > li > a > dl > dt{
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #A29791;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
#homeContents .searviceListSection .serviceList > ul > li > a > dl > dd{
  font-size: 1.6rem;
  color: #454140;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

/**************************************
rerationSiteBlock
**************************************/
#homeContents .rerationSiteBlock{
  display: block;
  width: 100%;
  padding: 4rem 0 0;
  position: relative;
  z-index: 1;
}

#homeContents .rerationSiteBlock > .inner{
  display: block;
  margin: 0 auto;
}

#homeContents .rerationSiteBlock .ttl{
  display: block;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.62;
  font-weight: 600;
}


#homeContents .rerationSiteBlock .rerationSiteList{
  display: block;
  width: calc(100% - 3rem);
  margin: 0 auto;
  padding: 3rem 4.5rem;
  background: #FFFFFF;
  border-radius: 30px;
}


#homeContents .rerationSiteBlock .rerationSiteList > ul{
  display: block;
}


#homeContents .rerationSiteBlock .rerationSiteList > ul > li{
  display: block;
  width: 100%;
}
#homeContents .rerationSiteBlock .rerationSiteList > ul > li + li{
  margin-top: 1.5rem;
}

#homeContents .rerationSiteBlock .rerationSiteList > ul > li > a{
  display: block;
  text-decoration: none;
}

#homeContents .rerationSiteBlock .rerationSiteList > ul > li > a > picture{
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}

