@charset "UTF-8";

/*****************************
setting
******************************/
#homeContents{
  --setsize: ((100vw - (100vw - 100cqw)) / 1400);
  width: 100%;
  padding-top: calc(10 * var(--setsize));
  padding-bottom: calc(70 * var(--setsize));
  overflow: hidden;
}

#homeContents picture,
#homeContents figure{
  display: block;
  width: 100%;
  height: auto;
}

/**************************************
secTTL
**************************************/
#homeContents .secTTL{
  display: block;
  font-size: calc(30 * var(--setsize));
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

#homeContents .secTTL > span{
  display: block;
  font-size: calc(13 * var(--setsize));
  font-weight: 700;
  color: #FD873E;
  letter-spacing: 0.2em;
  line-height: 2;
}

#homeContents .secTTL > span:not(:nth-last-child(1)){
  margin-bottom: calc(15 * var(--setsize));
}


/**************************************
btn
**************************************/
#homeContents .btn{
  display: block;
}

#homeContents .btn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 calc(5 * var(--setsize));
  min-height: calc(60 * var(--setsize));
  padding: 0 calc(30 * var(--setsize)) 0 calc(30 * var(--setsize));
  border-radius: 8px;
  background: #FD873E;
  font-size: calc(16 * var(--setsize));
  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: calc(20 * var(--setsize));
  height: calc(20 * var(--setsize));
  background: url("../Contents/ThemeImage/common/icon_arrow_right.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: calc(10 * var(--setsize));
  top: calc(50% - 9 * var(--setsize));
}

#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: calc(40 * var(--setsize));
  height: calc(40 * var(--setsize));
  background: url("../Contents/ThemeImage/home/icon_chillde.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(10 * var(--setsize));
  top: calc(50% - 20 * var(--setsize));
}


#homeContents .btn.frozen > a{
  background: #EA5E5E;
}
#homeContents .btn.frozen > a::before{
  content: '';
  display: block;
  width: calc(40 * var(--setsize));
  height: calc(40 * var(--setsize));
  background: url("../Contents/ThemeImage/home/icon_frozen.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(10 * var(--setsize));
  top: calc(50% - 20 * var(--setsize));
}

#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
**************************************/
#mainVisualPC{
	display: block;
  width: 100%;
  min-height: calc(606 * var(--setsize));
  padding-bottom: calc(34 * var(--setsize));
  background: linear-gradient(180deg, #FDF9F2 0%, #FDF9F2 calc(365 * var(--setsize)), #F7F0E7 calc(365 * var(--setsize)), #F7F0E7 100%);
}

#mainVisualPC > .inner{
  display: block;
	width: calc(1240 * var(--setsize));
  margin: 0 auto;
  position: relative;
}

#mainVisualSP{
  display: none;
}

#mainVisualPC picture,
#mainVisualPC img{display: block; width: 100%; height: auto;}

#mainVisualPC .catch{
  display: block;
	width: calc(282.51 * var(--setsize));
  position: absolute;
  left: calc(60 * var(--setsize));
  top: calc(120 * var(--setsize));
  z-index: 2;
}

#mainVisualPC .text{
  display: block;
	width: calc(657.12 * var(--setsize));
  position: absolute;
  right: calc(-23.9 * var(--setsize));
  top: calc(473.6 * var(--setsize));
  z-index: 2;
  transform: rotate(-5deg);
  transform-origin: center center;
}


#mainVisualPC .mvSlider{
	width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#mainVisualPC .mvSlider > .sliderWrapper{
  height: 100%;
	width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#mainVisualPC .mvSlider > .sliderWrapper > .slider{
	display: block;
	width: 100%;
  border-radius: 60px;
  overflow: hidden;
	position: relative;
}

/*
.mvSlider > .sliderWrapper > .slider:nth-of-type(1),
.mvSlider > .sliderWrapper > .slider.swiper-slide-active{opacity: 1;}
*/

