@charset "UTF-8";
/*================================
  header
=================================*/
.header{
  position: fixed;
}

#header .header__inner svg{
  fill: #fff;
}
.cls-4{
  stroke: #fff;
}
.header .navigation__list{
  color: #fff;
}
.header .drawer-btn__border{
  background: #fff;
}
.header .drawer-btn__border::after{
  background: #fff;
}
.header .drawer-btn__border::before{
  background: #fff;
}


/*******************************
AU241204MCFC
*******************************/
#AU241204MCFC{
  display: block;
  width: 100%;
  padding: 0 0 17.6rem;
  background: #000000;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

#AU241204MCFC *{box-sizing: border-box;}

#AU241204MCFC picture,
#AU241204MCFC figure,
#AU241204MCFC img{
  display: block;
  width: 100%;
  height: auto;
}

#AU241204MCFC .imgOuter > a,
#AU241204MCFC .imgOuter > span{display: block; width: 100%; height: auto;}

#AU241204MCFC a{
  transition: opacity .3s;
}

#AU241204MCFC a:hover{
  opacity: .6;
}


/*******************************
fadeInSetting
*******************************/
#AU241204MCFC .fadeInBlock{
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
}

#AU241204MCFC .fadeInBlock.view{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}



/*******************************
mv
*******************************/
#AU241204MCFC .mvBlock{
  display: block;
  width: 100%;
  margin: 0 auto 20.9rem;
  position: relative;
  padding-top: 8.2rem;
}

#AU241204MCFC .mvBlock > .imgBlock{
  display: block;
  width: 100%;
}

#AU241204MCFC .mvBlock > .imgBlock.fadeInBlock{
  opacity: 1;
  transform: translateY(0);
}

#AU241204MCFC .mvBlock > .imgBlock > a{
  display: block;
  width: 100%;
}


#AU241204MCFC .mvBlock > .imgBlock picture{
  display: block;
  width: 100%;
  aspect-ratio: 14 / 18;
  overflow: hidden;
}

#AU241204MCFC .mvBlock > .imgBlock picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 1s ease;
}

#AU241204MCFC .mvBlock > .imgBlock.view picture > img{
  transform: scale(1);
}


#AU241204MCFC .mvBlock > .ttlBlock{
  display: block;
  position: absolute;
  top: 93.1rem;
  left: 50%;
  transform: translateX(calc(-50% + 0.3rem));
  z-index: 2;
  pointer-events: none;
}

#AU241204MCFC .mvBlock > .ttlBlock .mainTTL{
  display: block;
  margin: 0 auto 3.3rem;
  text-align: center;
}

#AU241204MCFC .mvBlock > .ttlBlock img{display: block; width: 100%; height: auto;}


#AU241204MCFC .mvBlock > .ttlBlock .mainTTL > .main{
  display: block;
  width: 19.23387rem;
  margin: 0 auto 5.3rem;
}

#AU241204MCFC .mvBlock > .ttlBlock .mainTTL > .sub{
  display: block;
  width: 47.43438rem;
  margin: 0 auto;
}


#AU241204MCFC .mvBlock > .ttlBlock .catch{
  display: block;
  pointer-events: auto;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  text-align: center;
}


#AU241204MCFC .mvBlock > .ledeBlock{
  display: block;
  position: absolute;
  bottom: calc(78 * (100vw / 1400));
  left: 50%;
  transform: translateX(calc(-50% + 0.3rem));
  z-index: 2;
  pointer-events: none;
}

#AU241204MCFC .mvBlock > .ledeBlock > p{
  display: block;
  pointer-events: auto;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}


/*******************************
figSlider
*******************************/
#AU241204MCFC .figSlider{
	overflow: hidden;
	position: relative;
}

#AU241204MCFC .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#AU241204MCFC .figSlider .sliderWrapper{}

#AU241204MCFC .figSlider .slider{
  display: block;
  width: 100%;
}

#AU241204MCFC .figSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#AU241204MCFC .figSlider .slider a > img{
  display: block;
  width: 100%;
  height: auto;
}

#AU241204MCFC .figSlider .slider.swiper-slide-active{
  pointer-events: auto;
}

#AU241204MCFC .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.27278rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.3rem;
  z-index: 2;
}

#AU241204MCFC .figSlider ul.pager > li{
  display: block;
  width: 3.86361rem;
  height: 0.5rem;
  background: #FFFFFF;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

#AU241204MCFC .figSlider ul.pager > li.swiper-pagination-bullet-active{
  opacity: 1;
  background: #808080;
}

/*******************************
creditLinks
*******************************/
#AU241204MCFC .creditArea{
  display: block;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#AU241204MCFC .creditLinks{
  display: block;
  white-space: nowrap;
  text-align: center;
}

