﻿/**************************************
homeContents
**************************************/
#homeContents{
	width: 100%;
	margin: 0 auto;
}

/**************************************
homeMainVisual
**************************************/
#homeMainVisual{
  display: block;
  width: 100%;
  background: #A41704;
}

#homeMainVisual .outer{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

#homeMainVisual .outer > picture{
  display: block;
  width: 100%;
  order: 1;
}

#homeMainVisual picture img{
  display: block;
  width: 100%;
  height: auto;
}


#homeMainVisual .outer .text{
  display: block;
  width: 100%;
  order: 2;
}

#homeMainVisual .outer .text > .inner{
  display: block;
  padding: 1.5rem 2rem 1.5rem;
}

#homeMainVisual .outer .text .mvTTL{
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
}
#homeMainVisual .outer .text .mvTTL > span{color: #DC220D;}

#homeMainVisual .outer .text .lede{
  display: block;
  width: 30.5rem;
  margin: 0 auto 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2.083333333333333;
  letter-spacing: 0.1em;
  text-align: left;
}

#homeMainVisual .outer .text .mvTTL + .lede{
  margin-top: 2.6rem;
}

/**************************************
homeMVunderNav
**************************************/
#homeContents .homeMVunderNav{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#homeContents .homeMVunderNav > ul{
  display: block;
  width: 100%;
}

#homeContents .homeMVunderNav > ul > li{
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #FFFFFF;
}

#homeContents .homeMVunderNav > ul > li > .outer{
  display: block;
  position: relative;
}

#homeContents .homeMVunderNav > ul > li > .outer > dl{
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.4rem 2.2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#homeContents .homeMVunderNav > ul > li > .outer > dl > dt{
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.65;
  color: #FFFFFF;
}
#homeContents .homeMVunderNav > ul > li > .outer > dl > dd.catch{
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.466666666666667;
  color: #FFFFFF;
}
#homeContents .homeMVunderNav > ul > li > .outer > dl > dd.btnNext{
  display: block;
  width: 13.2rem;
  margin-top: 2.5rem;
}
#homeContents .homeMVunderNav > ul > li > .outer > dl > dd.btnNext > a{border-color: #FFFFFF;}

#homeContents .homeMVunderNav > ul > li > .outer > picture,
#homeContents .homeMVunderNav > ul > li > .outer > picture > img{
  display: block;
  width: 100%;
  height: auto;
}


/**************************************
homeAbout
**************************************/
#homeContents .homeAbout{
  width: 100%;
  margin: 0 auto;
  padding: 5.2rem 0 0;
}

#homeContents .homeAbout .ledeBlock{
  display: block;
  width: 100%;
  margin: 0 auto 4rem;
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 2.916666666666667;
  text-align: center;
  color: #000000;
}


#homeContents .homeAbout .contentsNav{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#homeContents .homeAbout .contentsNav > ul{
  display: block;
  width: 100%;
}

#homeContents .homeAbout .contentsNav > ul > li{
  display: block;
  width: 100%;
}
#homeContents .homeAbout .contentsNav > ul > li + li{margin-top: 4.4rem;}



#homeContents .homeAbout .contentsNav > ul > li > .outer{
  display: block;
  width: 100%;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > .fig{
  display: block;
  width: 100%;
  margin-bottom: 2.1rem;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > .fig > figure{
  display: block;
  width: 100%;
  aspect-ratio: 426 / 352;
  overflow: hidden;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > .fig > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > dl{
  display: block;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > dl > dt{
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.666666666666667;
  color: #838383;
  text-align: center;
  position: relative;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > dl > dt::after{
  content: '';
  display: block;
  width: 4.1rem;
  height: 0.3rem;
  background: #D72122;
  position: absolute;
  left: calc(50% - 4.1rem / 2);
  bottom: 0;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > dl > dd.lede{
  display: block;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#homeContents .homeAbout .contentsNav > ul > li > .outer > dl > dd.lede.taCenter{
  text-align: center;
}

#homeContents .homeAbout .contentsNav > ul > li > .outer > dl > dd.btnNext{
  display: block;
  width: 13.2rem;
  margin: 2.6rem auto 0;
}

/**************************************
homeAbout
**************************************/
#homeContents .homeBottomBlock{
  display: block;
  padding: 4.4rem 2rem 0;
}


#homeContents .homeBottomBlock .catalogoNav{
  display: block;
  width: 100%;
  margin-bottom: 6.4rem;
}

#homeContents .homeBottomBlock .catalogoNav > ul.catalogFig{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 0.9rem;
  width: 88.88888888888889%;
  margin: 0 auto 2rem;
}

#homeContents .homeBottomBlock .catalogoNav > ul.catalogFig > li{
  display: block;
  width: 100%;
  max-width: 16.8rem;
  flex-shrink: 1;
}

#homeContents .homeBottomBlock .catalogoNav > ul.catalogFig > li a,
#homeContents .homeBottomBlock .catalogoNav > ul.catalogFig > li img{
  display: block;
  width: 100%;
  height: auto;
}


#homeContents .homeBottomBlock .catalogoNav > dl{display: block;}

#homeContents .homeBottomBlock .catalogoNav > dl > dt{
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 3.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.666666666666667;
  color: #838383;
  text-align: center;
  position: relative;
}

#homeContents .homeBottomBlock .catalogoNav > dl > dt::after{
  content: '';
  display: block;
  width: 4.1rem;
  height: 0.3rem;
  background: #D72122;
  position: absolute;
  left: calc(50% - 4.1rem / 2);
  bottom: 0;
}

#homeContents .homeBottomBlock .catalogoNav > dl > dd.btnNext{
  display: block;
  width: 13.2rem;
  margin: 0 auto;
}

#homeContents .homeBottomBlock .faceBookBox{
  display: block;
  width: 100%;
  min-height: 660px;
  overflow: hidden;
}

#homeContents .homeBottomBlock .faceBookBox .fb-page,
#homeContents .homeBottomBlock .faceBookBox .fb-page span,
#homeContents .homeBottomBlock .faceBookBox .fb_iframe_widget span,
#homeContents .homeBottomBlock .faceBookBox .fb-page iframe{
  width: 100% !important;
}



/**************************************
homeBottomBtn
**************************************/
#homeContents .homeBottomBtn{
  display: block;
  width: 100%;
  max-width: calc(1734px + 70px);
  margin: 0 auto;
  padding: 4.2rem 2rem 0;
}


#homeContents .homeBottomBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 19.2rem;
  height: 4.4rem;
  margin: 0 auto 0 auto;
  background: #FFFFFF;
  border: 2px solid #D72122;
  border-right: 1.7rem solid #D72122;
  padding: 0 1rem 0 2.7rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  position: relative;
  transition: opacity 0.3s ease;
}