#mainVisualPC .mvSlider > .sliderWrapper > .slider > .outer{
  display: block;
  overflow: hidden;
  position: relative;
}
#mainVisualPC .mvSlider > .sliderWrapper > .slider > a{
  display: block;
  text-decoration: none;
}
#mainVisualPC .mvSlider > .sliderWrapper > .slider > a[href=""]{
  pointer-events: none;
}


#mainVisualPC .mvSlider > .sliderWrapper > .slider picture{
	display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainVisualPC .mvSlider > .sliderWrapper > .slider img{
	display: block;
	width: 100%;
  height: 100%;
  object-fit: cover;
}


#mainVisualPC .control{display: block;}



#mainVisualPC ul.sliderPager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 calc(15 * var(--setsize));
  position: absolute;
  left: calc(58 * var(--setsize));
  bottom: calc(32 * var(--setsize));
  z-index: 3;
}

#mainVisualPC ul.sliderPager > li{
  display: block;
  width: calc(5 * var(--setsize));
  height: calc(5 * var(--setsize));
  border-radius: calc(25 * var(--setsize));
  background: #CCC3BE;
  position: relative;
  transition: width .1s ease;
  overflow: hidden;
}

#mainVisualPC ul.sliderPager > li::after{
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: calc(25 * var(--setsize));
  background: #FD873E;
  position: absolute;
  left: 0;
  top: 0;
}

/*待機時間*/
:root {
  --mvDelayTime: 4s;
}

#mainVisualPC ul.sliderPager > li.swiper-pagination-bullet {
  opacity: 1;
}

#mainVisualPC ul.sliderPager > li.swiper-pagination-bullet-active{
  width: calc(60 * var(--setsize));
}

#mainVisualPC ul.sliderPager > li.swiper-pagination-bullet-active::after{
  opacity: 1;
  animation: pagerBar var(--mvDelayTime) linear forwards;
}

@keyframes pagerBar {
  0%{ width: 0;}
  100%{ width: 100%;}
}

#mainVisualPC .caution{
  font-size: calc(10 * var(--setsize));
  position: absolute;
  right: calc(40 * var(--setsize));
  bottom: calc(20 * var(--setsize));
  z-index: 2;
  color: #888;
}


/**************************************
homeAlert
**************************************/
#homeContents .homeAlert{
  display: block;
  width: 100%;
  padding: calc(16 * var(--setsize)) 0 0 0;
  background: #F7F0E7;
}

#homeContents .homeAlert > .outer,
#homeContents .homeAlert > a.outer{
  display: block;
  width: calc(1200 * var(--setsize));
  min-height: calc(50 * var(--setsize));
  margin: 0 auto;
  padding: calc(15 * var(--setsize)) calc(20 * var(--setsize)) calc(15 * var(--setsize)) calc(40 * var(--setsize));
  background: #FFFFFF;
  border-radius: calc(25 * var(--setsize));
  text-decoration: none;
  position: relative;
}

#homeContents .homeAlert > a.outer::after{
  content: '';
  display: block;
  width: calc(20 * var(--setsize));
  height: calc(20 * var(--setsize));
  background: url("../Contents/ThemeImage/common/icon_arrow_right_orange.svg") center center no-repeat;
  position: absolute;
  right: calc(20 * var(--setsize));
  top: calc(50% - 10 * var(--setsize));
}

#homeContents .homeAlert > .outer > dl{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

#homeContents .homeAlert > .outer > dl > dt{
  display: block;
  width: calc(90 * var(--setsize));
  font-size: calc(14 * var(--setsize));
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 600;
  color: #454140;
  text-align: left;
  border-right: 2px solid #FD873E;
}

#homeContents .homeAlert > .outer > dl > dd{
  display: block;
  display: -webkit-box;
  width: calc(100% - 90 * var(--setsize));
  padding-left: calc(40 * var(--setsize));
  padding-top: calc(1 * var(--setsize));
  font-size: calc(15 * var(--setsize));
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: 400;
  color: #454140;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}