#AU241204MCFC .creditLinks > a,
#AU241204MCFC .creditLinks > span{
  display: inline-block;
  white-space: nowrap;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.005em;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-feature-settings: "palt";
}

#AU241204MCFC .creditLinks > a:not(:last-child)::after,
#AU241204MCFC .creditLinks > span:not(:last-child)::after{
  content: ',';
  display: inline-block;
  padding: 0 0 0 0;
}

/*******************************
secTTL
*******************************/
#AU241204MCFC .secTTL{
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}

#AU241204MCFC .secTTL picture,
#AU241204MCFC .secTTL img{display: block; width: 100%; height: auto;}

/*******************************
sec01
*******************************/
#sec01{
  display: block;
  width: 70rem;
  margin: 0 auto 15.2rem;
}

#sec01 .img01{
  display: block;
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

#sec01 .secTTL{
  width: 12.08862rem;
  top: 11.9879rem;
}

#sec01 .lede{
  display: block;
  width: 100%;
  margin-bottom: 4.7rem;
}
#sec01 .lede > p{
  font-size: 1.3rem;
  line-height: 2.153846153846154;
  letter-spacing: 0.048em;
  font-feature-settings: "palt";
  text-align: justify;
  font-weight: 400;
}


#sec01 p.detail{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 46.6rem;
  padding-left: calc(35rem + 4rem);
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  position: relative;
  font-size: 1.3rem;
  line-height: 2.153846153846154;
  letter-spacing: 0.02em;
  text-align: justify;
  font-weight: 400;
}

#sec01 .detail > picture{
  display: block;
  width: 35rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

#sec01 .detail > picture > img{display: block; width: 100%; height: auto;}


#sec01 .detail:nth-of-type(2){
  padding-left: 0;
  padding-right: calc(35rem + 5rem);
  letter-spacing: 0.003em;
}

#sec01 .detail:nth-of-type(2) > picture{
  left: inherit;
  right: 0;
}


#AU241204MCFC #sec01 .figSlider ul.pager{
  bottom: 1.3rem;
}

#AU241204MCFC #sec01 .creditArea{
  display: block;
  position: absolute;
  bottom: 6rem;
}

/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: 60rem;
  margin: 0 auto 12.2rem;
}

#sec02 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec02 .secTTL{
  width: 14.07729rem;
  top: 7.7893rem;
}


#AU241204MCFC #sec02 .figSlider ul.pager{
  bottom: 4.6rem;
}

#AU241204MCFC #sec02 .creditArea{
  display: block;
  position: absolute;
  bottom: 7.6rem;
}


/*******************************
sec03
*******************************/
#sec03{
  display: block;
  width: 60rem;
  margin: 0 auto 11.8rem;
}

#sec03 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec03 .secTTL{
  width: 24.26436rem;
  top: 7.72454rem;
}

#AU241204MCFC #sec03 .figSlider ul.pager{
  bottom: 4.7rem;
}

#AU241204MCFC #sec03 .creditArea{
  display: block;
  position: absolute;
  bottom: 7.8rem;
}

/*******************************
sec04
*******************************/
#sec04{
  display: block;
  width: 60rem;
  margin: 0 auto 12.2rem;
}

#sec04 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec04 .secTTL{
  width: 24.69238rem;
  top: 7.4rem;
}


#AU241204MCFC #sec04 .figSlider ul.pager{
  bottom: 4.6rem;
}

#AU241204MCFC #sec04 .creditArea{
  display: block;
  position: absolute;
  bottom: 7.8rem;
}

/*******************************
sec04
*******************************/
#sec05{
  display: block;
  width: 60rem;
  margin: 0 auto 17.1rem;
}

#sec05 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec05 .secTTL{
  width: 12.21099rem;
  top: 7.63402rem;
}

#AU241204MCFC #sec05 .figSlider ul.pager{
  bottom: 4.2rem;
}

#AU241204MCFC #sec05 .creditArea{
  display: block;
  position: absolute;
  bottom: 7.5rem;
}

/*******************************
btnViewALL
*******************************/
#AU241204MCFC .btnViewALL{
  display: block;
  width: 9rem;
  margin: 0 auto;
}

#AU241204MCFC .btnViewALL > a{
  display: block;
  width: 100%;
  padding: 0 calc(0.88545rem / 2) 0.73621rem;
  border-bottom: 1px solid #FFFFFF;
}

#AU241204MCFC .btnViewALL picture,
#AU241204MCFC .btnViewALL img{display: block; width: 100%; height: auto;}



/*******************************
overRide
*******************************/
#AU241204MCFC .spView{display: none;}











