@charset "UTF-8";

#st250305LEE {
  --white: #fff;
  --black: #000;
  --font-ja: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --font-acumin: "acumin-pro", sans-serif;
  --font-poppins: "poppins", sans-serif;
  --fw-ex-light: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}

/* font-family: "barlow-semi-condensed", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "barlow-semi-condensed", sans-serif;
font-weight: 400;
font-style: normal;

font-family: acumin-pro, sans-serif;
font-weight: 200;
font-style: normal; */

@media only screen and (min-width: 768px) {
  #st250305LEE .look__wrapper{
    max-width: 140rem;
    margin-top: 3.8rem;
    margin-right: auto;
    margin-left: auto;
  }
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: "palt"; 
}

* > #st250305LEE {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow: clip; */
}

html {
  font-size: 62.5%;
}
.main-area {
  padding-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .main-area {
    padding-top: calc(170*(100vw / 750));
  }
  .main-area .main-inner{
    padding-left: 0;
    padding-right: 0;
  }
  .footer{
    padding-top: 0;
  }
}
/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
/*----------LP normalize SP----------*/
#st250305LEE {
  font-family: var(--font);
  background-color: var(--white);
}
@media only screen and (max-width: 767px) {
  /*----------layout sp----------*/
  #st250305LEE {
    width: calc(750 * (100vw/750));
    /* overflow: hidden; */
    overflow-x: clip;
    margin-top: calc(23*(100vw / 750));
    background-color: #fff;
    border: none;
    font-family: var(--font);
    /* margin-inline: auto; */
  }

}

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

#st250305LEE img {
  height: auto;
  opacity: 1;
  width: 100%;
}

#st250305LEE li{
  display: inline;
}

#st250305LEE a {
  display: inline;
  text-decoration: none;
  color: #000000;
}

#st250305LEE .sec_item a{
  display: inline-block;
}

#st250305LEE a:hover{
  transition: .3s;
  opacity: .7;
}

#st250305LEE p{
  color: #000000;
}

#st250305LEE img,
#st250305LEE picture,
#st250305LEE video{
  display: inline-block;
  width: 100%;
  height: auto;
}

#st250305LEE p,
#st250305LEE ul,
#st250305LEE ol,
#st250305LEE dl {
  margin: 0;
  list-style: none;
}

#st250305LEE span{
  display: inline-block;
}

/*============ ▼ 共通部分 ▼ ============*/

#st250305LEE .imgWrap{
  background: #fff;
  position: relative;
}

#st250305LEE .crdt__wrapper{
  display: flex;
  flex-wrap: wrap;
}

#st250305LEE .gridArea{
  display: grid;
}


@media only screen and (max-width: 767px) {
  .main-area .main-inner{
    padding: 0;
  }
  #st250305LEE .sp_only {
    display: block;
  }
  #st250305LEE .pc_only {
    display: none;
  }

  #st250305LEE .sec__cont01,
  #st250305LEE .sec__cont02{
    margin-bottom: calc(200* (100vw / 750));
    margin-right: auto;
    margin-left: auto;
  }

  #st250305LEE .sec__cont03{
    margin-bottom: calc(123*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  #st250305LEE {
    --width-primary: 140rem;
    --fz-text_title: 3rem;
    --fz-text_sectitle: 2.5rem;
    --fz-text_subtitle: 2.1rem;
    --fz-text_lead: 1.4rem;
    --fz-text_credit: 1.4rem;
    --fz-text_end: 4.2rem;
  }

  #st250305LEE .sp_only{
    display: none;
  }

  #st250305LEE .pc_only{
    display: block;
  }

  #st250305LEE .sec__cont01,
  #st250305LEE .sec__cont02,
  #st250305LEE .sec__cont03{
    margin-bottom: 18rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  #st250305LEE {
    --width-primary: calc(750*100vw/750);
    --fz-text_title: calc(42*(100vw / 750));
    --fz-text_sectitle: calc(36*(100vw / 750));
    --fz-text_subtitle: calc(34*100vw/750);
    --fz-text_lead: calc(22*100vw/750);
    --fz-text_credit: calc(22*100vw/750);
    --fz-text_end: calc(48*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250305LEE .c-text_title {
  letter-spacing: 0;
  font-weight: var(--fw-bold);
  font-family: var(--font-acumin);
  color: var(--black);
  line-height: 1;
}

#st250305LEE .img_txt__wrapper{
  position: relative;
}

