@charset "UTF-8";

html{
  container-type: size;
}

/*================================
  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;
}
*/

/*******************************
AU250312AIR
*******************************/
#AU250312AIR{
  --scrollbar: calc(100vw - 100cqw);
  --setsize: ((100vw - (100vw - 100cqw)) / 1400);
}

#AU250312AIR{
  display: block;
  width: 100%;
  padding: 0 0 16.8rem;
  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: #000000;
}

#AU250312AIR *{box-sizing: border-box;}

#AU250312AIR picture,
#AU250312AIR figure,
#AU250312AIR img{
  display: block;
  width: 100%;
  height: auto;
}

#AU250312AIR .imgOuter{
}

#AU250312AIR .imgOuter > a,
#AU250312AIR .imgOuter > span{display: block; width: 100%; height: auto;}

#AU250312AIR a{
  transition: opacity .3s;
}

#AU250312AIR a:hover{
  opacity: .6;
}


/*******************************
fadeInSetting
*******************************/
#AU250312AIR .fadeInBlock{
}


#AU250312AIR .fadeInBlock.imgFade{
  opacity: 0;
  transform: translateY(5%);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
}

#AU250312AIR .fadeInBlock.imgFade.view{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


/*******************************
mv
*******************************/
#AU250312AIR #mvBlock{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 24.2rem;
  background: rgba(210,210,100,.8);
  overflow: hidden;
  position: relative;
}


#AU250312AIR #mvBlock picture,
#AU250312AIR #mvBlock img,
#AU250312AIR #mvBlock a{
  display: block;
  width: 100%;
  height: auto;
}

#AU250312AIR #mvBlock .mvLeft,
#AU250312AIR #mvBlock .mvRight{
  display: block;
  width: 50%;
  opacity: 0;
  transition: opacity .8s ease;
}

#AU250312AIR #mvBlock.view .mvLeft{
  transform: translateY(calc(-0.2072 * var(--setsize)));
  transition-delay: 0.3s;
}

#AU250312AIR #mvBlock .mvRight{
  padding-top: calc(182 * var(--setsize));
  transition-delay: 0.8s;
}

#AU250312AIR #mvBlock.view .mvLeft,
#AU250312AIR #mvBlock.view .mvRight{
  opacity: 1;
}


#AU250312AIR #mvBlock .mvInner{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

#AU250312AIR #mvBlock .mainTTL{
  display: block;
  padding-top: calc(646.2226 * var(--setsize));
}

#AU250312AIR #mvBlock .mainTTL > picture:nth-of-type(1){
  display: block;
  width: calc(364.1172  * var(--setsize));
  margin-bottom: calc(17.88  * var(--setsize));
}
#AU250312AIR #mvBlock .mainTTL > picture:nth-of-type(1) > img{
  display: block;
  width: 100%;
  transform: translateY(6%);
  opacity: 0;
  transition: opacity .6s ease 2s,transform .6s ease 2s;
}

#AU250312AIR #mvBlock .mainTTL > picture:nth-of-type(2){
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50  * var(--setsize));
  background: rgba(255,255,255,.6);
  overflow: hidden;
  width: 0;
  transition: width .4s ease 1.6s;
}
#AU250312AIR #mvBlock.view .mainTTL > picture:nth-of-type(2){
  width: calc(220  * var(--setsize));
  margin: 0 auto;
}

#AU250312AIR #mvBlock .mainTTL > picture:nth-of-type(2) > img{
  display: block;
  width: calc(85.4824 * var(--setsize));
  margin-top: calc(3 * var(--setsize));
  margin-left: calc(-9  * var(--setsize));
  transform: translateY(6%);
  opacity: 0;
  transition: opacity .6s ease 2s,transform .6s ease 2s;
}

#AU250312AIR #mvBlock.view .mainTTL > picture:nth-of-type(1) > img,
#AU250312AIR #mvBlock.view .mainTTL > picture:nth-of-type(2) > img{
  opacity: 1;
  transform: translateY(0);
}

#AU250312AIR #mvBlock p.lede{
  display: block;
  padding-top: calc(98 * var(--setsize));
  font-size: calc(14 * var(--setsize));
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt";
  color: #000000;
  transform: translateY(6%);
  opacity: 0;
  transition: opacity .6s ease 2s,transform .6s ease 2s;
}

#AU250312AIR #mvBlock.view  p.lede{
  opacity: 1;
  transform: translateY(0);
}

/*******************************
creditLinks
*******************************/
#AU250312AIR .creditArea{
  display: block;
  padding-top: 3.9rem;
}