/**************************************
fadeInBlock
**************************************/
#homeContents .fadeInBlock{
  opacity: 0;
  transform: translateY(calc(100 * var(--setsize)));
  transition: transform .6s ease, opacity .6s ease;
}
#homeContents .fadeInBlock.view{
  opacity: 1;
  transform: translateY(0);
}

/**************************************
homeMessage
**************************************/
#homeContents .homeMessage{
  display: block;
  width: 100%;
  padding: calc(64 * var(--setsize)) 0 calc(57 * var(--setsize));
  background: #F7F0E7;
  position: relative;
  z-index: 2;
}

#homeContents .homeMessage .inner{
  display: block;
  position: relative;
}

#homeContents .homeMessage .secTTL{
  margin-bottom: calc(27 * var(--setsize));
}

#homeContents .homeMessage .secTTL > span{
  font-size: calc(14 * var(--setsize));
  color: #FD873E;
  line-height: calc(26 * var(--setsize));
}

#homeContents .homeMessage .lede{
  display: block;
}

#homeContents .homeMessage .lede > p{
  font-size: calc(20 * var(--setsize));
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
  font-weight: 500;
  color: #454140;
}


#homeContents .homeMessage .deco01{
  display: block;
  width: calc(450 * var(--setsize));
  position: absolute;
  left: 0;
  top: calc(39 * var(--setsize));
  z-index: 1;
  opacity: 0;
  transform: translateY(50%);
  transition: transform .6s ease .6s, opacity .6s ease .6s;
}

#homeContents .homeMessage .deco02{
  display: block;
  width: calc(480 * var(--setsize));
  position: absolute;
  right: 0;
  top: calc(132 * var(--setsize));
  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: calc(105 * var(--setsize)) 0 calc(100 * var(--setsize));
  margin-top: -1px;
  background: url("../Contents/ThemeImage/home/bg_about_heae.svg") center top no-repeat;
  background-size: 100% calc(154.53 * var(--setsize));
  position: relative;
  z-index: 1;
}

#homeContents .homeServiceGuide > .inner{
  display: block;
  width: 100%;
  position: relative;
}


#homeContents .homeServiceGuide .secTTL{
  margin-bottom: calc(20 * var(--setsize));
}

#homeContents .homeServiceGuide .lede{
  display: block;
  margin-bottom: calc(44 * var(--setsize));
  transform: translateX(calc(6 * var(--setsize)));
}


#homeContents .homeServiceGuide .lede > p{
  font-size: calc(24 * var(--setsize));
  letter-spacing: 0.12em;
  line-height: 1.875;
  font-weight: 400;
  color: #454140;
  text-align: center;
}

#homeContents .homeServiceGuide .lede > p > span{
  display: block;
  font-size: calc(17 * var(--setsize));
  color: #A29791;
  line-height: 1.588235294117647;
  margin-bottom: -0.2em;
}

#homeContents .homeServiceGuide .lede > p > span.mt{
  margin-top: calc(20 * var(--setsize));
}

#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: block;
  width: calc(152.85 * var(--setsize));
  position: absolute;
  top: calc(305 * var(--setsize));
  right: calc(135.4 * var(--setsize));
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
  transition-delay: .3s;
}
#homeContents .homeServiceGuide .seriveDetail.view + .deco01{
  opacity: 1;
  transform: translateY(0);
}


#homeContents .homeServiceGuide .seriveDetail{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(1200 * var(--setsize));
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 50px;
}
#homeContents .homeServiceGuide .seriveDetail.care{
  margin-top: calc(40 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail > .img{
  display: block;
  width: calc(470 * var(--setsize));
  position: relative;
}

#homeContents .homeServiceGuide .seriveDetail > .img > picture{
  display: block;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
}

#homeContents .homeServiceGuide .seriveDetail > .img > .caution{
  display: block;
  font-size: calc(10 * var(--setsize));
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  right: calc(20 * var(--setsize));
  bottom: calc(20 * var(--setsize));
  z-index: 1;
}

