@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
.kv h1 {
  font-family: 'Roboto'
}
/*.bg_LT, .bg_LB, .bg_RT, .bg_RB img {
  mix-blend-mode: screen;
}*/
  body {
    height: 100%;
    padding: 0;
    margin: 0;
  }
/*-----------------------for PC-----------------------*/
@media screen and (min-width:951px) {
  /*-----------------------body-----------------------*/

  .landing {
    width: 100%;
    height: 100vh;
     background-image: url("../images/bg.png?v=1");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom center;
    /*background-color: #fff;*/

    position: relative;
  }
  .kv {
    display: block;
    position: absolute;
    width: 100%;
    /*   position: absolute;
    top: 0;
    left: 15%;*/
    z-index: 9999;
  }
  .kv img {
    display: block;
    width: 50%;
    text-align: center;
  }
  .bgTop {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .bg101 {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    z-index: 3
  }
  .bgBotL {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4
  }
  .bgBotR {
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4
  }
    .bgBot {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
  }
  .bgLogo {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8
  }
  .NoShowInPC {
    display: none;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:950px) {
  /*-----------------------body-----------------------*/
  .landing {
    width: 100%;
    height: 120vh;
    
        background-image: url("../images/bgM.png?v=1");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-color: #fff;
    /*    display: flex;

    flex-flow: row wrap;
    justify-content: center;
    align-items: center;*/
    position: relative;
  }
  .kv {
    display: block;
    position: absolute;
    width: 100%;
    /*   position: absolute;
    top: 0;
    left: 15%;*/
    z-index: 9999;
    top: 5%;
  }
  .kv img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bgTop {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
  }
  .bg101 {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    /*left: 50%;
    transform: translate(-50%, 0%);*/
    bottom: 0;

    z-index: 3
  }
  .bgBotL {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

    z-index: 4
  }
  .bgBotR {
    width: 100%;
    position: absolute;
    bottom: 0;

    right: 0;
    z-index: 4
  }
  .bgLogo {
    width: 100%;
    position: absolute;
    top: 2%;
    LEFT: 0;
    z-index: 8
  }
  .NoShowInMobile {
    display: none;
  }
}

@media screen and (max-width:760px) {
    
     .landing {
    width: 100%;
         height: 90vh;}
}