#AU250312AIR .creditLinks{
  display: block;
  text-align: center;
}

#AU250312AIR .creditLinks > a,
#AU250312AIR .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: #000000;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  /*text-underline-offset: 0.1rem;*/
  font-feature-settings: "palt";
}

#AU250312AIR .creditLinks > a + a,
#AU250312AIR .creditLinks > span + a,
#AU250312AIR .creditLinks > a + span,
#AU250312AIR .creditLinks > br:not(.pcView) + a,
#AU250312AIR .creditLinks > br:not(.pcView) + span{
  margin-left: 0.4em;
}


/*******************************
ledeBlock
*******************************/
#AU250312AIR .secLedeBlock{
  width: 42.09226rem;
  margin: 0 auto 12.6rem;
  position: relative;
}

#AU250312AIR .secLedeBlock .secTTL{
  display: block;
  text-align: center;
  margin-bottom: 0.9rem;
}
#AU250312AIR .secLedeBlock .secTTL > span{
  display: inline-block;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.0rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  opacity: 0;
  transform: translateY(100%);
  transition: transform .4s ease,opacity .4s ease;
}

#AU250312AIR .secLedeBlock .secTTL > span.view{
  transform: translateY(0);
  opacity: 1;
}


#AU250312AIR .secLedeBlock .secLede{
  padding: 2.8rem 0 3.4rem;
  position: relative;
}
#AU250312AIR .secLedeBlock .secLede::before,
#AU250312AIR .secLedeBlock .secLede::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  transition: width .8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s;
}

#AU250312AIR .secLedeBlock .secLede::before{
  top: 0;
  left: 0;
}
#AU250312AIR .secLedeBlock .secLede::after{
  bottom: 0;
  right: 0;
}

#AU250312AIR .secLedeBlock .secLede.view::before,
#AU250312AIR .secLedeBlock .secLede.view::after{width: 100%;}


#AU250312AIR .secLedeBlock .secLede > p{
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 2.070588235294118;
  color: #000000;
  transform: translate(-0.4rem,5rem);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s,opacity .8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s;
  font-feature-settings: "palt";
  position: relative;
  white-space: nowrap;
}
#AU250312AIR .secLedeBlock .secLede.view > p{
  opacity: 1;
  transform: translate(-0.4rem,0);
}

#AU250312AIR .secLedeBlock .creditArea{
  padding-top: 3.8rem;
  transform: translateY(5rem);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s,opacity .8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s;
}

#AU250312AIR .secLedeBlock .secLede.view + .creditArea{
  opacity: 1;
  transform: translateY(0);
}

/*******************************
ledeBlock
*******************************/
#AU250312AIR .secFeutures{
  width: 100%;
  margin: 0 auto;
  padding: 8.8rem 0 4rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

#AU250312AIR .secFeutures::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(210,210,100,.8);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0,1);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
#AU250312AIR .secFeutures.view::after{
  transform: scale(1,1);
}


#AU250312AIR .secFeutures .secSubTTL{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 0.4rem;
  margin-bottom: 5.2rem;
  position: relative;
}


#AU250312AIR .secFeutures .secSubTTL > span{
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #000000;
  opacity: 0;
  transform: translateY(100%);
  transition: transform .4s ease,opacity .4s ease;
}

#AU250312AIR .secFeutures .secSubTTL > span.bar{
  display: block;
  width: 3.75587rem;
  height: 1px;
  background: #000000;
  position: absolute;
  top: calc(50% - 0.4rem);
}

#AU250312AIR .secFeutures .secSubTTL > span.bar:nth-child(1){left: -5.7rem;}
#AU250312AIR .secFeutures .secSubTTL > span.bar:nth-last-child(1){right: -5.5rem;}

#AU250312AIR .secFeutures .secSubTTL > span.view{
  transform: translateY(0);
  opacity: 1;
}

#AU250312AIR .secFeutures .secFeuturesList{
  display: block;
  width: 100%;
  max-width: 126.66667rem;
  margin: 0 auto;
}

#AU250312AIR .secFeutures .secFeuturesList > ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

#AU250312AIR .secFeutures .secFeuturesList > ul > li{
  display: block;
  width: 40rem;
  transition-delay: 1s;
}

#AU250312AIR .secFeutures .secFeuturesList > ul > li > .Outer,
#AU250312AIR .secFeutures .secFeuturesList > ul > li > a.Outer{
  display: block;
  width: 100%;
  margin-bottom: 2.8rem;
}

