@charset "UTF-8";
/**************
reset.css start
**************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus:not(:focus-visible) {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  /* マージンのリセット */
  margin: 0;
  padding: 0;
  /* ブロック要素として表示 */
  display: block;
  /* ボックスサイズの計算方法を統一 */
  box-sizing: border-box;
}

/* 画像のリセット */
figure img {
  /* 画像のはみ出しを防ぐ */
  max-width: 100%;
  height: auto;
  /* 画像下部の余白を削除 */
  vertical-align: middle;
  /* 余分な間隔を削除 */
  display: block;
}

/* キャプションのリセット */
figure figcaption {
  margin: 0;
  padding: 0;
  /* フォントスタイルのリセット */
  font-style: normal;
  /* 行の高さを適切に */
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/**************
reset.css end
**************/
@font-face {
  font-family: "TazuganeGothicMedium";
  src: url("../fonts/TazuganeGothicMedium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oktah Neue SemiBold";
  src: url("../fonts/Oktah Neue SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes c_hover_dot {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(0);
  }
}
@keyframes c_hover_child {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*
  z-index
    #loading 10000
    header 2000
*/
html {
  font-size: 0.6944444444vw;
  overflow-x: clip;
  height: -webkit-fill-available;
  /*font-size: 62.5% * (1920 / 1600);*/
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 2.5vw;
  }
}
html.lock {
  overflow: clip;
}
@media only screen and (max-width: 1023px) {
  html.is-top {
    overflow-y: clip;
  }
}
@media only screen and (min-width: 1024px) {
  html.is-top {
    min-height: 750px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 751px) {
  html.is-top {
    overflow-y: clip;
  }
}
html.is-top footer {
  display: none;
}
html.is-dark body {
  background-color: #2B2B2B;
  color: #E5E5E5;
}
html.is-dark a,
html.is-dark a:visited {
  color: #E5E5E5;
}
html.is-dark header h2 .img {
  background-color: #E5E5E5;
}
html.is-dark header .menu .btn .dot {
  background-color: #E5E5E5;
}
html.is-dark footer .col1 .img {
  background-color: #E5E5E5;
}
html.is-dark footer .col2 .img {
  background-color: #E5E5E5;
}

body {
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: "TazuganeGothicMedium", sans-serif;
  font-weight: 400;
  overflow: clip;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  transition: color 400ms, background-color 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* グリッドコンテナ */
.grid_container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 6rem;
}
@media only screen and (max-width: 1023px) {
  .grid_container {
    padding: 0 2rem;
  }
}

/* グリッドシステム */
.grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0rem;
}

@media only screen and (max-width: 1023px) {
  /* グリッドを1カラムに変更（デフォルト） */
  .grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 0rem;
  }
  /* 入れ子グリッドも1カラムに統一 */
  .col .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
}
/* カラム */
.col {
  display: flex;
  flex-direction: column;
}

/* 入れ子グリッドを含むカラムの調整 */
.col:has(.grid), .col:has([style*="display: grid"]), .col:has([class*=nested-]) {
  align-items: stretch;
  justify-content: flex-start;
}

/* .col の中にある .grid = 入れ子グリッド（子グリッド）*/
.col .grid {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .col .grid {
    gap: 0rem;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .col .grid {
    gap: 0rem;
    grid-template-columns: repeat(12, 1fr);
  }
}

/* 入れ子グリッド - 分割数指定クラス */
.nested-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-1 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-1 {
    gap: 0rem;
  }
}

.nested-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-2 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-2 {
    gap: 0rem;
  }
}

.nested-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-3 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-3 {
    gap: 0rem;
  }
}

.nested-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-4 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-4 {
    gap: 0rem;
  }
}

.nested-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-5 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-5 {
    gap: 0rem;
  }
}

.nested-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-6 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-6 {
    gap: 0rem;
  }
}

.nested-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-7 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-7 {
    gap: 0rem;
  }
}

.nested-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-8 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-8 {
    gap: 0rem;
  }
}

.nested-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-9 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-9 {
    gap: 0rem;
  }
}

.nested-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-10 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-10 {
    gap: 0rem;
  }
}

.nested-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-11 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-11 {
    gap: 0rem;
  }
}

.nested-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nested-12 {
    gap: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nested-12 {
    gap: 0rem;
  }
}

/* 入れ子グリッド内のカラム */
/* カラムスパンのクラス */
.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.font1 {
  font-family: "TazuganeGothicMedium", sans-serif;
  font-style: normal;
}

.font2 {
  font-family: "Oktah Neue SemiBold", sans-serif;
  font-style: normal;
}

a,
a:visited {
  text-decoration: none;
  color: #000000;
}

img,
video,
svg {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

#guide_container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
#guide_container.active {
  display: block;
}
#guide_container .guide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #guide_container .guide {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide {
    padding-right: 2rem;
  }
}
#guide_container .guide_col {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  #guide_container .guide_col {
    padding-left: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide_col {
    padding-left: 0rem;
  }
  #guide_container .guide_col:nth-child(12) {
    display: block;
  }
  #guide_container .guide_col:nth-child(12):after {
    content: "";
    position: absolute;
    right: -2rem;
    bottom: 80px;
    display: block;
    height: 1px;
    color: #ff0000;
    background-color: #ff0000;
    width: 2rem;
  }
}
#guide_container .guide_col:before, #guide_container .guide_col:last-child:after {
  position: absolute;
  bottom: 80px;
  display: block;
  height: 1px;
  color: #ff0000;
  background-color: #ff0000;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #guide_container .guide_col:before, #guide_container .guide_col:last-child:after {
    content: "";
    width: 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide_col:before, #guide_container .guide_col:last-child:after {
    content: "";
    width: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  #guide_container .guide_col:first-child {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide_col:first-child {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #guide_container .guide_col:first-child:before {
    content: "";
    width: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide_col:first-child:before {
    content: "";
    width: 2rem;
  }
}
#guide_container .guide_col:before {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  #guide_container .guide_col:last-child:after {
    content: "";
    width: 6rem;
    right: -6rem;
  }
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide_col:last-child:after {
    content: "";
    width: 2rem;
    right: -2rem;
  }
}
#guide_container .guide_col > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 0, 0, 0.4);
}
#guide_container .guide_col:last-child > span {
  box-shadow: inset 1px 0 0 rgba(255, 0, 0, 0.4), inset -1px 0 0 rgba(255, 0, 0, 0.4);
}
@media only screen and (max-width: 1023px) {
  #guide_container .guide_col:nth-child(12) > span {
    box-shadow: inset 1px 0 0 rgba(255, 0, 0, 0.4), inset -1px 0 0 rgba(255, 0, 0, 0.4);
  }
}