#homeContents .homeServiceGuide .seriveDetail.care > .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;
  width: calc(525 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL{
  display: block;
  margin-bottom: calc(15 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL > span{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: calc(25 * var(--setsize));
  margin-bottom: calc(15 * var(--setsize));
  font-size: calc(22 * var(--setsize));
  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: calc(15 * var(--setsize));
  height: calc(3 * var(--setsize));
  background: #FD873E;
  margin-right: calc(10 * var(--setsize));
  position: absolute;
  left: 0;
  top: calc(50% - 1.5 * var(--setsize));
}
#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL > span::before{
  background: #113D79;
}


#homeContents .homeServiceGuide .seriveDetail > .text .secSubTTL > span > span{
  display: inline-block;
  padding-bottom: calc(1 * var(--setsize));
  margin-left: calc(15 * var(--setsize));
  font-size: calc(16 * var(--setsize));
  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: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 calc(15 * var(--setsize));
  width: 100%;
  margin-top: calc(30 * var(--setsize));
}
#homeContents .homeServiceGuide .seriveDetail > .text ul.btns > li{
  flex-shrink: 1;
  width: 100%;
}
#homeContents .homeServiceGuide .seriveDetail > .text ul.btns + ul.btns{
  margin-top: calc(15 * var(--setsize));
}


#homeContents .homeServiceGuide .seriveDetail > .text > p{
  display: block;
  font-size: calc(15 * var(--setsize));
  line-height: 2;
  letter-spacing: 0.08em;
  color: #454140;
}

/*customer **/
#homeContents .homeServiceGuide .seriveDetail.customer{
  padding: calc(40 * var(--setsize)) calc(85 * var(--setsize)) calc(40 * var(--setsize)) calc(40 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail.customer > .text{
  padding-top: calc(33 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail.customer > .text .secSubTTL img{
  width: calc(414.3 * var(--setsize));
  margin: 0 auto;
  padding-top: calc(14 * var(--setsize));
  padding-bottom: calc(17.8 * var(--setsize));
}




/*care **/
#homeContents .homeServiceGuide .seriveDetail.care{
  padding: calc(40 * var(--setsize)) calc(40 * var(--setsize)) calc(40 * var(--setsize)) calc(80 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail.care > .text{
  order: 1;
  padding-top: calc(18 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail.care > .text .secSubTTL img{
  width: calc(352.34 * var(--setsize));
  margin: 0 auto;
  padding-top: calc(25 * var(--setsize));
  padding-bottom: calc(25.3 * var(--setsize));
}

#homeContents .homeServiceGuide .seriveDetail.care > .img{
  order: 2;
}



/**************************************
homeMessage
**************************************/
#homeContents .homeAbout{
  display: block;
  width: 100%;
  padding: calc(140 * var(--setsize)) 0 calc(170 * var(--setsize));
  background: #9EC15B;
  position: relative;
  z-index: 1;
}

#homeContents .homeAbout > .inner{
  display: block;
  width: calc(1200 * var(--setsize));
  margin: 0 auto;
  padding-left: calc(32 * var(--setsize));
  position: relative;
  z-index: 1;
}


#homeContents .homeAbout > .inner::after{
  content: '';
  display: block;
  width:  calc(900 * var(--setsize));
  height: calc(645 * var(--setsize));
  opacity: .2;
  background: url("../Contents/ThemeImage/home/bg_about.svg") right center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: calc(-140 * var(--setsize));
  z-index: -1;
  pointer-events: none;
}

#homeContents .homeAbout .inner > .text{
  display: block;
  width: calc(300 * var(--setsize));
}

#homeContents .homeAbout .secTTL{
  margin-bottom: calc(35 * var(--setsize));
  text-align: left;
  color: #FFFFFF;
  font-weight: 500;
}
#homeContents .homeAbout .secTTL > span{
  color: #FFFFFF;
  font-weight: 700;
}

