@charset "UTF-8";

/*pc---------------------------------------*/
@media screen and (min-width: 768px) {

  /*pc common------------------------------------*/

  body {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }

  #informetis_LP .-sp,
  .modal_allwrap .-sp {
    display: none;
    content-visibility: hidden;
  }

  #informetis_LP .bt {
    transition: 0.3 all;
    cursor: pointer;
  }

  #informetis_LP .bt:hover {
    opacity: 0.8;
    transition: 0.3 all;
  }

  #informetis_LP .content_allwrap {
    color: #000;
    width: 100%;
    overflow: clip;
    min-height: 100vh;
    background-color: #000;
  }

  #informetis_LP .inner_content_wrap {
    width: 100%;
    margin: 0 auto;
    /* padding-bottom: 105px; */
    position: relative;
    max-width: 1340px;
    /* background-color: red; */
    box-sizing: border-box;
    padding: 0 20px;
  }

  /*section kv
  -----------------------------------------------------------------*/

  @keyframes kv_video_wrap {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .kv_video_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    z-index: -2;
    background-color: #000;
    animation-name: kv_video_wrap;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    will-change: opacity;
    z-index: 0;
    transform: scale(120%);
    transform-origin: center;
  }


  .kv_video_wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100dvh;
    box-shadow: none;
    transition: 1s;
  }

  .kv_video_wrap.filter_on::before {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 15px 25px 25px rgba(0, 0, 0, .5),
      inset -15px -25px 25px rgba(0, 0, 0, .5);
    transition: 1s;
  }


  .kv_video_wrap video.kv_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    z-index: -2;
    object-fit: cover;
    filter: blur(0px);
    transition: 1s;
    object-fit: cover;
  }

  .kv_video_wrap.filter_on .kv_video {
    filter: blur(20px);
    transition: 1s;
  }


  .kv_copy_wrap {
    height: 100vh;
    width: 100%;
    position: relative;
    margin: auto;
    z-index: 1;
    cursor: url('../images/bt_kv_video_play.png')64 64, auto;

  }

  .kv_copy_wrap .logo_informatis {
    position: absolute;
    left: 31px;
    top: 25px;
    width: 241px;
    z-index: 1;
  }

  .kv_copy_wrap .kv_copy {
    position: sticky;
    top: calc(50dvh - 100px);
    width: 720px;
    margin: auto;
    display: block;
    margin-bottom: 4em;
  }







  .kv_copy_wrap .scroll_line_allwrap {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    bottom: 50px;
    z-index: 3;
    letter-spacing: 0;
  }

  .kv_copy_wrap .scroll_line_wrap {
    width: 1px;
    height: 50px;
    margin-left: 0;
  }

  .kv_copy_wrap .scroll_line {
    height: 100px;
    width: 100%;
    background-color: #fff;
    animation-name: scroll_line;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }


  @keyframes scroll_line {
    0% {
      opacity: 1;
      height: 0;
    }

    80% {
      opacity: 1;
      height: 50px;
    }

    100% {
      opacity: 0;
      height: 50px;
    }
  }



  /*intro
  -----------------------------------------------------------------*/
  section.intro {}

  section.intro .text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 2em;
    margin: 0px 0 200px;
    letter-spacing: 0.2em;
  }

  section.intro .text .copy_line {
    margin-bottom: 1.2em;
  }

  section.intro .heading {
    font-size: 20px;
    margin: 0px auto 50px;;
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .video_item_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 80px;
    margin-bottom: 230px;
  }



  .video_item_wrap .video_item {
    width: calc(50% - 10px);
    box-sizing: border-box;

  }

  .video_item_wrap .video_item:first-child {
    min-width: calc(50% - 10px);
    margin: 0 25%;
  }

  .video_item_wrap .video_item .video_tb {
    color: #fff;
    font-size: 16px;
    position: relative;
  }

  .video_item_wrap .video_item .video_tb::after {
    content: "";
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    left: 0;
    right: 0;
    top: -1em;
    bottom: 0;
    margin: auto;
    background-image: url(../images/icon_movie_play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
  }



  /*detail
   -----------------------------------------------------------------*/

  section.detail {
    padding: 0 0 300px;
  }

  section.detail .detail_note {
    color: #fff;
  }

  /*detail/anime_1*/
  section.detail .detail_note.note_1 .anime1_bg {
    opacity: 0.3;
  }

  section.detail .detail_item_wrap {
    display: flex;
    column-gap: 30px;
  }

  section.detail .detail_pict_wrap {
    width: 50%;
  }

  section.detail .detail_note.note_1 .detail_pict {
    transform: translateZ(0);
    position: relative;
  }

  section.detail .detail_note.note_1 .detail_pict .anime1_ai {
    width: 24%;
    position: absolute;
    left: 35%;
    top: 27%;
    line-height: 0;
    animation-name: anime1_ai;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    will-change: transform;
  }

  @keyframes anime1_ai {
    0% {
      transform: translateY(-10px);
    }

    50% {
      transform: translateY(0px);
    }

    100% {
      transform: translateY(-10px);
    }
  }

  .anime1_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }






  /*detail/anime_2*/
  section.detail .detail_note.note_2 .detail_pict {
    margin-bottom: 60px;
    position: relative;
    mix-blend-mode: screen;
  }


  section.detail .detail_note.note_2 .detail_pict .anime2_item.anime_house {
    position: absolute;
    width: 100%;
    transform: translateZ(0);
    mix-blend-mode: screen;
    left: 0;
    top: 0;
  }

  section.detail .detail_note.note_2 .detail_pict .anime2_item.anime2_wave {
    position: absolute;
    max-width: 21%;
    transform-origin: center;
    animation-name: anime2_wave;
    animation-duration: 1.75s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  @keyframes anime2_wave {
    0% {
      transform: scale(1);
      opacity: 0;
    }

    50% {
      opacity: 0.75;
    }

    100% {
      opacity: 0;
      transform: scale(1.1);
    }
  }

  section.detail .detail_note.note_2 .detail_pict .anime2_item.anime2_wave.anime2_item_1 {
    left: 31%;
    top: 62%;
  }

  section.detail .detail_note.note_2 .detail_pict .anime2_item.anime2_wave.anime2_item_2 {
    left: 52%;
    top: 39%;
  }

  section.detail .detail_note.note_2 .detail_pict .anime2_item.anime2_wave.anime2_item_3 {
    right: 15%;
    top: 39%;
  }




  /*detail/anime_3*/
  section.detail .detail_note.note_3 .detail_pict {
    margin-bottom: 60px;
    position: relative;
    width: 87%;
  }

  section.detail .detail_note.note_3 .detail_pict img {}

  section.detail .detail_note.note_3 .detail_pict .anime3_bg {
    transform: translateZ(0);
    mix-blend-mode: screen;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }


  section.detail .detail_note.note_3 .anime3_wind_wrap {
    position: absolute;
    left: 22%;
    top: 24%;
    max-width: 19%;
  }


  section.detail .detail_note.note_3 .anime3_wind {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    opacity: 0;
    animation-name: anime3_wind;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    will-change: opacity;

  }

  @keyframes anime3_wind {
    0% {
      transform: scale(1) translateY(0px);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
      transform: scale(1.1) translateY(10px);
    }
  }

  section.detail .detail_note.note_3 .anime3_air {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    /*    animation-name: anime3_air;*/
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    will-change: opacity;
    position: absolute;
    left: 110%;
    top: 10%;
    width: 302px;
  }

  @keyframes anime3_air {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }







  section.detail .detail_note h2 {
    font-size: 34px;
    line-height: 2em;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }

  section.detail .detail_note h3 {
    font-size: 35px;
    line-height: 1.5em;
    font-weight: bold;
    /* padding-bottom: 10px; */
    display: block;
    position: relative;
    top: -45px;
    letter-spacing: 0.1em;
  }



  section.detail .detail_note .main_read {
    font-size: 20px;
    line-height: 2.1em;
    margin-top: 34px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  section.detail .detail_note .text {
    font-size: 20px;
    line-height: 2.1em;
    margin-top: 184px;
    text-align: left;
    width: 50%;
    letter-spacing: 0.02em;
  }



  section.detail .detail_note.note_top {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 400px;
  }

  section.detail .detail_note.note_1 {
    margin: 0 0 400px auto;
    /* width: 790px; */
  }

  section.detail .detail_note.note_2 {
    margin: 0 auto 400px 0;
    /* width: 790px; */
  }

  section.detail .detail_note.note_3 {
    margin: 0 0 0 auto;
  }


  /*message
  -----------------------------------------------------------------*/
  section.message {
    width: 100%;
    padding: 230px 0;
    background-image: url(../images/message_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  section.message {
    position: relative;
  }

  section.message .message_note {
    max-width: 600px;
    text-align: center;
    margin: auto;
  }

  section.message .message_title {
    width: 550px;
  }

  section.message .text {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    margin-top: 50px;
    letter-spacing: 0.2em;
  }

  /*case 
    -----------------------------------------------------------------*/

  section.case {
    text-align: center;
    padding: 200px 0;
  }

  section.case .heading {
    font-size: 20px;
    margin: 0px auto 100px;
    color: #fff;
  }

  section.case .case_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  section.case .case_item_wrap .case_item {
    width: calc(33% - 20px);
    color: #fff;
    text-align: left;
  }

  section.case .case_item_wrap .case_item .text {
    margin-bottom: 12px;
    font-size: 18px;
  }

  section.case .read {
    text-align: center;
    font-size: 20px;
    margin: 100px auto 0;
    color: #fff;
    line-height: 2.2em;
  }

  /*corporate
    -----------------------------------------------------------------*/

  section.corporate {
    padding: 100px 0;
    position: relative;
  }

  section.corporate .text {
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 2.2;
    margin-bottom: 150px;
  }

  section.corporate .logo_infometis {
    width: 490px;
    margin: auto;
    margin-bottom: 150px;
  }

  section.corporate a.btn_detail {
    display: block;
    margin: auto;
    width: 400px;
    height: 60px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50vw;
    border: 1px solid #fff;
    transition: 0.4s all;
    text-decoration: none;
  }

  section.corporate a.btn_detail::after {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(../images/icon_link_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.4s all;
    margin-left: 1em;
  }

  section.corporate a.btn_detail:hover {
    background-color: #fff;
    color: #000;
    transition: 0.4s all;

  }

  section.corporate a.btn_detail:hover::after {
    background-image: url(../images/icon_link_black.svg);
    transition: 0.4s all;
  }

  /*footer
  -----------------------------------------------------------------*/
  section.footer {
    width: 100%;
    background-color: #000;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 150px;
    width: 100%;
    z-index: 3;
    position: relative;
  }


  /*video modal
  -----------------------------------------------------------------*/
  #move_modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
  }

  #move_modal .move_modal_allwrap {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    width: 100vw;
  }

  #move_modal .move_bg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100dvh;
    width: 100vw;
  }

  #move_modal #movie_item_wrap {
    position: relative;
  }

  #move_modal #movie_item_wrap .btn_modal_close {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 30px;
    cursor: pointer;
    pointer-events: none;
  }

  #move_modal #movie_item {
    width: 860px;
    aspect-ratio: 16/9;
    /* height: 349px; */
    z-index: 5;
    position: relative;
  }





  /*scroll driven animation
  -----------------------------------------------------*/
  .-fadeUp {
    opacity: 0;
    transition: 1.5s all;
    transform: translateY(30px);
  }

  .-fadeUp.on {
    opacity: 1;
    transition-duration: 1.2s;
    transform: translate(0);
  }

  .-pcDeeley1 {}

  .-pcDeeley2 {
    transition-delay: 0.5s;
  }

  .-pcDeeley3 {
    transition-delay: 1s;
  }

  .-pcDeeley4 {
    transition-delay: 1.5s;
  }




  /* -pc end
  -----------------------------------------------------------------*/

}