#st250305LEE .lead__title{
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

#st250305LEE .vertical .c-text_title{
  height: 100%;
  writing-mode: vertical-rl;
}

#st250305LEE .mvWrap .mv_txt{
  text-align: center;
}


#st250305LEE .mv_txt,
#st250305LEE .sec_txt{
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: var(--font-ja);
}

#st250305LEE .decoration_txt{
  position: absolute;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
  font-family: var(--font-acumin);
}

#st250305LEE .crdt,
#st250305LEE .crdt__wrapper a,
#st250305LEE .crdt__wrapper span {
  font-family: var(--font-acumin);
  white-space: nowrap;
}


@media screen and (min-width: 768px) {
  #st250305LEE .mvWrap .mv_txt{
    font-size: 1.6rem;
    margin-bottom: 11.2rem;
    letter-spacing: 0.025em;
  }

  #st250305LEE .c-text_title {
    font-size: 6rem;
  }

  #st250305LEE .crdt__wrapper{
    column-gap: 0.7rem;
    row-gap: 0.7rem;
  }

  #st250305LEE .crdt,
  #st250305LEE .crdt__wrapper a,
  #st250305LEE .crdt__wrapper span {
    font-size: 1.4rem;
    font-family: var(--font-acumin);
    white-space: nowrap;
    line-height: 1;
  }

  #st250305LEE .crdt__wrapper a {
    padding-right: 0.5rem;
  }

  #st250305LEE .crdt__wrapper span {
    padding-right: 0.3rem;
    display: inline;
  }

  #st250305LEE .sec_txt{
    font-size: 1.4rem;
    font-family: var(--font-ja);
  }

  #st250305LEE .decoration_txt{
    font-size: 1.6rem;
    font-family: var(--font-acumin);
  }

  #st250305LEE .vertical{
    top: -2rem;
    right: -3.5rem;
  }

  _::-webkit-full-page-media, _:future, :root #st250305LEE .vertical {
    width: 5rem;
    right: 1rem!important;
  }

  #st250305LEE .vertical .c-text_title{
    height: 44rem;
  }

  #st250305LEE .lead__title.leftAnime{
    height: 6rem;
  }

}

@media screen and (max-width: 767px) {
  #st250305LEE .mvWrap .mv_txt{
    font-size: calc(26* (100vw / 750));
    margin-bottom: calc(187* (100vw / 750));
    letter-spacing: 0.05em;
  }


  #st250305LEE .c-text_title {
    font-size: calc(80* (100vw / 750));
    height: fit-content;
  }

  #st250305LEE .crdt__wrapper{
    column-gap: calc(5* (100vw / 750));
    row-gap: calc(15* (100vw / 750));
    width: calc(495*(100vw / 750));
  }

  #st250305LEE .crdt,
  #st250305LEE .crdt__wrapper a,
  #st250305LEE .crdt__wrapper span  {
    font-size: calc(20* (100vw / 750));
    padding-right: calc(5* (100vw / 750));
  }

  #st250305LEE .crdt__wrapper span{
    padding-right: calc(10*(100vw / 750));
  }

  #st250305LEE .sec_txt{
    font-size: calc(24* (100vw / 750));
  }

  #st250305LEE .txt_crdt__wrap{
    width: calc(670* (100vw / 750));
    margin: 0 auto;
  }

  #st250305LEE .decoration_txt{
    font-size: calc(25* (100vw / 750));
  }

  #st250305LEE .vertical{
    top: calc(-30* (100vw / 750));
  }

  _::-webkit-full-page-media, _:future, :root #st250305LEE .vertical {
    width: calc(75* (100vw / 750));
  }

  #st250305LEE .vertical .c-text_title{
    height: calc(580* (100vw / 750));
  }

  #st250305LEE .img_txt__wrapper{
    width: 100%;
  }

}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
mv
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  #st250305LEE .mvWrap__img {
    width: 102rem;
    margin: 0 auto 7.3rem;
  }
}

