@charset "UTF-8";
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}

.main-inner {
  width: 100% !important;
}



.L240919 {
  --en_font: "nimbus-sans", sans-serif;
  --ttl_font:  "freight-display-pro", serif;
  --jp_font: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --text_back: #1B1E1C;
  --title_back: #1E1F1E;

  background-color: #F7F7F7;
  font-feature-settings: "palt";
  overflow: hidden;
}

.L240919 li{
  list-style: none;
  display: inline-block;
}
.L240919 a{
  display: block;
}
.L240919 span,
.L240919 img{
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .L240919{
    margin-bottom: 15rem;
  }
  #breadcrumb, .bredlist.lp{
    margin: 20px auto 26px;
  }
  .L240919 .L240919__wrapper{
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .bredlist.lp{
    margin-block-end: calc(18* 100vw / 750);
  }
  .L240919 {
    margin-bottom: calc(200*(100vw / 750));
  }
  .main-area {
    overflow-x: initial;
  }
}

/***************************** common *****************************/

.L240919 .imgOuter{
  background: #fff;
  position: relative;
  transition: opacity 1.5s;
}
.L240919 .jp_font{
  font-family: var(--jp_font);
  color: var(--text_back);
}
.L240919 .jp_font{
  font-family: var(--jp_font);
  color: var(--text_back);
}
.L240919 .en_font{
  font-family: var(--en_font);
  font-weight: 400;
  font-style: normal;
}
.L240919 .ttl_font{
  font-family: var(--ttl_font);
  font-weight: 300;
  font-style: normal;
}
.L240919 .sec__ttl{
  color: var(--title_back);
  text-align: center;
  pointer-events: none;
}
.L240919 .gridArea{
  display: grid;
}
.L240919 .flexArea{
  display: flex;
}
.L240919 .common_credit{
  flex-wrap: wrap;
}
.L240919 .credit-item {
  line-height: 1;
  letter-spacing: 0.03em;
}
.L240919 .credit-item > a {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .L240919 .flexAreaPc{
    display: flex;
  }
  .L240919 .gridAreaPc{
    display: grid;
  }
  .L240919 .sec{
    margin-bottom: 12rem;
  }
  .L240919 .sec__ttl{
    font-size: 6.4rem;
  }
  .L240919 .common_credit{
    margin-top: 3rem;
    gap: 0.7rem 1.8rem;
    justify-content: center;
  }
  .L240919 .credit-item {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .L240919 .pcOnly{
    display: none;
  }
  .L240919 .sec{
    margin-bottom: calc(160* (100vw / 750));
  }
  .L240919 .sec__ttl{
    font-size: calc(96* (100vw / 750));
  }
  .L240919 .common_credit{
    margin-top: calc(50* (100vw / 750));
    gap: calc(14* (100vw / 750))  calc(35* (100vw / 750));
    justify-content: center;
  }
  .L240919 .credit-item {
    font-size:  calc(26* (100vw / 750));
  }
}
/***************************** common *****************************/

/***************************** firstview *****************************/
.L240919 .mainvisual {
  margin-inline: auto;
}
.L240919 .fv_lead {
  line-height: 2.5;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .L240919 .fv{
    padding-top: 8rem;
  }
  .L240919 .mainvisual {
    width: 50rem;
  }
  .L240919 .fv_lead {
    font-size: 1.5rem;
    margin: 7rem auto 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .mainvisual {
    width: 100%;
  }
  .L240919 .fv_lead {
    margin: calc(143* 100vw / 750) auto calc(141* 100vw / 750);
    font-size: calc(25* 100vw / 750);
    line-height: 2.51;
    letter-spacing: 0.11em;
  }
}
/***************************** firstview *****************************/


/***************************** sec01 *****************************/

.L240919 .sec01__img01 {
  position: relative;
}
.L240919 .sec01__img01::after {
  content: "";
  position: absolute;
  background-image: url(../img/sec01-bg.jpg);
  background-size: cover;
  z-index: -1;
}
.L240919 .sec01 .common_credit{
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .L240919 .sec01 {
    width: 120rem;
    grid-template-rows: 45rem 15rem 11rem 19.6rem auto;
    grid-template-columns: 34rem 2rem 35rem 4rem auto;
    margin-right: auto ;
    margin-left: auto ;
  }

  .L240919 .sec01__img01 {
    width: 45rem;
    grid-row: 1 / 3;
    grid-column: 4 / 6;
    justify-self: end;
    background-color: #fff
  }
  .L240919 .sec01 .sec__ttl {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    justify-self: center;
    align-self: center;
    margin-right: -7.7rem;
    margin-bottom: 0.5rem;
    word-spacing: -0.06rem;
    letter-spacing: 0.005em;
    font-feature-settings: "palt";
  }
  .L240919 .sec01__cont01 {
    grid-row: 2 / 6;
    grid-column: 1 / 2;
    margin-top: 0.2rem;
  }
  .L240919 .sec01__img02{
    width: 34rem;
  }
  .L240919 .sec01__img03 {
    width: 37rem;
    grid-row: 4 / 6;
    grid-column: 3 / 5;
  }
  .L240919 .sec01__img01::after {
    width: 45rem;
    bottom: -4rem;
    left: -4rem;
    height: 60rem;
  }
  .L240919 .sec01 .common_credit{
    margin-top: 3.2rem;
  }

}
@media only screen and (max-width: 767px) {
  .L240919 .sec01 {
    gap: 0;
    width: 100%;
    margin-top: calc(120* 100vw / 750);
  }
  .L240919 .sec01__cont01 {
    margin-left: calc(50*(100vw / 750));
    margin-right: auto;
  }
  .L240919 .sec01__img01{
    width: calc(685* (100vw / 750));
    padding-top: calc(60*(100vw / 750));
    margin-right: auto;
    margin-left: 0;
  }
  .L240919 .sec01__img01 a{
    width: calc(630* (100vw / 750));
    margin-left: calc(55*(100vw / 750));
    margin-bottom: calc(10*(100vw / 750));
  }
  .L240919 .sec01__img01::after {
    width: calc(540* 100vw / 750);
    height: calc(720* 100vw / 750);
    top: 0;
    left: 0;
  }
  .L240919 .sec01 .sec__ttl {
    letter-spacing: 0.002em;
    word-spacing: calc(2*(100vw / 750));
    padding-right: calc(2*(100vw / 750));
    margin-bottom: calc(102*(100vw / 750));
  }
  .L240919 .sec01__img02{
    width: calc(560* (100vw / 750));
  }
  .L240919 .sec01 .common_credit {
    margin-bottom: calc(100* (100vw / 750));
  }
  .L240919 .sec01__img03{
    width: calc(460* (100vw / 750));
    margin-right: calc(50* (100vw / 750));
    margin-left: auto;
  }
}
/***************************** sec01 *****************************/


/***************************** sec02 *****************************/
.L240919 .sec02__cont01__inner{
  justify-content: center;
}
.L240919 .sec02__cont01{
  position: relative;
}
.L240919 .sec02 .sec__ttl{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .L240919 .sec02 {
    margin-bottom: 11rem;
  }
  .L240919 .sec02 .sec__ttl{
    top: -1rem;
  }
  .L240919 .sec02__cont01{
    margin-bottom: 12rem;
  }
  .L240919 .sec02__cont01__inner{
    column-gap: 2rem;
    padding-top: 3.9rem;
  }
  .L240919 .sec02__img01,
  .L240919 .sec02__img02 {
    width: 41rem;
  }
  .L240919 .sec02__img03{
    width: 47rem;
    margin: 0 auto;
    padding-left: 0.8rem;
  }
  .L240919 .sec02 .common_credit {
    margin-left: -0.5rem;
    column-gap: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .sec02 {
    margin-bottom:calc(24*(100vw / 750));
  }
  .L240919 .sec02__cont01{
    margin-bottom: calc(160* (100vw / 750));
  }
  .L240919 .sec02__cont01__inner{
    justify-content: space-between;
    padding-top: calc(57*(100vw / 750));
  }
  .L240919 .sec02 .sec__ttl{
    top: calc(-29* (100vw / 750));
    width: 100%;
    word-spacing: calc(-3*(100vw / 750));
    padding-right: calc(1*(100vw / 750));
  }
  .L240919 .sec02__img01,
  .L240919 .sec02__img02 {
    width: calc(372* (100vw / 750));
  }
  .L240919 .sec02__img03{
    width: 100%;
  }
}
/***************************** sec02 *****************************/


/***************************** sec03 *****************************/
.L240919 .sec03 .sec__ttl{
  text-align: left;
  position: relative;
  z-index: 10;
  letter-spacing: 0.008em;
}
@media only screen and (min-width: 768px) {
  .L240919 .sec03 {
    width: 120rem;
    grid-template-rows: 17.2rem 30rem 52rem 5rem auto;
    grid-template-columns: 20rem 19rem 15rem 14rem auto;
    margin-right: auto ;
    margin-left: auto ;
  }
  .L240919 .sec03__cont01{
    grid-row: 2 / 5;
    grid-column: 5 / 6;
  }
  .L240919 .sec03__img02{
    width: 39rem;
    grid-row: 3 / 5;
    grid-column: 1 / 3;
  }
  .L240919 .sec03 .sec__ttl{
    grid-row: 1 / 2;
    grid-column: 4 / 6;
    margin-left: 0.3rem;
    /* top: -16.2rem;
    left: -14rem; */
  }
  .L240919 .sec03__img01{
    width: 52rem;
  }
  .L240919 .sec03__img03{
    width: 31.6rem;
    grid-row: 6 / 7;
    grid-column: 2 / 4;
  }
  .L240919 .sec03 .common_credit{
    justify-content: flex-start;
    width: 37rem;
  }
}
@media only screen and (max-width: 767px) {
  /* .L240919 .sec03 {
    margin-bottom: calc(100*(100vw / 750));
  } */
  .L240919 .sec03 .sec__ttl{
    position: relative;
    top: calc(121*(100vw / 750));
    padding-left: calc(44.6*(100vw / 750));
    line-height: 1;
  }
  .L240919 .sec03__cont01{
    margin-bottom: calc(120* (100vw / 750));
  }
  .L240919 .sec03__img01{
    width: 100%;
  }
  .L240919 .sec03__img02{
    width: calc(500* (100vw / 750));
    margin-right: calc(50* (100vw / 750));
    margin-left: auto;
    margin-bottom: calc(70* (100vw / 750));
  }
  .L240919 .sec03__img03{
    width: calc(454* (100vw / 750));
    margin-left: calc(50* (100vw / 750));
    margin-right: auto;
  }
  .L240919 .sec03 .common_credit{
    margin: calc(50*(100vw / 750)) auto 0;
    width: calc(675*(100vw / 750));
  }

}
/***************************** sec03 *****************************/

/***************************** sec04 *****************************/
.sec04__cont01__inner{
  position: relative;
}

@media only screen and (min-width: 768px) {
  .L240919 .sec04 {
    width: 128em;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 11rem;
  }
  .L240919 .sec04__cont01{
    margin: 0 auto 12.2rem;
  }
  .sec04__cont01__inner{
    width: 48rem;
    margin: 0 auto;
    padding-left: 10rem;
  }
  .L240919 .sec04 .sec__ttl {
    position: relative;
    left: 1rem;
    top: -3.2rem;
    z-index: 1;
  }
  .L240919 .sec04 .common_credit {
    margin: 0.4rem auto;
    width: 40rem;
    padding-left: 12rem;
  }
  .L240919 .sec04__img01{
    position: relative;
    width: 100%;
  }
  .L240919 .sec04__cont02__innner{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .L240919 .sec04__cont02{
    grid-template-rows: 25rem 21.67rem auto;
    grid-template-columns: 63rem 23.4rem auto;
  }
  .L240919 .sec04__cont02__innner{
    grid-row: 1 / 3;
    grid-column: 3 / 4;
  }
  .L240919 .sec04__img03{
    width: 63rem;
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }
  .L240919 .sec04__img02{
    width: 35rem;
  }
  .L240919 .sec04__bg{
    width: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .sec04 {
    margin-bottom: calc(127*(100vw / 750));
  }
  .L240919 .sec04__cont01{
    margin: 0 auto calc(160* (100vw / 750));
  }
  .L240919 .sec04__img01{
    width: 100%;
    top: calc(60* (100vw / 750));
  }
  .L240919 .sec04 .sec__ttl{
    position: relative;
    top: calc(-65*(100vw / 750));
  }

  .L240919 .sec04__cont02__innner{
    margin: 0 auto calc(100* (100vw / 750));
    column-gap: calc(10*(100vw / 750));
  }
  .L240919 .sec04__img02{
    width: calc(450* (100vw / 750));
  }
  .L240919 .sec04__bg{
    width: calc(77.14* (100vw / 750));
  }
  .L240919 .sec04__img03{
    width: calc(600* (100vw / 750));
    margin-right: 0;
    margin-left: auto;
  }
  .L240919 .sec04 .common_credit {
    margin-top: calc(-22*(100vw / 750));
    margin-right: calc(4*(100vw / 750));
  }
}
/***************************** sec04 *****************************/

/***************************** sec05 *****************************/

.L240919 .sec05__img01 {
  grid-row: 1;
  grid-column: 1;
}
.L240919 .sec05__img02 {
  grid-row: 1;
  grid-column: 2;
}
.L240919 .sec05__img03 {
  grid-row: 2;
  grid-column: 1;
}
.L240919 .sec05__img04 {
  grid-row: 2;
  grid-column: 2;
}

@media only screen and (min-width: 768px) {
  .L240919 .sec05 {
    width: 82.6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .L240919 .sec05 .sec__ttl{
    margin-bottom: 2rem;
  }
  .L240919 .sec05__cont01{
    width: 41em;
  }
  .L240919 .sec05__img01,
  .L240919 .sec05__img02,
  .L240919 .sec05__img03,
  .L240919 .sec05__img04 {
    width: 41rem;
  }
  .L240919 .sec05__img01 {
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .L240919 .sec05__img02 {
    margin-bottom: 0.6rem;
  }
  .L240919 .sec05__img03 {
    margin-right: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .sec05 .sec__ttl{
    margin-right: calc(25*(100vw / 750));
    margin-bottom: calc(23*(100vw / 750));
  }
  .L240919 .sec05__cont01{
    width: 100%;
    justify-content: space-between;
    row-gap: calc(6* (100vw / 750));
  }
  .L240919 .sec05__img01,
  .L240919 .sec05__img02,
  .L240919 .sec05__img03,
  .L240919 .sec05__img04 {
    width: calc(372* (100vw / 750));
  }
}
/***************************** sec05 *****************************/

/***************************** sec06 *****************************/
@media only screen and (min-width: 768px) {
  .L240919 .sec06{
    width: 100rem;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
  .L240919 .sec06__cont01 {
    justify-content: space-between;
  }
  .L240919 .sec06__cont01__inner{
    width: 50rem;
  }
  .L240919 .sec06 .sec__ttl{
    margin: 0.6rem auto 3.5rem;
  }
  .L240919 .sec06__img01{
    width: 39rem;
    margin: 0 auto 14.1rem;
  }
  .L240919 .sec06__img02{
    width: 100%;
  }
  .L240919 .sec06__img03,
  .L240919 .sec06__img04 {
    width: 31rem;
  }
  .L240919 .sec06__cont02{
    flex-direction: column;
    row-gap: 2rem;
  }
  .L240919 .sec06 .common_credit {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .sec06__cont01__inner{
    margin-bottom: calc(116* (100vw / 750));
  }
  .L240919 .sec06 .sec__ttl{
    margin-bottom: calc(35* (100vw / 750));
  }
  .L240919 .sec06__img01{
    width: calc(500*(100vw / 750));
    margin: 0 auto calc(132*(100vw / 750));
  }
  .L240919 .sec06__img02{
    width: calc(650* (100vw / 750));
    margin: 0 auto;
  }
  .L240919 .sec06__img03,
  .L240919 .sec06__img04 {
    width: 50%;
  }
  .L240919 .sec06 .common_credit {
    width: calc(660*(100vw / 750));
    margin-right: auto;
    margin-left: auto;
  }
}
/***************************** sec06 *****************************/

/***************************** sec07 *****************************/

.L240919 .sec07__img02{
  position: relative;
}
.L240919 .sec07__img02::after{
  content: "";
  position: absolute;
  background-size: cover;
  z-index: -1;
}
.L240919 .sec07 .common_credit{
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .L240919 .sec07{
    width: 100rem;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
  .L240919 .sec07__cont01{
    margin: 0 auto 11rem;
  }
  .L240919 .sec07__img01{
    width: 49.6rem;
    margin: 0 auto;
  }
  .L240919 .sec07 .sec__ttl{
    margin-top: 2rem;
  }
  .L240919 .sec07__cont02{
    width: 80rem;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 2rem;
  }
  .L240919 .sec07__img02{
    width: 32rem;
    height: 42.65rem;
    margin-right: 4rem;
    align-self: baseline;
    background-color: #fff;
  }
  .L240919 .sec07__img02::after{
    width: 32rem;
    height: 42.667rem;
    bottom: -4rem;
    left: 4rem;
    background-image: url(../img/sec07-bg.jpg);
  }
  .L240919 .sec07 .common_credit{
    width: 23.5rem;
  }
  .L240919 .sec07__cont02_inner{
    justify-self: flex-start;
    align-self: flex-start;
  }
  .L240919 .sec07__img03{
    width: 42rem;
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .sec07 {
    margin-bottom: calc(90*(100vw / 750));
  }
  .L240919 .sec07__cont01{
    margin: 0 auto calc(130* (100vw / 750));
  }
  .L240919 .sec07__img01{
    width: calc(710* (100vw / 750));
    margin: 0 auto ;
  }
  .L240919 .sec07 .sec__ttl {
    margin-top: calc(11*(100vw / 750));
  }
  .L240919 .sec07__img02{
    width: calc(650* (100vw / 750));
    padding-top: calc(100* (100vw / 750));
    margin: 0 auto calc(70* (100vw / 750));
  }
  .L240919 .sec07__img02 a{
    width: calc(470* (100vw / 750));
    margin-left: calc(180* (100vw / 750));
  }
  .L240919 .sec07__img02::after{
    top: 0;
    right: calc(170*(100vw / 750));
    width: calc(480* (100vw / 750));
    height: calc(480* (100vw / 750));
    background-image: url(../img/sec07-bg_sp.jpg);
  }
  .L240919 .sec07__img03{
    width: calc(550* (100vw / 750));
    margin-right: auto;
  }
  .L240919 .sec07__cont02_inner{
    margin-left: calc(50* (100vw / 750));
  }
  .L240919 .sec07 .common_credit{
    width: calc(600* (100vw / 750));
  }
}
/***************************** sec07 *****************************/

/***************************** sec08 *****************************/
.L240919 .sec08 .sec__ttl{
  text-align: left;
}
.L240919 .sec08__img02{
  position: relative;
}
@media only screen and (min-width: 768px) {
  .L240919 .sec08{
    width: 123.4rem;
    column-gap: 15.5rem;
    grid-template-rows: 33.8rem auto;
    grid-template-columns: auto auto;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 11.9rem;

  }
  .L240919 .sec08 .sec__ttl{
    display: flex;
    align-items: flex-end;
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 0.7rem;
    padding-left: 0.3rem;
  }
  .L240919 .sec08__cont01{
    grid-row: 1 / 3;
    grid-column: 2;
  }
  .L240919 .sec08__img01,
  .L240919 .sec08__img02{
    width: 42rem;
  }
  .L240919 .sec08 .common_credit{
    grid-row: 2;
    grid-column: 1;
  }
  .L240919 .sec08 .common_credit{
    justify-content: flex-start;
    height: 0;
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .sec08{
    margin-bottom: calc(159*(100vw / 750));
  }
  .L240919 .sec08 .sec__ttl{
    position: relative;
    text-align: center;
    top: calc(36*(100vw / 750));
    letter-spacing: 0.0038em;
    margin-left: calc(8*(100vw / 750));
  }
  .L240919 .sec08__cont01{
    margin: 0 auto calc(49* (100vw / 750));
  }
  .L240919 .sec08__img01,
  .L240919 .sec08__img02 {
    width: calc(620* (100vw / 750));
    margin: 0 auto;
  }
  .L240919 .sec08__img02 {
    position: relative;
    top: calc(-1*(100vw / 750));
  }
  .L240919 .sec08 .common_credit {
    width: calc(620*(100vw / 750));
    margin: 0 auto;
  }
}
/***************************** sec08 *****************************/

/***************************** check all item btn *****************************/
.L240919 .btn01,
.L240919 .btn02 {
  border: 1px solid var(--title_back);

}
.L240919 .btn01 a,
.L240919 .btn02 a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* .L240919 .btn01 a,
.L240919 .btn02 a {

} */
@media only screen and (min-width: 768px) {
  .L240919 .btn__wrapper{
    width: 42rem;
    margin: 0 auto;
    padding-bottom: 11.8rem;
  }
  .L240919 .btn01,
  .L240919 .btn02 {
    height: 7.2rem;
  }
  .L240919 .btn01{
    margin-bottom: 0.6rem;
  }
  .L240919 .btn01 img{
    width: 20.7rem;
    height: 1.7rem;
    padding-bottom: 0.5rem;
  }
  .L240919 .btn02 img{
    width: 14rem;
    height: 1.7rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .L240919 .btn__wrapper {
    width: calc(690*(100vw / 750));
    margin: 0 auto;
    margin-bottom: calc(160*(100vw / 750));
  }
  .L240919 .btn01,
  .L240919 .btn02 {
    width: 100%;
    height: calc(146* (100vw / 750));
  }
  .L240919 .btn01{
    margin-bottom: calc(10* (100vw / 750));
  }
  .L240919 .btn01 img{
    width: calc(397* (100vw / 750));
    height: calc(32.06* (100vw / 750));
  }
  .L240919 .btn02 img{
    width: calc(269.42* (100vw / 750));
    height: calc(31.92* (100vw / 750));
  }
  .L240919 .btn01 a {
    padding-bottom: calc(11*(100vw / 750));
  }
  .L240919 .btn02 a {
    padding-bottom: calc(9*(100vw / 750));
  }
}
/***************************** ev *****************************/








/***************************** animation *****************************/
.L240919 .js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 0);
  transition: ease-in, opacity 2000ms, transform 2000ms;
}
.L240919 .js-fade.is-visible {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
}
@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/***************************** animation *****************************/