#homeContents .homeAbout .inner > .text > p{
  font-size: calc(15 * var(--setsize));
  letter-spacing: 0.08em;
  line-height: 2;
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
}

#homeContents .homeAbout .inner > .btn{
  width: calc(240 * var(--setsize));
  position: absolute;
  left: calc(32 * var(--setsize));
  top: calc(275 * var(--setsize));
}


#homeContents .homeAbout .dataCards{
  display: block;
  width: calc(812.79 * var(--setsize));
  position: absolute;
  right: 0;
  top: calc(12 * var(--setsize));
}

#homeContents .homeAbout .dataCards dl.card{
  display: block;
  width: calc(280 * var(--setsize));
  height: calc(300 * var(--setsize));
  border: 4px solid #9EC15B;
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: calc(60 * var(--setsize) - 4px);
  padding-left: calc(30 * var(--setsize) - 4px);
  padding-right: calc(30 * var(--setsize) - 4px);
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .4s ease .3s;
}

#homeContents .homeAbout .dataCards dl.card:nth-of-type(1){
  padding-top: calc(50 * var(--setsize) - 4px);
  left: 0;
  top: calc(8 * var(--setsize));
  z-index: 3;
  transform: rotate(4deg) translate(100%,0);
}

#homeContents .homeAbout .dataCards dl.card:nth-of-type(2){
  left: calc(271.9 * var(--setsize));
  top: calc(17 * var(--setsize));
  z-index: 2;
  transform: rotate(-2deg);
}

#homeContents .homeAbout .dataCards dl.card:nth-of-type(3){
  left: calc(532.8 * var(--setsize));
  top: 0;
  z-index: 1;
  transform: rotate(-11deg) translate(-100%,0);
}

#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(1){
  transform: rotate(-2deg) translate(0,0);
}
#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(2){
  transform: rotate(10deg) translate(0,0);
}
#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(3){
  transform: rotate(0deg) translate(0,0);
}

#homeContents .homeAbout .dataCards.view dl.card:nth-of-type(2) dd.caution{
  text-align: center;
}



#homeContents .homeAbout .dataCards dl.card > dt{
  display: block;
  padding-bottom: calc(24 * var(--setsize) + 2px);
  margin-bottom: calc(30 * var(--setsize));
  font-size: calc(20 * var(--setsize));
  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: calc(45 * var(--setsize));
  height: 2px;
  background: #FD873E;
  position: absolute;
  left: calc(50% - 45 * var(--setsize) / 2);
  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: calc(14 * var(--setsize));
  font-size: calc(20 * var(--setsize));
  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: calc(20 * var(--setsize));
  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: calc(-4 * var(--setsize));
  margin-left: calc(5 * var(--setsize));
  margin-right: calc(5 * var(--setsize));
  font-size: calc(40 * var(--setsize));
  letter-spacing: 0.05em;
  color: #FD873E;
  font-weight: 600;
  line-height: 1;
}

#homeContents .homeAbout .dataCards dl.card > dd > dl > dd > .num > span{
  font-size: calc(30 * var(--setsize));
  line-height: 1;
  color: #454140;
}

#homeContents .homeAbout .dataCards dl.card > dd.caution{
  display: block;
  margin-top: calc(20 * var(--setsize));
  font-size: calc(11 * var(--setsize));
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: left;
  color: #A29791;
}



/**************************************
homeNewsSection
**************************************/
#homeContents .homeNewsSection{
  display: block;
  width: 100%;
  padding: calc(80 * var(--setsize)) 0 calc(80 * var(--setsize));
  background: #F7F0E7;
  position: relative;
  z-index: 1;
}

#homeContents .homeNewsSection > .inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(1080 * var(--setsize));
  margin: 0 auto;
}

#homeContents .homeNewsSection .secTTL{
  display: block;
  width: calc(240 * var(--setsize));
  padding-top: calc(30 * var(--setsize));
  text-align: left;
  font-weight: 500;
}
#homeContents .homeNewsSection .secTTL > span{
  text-align: left;
  font-weight: 700;
}