@media screen and (max-width: 767px) {
  #st250305LEE .mvWrap__img {
    margin-bottom: calc(110* (100vw / 750));
  }
}
/*============ ▲ title ▲ ============*/

/*============ ▼ sec01 ▼ ============*/
#st250305LEE .sec01 .sec_item__wrapper{
  display: flex;
  flex-direction: column;
}

#st250305LEE .sec01 .sec01,
#st250305LEE .sec01 .sec01_1,
#st250305LEE .sec01 .sec01_2,
#st250305LEE .sec01 .sec01_3 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #st250305LEE .sec01 {
    margin-left: 3rem;
  }

  #st250305LEE .sec01 .sec__cont01{
    width: 42rem;
    margin-bottom: 18rem;
  }

  #st250305LEE .sec01 .sec__cont01 .crdt__wrapper{
    width: 35rem;
  }

  #st250305LEE .sec01 .sec01_img_wrapper {
    height: 76rem;
  }

  #st250305LEE .sec01 .sec_item__wrapper{
    row-gap: 1rem;
    margin-bottom: 2rem;
  }

  #st250305LEE .sec01 .sec__cont02{
    position: relative;
    left: 0.5rem;
    width: 57rem;
    margin-bottom: 18rem;
  }

  #st250305LEE .sec01 .txt_crdt__wrap{
    margin-top: 3.3rem;
  }

  #st250305LEE .sec01 .sec__cont02 .crdt__wrapper{
    margin-top: 2.3rem;
  }

  #st250305LEE .sec01 .sec__cont02 .lead__title._02{
    left: 2.2rem;
    bottom: 1.5rem;
  }

  _::-webkit-full-page-media, _:future, :root #st250305LEE .sec01 .sec__cont02 .vertical{
    right: -2rem!important;
  }
}
@media only screen and (max-width: 767px) {
  #st250305LEE .sec01 .sec__cont01{
    width: calc(660* (100vw / 750));
    margin-bottom: calc(200* (100vw / 750));
  }

  #st250305LEE .sec01 .sec_item__wrapper{
    row-gap: calc(30* (100vw / 750));
    margin-bottom: calc(39* (100vw / 750));
  }

  #st250305LEE .sec01 .sec01_img_wrapper .lead__title._01{
    right: calc(26* (100vw / 750));
    bottom: calc(29* (100vw / 750));
  }

  #st250305LEE .sec01 .sec01_img_wrapper .lead__title._02{
    left: calc(28*(100vw / 750));
    bottom: calc(31*(100vw / 750));
  }

  #st250305LEE .sec01 .sec__cont02{
    margin-bottom: calc(200* (100vw / 750));
  }

  #st250305LEE .sec01 .sec01_img{
    width: 100%;
    margin-bottom: calc(29* (100vw / 750));
  }

  #st250305LEE .sec01 .sec__cont02 .crdt__wrapper{
    margin-top: calc(46*(100vw / 750));
    width: 100%;
  }
}
/*============ ▲ sec01 ▲ ============*/

/*============ ▼ sec02 ▼ ============*/
#st250305LEE .sec02 .sec_item__wrapper{
  display: grid;
}

#st250305LEE .sec02 .sec02_1{
  position: relative;
  z-index: 10;
  background: #fff;
}

