@charset "utf-8";

/* CSS Document */


/***********
home
************/

/*
only home setting
*/

body.home {
  text-align: center;
}
body.home .common-global_header{
  text-align: left;
}
body.home .common-main {
  text-align: center;
}
body.home .works_section-category {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/***********
bg
************/

.home-bg {
  position: relative;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
  text-align: left;
}
.home-bg-container {
  position: fixed;
  left: 0;
  top: 142px;
  width: 100%;
}

a.home-fixedLink {
  display: block;
  position: fixed;
  left: 0;
  top: 142px;
  width: 100%;
  height: calc(100svh - 142px);
  z-index: 2;
  transition: 0.8s ;
  background-color: transparent
}

a.home-fixedLink:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/***********
main
************/

.home-main {
  position: relative;
  z-index: 9;
  display: inline-flex;
  justify-content: center;
  text-align: left;
}
.home-main-container {
  background-color: white;
}

/***********
home-fixedLink
************/


/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