#loading {
  width: 100vw;
  height: 100dvh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#loading.inactive {
  display: none;
}
#loading.show .container .circle {
  transition: transform 2000ms, opacity 600ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  opacity: 1;
}
#loading.hide .container {
  transition: clip-path 1000ms;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  clip-path: circle(0% at 50% 50%);
}
#loading.hide .logo {
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.3s;
  opacity: 0;
}
#loading .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 800px;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: circle(50% at 50% 50%);
}
#loading .container .circle {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(251, 70, 0) 0%, rgb(251, 70, 0) 30%, rgba(251, 70, 0, 0.8) 50%, rgba(251, 70, 0, 0.35) 60%, rgba(251, 70, 0, 0.1) 78%, transparent 78%);
  filter: blur(22px);
  transform: scale(0.4);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #loading .container .circle {
    background: radial-gradient(circle, rgb(251, 70, 0) 0%, rgb(251, 70, 0) 30%, rgba(251, 70, 0, 0.6) 50%, rgba(251, 70, 0, 0.3) 60%, rgba(251, 70, 0, 0.2) 68%, transparent 58%);
  }
}
#loading .container .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-left: 5px;
}
@media only screen and (max-width: 1023px) {
  #loading .container .logo img {
    width: 70px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
@media only screen and (min-width: 1024px) {
  header {
    position: absolute;
  }
}
@media only screen and (max-width: 1023px) {
  header {
    position: absolute;
  }
}
header.open .menu .menu_inner {
  opacity: 1;
  pointer-events: initial;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(1) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.022s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(1) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.022s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(2) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.047s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(2) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.047s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(3) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.072s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(3) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.072s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(4) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.097s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(4) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.097s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(5) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.122s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(5) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.122s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(6) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.147s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(6) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.147s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(7) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.172s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(7) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.172s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(8) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.197s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(8) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.197s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(9) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.222s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(9) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.222s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(10) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.247s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(10) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.247s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(11) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.272s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(11) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.272s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(12) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.297s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(12) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.297s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(13) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.322s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(13) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.322s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(14) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.347s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(14) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.347s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(15) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.372s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(15) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.372s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(16) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.397s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(16) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.397s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(17) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.422s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(17) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.422s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(18) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.447s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(18) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.447s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(19) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.472s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(19) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.472s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(20) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.497s;
}
header.open .menu .menu_nav ul li:nth-of-type(1) a .item:nth-of-type(20) .item_child, header.open .menu .menu_nav ul li:nth-of-type(1) a:visited .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.497s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(1) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.044s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(1) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.044s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(2) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.069s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(2) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.069s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(3) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.094s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(3) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.094s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(4) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.119s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(4) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.119s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(5) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.144s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(5) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.144s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(6) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.169s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(6) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.169s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(7) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.194s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(7) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.194s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(8) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.219s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(8) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.219s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(9) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.244s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(9) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.244s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(10) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.269s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(10) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.269s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(11) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.294s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(11) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.294s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(12) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.319s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(12) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.319s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(13) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.344s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(13) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.344s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(14) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.369s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(14) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.369s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(15) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.394s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(15) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.394s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(16) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.419s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(16) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.419s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(17) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.444s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(17) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.444s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(18) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.469s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(18) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.469s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(19) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.494s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(19) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.494s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(20) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.519s;
}
header.open .menu .menu_nav ul li:nth-of-type(2) a .item:nth-of-type(20) .item_child, header.open .menu .menu_nav ul li:nth-of-type(2) a:visited .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.519s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(1) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.066s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(1) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.066s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(2) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.091s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(2) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.091s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(3) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.116s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(3) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.116s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(4) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.141s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(4) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.141s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(5) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.166s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(5) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.166s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(6) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.191s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(6) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.191s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(7) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.216s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(7) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.216s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(8) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.241s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(8) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.241s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(9) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.266s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(9) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.266s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(10) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.291s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(10) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.291s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(11) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.316s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(11) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.316s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(12) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.341s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(12) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.341s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(13) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.366s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(13) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.366s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(14) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.391s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(14) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.391s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(15) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.416s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(15) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.416s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(16) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.441s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(16) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.441s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(17) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.466s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(17) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.466s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(18) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.491s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(18) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.491s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(19) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.516s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(19) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.516s forwards;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(20) .item_dot, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.541s;
}
header.open .menu .menu_nav ul li:nth-of-type(3) a .item:nth-of-type(20) .item_child, header.open .menu .menu_nav ul li:nth-of-type(3) a:visited .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.541s forwards;
}
header.open .menu .menu_footer {
  opacity: 1;
  transition-delay: 0.3s;
}
header.open .menu .video {
  opacity: 1;
  transition-delay: 0.3s;
}
header.open .menu .btn {
  color: #ffffff;
}
header.open .menu .btn .dot {
  transform: scale(0);
}
header.open .menu .btn .close {
  opacity: 1 !important;
  transform: scale(1);
}
header.open .menu .btn .text span:nth-of-type(1) {
  transform: translate3d(0, -100%, 0);
}
header.open .menu .btn .text span:nth-of-type(2) {
  transform: translate3d(0, 0%, 0) !important;
}
header h2 {
  opacity: 0;
  transition: opacity 700ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header h2.show {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  header h2 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  header h2 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  header h2 svg {
    width: 183px;
    height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  header h2 svg {
    width: 155px;
    height: 24px;
  }
}
header h2 .sub_tit {
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1024px) {
  header h2 .sub_tit {
    font-size: 18px;
    margin-top: 21px;
  }
}
@media only screen and (max-width: 1023px) {
  header h2 .sub_tit {
    font-size: 14px;
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  header .col_nav {
    grid-column: 10/-1;
  }
}
@media only screen and (max-width: 1023px) {
  header .col_nav {
    grid-column: 1/-1;
  }
}
header .col_nav nav {
  margin-top: 38px;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.03s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.03s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.06s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.09s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.09s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.21s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.21s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.27s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.33s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.39s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.51s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.57s;
}
header .col_nav nav.show ul li:nth-of-type(1) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.23s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.23s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.29s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.29s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.41s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.41s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.47s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.47s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.53s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.53s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.59s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.59s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.71s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.71s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.74s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s forwards;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.77s;
}
header .col_nav nav.show ul li:nth-of-type(2) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.77s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.43s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.43s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.49s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.49s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.61s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.61s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.67s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.67s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.73s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.73s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.79s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.79s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.82s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.88s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.91s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.91s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.94s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s forwards;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.97s;
}
header .col_nav nav.show ul li:nth-of-type(3) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.97s forwards;
}
@media only screen and (max-width: 1023px) {
  header .col_nav nav {
    display: none;
  }
}
header .col_nav nav ul {
  display: flex;
  justify-content: flex-end;
}
header .col_nav nav ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
header .col_nav nav ul li.current a, header .col_nav nav ul li.current a:visited {
  color: #FB4600;
}
header .col_nav nav ul li a, header .col_nav nav ul li a:visited {
  color: #9D9D9D;
  transition: color 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .col_nav nav ul li .item {
  position: relative;
}
header .col_nav nav ul li .item .item_dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FB4600;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
header .col_nav nav ul li .item .item_child {
  pointer-events: none;
  display: inline-block;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .col_nav nav ul li .nav-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9D9D9D;
  margin: 0 9px;
}
header .menu {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  top: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  header .menu {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  header .menu {
    position: fixed;
  }
}
header .menu .menu_inner {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .menu .bg {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100lvh;
  background-color: #000000;
}
header .menu .menu_nav {
  position: relative;
  z-index: 1;
  margin-right: 2rem;
  margin-top: 106px;
}
header .menu .menu_nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .menu .menu_nav ul li {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 12px;
}
header .menu .menu_nav ul li.current a, header .menu .menu_nav ul li.current a:visited {
  color: #FB4600;
}
header .menu .menu_nav ul li a, header .menu .menu_nav ul li a:visited {
  color: #ffffff;
  letter-spacing: 0.05em;
}
header .menu .menu_nav ul li .item {
  position: relative;
}
header .menu .menu_nav ul li .item .item_dot {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FB4600;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
header .menu .menu_nav ul li .item .item_child {
  pointer-events: none;
  display: inline-block;
  transform: scale(0);
}
header .menu .menu_footer {
  position: absolute;
  bottom: 27px;
  z-index: 1;
  left: 2rem;
  opacity: 0;
  transition: opacity 600ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .menu .menu_footer .unit {
  background-color: #ffffff;
  -webkit-mask-image: url("../img/common/unit.svg");
          mask-image: url("../img/common/unit.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 184px;
  height: 50px;
  margin-top: 40px;
}
header .menu .menu_footer .link_list {
  margin-top: 38px;
  margin-bottom: 10px;
}
header .menu .menu_footer .link_list li {
  font-size: 14px;
}
header .menu .menu_footer .link_list li a, header .menu .menu_footer .link_list li a:visited {
  color: #ffffff;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
header .menu .menu_footer .cp {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
header .menu .video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20rem;
  height: 11.2rem;
  background-color: #333;
  opacity: 0;
  transition: opacity 600ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .menu .video video, header .menu .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menu .video .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: difference;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #ffffff;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  header .menu .btn {
    position: absolute;
    z-index: 1;
    right: 21px;
    top: 22px;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    opacity: 0;
    transition: opacity 800ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  header .menu .btn.show {
    opacity: 1;
  }
}
header .menu .btn .dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 200ms, transform 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .menu .btn .close {
  position: absolute;
  left: -5px;
  top: 0;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0);
}
header .menu .btn .text {
  overflow-y: clip;
  position: relative;
}
header .menu .btn .text span {
  display: inline-block;
  transition: transform 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu .btn .text span:nth-of-type(2) {
  position: absolute;
  left: 0;
  transform: translate3d(0, 100%, 0);
}

main a, main a:visited, footer a, footer a:visited {
  color: #000000;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) and (pointer: fine) {
  main a:hover, main a:visited:hover, footer a:hover, footer a:visited:hover {
    color: #FB4600;
  }
}

footer {
  padding-top: 288px;
  padding-bottom: 59px;
}
@media only screen and (max-width: 1023px) {
  footer {
    padding-top: 207px;
    padding-bottom: 39px;
  }
}
footer.hide {
  display: none;
}
@media only screen and (max-width: 1023px) {
  footer .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  footer .col1 {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 1023px) {
  footer .col1 {
    order: 2;
  }
}
footer .col1 .img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  footer .col1 .img {
    -webkit-mask-image: url("../img/common/unit.svg");
            mask-image: url("../img/common/unit.svg");
    margin-top: 7px;
    width: 112px;
    height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .col1 .img {
    -webkit-mask-image: url("../img/common/unit_sp.svg");
            mask-image: url("../img/common/unit_sp.svg");
    margin-top: 29px;
    width: 308px;
    height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .col2 {
    grid-column: 7/13;
  }
}
@media only screen and (max-width: 1023px) {
  footer .col2 {
    order: 1;
  }
}
footer .col2 .img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  footer .col2 .img {
    -webkit-mask-image: url("../img/common/logo_by_geek_pictures.svg");
            mask-image: url("../img/common/logo_by_geek_pictures.svg");
    width: 235px;
    height: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .col2 .img {
    -webkit-mask-image: url("../img/common/logo_by_geek_pictures_sp.svg");
            mask-image: url("../img/common/logo_by_geek_pictures_sp.svg");
    width: 110px;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .col3 {
    grid-column: 16/21;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  footer .col3 {
    order: 3;
  }
}
@media only screen and (min-width: 1024px) {
  footer .col4 {
    grid-column: 21/-1;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  footer .col4 {
    margin-top: 1px;
    order: 4;
  }
}
footer .link_list {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  margin-top: 25px;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  footer .link_list {
    margin-top: 27px;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
  }
}
footer .link_list li {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  footer .link_list li {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .link_list li {
    margin-bottom: 10px;
  }
}
footer .link_list li:last-child {
  margin-right: 0;
}
footer .link_list li a, footer .link_list li a:visited {
  text-decoration: underline;
}
footer .cp {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-right: -1px;
}
@media only screen and (max-width: 1023px) {
  footer .cp {
    margin-top: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*
z-index
    #video_modal 3000
    .hero 3
    .lines_container 2
    .section1 1
*/
@media only screen and (min-width: 1024px) and (max-height: 750px) {
  main.top {
    position: relative;
    min-height: 750px;
  }
}
main.top .lines_container {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
main.top .lines_container svg {
  width: 100vw;
  height: 100lvh;
  overflow: visible;
}
main.top .lines_container .connector-line {
  stroke: #FB4600;
  stroke-width: 1px;
  fill: none;
  /* 線が伸びるアニメーションを入れる場合 */
}
main.top .hero {
  height: 100lvh;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
main.top .hero .grid_container {
  height: 100%;
}
main.top .hero .grid {
  height: 100%;
  align-content: center;
}
@media only screen and (min-width: 1024px) {
  main.top .hero .grid {
    padding-top: 81px;
    padding-bottom: 32.22vh;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero .grid {
    padding-top: 40px;
    padding-bottom: 25.4vh;
  }
}
main.top .hero .vertical_line_bg {
  position: absolute;
  z-index: 12;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100dvh;
  background-color: #D5D5D5;
  opacity: 0.6;
}
@media only screen and (min-width: 1024px) {
  main.top .hero .vertical_line_bg {
    height: max(100lvh, 750px);
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero .vertical_line_bg {
    left: 10px;
  }
}
main.top .hero .vertical_line {
  position: absolute;
  z-index: 12;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100dvh;
  background-color: #FB4600;
  transition: transform 900ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 1024px) {
  main.top .hero .vertical_line {
    height: max(100lvh, 750px);
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero .vertical_line {
    left: 10px;
  }
}
main.top .hero .col_num {
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 1024px) {
  main.top .hero .col_num {
    margin-top: 333px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero .col_num {
    margin-top: 175px;
    margin-bottom: 126px;
  }
}
main.top .hero .col_main {
  grid-column: 1/-1;
}
main.top .hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.top .hero h1 img, main.top .hero h1 svg {
  display: block;
}
@media only screen and (min-width: 1024px) {
  main.top .hero h1 svg:nth-of-type(1) {
    width: 44.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero h1 svg:nth-of-type(1) {
    width: 26.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  main.top .hero h1 svg:nth-of-type(2) {
    width: 65.6rem;
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero h1 svg:nth-of-type(2) {
    width: 32rem;
    margin-top: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  main.top .hero h1 svg:nth-of-type(3) {
    width: 65.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .hero h1 svg:nth-of-type(3) {
    width: 32rem;
  }
}
main.top .hero .cp {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #9D9D9D;
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  padding: 3px 7px 6px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 19px auto;
}
@media only screen and (max-width: 1023px) {
  main.top .hero .cp {
    font-size: 10px;
    margin: 12px auto;
  }
}
main.top .section1 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 {
    height: calc(32.22vh + 60px);
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 {
    height: calc(25.4vh + 50px);
  }
}
main.top .section1 .slider-source {
  display: none;
}
main.top .section1 .slider-ui {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .slider-ui {
    left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .slider-ui {
    left: 10px;
  }
}
main.top .section1 .slider-ui__dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FB4600;
  left: -2px;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .slider-ui__dot {
    bottom: calc(32.22vh + 18px);
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .slider-ui__dot {
    bottom: calc(25.4vh + 18px);
  }
}
main.top .section1 .slider-ui__label {
  position: absolute;
  color: #FB4600;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .slider-ui__label {
    left: 29px;
    bottom: calc(32.22vh + 18px);
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .slider-ui__label {
    left: 19px;
    bottom: calc(25.4vh + 18px);
  }
}
main.top .section1 .slider-ui__number {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  height: 1.1em;
}
main.top .section1 .slider-ui__number span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
main.top .section1 .slider-ui__title {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-top: 4px;
  white-space: nowrap;
  color: #000000;
}
main.top .section1 .slider-track {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .slider-track {
    height: 32.22vh;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .slider-track {
    height: 25.4vh;
  }
}
main.top .section1 .slide-group {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .slide-group {
    width: 35.8vw;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .slide-group {
    width: 75.6vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.top .section1 .slide-group:hover .slide-group__media img, main.top .section1 .slide-group:hover .slide-group__media video {
    transform: scale(1.12);
  }
  main.top .section1 .slide-group:hover .slide-group__dot {
    transform: translate3d(0, 10px, 0) scale(1.3);
    background-color: #FB4600;
  }
  main.top .section1 .slide-group:hover .slide-group__number {
    color: #FB4600;
    transform: translate3d(0, 10px, 0);
  }
}
main.top .section1 .slide-group__media {
  width: 100%;
  height: 100%;
  position: relative;
}
main.top .section1 .slide-group__media:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: 40px;
  top: -40px;
  left: -10px;
  background-color: #fff;
}
main.top .section1 .slide-group__media.hide_white:before {
  opacity: 0;
}
main.top .section1 .slide-group__media-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
main.top .section1 .slide-group__media img,
main.top .section1 .slide-group__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 800ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.top .section1 .slide-group__media video {
  display: none;
}
main.top .section1 .slide-group__dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  left: -1px;
  top: -27px;
  transition: transform 250ms, background-color 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.top .section1 .slide-group__label {
  position: absolute;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .slide-group__label {
    left: 24px;
    top: -32px;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .slide-group__label {
    left: 19px;
    top: -32px;
  }
}
main.top .section1 .slide-group__number {
  transition: color 250ms, transform 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
main.top .section1 .index_indicator {
  position: absolute;
  color: #fff;
  bottom: 23px;
  display: flex;
  align-items: center;
  font-size: 12px;
  z-index: 14;
}
@media only screen and (min-width: 1024px) {
  main.top .section1 .index_indicator {
    left: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .index_indicator {
    left: 29px;
    bottom: 23px;
  }
}
main.top .section1 .index_indicator span {
  display: inline-block;
}
main.top .section1 .pagenation {
  position: absolute;
  z-index: 14;
  bottom: 30px;
  right: 60px;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  main.top .section1 .pagenation {
    bottom: 20px;
    right: 20px;
  }
}
main.top .section1 .pagenation .btn {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 300ms, background-color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) and (pointer: fine) {
  main.top .section1 .pagenation .btn:hover {
    background-color: #FB4600;
  }
  main.top .section1 .pagenation .btn:hover:before {
    background-color: #FB4600;
    background-color: #ffffff;
  }
}
main.top .section1 .pagenation .btn:before {
  content: "";
  display: block;
  background-color: #000000;
  -webkit-mask-image: url("../img/common/arrow.svg");
          mask-image: url("../img/common/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 9px;
  height: 8px;
  transition: background-color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.top .section1 .pagenation .prev_btn {
  transform-origin: right bottom;
}
main.top .section1 .pagenation .prev_btn:before {
  transform: rotate(180deg);
}
main.top .section1 .pagenation .next_btn {
  transform-origin: left bottom;
}
main.top #video_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  z-index: 3000;
  transform: translate3d(0, 100lvh, 0);
  transition: transform 600ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top #video_modal.active {
  display: block;
}
main.top #video_modal.show {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 0);
}
main.top #video_modal .modal_bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
main.top #video_modal .video_container {
  width: 121rem;
  height: 68.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #333;
  overflow: clip;
}
@media only screen and (max-width: 1023px) {
  main.top #video_modal .video_container {
    width: 36rem;
    height: 20.2rem;
  }
}
main.top #video_modal .video_container video, main.top #video_modal .video_container iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top #video_modal .video_container .play_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms;
  mix-blend-mode: difference;
}
main.top #video_modal .video_container .play_overlay.hide {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  main.top #video_modal .video_container .play_overlay:hover img {
    transform: scale(1.1);
  }
}
main.top #video_modal .video_container .play_overlay img {
  width: 12rem;
  height: 12rem;
  transition: transform 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.top #video_modal .video_container .play_overlay img {
    width: 8rem;
    height: 8rem;
  }
}
main.top #video_modal .modal_close {
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.top #video_modal .modal_close {
    bottom: 48px;
    align-items: baseline;
  }
}
main.top #video_modal .modal_close:hover {
  color: #FB4600;
}
main.top #video_modal .modal_close:hover:before {
  background-color: #FB4600;
}
main.top #video_modal .modal_close:before {
  content: "";
  -webkit-mask: url("../img/common/close.svg") no-repeat center/contain;
  mask: url("../img/common/close.svg") no-repeat center/contain;
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  transition: background-color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.top #video_modal .modal_close:before {
    width: 10px;
    height: 10px;
  }
}
main.top .reel_video {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  display: none;
}
main.top .reel_video.active {
  display: block;
}

/*
z-index

*/
main.about .c_section {
  position: relative;
}
main.about .c_section .col_left {
  color: #FB4600;
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1;
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 1024px) {
  main.about .c_section .col_left {
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .c_section .col_left {
    top: 50px;
    display: flex;
    grid-column: 1/1;
    transform-origin: left top;
    transform: rotate(90deg);
    margin-bottom: 40px;
  }
}
main.about .c_section .col_left span {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  main.about .c_section .col_left span {
    position: absolute;
    top: -13px;
    left: 26px;
  }
}
main.about .c_section .col_left:before {
  content: "";
  position: absolute;
  background-color: #FB4600;
  border-radius: 50%;
  margin-bottom: 4px;
  left: -30px;
  top: 5px;
  width: 5px;
  height: 5px;
}
@media only screen and (min-width: 1024px) {
  main.about .c_section .col_left:before {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .c_section .col_left:before {
    display: inline-block;
    left: 0px;
    top: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .c_section .col_main {
    grid-column: 6/-1;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .c_section .col_main {
    grid-column: 2/-1;
  }
}
main.about .c_section .col_line {
  grid-column: 1/-1;
  height: 1px;
  background-color: #9D9D9D;
}
@media only screen and (min-width: 1024px) {
  main.about .hero {
    padding-top: 255px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .hero {
    padding-top: 194px;
    padding-bottom: 0;
  }
}
main.about .hero .col_hero_left {
  font-size: 12px;
  letter-spacing: 0.05;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  main.about .hero .col_hero_left {
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .hero .col_hero_left {
    display: flex;
    position: absolute;
    grid-column: 1/1;
    transform-origin: left top;
    transform: rotate(90deg);
    left: 18px;
  }
}
main.about .hero .col_hero_left span {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  main.about .hero .col_hero_left span {
    position: absolute;
    top: -13px;
    left: 5px;
  }
}
main.about .hero .col_main {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #9D9D9D;
}
@media only screen and (max-width: 1023px) {
  main.about .hero .col_main {
    margin-left: 13px;
    line-height: 1.55;
  }
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.02s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.02s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.04s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.04s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.06s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.14s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.14s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.about .hero .col_main ul.show li:nth-of-type(1) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.14s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.14s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.about .hero .col_main ul.show li:nth-of-type(2) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.about .hero .col_main ul.show li:nth-of-type(3) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.about .hero .col_main ul.show li:nth-of-type(4) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.66s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
main.about .hero .col_main ul.show li:nth-of-type(5) .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
main.about .hero .col_main ul li {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
main.about .hero .col_main ul li .item {
  position: relative;
}
main.about .hero .col_main ul li .item .item_dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FB4600;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
main.about .hero .col_main ul li .item .item_child {
  pointer-events: none;
  display: inline-block;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.about .hero .video {
  overflow: clip;
  cursor: pointer;
  position: relative;
  width: calc(100% + 30px);
  aspect-ratio: 1380/776;
  background-color: #333;
}
@media only screen and (max-width: 1023px) {
  main.about .hero .video {
    width: calc(100% + 2rem);
  }
}
main.about .hero .video:after {
  content: "";
  display: block;
  background-image: url("../img/common/video_play_btn.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: difference;
  transition: transform 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.about .hero .video:after {
    width: 8rem;
    height: 8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.about .hero .video:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
}
main.about .hero .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.about .hero .video.is-playing:before {
  opacity: 0;
}
main.about .hero .video.is-playing:after {
  display: none;
}
main.about .hero .video video, main.about .hero .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.about .hero .grid_container2 {
  position: relative;
  margin-top: 31px;
  padding-top: 61px;
}
@media only screen and (max-width: 1023px) {
  main.about .hero .grid_container2 {
    margin-top: 43px;
    padding-top: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .hero .grid_container2 .col_left {
    position: relative;
    top: 0;
  }
}
main.about .hero .grid_container2 .col_main {
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  main.about .hero .grid_container2 .col_main {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .section1 {
    margin-top: 119px;
    padding-top: 61px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section1 {
    margin-top: 58px;
    padding-top: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_left {
    margin-bottom: 105px;
  }
}
main.about .section1 .col_main {
  grid-column: 7/-1;
  margin-top: 3px;
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_main {
    grid-column: 2/-1;
    margin-left: 15px;
    margin-top: 24px;
  }
}
main.about .section1 .col_main {
  position: relative;
}
main.about .section1 .col_main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 2px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  main.about .section1 .col_main:before {
    margin-left: -55px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_main:before {
    top: -25px;
  }
}
main.about .section1 .col_main img {
  width: 800px;
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  main.about .section1 .col_main img {
    width: 80rem;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_main img {
    width: 315px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 390px) {
  main.about .section1 .col_main img {
    width: 31.5rem;
  }
}
main.about .section1 .col_text {
  grid-column: 12/-1;
  margin-top: 55px;
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_text {
    grid-column: 2/-1;
    margin-left: 15px;
    margin-top: 23px;
  }
}
main.about .section1 .col_text .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #696969;
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_text .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
main.about .section1 .col_text .annotation {
  display: flex;
  font-size: 11px;
  font-weight: 500;
  color: #9D9D9D;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  main.about .section1 .col_text .annotation {
    margin-top: 7px;
  }
}
main.about .section1 .col_text .annotation:before {
  content: "*";
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  main.about .section2 {
    margin-top: 115px;
    padding-top: 61px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section2 {
    margin-top: 53px;
    padding-top: 41px;
  }
}
main.about .section2 .col_left {
  position: sticky;
}
@media only screen and (min-width: 1024px) {
  main.about .section2 .col_left {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .col_left {
    margin-top: 2px;
    margin-bottom: 122px;
  }
}
main.about .section2 .col_main {
  grid-column: 7/-1;
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .col_main {
    grid-column: 2/-1;
    margin-left: 14px;
    margin-top: 25px;
  }
}
main.about .section2 .col_main {
  position: relative;
}
main.about .section2 .col_main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 6px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  main.about .section2 .col_main:before {
    margin-left: -55px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .col_main:before {
    top: -23px;
    margin-left: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .section2 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 60px);
    padding-bottom: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .list {
    padding-bottom: 16px;
  }
}
main.about .section2 .list li {
  border-bottom: 1px dotted #696969;
  padding-bottom: 21px;
  margin-bottom: 57px;
}
@media only screen and (min-width: 1024px) {
  main.about .section2 .list li {
    width: 29rem;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .list li {
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
}
main.about .section2 .list li .num {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
main.about .section2 .list li .tit {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .list li .tit {
    font-size: 18px;
    margin-top: 3px;
  }
}
main.about .section2 .list li .text {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #696969;
}
@media only screen and (min-width: 1024px) {
  main.about .section2 .list li .text {
    width: 29rem;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section2 .list li .text {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .section3 {
    margin-top: 33px;
    padding-top: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section3 {
    margin-top: -19px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  main.about .section3 .col_left {
    padding-bottom: 98px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .col_left {
    margin-top: 1px;
    margin-bottom: 116px;
  }
}
main.about .section3 .col_main {
  grid-column: 7/-1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .col_main {
    grid-column: 2/-1;
    margin-left: 16px;
    margin-top: 24px;
  }
}
main.about .section3 .col_main h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .col_main h3 {
    margin-bottom: 36px;
  }
}
main.about .section3 .col_main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 6px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  main.about .section3 .col_main:before {
    margin-left: -55px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .col_main:before {
    top: -23px;
    margin-left: -1px;
  }
}
main.about .section3 .member_list {
  display: grid;
  margin-top: 2px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main.about .section3 .member_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.5%;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .member_list {
    gap: 0 1.5%;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
  }
}
main.about .section3 .member_list li {
  margin-bottom: 54px;
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .member_list li {
    margin-bottom: 13px;
  }
}
main.about .section3 .member_list li .img {
  width: 100%;
  aspect-ratio: 1;
}
main.about .section3 .member_list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.about .section3 .member_list li .name_en {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -2px;
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .member_list li .name_en {
    margin-top: -2px;
  }
}
main.about .section3 .member_list li .name {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1023px) {
  main.about .section3 .member_list li .name {
    margin-bottom: 4px;
  }
}
main.about .section3 .member_list li .job_tit {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #9D9D9D;
}
@media only screen and (min-width: 1024px) {
  main.about .section4 {
    margin-top: 48px;
    margin-bottom: -19px;
    padding-top: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section4 {
    margin-top: 1px;
    margin-bottom: -13px;
    padding-top: 41px;
  }
}
main.about .section4 .col_left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  main.about .section4 .col_left {
    position: sticky;
    margin-top: -11px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section4 .col_left {
    position: relative;
    margin-top: 9px;
    top: 0;
  }
}
main.about .section4 .col_main {
  margin-top: -12px;
}
@media only screen and (min-width: 1024px) {
  main.about .section4 .col_main {
    grid-column: 7/-1;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section4 .col_main {
    margin-left: 13px;
    margin-top: 28px;
  }
}
main.about .section4 .col_main {
  position: relative;
}
main.about .section4 .col_main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 6px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  main.about .section4 .col_main:before {
    margin-left: -55px;
  }
}
@media only screen and (max-width: 1023px) {
  main.about .section4 .col_main:before {
    top: -19px;
  }
}
main.about .section4 .col_main .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
main.about .section4 .col_main .map_link {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
main.about .section4 .col_main .map_link a, main.about .section4 .col_main .map_link a:visited {
  text-decoration: underline;
}
main.about .section4 .col_main .mail {
  margin-top: 28px;
  line-height: 1.6;
}
main.about .section4 .col_main .mail .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
main.about .section4 .col_main .mail a, main.about .section4 .col_main .mail a:visited {
  margin-top: -2px;
  display: block;
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
main.about .section4 .col_main_map {
  grid-column: 7/-1;
}
@media only screen and (max-width: 1023px) {
  main.about .section4 .col_main_map {
    grid-column: 1/-1;
    width: 100vw;
    margin-left: -2rem;
  }
}
main.about .section4 .col_main_map .map {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 990/500;
  display: flex;
}
main.about .section4 .col_main_map .map iframe {
  flex: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  main.about .section4 .col_main_map .map {
    margin-top: 43px;
    aspect-ratio: 990/620;
  }
}

/*
z-index

*/
@media only screen and (min-width: 1024px) {
  main.common_projects .hero {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .hero {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  main.common_projects .hero .col1 {
    grid-column: 1/4;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .hero .col1 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  main.common_projects .hero .col2 {
    grid-column: 6/18;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .hero .col2 {
    grid-column: 1/7;
  }
}
main.common_projects .hero .col3 {
  grid-column: 23/-1;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  justify-content: flex-end;
  margin-top: -9px;
}
main.common_projects .hero .col3 .current, main.common_projects .hero .col3 .total {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.05em;
}
main.common_projects .hero .col3 .current {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
main.common_projects .hero .col3 .current:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #9D9D9D;
  margin: 2px 9px 0;
}
main.common_projects .hero .col3 .total {
  color: #9D9D9D;
}
main.common_projects .hero .tit {
  font-size: 12px;
}
main.common_projects .hero .categories {
  font-size: 14px;
  margin-top: 3px;
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
main.common_projects .hero .categories li {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  main.common_projects .hero .categories li {
    line-height: 1.45;
    margin-right: 139px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .hero .categories li {
    line-height: 1.55;
    margin-right: 40px;
  }
}
main.common_projects .hero .categories li.current a, main.common_projects .hero .categories li.current a:visited {
  color: #FB4600;
  pointer-events: none;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.02s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.02s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.04s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.04s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.06s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.14s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.14s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.common_projects .hero .categories.show li:nth-of-type(1) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.14s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.14s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.common_projects .hero .categories.show li:nth-of-type(2) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.common_projects .hero .categories.show li:nth-of-type(3) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.28s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.common_projects .hero .categories.show li:nth-of-type(4) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.36s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.66s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
main.common_projects .hero .categories.show li:nth-of-type(5) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.42s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.46s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.66s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.72s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.74s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.78s;
}
main.common_projects .hero .categories.show li:nth-of-type(6) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.78s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.54s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.54s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.66s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.72s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.74s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.78s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.78s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.82s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.84s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.84s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s;
}
main.common_projects .hero .categories.show li:nth-of-type(7) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.56s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.58s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.62s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.66s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.72s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.74s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.78s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.78s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.82s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.84s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.84s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.88s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.92s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.94s;
}
main.common_projects .hero .categories.show li:nth-of-type(8) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.64s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.66s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.68s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.72s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.74s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.78s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.78s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.82s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.84s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.84s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.88s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.92s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.94s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.96s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.96s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.98s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.02s;
}
main.common_projects .hero .categories.show li:nth-of-type(9) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.02s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.72s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.74s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.76s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.78s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.78s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.82s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.84s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.84s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.88s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.92s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.94s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.96s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.96s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.98s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.02s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.02s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.04s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.06s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.08s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.08s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
}
main.common_projects .hero .categories.show li:nth-of-type(10) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.82s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.84s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.84s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.86s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.88s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.92s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.94s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.96s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.96s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.98s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.02s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.02s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.04s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.06s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.08s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.08s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.12s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.14s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.14s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.16s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.18s;
}
main.common_projects .hero .categories.show li:nth-of-type(11) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(1) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.88s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(1) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(2) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(2) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(3) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.92s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(3) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(4) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.94s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(4) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(5) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.96s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(5) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.96s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(6) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.98s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(6) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(7) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(7) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(8) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.02s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(8) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.02s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(9) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.04s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(9) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(10) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.06s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(10) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(11) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.08s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(11) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.08s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(12) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(12) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(13) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.12s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(13) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(14) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.14s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(14) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.14s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(15) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.16s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(15) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(16) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.18s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(16) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(17) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(17) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(18) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.22s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(18) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.22s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(19) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.24s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(19) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.24s forwards;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(20) .item_dot {
  animation: c_hover_dot 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.26s;
}
main.common_projects .hero .categories.show li:nth-of-type(12) a .item:nth-of-type(20) .item_child {
  animation: c_hover_child 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.26s forwards;
}
main.common_projects .hero .categories a, main.common_projects .hero .categories a:visited {
  color: #9D9D9D;
}
main.common_projects .hero .categories .item {
  position: relative;
}
main.common_projects .hero .categories .item .item_dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FB4600;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
main.common_projects .hero .categories .item .item_child {
  pointer-events: none;
  display: inline-block;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 1024px) {
  main.common_projects .section1 {
    width: calc(100vw - 60px);
    margin: 131px auto 0;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 {
    width: 100vw;
    margin: 83px auto 0;
  }
}
@media only screen and (min-width: 1024px) {
  main.common_projects .section1 .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0.5%;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 .items {
    display: grid;
    grid-template-columns: 1fr;
  }
}
main.common_projects .section1 .items .item a {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  position: relative;
}
main.common_projects .section1 .items .item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 8px;
  border-radius: 50%;
  transition: transform 250ms, background-color 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 .items .item a:before {
    left: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.common_projects .section1 .items .item a:hover:before {
    transform: scale(1.3);
    background-color: #FB4600;
  }
  main.common_projects .section1 .items .item a:hover .title {
    color: #FB4600;
  }
  main.common_projects .section1 .items .item a:hover img,
  main.common_projects .section1 .items .item a:hover video {
    transform: scale(1.08);
  }
}
main.common_projects .section1 .items .item .title {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: color 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 1024px) {
  main.common_projects .section1 .items .item .title {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 .items .item .title {
    margin-left: 45px;
  }
}
main.common_projects .section1 .items .item .client {
  font-size: 12px;
  color: #9D9D9D;
  line-height: 1.05;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  main.common_projects .section1 .items .item .client {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 .items .item .client {
    margin-left: 45px;
  }
}
main.common_projects .section1 .items .item .date {
  font-size: 12px;
  color: #9D9D9D;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: -2px;
}
@media only screen and (min-width: 1024px) {
  main.common_projects .section1 .items .item .date {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 .items .item .date {
    margin-left: 45px;
  }
}
main.common_projects .section1 .items .item .img {
  overflow: clip;
}
@media only screen and (min-width: 1024px) {
  main.common_projects .section1 .items .item .img {
    margin-top: 20px;
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .section1 .items .item .img {
    margin-top: 10px;
    margin-bottom: 57px;
  }
}
main.common_projects .section1 .items .item img {
  width: 100%;
  transition: transform 600ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.common_projects .pagination {
  width: 100vw;
}
@media only screen and (min-width: 1024px) {
  main.common_projects .pagination {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects .pagination {
    margin-top: 46px;
  }
}
main.common_projects .pagination .col1 {
  grid-column: 1/4;
}
main.common_projects .pagination .list {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 0;
}
main.common_projects .pagination .list li {
  margin-right: 25px;
  color: #9D9D9D;
}
main.common_projects .pagination .list li.current span {
  color: #FB4600;
}
main.common_projects .pagination .list li.ellipsis:before {
  content: "...";
  display: inline-block;
}
main.common_projects .pagination .list li a, main.common_projects .pagination .list li a:visited {
  color: #9D9D9D;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.common_projects .pagination .list li a:hover, main.common_projects .pagination .list li a:visited:hover {
  color: #FB4600;
}
main.common_projects .pagination .col2 {
  grid-column: 23/-1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
main.common_projects .pagination .btn {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 0;
  white-space: nowrap;
  margin-left: 15px;
  color: #9D9D9D;
}
main.common_projects .pagination .btn a, main.common_projects .pagination .btn a:visited {
  color: #000000;
}
main.common_projects .pagination .btn .item {
  position: relative;
}
main.common_projects .pagination .btn .item .item_dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FB4600;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
main.common_projects .pagination .btn .item .item_child {
  pointer-events: none;
  display: inline-block;
  transition: color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*
z-index

*/
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .hero {
    padding-top: 256px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero {
    padding-top: 196px;
  }
}
main.common_projects_detail .hero .grid_container:first-of-type {
  position: relative;
}
main.common_projects_detail .hero .grid_container:first-of-type:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 4px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .hero .grid_container:first-of-type:before {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .hero .col1 {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col1 {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col1 .categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px;
  }
}
main.common_projects_detail .hero .col1 .category {
  color: #9D9D9D;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col1 .category {
    letter-spacing: 0.05em;
    display: inline-block;
  }
  main.common_projects_detail .hero .col1 .category:not(main.common_projects_detail .hero .col1 .category:last-child):after {
    content: ",";
    display: inline-block;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .hero .col2 {
    grid-column: 6/-1;
    margin-left: 21px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col2 {
    grid-column: 1/-1;
    margin-left: 25px;
    margin-top: 18px;
  }
}
main.common_projects_detail .hero .col2 h1.title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col2 h1.title {
    font-size: 16px;
  }
}
main.common_projects_detail .hero .col2 .client {
  color: #9D9D9D;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 2px;
}
main.common_projects_detail .hero .col2 .date {
  color: #9D9D9D;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: -4px;
}
main.common_projects_detail .hero .main_image {
  overflow: clip;
  margin: 54px auto 0;
  width: 96%;
  aspect-ratio: 1380/776;
  background-color: #333;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .main_image {
    width: 100%;
    margin: 34px auto 0;
  }
}
main.common_projects_detail .hero .main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.common_projects_detail .hero .grid_container2 {
  margin-top: 93px;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .grid_container2 {
    margin-top: 41px;
  }
}
main.common_projects_detail .hero .col3 {
  grid-column: 4/16;
}
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .hero .col3 {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col3 {
    grid-column: 1/-1;
  }
}
main.common_projects_detail .hero .col3 .tit {
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
main.common_projects_detail .hero .col3 .txt {
  color: #696969;
  font-size: 13px;
  line-height: 1.65;
  text-align: justify;
  margin-top: 21px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col3 .txt {
    margin-top: 13px;
  }
}
main.common_projects_detail .hero .col4 {
  grid-column: 22/-1;
}
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .hero .col4 {
    margin-left: -6px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col4 {
    grid-column: 1/-1;
    margin-top: 33px;
  }
}
main.common_projects_detail .hero .col4 .tit {
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
main.common_projects_detail .hero .col4 .credit_list {
  color: #696969;
  margin-top: 25px;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .hero .col4 .credit_list {
    margin-top: 17px;
  }
}
main.common_projects_detail .hero .col4 .credit_list li {
  margin-bottom: 6px;
  display: flex;
  line-height: 1.4;
}
main.common_projects_detail .hero .col4 .credit_list li.spacer {
  display: block;
  height: 13px;
}
main.common_projects_detail .hero .col4 .credit_list .job_tit {
  font-size: 12px;
  min-width: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
main.common_projects_detail .hero .col4 .credit_list .name {
  display: flex;
}
main.common_projects_detail .hero .col4 .credit_list .name:before {
  content: ":";
  display: inline-block;
  margin: 0 6px;
}
main.common_projects_detail .hero .col4 .credit_list .name {
  font-size: 13px;
}
main.common_projects_detail .section1 {
  margin-top: 91px;
  padding-bottom: 159px;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section1 {
    margin-top: 43px;
    padding-bottom: 100px;
  }
}
main.common_projects_detail .section1 .video {
  cursor: pointer;
  position: relative;
}
main.common_projects_detail .section1 .video:after {
  content: "";
  display: block;
  background-image: url("../img/common/video_play_btn.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: difference;
  transition: transform 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section1 .video:after {
    width: 8rem;
    height: 8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.common_projects_detail .section1 .video:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
}
main.common_projects_detail .section1 .video.is-playing:after {
  display: none;
}
main.common_projects_detail .section1 .video, main.common_projects_detail .section1 .img {
  overflow: clip;
  margin: 29px auto 0;
  width: 96%;
  aspect-ratio: 1380/776;
  background-color: #333;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section1 .video, main.common_projects_detail .section1 .img {
    width: 90%;
    margin: 10px auto 0;
  }
}
main.common_projects_detail .section1 .video img, main.common_projects_detail .section1 .video video, main.common_projects_detail .section1 .video iframe, main.common_projects_detail .section1 .img img, main.common_projects_detail .section1 .img video, main.common_projects_detail .section1 .img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.common_projects_detail .section1 .img_group {
  display: grid;
  margin: 29px auto 0;
  width: 96%;
}
@media only screen and (min-width: 1024px) {
  main.common_projects_detail .section1 .img_group {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section1 .img_group {
    width: 90%;
    margin: 10px auto 0;
    gap: 10px;
  }
}
main.common_projects_detail .section1 .img_group .img_wrap {
  overflow: clip;
  aspect-ratio: 1380/776;
  background-color: #333;
}
main.common_projects_detail .section1 .img_group img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.common_projects_detail .section2 {
  border-top: 1px solid #FB4600;
  padding-top: 46px;
}
main.common_projects_detail .section2 .col1 {
  grid-column: 1/3;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section2 .col1 {
    grid-column: 1/3;
  }
}
main.common_projects_detail .section2 .col1 h2.tit {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section2 .col1 h2.tit {
    line-height: 1.2;
  }
}
main.common_projects_detail .section2 .col2 {
  grid-column: 15/21;
  margin-left: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
main.common_projects_detail .section2 .col2 a {
  flex: 1;
}
main.common_projects_detail .section2 .col2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: 8px;
  border-radius: 50%;
  margin-left: -30px;
  transition: transform 250ms, background-color 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section2 .col2 {
    grid-column: 4/-1;
    margin-left: 30px;
  }
}
main.common_projects_detail .section2 .col2.hover:before {
  transform: scale(1.3);
  background-color: #FB4600;
}
main.common_projects_detail .section2 .col2.hover .title {
  color: #FB4600 !important;
}
main.common_projects_detail .section2 .col2 a, main.common_projects_detail .section2 .col2 a:visited {
  color: #9D9D9D;
}
main.common_projects_detail .section2 .col2 .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000 !important;
}
main.common_projects_detail .section2 .col2 .client {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: -3px;
}
main.common_projects_detail .section2 .col2 .date {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: -6px;
}
main.common_projects_detail .section2 .col2 .categories {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section2 .col2 .categories {
    display: flex;
    flex-wrap: wrap;
  }
}
main.common_projects_detail .section2 .col2 .categories .category {
  margin-bottom: 2px;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section2 .col2 .categories .category {
    letter-spacing: 0.05em;
    display: inline-block;
  }
  main.common_projects_detail .section2 .col2 .categories .category:not(main.common_projects_detail .section2 .col2 .categories .category:last-child):after {
    content: ",";
    display: inline;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  main.common_projects_detail .section2 .col2 .categories .category:not(main.common_projects_detail .section2 .col2 .categories .category:last-child):after {
    margin: 0 4px;
  }
}
main.common_projects_detail .section2 .col3 {
  grid-column: 22/-1;
}
@media only screen and (max-width: 1023px) {
  main.common_projects_detail .section2 .col3 {
    grid-column: 4/-1;
    margin-top: 26px;
  }
}
main.common_projects_detail .section2 .col3.hover img {
  transform: scale(1.08);
}
main.common_projects_detail .section2 .col3 .img {
  overflow: clip;
}
main.common_projects_detail .section2 .col3 img {
  width: 100%;
  transition: transform 600ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*
z-index

*/
main.geekgarage .hero {
  padding-top: 255px;
}
@media only screen and (max-width: 1023px) {
  main.geekgarage .hero {
    padding-top: 198px;
  }
}
main.geekgarage .hero .grid {
  align-items: flex-end;
}
@media only screen and (min-width: 1024px) {
  main.geekgarage .hero .col1 {
    grid-column: 1/8;
  }
}
@media only screen and (max-width: 1023px) {
  main.geekgarage .hero .col1 {
    display: block;
    grid-column: 1/-1;
  }
}
main.geekgarage .hero .col1 h1 img {
  width: 316px;
}
@media only screen and (max-width: 1023px) {
  main.geekgarage .hero .col1 h1 img {
    width: 288px;
  }
}
main.geekgarage .hero .col2 {
  grid-column: 16/-1;
}
@media only screen and (min-width: 1024px) {
  main.geekgarage .hero .col2 {
    margin-bottom: -7px;
  }
}
@media only screen and (max-width: 1023px) {
  main.geekgarage .hero .col2 {
    grid-column: 1/11;
  }
}
main.geekgarage .hero .col2 .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 23px;
}
@media only screen and (min-width: 1024px) {
  main.geekgarage .hero .col2 .text {
    text-align: right;
  }
}
@media only screen and (max-width: 1023px) {
  main.geekgarage .hero .col2 .text {
    margin-top: 23px;
  }
}
main.geekgarage .section1 {
  margin: 138px auto 0;
}
@media only screen and (max-width: 1023px) {
  main.geekgarage .section1 {
    margin: 80px auto 0;
  }
}
main.geekgarage .section1 .items .item a:before {
  background-color: #E5E5E5;
}
main.geekgarage .pagination .btn a, main.geekgarage .pagination .btn a:visited {
  color: #E5E5E5;
}

/*
z-index

*/
main.geekgarage_detail .hero .grid_container:first-of-type:before {
  background-color: #E5E5E5;
}
@media only screen and (min-width: 1024px) {
  main.geekgarage_detail .hero .col3 {
    grid-column: 5/15;
    margin-left: 18px;
  }
}
main.geekgarage_detail .hero .col3 .txt {
  color: #E5E5E5;
}
@media only screen and (min-width: 1024px) {
  main.geekgarage_detail .hero .col4 {
    grid-column: 21/-1;
  }
}
main.geekgarage_detail .hero .col4 .credit_list {
  color: #E5E5E5;
}
main.geekgarage_detail .section2 .col2:before {
  background-color: #E5E5E5;
}
main.geekgarage_detail .section2 .col2 .title {
  color: #E5E5E5 !important;
}

/*
z-index

*/