#st250305LEE .sec02 .sec02_img_cont{
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #st250305LEE .sec02 .sec_item__wrapper{
    width: 88.7rem;
    margin: 0 auto 1.8rem;
    grid-template-rows: 19.25rem 37.5rem auto;
    grid-template-columns: 46rem auto auto;
  }

  #st250305LEE .sec02 .sec02_1{
    width: 42.7rem;
    grid-row: 1 / 3;
    grid-column: 2 / 4;
  }

  #st250305LEE .sec02 .sec02_2{
    width: 54rem;
    grid-row: 2 / 4;
  }

  #st250305LEE .sec02 .sec02_img_wrapper02{
    width: 55rem;
    margin: 0 auto 8rem;
  }

  #st250305LEE .sec02 .sec__cont01 .crdt__wrapper {
    width: 88.7rem;
    margin: 0 auto;
  }

  #st250305LEE .sec02 .sec02_img_wrapper02 .lead__title._03{
    top: -3rem;
    right: 0.2rem;
  }

  #st250305LEE .sec02 .sec02_img{
    width: 48rem;
    margin: 0 auto;
  }

  #st250305LEE .sec02 .decoration_txt{
    left: 5.4rem;
  }

  #st250305LEE .sec02 .decoration_txt.txt1{
    top: -1.5rem;
  }

  #st250305LEE .sec02 .decoration_txt.txt2{
    bottom: 4rem;
  }

  #st250305LEE .sec02 .sec02_img_wrapper03{
    width: 77rem;
    margin: 0 auto 18rem;
  }

  #st250305LEE .sec02 .sec02_img_wrapper03 .sec02_img_cont{
    width: 73rem;
    margin-left: 2rem;
  }

  #st250305LEE .sec02 .sec02_img_cont{
    margin-bottom: 6.5rem;
  }

  #st250305LEE .sec02 .sec02_3,
  #st250305LEE .sec02 .sec02_4{
    width: 36rem;
  }

  #st250305LEE .sec02 .sec__cont02 .lead__title._02{
    left: 2.2rem;
    bottom: 1.8rem;
  }

  #st250305LEE .sec02 .sec02_img_wrapper03 .lead__title._04{
    top: -3.5rem;
    left: 0;
  }

  #st250305LEE .sec02 .sec02_img_wrapper03 .lead__title._05{
    bottom: -2.5rem;
    left: 0;
  }

  #st250305LEE .sec02 .sec__cont02 .crdt__wrapper{
    width: 38rem;
    margin-top: 2.1rem;
  }


}


@media only screen and (max-width: 767px) {
  #st250305LEE .sec02 .sec_item__wrapper{
    width: calc(750* (100vw / 750));
    height: auto;
    grid-template-rows: calc(710*(100vw / 750)) calc(60*(100vw / 750)) auto;
    margin-bottom: calc(40*(100vw / 750));
    grid-template-columns: calc(170*(100vw / 750)) auto auto;
    margin-left: 0;
  }

  #st250305LEE .sec02 .sec02_1{
    width: calc(580* (100vw / 750));
    grid-row: 1 / 3;
    grid-column: 2 / 4;
  }

  #st250305LEE .sec02 .sec02_2{
    width: calc(690* (100vw / 750));
    grid-row: 2 / 4;
    grid-column: 1 / 3;
  }

  #st250305LEE .sec02 .sec02_img_wrapper02{
    width: calc(660* (100vw / 750));
    margin: 0 auto calc(80* (100vw / 750));
    padding-left: calc(30*(100vw / 750));
  }

  #st250305LEE .sec02 .sec02_img_cont{
    /* position: relative; */
    width: calc(750* (100vw / 750));
    height: calc(492* (100vw / 750));
    column-gap: calc(12*(100vw / 750));
    /* margin-bottom: ; */
    margin: 0 auto calc(69* (100vw / 750));
  }

  #st250305LEE .sec02 .sec02_img_wrapper02 .lead__title._03{
    right: calc(-13* (100vw / 750));
  }

  #st250305LEE .sec02 .sec__cont01 .crdt__wrapper{
    width: calc(670*(100vw / 750));
    margin: 0 auto;
  }

  #st250305LEE .sec02 .sec02_img{
    width: calc(600* (100vw / 750));
    margin: 0 0 auto 0;
  }

  #st250305LEE .sec02 .decoration_txt{
    left: calc(58* (100vw / 750));
  }

  #st250305LEE .sec02 .decoration_txt.txt1{
    top: calc(-19* (100vw / 750));
  }

  #st250305LEE .sec02 .decoration_txt.txt2{
    bottom: calc(40* (100vw / 750));
  }

  #st250305LEE .sec02 .sec02_img_wrapper03{
    margin-bottom: calc(80* (100vw / 750));
  }

  #st250305LEE .sec02 .sec02_3,
  #st250305LEE .sec02 .sec02_4{
    width: calc(369* (100vw / 750));
  }

  /* #st250305LEE .sec02 .sec02_4{
    margin-left: auto;
    margin-right: 0;
  }

  #st250305LEE .sec02 .sec02_3{
    position: absolute;
    top: 0;
    right: 0;
  } */

  #st250305LEE .sec02 .sec02_img_wrapper03 .lead__title._04{
    top: calc(-40*(100vw / 750));
    left: calc(29*(100vw / 750));
  }

  #st250305LEE .sec02 .sec02_img_wrapper03 .lead__title._05{
    bottom: calc(-38*(100vw / 750));
    left: calc(29*(100vw / 750));
  }

  #st250305LEE .sec02 .sec__cont02 .crdt__wrapper{
    margin-top: calc(47* (100vw / 750));
  }

}
/*============ ▲ sec02 ▲ ============*/