#homeContents .homeNewsSection .newsList{
  display: block;
  width: calc(770 * var(--setsize));
}

#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: calc(4 * var(--setsize));
}

#homeContents .homeNewsSection .newsList > ul > li:nth-of-type(n + 4){
  display: none;
}


@media (hover: hover) {
  #homeContents .homeNewsSection .newsList > ul > li:hover{
    opacity: var(--hoverOpacity);
  }
}

@media (hover: none) {
  #homeContents .homeNewsSection .newsList > ul > li:active{
    opacity: var(--hoverOpacity);
  }
}

#homeContents .homeNewsSection .newsList > ul > li > .outer{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: calc(25 * var(--setsize)) calc(30 * var(--setsize)) calc(23 * var(--setsize)) calc(30 * var(--setsize));
  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;
  width: calc(100 * var(--setsize));
  padding-top: calc(2 * var(--setsize));
  font-size: calc(14 * var(--setsize));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #454140;
}

#homeContents .homeNewsSection .newsList.view > ul > li > .outer > .detail{
  display: block;
  width: calc(100% - 100 * var(--setsize));
}

#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: calc(14 * var(--setsize));
  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: 2;
  overflow: hidden;
}

#homeContents .homeNewsSection .newsList.view > ul > li > .outer > .detail > dl > dd{
  display: none;
}


#homeContents .homeNewsSection .inner > .btn{
  width: calc(240 * var(--setsize));
  position: absolute;
  left: 0;
  top: calc(150 * var(--setsize));
}



/**************************************
homeColumnSection
**************************************/
#homeContents .homeColumnSection{
  display: block;
  width: 100%;
  padding: calc(100 * var(--setsize)) 0 calc(80 * var(--setsize));
  z-index: 1;
}

#homeContents .homeColumnSection > .inner{
  display: block;
  width: calc(1090 * var(--setsize));
  margin: 0 auto;
}

#homeContents .homeColumnSection .secTTL{
  margin-bottom: calc(40 * var(--setsize));
}

#homeContents .homeColumnSection .homeColumnList{
  display: block;
  width: 100%;
}


#homeContents .homeColumnSection .homeColumnList > ul{
  display: grid;
  width: 100%;
  grid-template-columns: calc(520 * var(--setsize)) calc(570 * var(--setsize));
}

#homeContents .homeColumnSection .homeColumnList > ul > li{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transform: translateY(calc(200* var(--setsize)));
  transition: transform .6s ease, opacity .6s ease;
}

#homeContents .homeColumnSection .inner.view .homeColumnList > ul > li{
  opacity: 1;
  transform: translateY(0);
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1){
  display: block;
  padding-right: calc(40 * var(--setsize));
	grid-row: 1 / span 3;
	grid-column: 1;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(2){
	grid-row: 1;
	grid-column: 2;
  transition-delay: .3s;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(3){
	grid-row: 2;
	grid-column: 2;
  margin-top: calc(30 * var(--setsize));
  transition-delay: .6s;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(4){
	grid-row: 3;
	grid-column: 2;
  margin-top: calc(30 * var(--setsize));
  transition-delay: .9s;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(n + 5){display: none;}

#homeContents .homeColumnSection .homeColumnList > ul > li > .img{
  display: block;
  width: calc(240 * var(--setsize));
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1) > .img{
  width: 100%;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > .img > a{
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(144 * var(--setsize));
}

#homeContents .homeColumnSection .homeColumnList > ul > li > .img picture{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#homeContents .homeColumnSection .homeColumnList > ul > li > .img picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 270 * var(--setsize));
  padding: calc(18 * var(--setsize)) 0;
  gap: calc(10 * var(--setsize)) 0;
}

#homeContents .homeColumnSection .homeColumnList > ul > li:nth-of-type(1) > dl{
  width: 100%;
}

#homeContents .homeColumnSection .homeColumnList > ul > li > dl > dt{
  display: block;
  display: -webkit-box;
  width: 100%;
  font-size: calc(15 * var(--setsize));
  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: calc(16 * var(--setsize));
}

#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: calc(12 * var(--setsize));
  color: #A29791;
  font-weight: 500;
  line-height: 2;
}

