@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;
}

#Foot{
  background: #000000;
}

/*******************************
AU241204MCFC
*******************************/
#AU241204MCFC{
  display: block;
  width: 100%;
  padding: 0 0 calc(92 * (100vw / 750));
  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: 400;
  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:hover{
  opacity: 1;
}


/*******************************
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 calc(88 * (100vw / 750));
  position: relative;
}

#AU241204MCFC .mvBlock > .imgBlock{
  display: block;
  width: 100%;
  margin-bottom: calc(88 * (100vw / 750));
}

#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: 75 / 100;
  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: calc(719.3651 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

#AU241204MCFC .mvBlock > .ttlBlock .mainTTL{
  display: block;
  margin: 0 auto calc(30 * (100vw / 750));
  text-align: center;
}

#AU241204MCFC .mvBlock > .ttlBlock img{display: block; width: 100%; height: auto;}


#AU241204MCFC .mvBlock > .ttlBlock .mainTTL > .main{
  display: block;
  width: calc(227.3093 * (100vw / 750));
  margin: 0 auto calc(53 * (100vw / 750));
}

#AU241204MCFC .mvBlock > .ttlBlock .mainTTL > .sub{
  display: block;
  width: calc(591.0508 * (100vw / 750));
  margin: 0 auto;
}


#AU241204MCFC .mvBlock > .ttlBlock .catch{
  display: block;
  pointer-events: auto;
  font-size: calc(25 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}


#AU241204MCFC .mvBlock > .ledeBlock{
  display: block;
}

#AU241204MCFC .mvBlock > .ledeBlock > p{
  display: block;
  pointer-events: auto;
  font-size: calc(23 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
  text-align: center;
}


/*******************************
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 calc(3.4096 * (100vw / 750));
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(29 * (100vw / 750));
  z-index: 2;
}

#AU241204MCFC .figSlider ul.pager > li{
  display: block;
  width: calc(48.2952 * (100vw / 750));
  height: calc(7 * (100vw / 750));
  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: calc(78.5853 * (100vw / 750));
  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: calc(24 * (100vw / 750));
  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: calc(700 * (100vw / 750));
  margin: 0 auto calc(138 * (100vw / 750));
}

#sec01 .img01{
  display: block;
  width: 100%;
  margin-bottom: calc(90 * (100vw / 750));
  position: relative;
  z-index: 1;
}

#sec01 .secTTL{
  width: calc(192.2192 * (100vw / 750));
  top: calc(66.5119 * (100vw / 750));
}



#sec01 .lede{
  display: block;
  width: 100%;
  margin-bottom: calc(114 * (100vw / 750));
}
#sec01 .lede > p{
  font-size: calc(23 * (100vw / 750));
  line-height: 1.869565217391304;
  letter-spacing: 0.103em;
  font-feature-settings: "palt";
  text-align: justify;
  font-weight: 400;
}


#sec01 p.detail{
  display: block;
  width: 100%;
  font-size: calc(23 * (100vw / 750));
  line-height: 1.869565217391304;
  letter-spacing: 0.09em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
}

#sec01 p.detail::after {
   content: "";
   display: block;
   clear: both;
}

#sec01 .detail > picture{
  display: inline-block;
  width: calc(350 * (100vw / 750));
  margin: calc(8 * (100vw / 750)) calc(50 * (100vw / 750)) calc(30 * (100vw / 750)) 0;
  float: left;
}

#sec01 .detail > picture > img{display: inline-block; width: 100%; height: auto;}


#sec01 .detail:nth-of-type(2){
  margin-top: calc(78 * (100vw / 750));
}

#sec01 .detail:nth-of-type(2) > picture{
  margin: calc(8 * (100vw / 750)) 0 calc(30 * (100vw / 750)) calc(40 * (100vw / 750));
  float: right;
}

#AU241204MCFC #sec01 .figSlider ul.pager{
  bottom: calc(29 * (100vw / 750));
}

#AU241204MCFC #sec01 .creditArea{
  display: block;
  position: absolute;
  bottom: calc(78.5853 * (100vw / 750));
}


/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: calc(700 * (100vw / 750));
  margin: 0 auto calc(154 * (100vw / 750));
}

#sec02 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec02 .secTTL{
  width: calc(223.958 * (100vw / 750));
  top: calc(66.512 * (100vw / 750));
}

#AU241204MCFC #sec02 .figSlider ul.pager{
  bottom: calc(29 * (100vw / 750));
}

#AU241204MCFC #sec02 .creditArea{
  display: block;
  position: absolute;
  bottom: calc(78.5853 * (100vw / 750));
}
/*******************************
sec03
*******************************/
#sec03{
  display: block;
  width: calc(700 * (100vw / 750));
  margin: 0 auto calc(152 * (100vw / 750));
}

#sec03 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec03 .secTTL{
  width: calc(385.7227 * (100vw / 750));
  top: calc(66.512 * (100vw / 750));
}


#AU241204MCFC #sec03 .figSlider ul.pager{
  bottom: calc(29 * (100vw / 750));
}

#AU241204MCFC #sec03 .creditArea{
  display: block;
  position: absolute;
  bottom: calc(78.5853 * (100vw / 750));
}


/*******************************
sec04
*******************************/
#sec04{
  display: block;
  width: calc(700 * (100vw / 750));
  margin: 0 auto calc(152 * (100vw / 750));
}

#sec04 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec04 .secTTL{
  width: calc(392.9033 * (100vw / 750));
  top: calc(66 * (100vw / 750));
}

#AU241204MCFC #sec04 .figSlider ul.pager{
  bottom: calc(29 * (100vw / 750));
}

#AU241204MCFC #sec04 .creditArea{
  display: block;
  position: absolute;
  bottom: calc(78.5853 * (100vw / 750));
}

/*******************************
sec04
*******************************/
#sec05{
  display: block;
  width: calc(700 * (100vw / 750));
  margin: 0 auto calc(206 * (100vw / 750));
}

#sec05 .img01{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#sec05 .secTTL{
  width: calc(194.3301 * (100vw / 750));
  top: calc(66.512 * (100vw / 750));
}


#AU241204MCFC #sec05 .figSlider ul.pager{
  bottom: calc(29 * (100vw / 750));
}

#AU241204MCFC #sec05 .creditArea{
  display: block;
  position: absolute;
  bottom: calc(78.5853 * (100vw / 750));
}

/*******************************
btnViewALL
*******************************/
#AU241204MCFC .btnViewALL{
  display: block;
  width: calc(140 * (100vw / 750));
  margin: 0 auto;
}

#AU241204MCFC .btnViewALL > a{
  display: block;
  width: 100%;
  padding: 0 calc(4.7324 * (100vw / 750) / 2) calc(8 * (100vw / 750));
  border-bottom: 1px solid #FFFFFF;
}

#AU241204MCFC .btnViewALL picture,
#AU241204MCFC .btnViewALL img{display: block; width: 100%; height: auto;}



/*******************************
overRide
*******************************/
#AU241204MCFC .pcView{display: none;}