/*============ ▼ sec03 ▼ ============*/
#st250305LEE .sec03 .sec__cont02{
  display: grid;
}

#st250305LEE .sec03 .sec__cont03 .sec_item__wrapper {
  position: relative;
}

#st250305LEE .sec03 .sec__cont03 .center_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#st250305LEE .sec03 .sec__cont03 .center_img .from-bottom{
  background: #fff;
}

#st250305LEE .sec03 .last_bg{
  position: relative;
  z-index: 1;
}

#st250305LEE .sec03 .sec03_1{
  position: relative;
  z-index: 10;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  #st250305LEE .sec03 .sec__cont01{
    width: 61rem;
  }

  #st250305LEE .sec03 .sec03_img_wrapper{
    width: 57rem;
    margin-bottom: 3.4rem;
  }

  #st250305LEE .sec03 .sec03_img_wrapper .lead__title._06{
    top: -3rem;
    left: -2.5rem;
  }

  #st250305LEE .sec03 .sec03_img_wrapper .lead__title._07{
    right: 2rem;
    bottom: 1.5rem;
  }

  #st250305LEE .sec03 .sec__cont01 .txt_crdt__wrap {
    width: 57rem;
    margin-left: 2rem;
  }

  #st250305LEE .sec03 .sec__cont01 .crdt__wrapper{
    margin-top: 2.2rem;
  }

  #st250305LEE .sec03 .sec__cont02 .sec_item__wrapper{
    display: grid;
    width: 88.7rem;
    margin: 0 auto;
    grid-template-rows: 19.25rem 37.4rem auto;
    grid-template-columns: 34.7rem auto auto;
  }

  #st250305LEE .sec03 .sec03_1{
    width: 42.7rem;
    grid-row: 1 / 3;
    grid-column: 1 / 3;
  }

  #st250305LEE .sec03 .sec03_2{
    width: 54rem;
    grid-row: 2 / 4;
    grid-column: 2 / 4;
  }

  #st250305LEE .sec03 .sec__cont02{
    margin-bottom: 8rem;
  }

  #st250305LEE .sec03 .sec__cont03{
    width: 57rem;
    margin-bottom: 10rem;
  }

   #st250305LEE .sec03 .sec__cont03 .center_img{
    width: 31.4rem;
  }

  #st250305LEE .sec03 .img_txt__wrapper{
    width: 57rem;
    height: 76rem;
    margin-left: 2rem;
    margin-right: 0;
  }

  #st250305LEE .sec03 .sec__cont03 .crdt__wrapper {
    margin-top: 2rem;
  }

}