#AU250312AIR .secFeutures .secFeuturesList > ul > li > span{
  display: block;
  font-size: 1.4rem;
  line-height: 1.857142857142857;
  /*
  letter-spacing: 0.075em;
  */
  font-weight: 300;
  letter-spacing: 0.07em;
  text-align: justify;
  line-break: strict;
  overflow-wrap: anywhere;
  color: #000000;
  font-feature-settings: "palt";
}

#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(1){
  padding-top: 9.8rem;
}
#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(1) > span{
  padding-left: 1.6rem;
}

#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(2){}
#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(2) > span{
  padding-top: 0.7rem;
  padding-left: 0.86917rem;
  padding-right: 0.86917rem;
}

#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(3){
  padding-top: 17.5rem;
}
#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(3) > span{
  padding-right: calc(2.19433rem - 0.45575rem);
  transform: translateX(-0.45575rem);
}



/*******************************
sec01
*******************************/
#sec01{
  display: block;
  width: 100%;
  margin: 0 auto 26rem;
  position: relative;
}

#sec01 .secLedeBlock{}

#sec01 .secLedeBlock .img01{
  display: block;
  width: 33.3rem;
  position: absolute;
  z-index: 2;
  left: calc(-33.3rem - 2.1rem);
  top: -2.5rem;
}

#sec01 .secLedeBlock .img02{
  display: block;
  width: 34.1rem;
  position: absolute;
  z-index: 2;
  right: calc(-34.1rem - 2rem);
  top: -1.8rem;
}

/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: 100%;
  margin: 0 auto 25rem;
  position: relative;
}

#sec02 .secLedeBlock{}

#sec02 .secLedeBlock .img01{
  display: block;
  width: 18.1rem;
  position: absolute;
  z-index: 2;
  left: calc(-18.1rem - 5rem);
  top: -0.6rem;
}

#sec02 .secLedeBlock .img02{
  display: block;
  width: 30.7rem;
  position: absolute;
  z-index: 2;
  right: calc(-30.7rem - 2.5rem);
  top: 2.8rem;
}

#AU250312AIR #sec02 .secLedeBlock{
  margin-bottom: 13.4rem;
}

#AU250312AIR #sec02 .secLedeBlock .secLede{
  padding-bottom: 3.5rem;
  padding-top: 2.9rem;
}

#AU250312AIR #sec02 .secLedeBlock .secLede > p{
  transform: translate(0.9rem, 5rem);
  letter-spacing: 0.07em;
}
#AU250312AIR #sec02 .secLedeBlock .secLede.view > p{
  transform: translate(0.9rem, 0);
}
#AU250312AIR #sec02 .secLedeBlock .creditArea{
  padding-top: 3.6rem;
}

#AU250312AIR #sec02 .secFeutures{
  padding-top: 7rem;
  padding-bottom: 8.4rem;
}


#AU250312AIR .secFeutures .secFeuturesList > ul > li:nth-of-type(1) > span {
  letter-spacing: 0.04em;
}


/*******************************
sec03
*******************************/
#sec03{
  display: block;
  width: 100%;
  margin: 0 auto 17.7rem;
  position: relative;
}

#sec03 .secInner{
  display: block;
  width: 112.93815rem;
  margin: 0 auto;
  transform: translateX(-1.5rem);
  position: relative;
}


#sec03 .img01{
  width: 55rem;
  margin: 0 auto 8.7rem 0;
}


#sec03 .secText{
  display: block;
  width: 48rem;
  position: absolute;
  right: 3.7rem;
  top: 6.3rem;
}


#sec03 .secText > p{
  font-size: 1.7rem;
  line-height: 2.070588235294118;
  letter-spacing: 0.115em;
  font-feature-settings: "palt";
}

#sec03 .img02{
  width: 48rem;
  position: absolute;
  right: 4rem;
  top: 37.5rem;
}


#sec03 .img03{
  width: 45rem;
  margin: 0 auto 8.6rem 10.15291rem;
}
#sec03 .img03 .creditArea{
  padding-top: 3.8rem;
}

#sec03 .img04{
  width: 52rem;
  position: absolute;
  right: 0;
  top: 116.2rem;
}


#sec03 .img05{
  width: 53rem;
  margin: 0 auto 0 2.15291rem;
}


/*******************************
btnViewALL
*******************************/
#AU250312AIR .btnViewALL{
  display: block;
  width: 9rem;
  margin: 0 auto;
}

#AU250312AIR .btnViewALL > a{
  display: block;
  width: 100%;
}

#AU250312AIR .btnViewALL picture,
#AU250312AIR .btnViewALL img{display: block; width: 100%; height: auto;}



/*******************************
overRide
*******************************/
#AU250312AIR .spView{display: none;}