#homeContents .homeColumnSection .homeColumnList ul.tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: calc(5 * var(--setsize)) calc(5 * var(--setsize));
  width: 100%;
  margin-top: calc(5 * var(--setsize))
}

#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: calc(26 * var(--setsize));
  padding: calc(6 * var(--setsize)) calc(8 * var(--setsize)) calc(3 * var(--setsize)) calc(8 * var(--setsize));
  background: #A29791;
  border-radius: calc(14 * var(--setsize));
  font-size: calc(12 * var(--setsize));
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#homeContents .homeColumnSection .btn{
  width: calc(240 * var(--setsize));
  margin: calc(40 * var(--setsize)) auto 0;
}



/**************************************
searviceListSection
**************************************/
#homeContents .searviceListSection{
  display: block;
  width: 100%;
  padding: calc(242 * var(--setsize)) 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;
  width: calc(1200 * var(--setsize));
  margin: 0 auto;
  position: relative;
}

#homeContents .searviceListSection .ttl{
  display: block;
  margin-bottom: calc(30 * var(--setsize));
  font-size: calc(20 * var(--setsize));
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.62;
  font-weight: 600;
}

#homeContents .searviceListSection .serviceText{
  display: block;
  width: calc(391.23 * var(--setsize));
  position: absolute;
  top: calc(23.7 * var(--setsize));
  right: calc(-70.9 * var(--setsize));
  transform: rotate(11deg);
  transform-origin: 50% 50%;
  z-index: 2;
  pointer-events: none;
}


#homeContents .searviceListSection .serviceList{
  display: block;
  width: calc(1200 * var(--setsize));
  margin: 0 auto;
  padding: calc(50 * var(--setsize)) calc(60 * var(--setsize));
  background: #FFFFFF;
  border-radius: 40px;
}


#homeContents .searviceListSection .serviceList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: calc(30 * var(--setsize))  calc(30 * var(--setsize));
}


#homeContents .searviceListSection .serviceList > ul > li{
  display: block;
  width: calc((100% - 60 * var(--setsize)) / 3);
}

#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: calc(15 * var(--setsize));
}

#homeContents .searviceListSection .serviceList > ul > li > a > dl > dt{
  font-size: calc(15 * var(--setsize));
  margin-bottom: calc(10 * var(--setsize));
  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: calc(20 * var(--setsize));
  color: #454140;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

/**************************************
rerationSiteBlock
**************************************/
#homeContents .rerationSiteBlock{
  display: block;
  width: calc(1200 * var(--setsize));
  max-width: none;
  padding: calc(50 * var(--setsize)) 0 0;
  position: relative;
  z-index: 1;
}


#homeContents .rerationSiteBlock > .inner{
  display: block;
  width: calc(1200 * var(--setsize));
  max-width: none;
  margin: 0 auto;
  position: relative;
}

#homeContents .rerationSiteBlock .ttl{
  display: block;
  margin-bottom: calc(30 * var(--setsize));
  font-size: calc(20 * var(--setsize));
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.62;
  font-weight: 600;
}



#homeContents .rerationSiteBlock .rerationSiteList{
  display: block;
  width: calc(1200 * var(--setsize));
  margin: 0 auto;
  padding: calc(50 * var(--setsize)) calc(110 * var(--setsize));
  background: #FFFFFF;
  border-radius: 40px;
}


#homeContents .rerationSiteBlock .rerationSiteList > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: calc(40 * var(--setsize)) calc(40 * var(--setsize));
}


#homeContents .rerationSiteBlock .rerationSiteList > ul > li{
  display: block;
  width: calc((100% - 80 * var(--setsize)) / 3);
}

#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;
}