@media only screen and (max-width: 767px) {

  #st250305LEE .sec03 .sec__cont01{
    width: calc(660* (100vw / 750));
  }

  #st250305LEE .sec03 .sec03_img_wrapper .lead__title._06{
    left: calc(-29* (100vw / 750));
    top: calc(-20*(100vw / 750));
  }

  #st250305LEE .sec03 .sec03_img_wrapper .lead__title._07{
    right: calc(-20* (100vw / 750));
    bottom: calc(-30* (100vw / 750));
  }

  #st250305LEE .sec03 .sec03_img_wrapper{
    width: 100%;
    margin-bottom: calc(50* (100vw / 750));
  }

  #st250305LEE .sec03 .sec__cont01 .crdt__wrapper{
    margin-top: calc(45* (100vw / 750));
  }

  #st250305LEE .sec03 .sec__cont02 .sec_item__wrapper{
    display: grid;
    width: 100%;
    grid-template-columns: calc(90*(100vw / 750)) auto auto;
    grid-template-rows: calc(710* (100vw / 750)) calc(60* (100vw / 750)) auto;
  }

  #st250305LEE .sec03 .sec03_1{
    position: relative;
    z-index: 10;
    width: calc(580* (100vw / 750));
    grid-row: 1 / 3;
  }

  #st250305LEE .sec03 .sec03_2{
    width: calc(660* (100vw / 750));
    grid-row: 2 / 4;
    grid-column: 2 / 4;
  }

  #st250305LEE .sec03 .sec__cont02{
    margin-bottom: calc(100* (100vw / 750));
  }

  #st250305LEE .sec03 .sec__cont03 .center_img{
    width: calc(590* (100vw / 750));
  }

  #st250305LEE .sec03 .sec__cont03 .crdt__wrapper {
    margin-top: calc(40*(100vw / 750));
    margin-left: calc(30*(100vw / 750));
  }
}
/*============ ▲ sec03 ▲ ============*/

/* ====== ▼ "check all items" ▼ ====== */

#st250305LEE .btn__wrapper{
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #st250305LEE .btn__wrapper{
    width: 46rem;
    margin: 0 auto 9rem;
  }
}

@media only screen and (max-width: 767px) {
  #st250305LEE .btn__wrapper{
    width: calc(480*(100vw / 750));
    margin: 0 auto calc(52*(100vw / 750));
  }
}
/* ====== ▲ "check all items" ▲ ====== */

/*============ ▼ animation ▼ ============*/

/*---------- js-fadeIn ----------*/

#st250305LEE .js-fadeIn {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-duration: 0.8s;
}

#st250305LEE .js-fadeIn.onView {
  opacity: 1;
}

#st250305LEE .js-fadeIn.from-bottom{
  transform: translateY(100px);
}

#st250305LEE .js-fadeIn.from-bottom.onView {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#st250305LEE .js-fadeIn.from-right{
  opacity: 0;
  transform: translateX(10%);
}

#st250305LEE .js-fadeIn.from-right.onView {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#st250305LEE .js-fadeIn.from-left {
  opacity: 0;
  transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -o-transform: translateX(-10%);
}

#st250305LEE .js-fadeIn.from-left.onView {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* _::-webkit-full-page-media, _:future, :root #st250305LEE .js-fadeIn.from-left {
  opacity: 0;
  left: -10%!important;
}

_::-webkit-full-page-media, _:future, :root #st250305LEE .js-fadeIn.from-left.onView {
  opacity: 1;
  left: 0!important;
} */


/* .js-blur */
#st250305LEE .js-blur {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.1s ease;
}

#st250305LEE .js-blur.onView {
  opacity: 1;
  transform: translate(0, 0);
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
  display: block;
}

.lead__title {
  width: fit-content;
  height: fit-content;
}

.slide-in_inner {
  display: block;
}

/*左右のアニメーション*/
.leftAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

/*上からのアニメーション*/
.verticalAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeTopBottom {
  animation-name: slideTextY100;
  animation-duration: 1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
  transform: translateY(-100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateY(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.slideAnimeBottomTop {
  animation-name: slideTextY-100;
  animation-duration: 1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}


@keyframes slideTextY-100 {
  from {
  transform: translateY(100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateY(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}


/*============ ▲ animation ▲ ============*/