@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #505050;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.hindSiliguri {
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
  width: fit-content;
}

.site-logo {
  fill: #fff;
  stroke-width: 0px;
}

.item_curtain {
  display: none !important;
}

.visually-hidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
  z-index: -1;
  display: none;
}

#app {
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}
#app header .header {
  position: sticky;
  top: 0;
  padding-top: 160px;
  width: 100%;
  max-width: 270px;
  margin-inline: auto;
}
#app header .header .site--logo {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
#app header .header .site--logo picture {
  width: 100%;
}
#app header .header .site--logo svg {
  width: 100%;
  aspect-ratio: 270/110;
}
#app header .header .site--logo img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 545/223;
  display: block;
}
#app header .header .support_area {
  margin-top: 32px;
}
#app header .header .support_area .global_menu .menu .menu_list a {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 20px;
  align-items: center;
  padding: 1px 5px 0;
  position: relative;
}
#app header .header .support_area .global_menu .menu .menu_list a:not(.current):after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FFF;
  transition: width .3s;
}
#app header .header .support_area .global_menu .menu .menu_list a.reservation {
  background: #FFFF;
}
#app header .header .support_area .global_menu .menu .menu_list a.reservation span {
  color: #6f7f89;
}
#app header .header .support_area .global_menu .menu .menu_list a.reservation:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: width .3s;
}
#app header .header .support_area .global_menu .menu .menu_list a span {
  color: #FFF;
  position: relative;
  z-index: 1;
  transition: color .1s;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
}
#app header .header .support_area .global_menu .menu .menu_list a.current {
  background: #FFF;
  cursor: default;
  pointer-events: none;
}
#app header .header .support_area .global_menu .menu .menu_list a.current span {
  color: #6f7f89;
}
@media (any-hover: hover) {
  #app header .header .support_area .global_menu .menu .menu_list a:hover span {
    color: #6f7f89;
  }
  #app header .header .support_area .global_menu .menu .menu_list a:hover:after {
    width: 100%;
  }
}
#app header .header .support_area .global_menu .menu .menu_list + .menu_list {
  margin-top: 12px;
}
#app header .header .support_area .sns_area {
  display: none;
}

footer, .side_area, article {
  opacity: 1 !important;
}

.common--style {
  display: grid;
  grid-template-columns: 1fr 1060px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1410px) {
  .common--style {
    grid-template-columns: 350px 1fr;
  }
}
.common--style .contents--wrap {
  order: 2;
  background: #eef0f0;
  translate: 100vw 0;
  display: block;
}
.common--style #header {
  order: 1;
  width: 100%;
  min-height: 100svh;
}
.common--style.on .contents--wrap {
  animation: jumpcontents 0.5s cubic-bezier(0, 0.81, 0.56, 1) 0s forwards;
}
.common--style.off .contents--wrap {
  animation: jumpcontents_re 1s cubic-bezier(0, 0.81, 0.56, 1) 0s forwards;
}

#particles-js {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#particles-js .particles-js-canvas-el {
  width: 100vw !important;
}
#particles-js.off {
  z-index: -1;
}

.particles {
  background: linear-gradient(45deg, #BCC5CE, #8CA7C4, #94BFBE);
  background-size: 600% 600%;
  animation: AnimationName 10s ease infinite;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
}
.particles.on {
  animation: AnimationName2 10s ease 0s forwards;
}
.particles.off {
  animation: AnimationName 10s ease infinite;
}

.common--sns {
  position: absolute;
  left: 40px;
  top: 40px;
  width: fit-content;
  z-index: 1;
}

.site--icon__block {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
}
.site--icon__block a {
  display: block;
  width: 32px;
  height: 32px;
}
.site--icon__block a picture {
  display: block;
  width: 32px;
  height: 32px;
}
.site--icon__block a picture svg {
  display: block;
  width: 32px;
  height: 32px;
}
.site--icon__block a picture svg .site-icon {
  fill: #6f7f89;
}

.off .site--icon__block {
  animation: opacity-in .5s ease-in-out 0.5s forwards;
}

.visually-hidden .qt-icon,
.visually-hidden .box-icon,
.visually-hidden .git-icon,
.visually-hidden .yt-icon,
.visually-hidden .insta-icon,
.visually-hidden .fb-icon,
.visually-hidden .x-icon,
.visually-hidden .site-icon {
  fill: #6f7f89;
}
.visually-hidden .git-icon {
  fill-rule: evenodd;
}

.opening--box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  fill: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: openingmove 3.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1.4s forwards;
}
.opening--box picture {
  width: 100%;
  max-width: 694px;
  position: relative;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  overflow: hidden;
}
.opening--box picture:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
}
.opening--box picture svg {
  width: 100%;
  aspect-ratio: 694/30;
}
.opening--box.start picture {
  animation: opening .5s ease-out 0.2s forwards;
}
.opening--box.start picture:after {
  animation: openingbar .5s ease-out 0.7s forwards;
}
.opening--box.end {
  display: none;
}

footer {
  padding: 0 40px 24px;
}
footer .footer {
  display: grid;
  grid-template-columns: 1fr 288px;
  align-items: flex-end;
}
footer .footer .copyright {
  white-space: nowrap;
}
footer .footer .copyright span {
  font-size: 12px;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #6f7f89;
}

.sns--check {
  position: absolute;
  width: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.sns_area {
  width: fit-content;
  display: flex;
  gap: 30px;
}
.sns_area.sns1 .tw:after {
  display: block;
}
.sns_area.sns2 .fb:after {
  display: block;
}
.sns_area.sns3 .ig:after {
  display: block;
}
.sns_area.sns4 .yt:after {
  display: block;
}
.sns_area.sns5 .gh:after {
  display: block;
}
.sns_area.sns6 .box:after {
  display: block;
}
.sns_area.sns7 .qt:after {
  display: block;
}
.sns_area .sns_item {
  width: fit-content;
  margin: 0;
  display: flex;
  width: fit-content;
  align-items: center;
  position: relative;
  transition: opacity .3s;
}
@media (any-hover: hover) {
  .sns_area .sns_item:hover {
    opacity: 0.5;
  }
}
.sns_area .sns_item:after {
  content: "";
  position: absolute;
  display: none;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  background: #EE0000;
  border: 1px solid #FFF;
  border-radius: 100%;
}
.sns_area .sns_item a {
  display: block;
  width: fit-content;
}
.sns_area .sns_item a picture {
  display: flex;
  width: fit-content;
  align-items: center;
}
.sns_area .sns_item svg {
  max-width: 100%;
}
.sns_area .sns_item.tw svg {
  width: 28px;
  aspect-ratio: 28 / 28;
}
.sns_area .sns_item.fb svg {
  width: 30px;
  aspect-ratio: 30 / 30;
}
.sns_area .sns_item.ig svg {
  width: 30px;
  aspect-ratio: 30 / 30;
}
.sns_area .sns_item.yt svg {
  width: 35px;
  aspect-ratio: 35 / 27;
}
.sns_area .sns_item.gh svg {
  width: 30px;
  aspect-ratio: 30 / 30;
}
.sns_area .sns_item.box svg {
  width: 50px;
  aspect-ratio: 50 / 26;
}
.sns_area .sns_item.qt svg {
  width: 30px;
  aspect-ratio: 30 / 30;
}

#app main {
  padding: 160px 40px;
  opacity: 0;
  translate: 0 200px;
}
#app main.is__anime {
  animation: topanime2 .5s ease-out 0.5s forwards;
}
#app .section_title {
  font-size: 32px;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #505050;
}
#app .section_title.is--single {
  font-size: 24px;
  color: #6f7f89;
}
#app .section_title__add {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #6f7f89;
}
#app article {
  padding: 90px 0 0;
  opacity: 0;
}
#app:has(.section_title.is--single) article {
  padding: 64px 0 0;
  opacity: 0;
}
#app .section {
  padding: 0;
}
#app .section p {
  font-size: 14px;
  line-height: 2;
  /*text-align:justify;*/
  font-weight: 300;
  letter-spacing: 0.01em;
}
#app .section .section_copy {
  font-weight: 700 !important;
}
#app .section + .section {
  margin-top: 64px;
}
#app .inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#app .inner .content {
  /*max-width: 820px;*/
  max-width: 980px;
}
#app .information_list {
  display: flex;
  width: 100%;
  border-top: 1px solid #d0d0d0;
  padding-top: 8px;
}
#app .information_list dt {
  width: 150px;
  font-size: 14px;
  line-height: 2;
  /*text-align:justify;*/
  font-weight: 500;
  padding-right: 20px;
}
#app .information_list dd {
  width: calc(100% - 150px);
  font-size: 14px;
  line-height: 2;
  /*text-align:justify;*/
  font-weight: 400;
}
#app .information_list + .information_list {
  margin-top: 8px;
}
#app .information_list:last-of-type {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
}
#app .main_visual {
  width: 100%;
  position: relative;
}
#app .main_visual img {
  width: 100%;
  display: block;
}
#app .main_visual .contents_title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 56px;
  font-weight: 400;
  color: #FFF;
  z-index: 3;
  padding: 0 40px;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
}
#app .main_visual .publications_img_caption {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
#app .main_visual .publications_img_caption p {
  font-size: 10px;
  color: #666;
  line-height: 1.75;
}
#app .main_visual .publications_img_caption p span {
  font-size: 10px;
  color: #666;
  line-height: 1.75;
  display: inline;
  margin-right: 8px;
}
#app .main_visual .img_count {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .main_visual .img_count:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #bcc5ce 0%, #8ca7c4 50%, #94bfbe 100%);
  mix-blend-mode: multiply;
  z-index: 2;
  /*opacity:0.5;*/
}
#app .main_visual .img_count img {
  z-index: 1;
  position: relative;
}
#app .main_visual .img_count img.cover_img {
  width: 100%;
  opacity: 0;
  position: static;
}
#app a.icon {
  position: relative;
  display: block;
  padding-left: 24px;
}
#app a.icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../images/icon_link.png) no-repeat left top;
  background-size: 16px 12px;
  position: absolute;
  top: 9px;
  left: 0;
}
#app .main_visual .publications_img_caption p a.icon {
  display: inline-block;
  padding-left: 16px;
  color: #666;
}
#app .main_visual .publications_img_caption p a.icon:before {
  width: 10px;
  height: 8px;
  background: url(../images/icon_link.png) no-repeat left top;
  background-size: 10px 8px;
  top: 5px;
  left: 0px;
}
#app .main_visual .publications_img_caption p a.icon:hover {
  opacity: 0.5;
}
#app .video_wrap video {
  width: 100%;
  display: block;
}
#app .section.has_btn {
  border-top: 1px solid #d0d0d0;
  padding-top: 24px;
}
#app .section.has_btn .back_to_btn {
  font-size: 14px;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
#app .section.has_btn .back_to_btn .in_btn {
  font-size: 14px;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
#app .same_style {
  border-top: 1px solid #BEC1C3;
}
#app .same_style_block {
  padding-top: 40px;
}
#app .same_style_title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 32px;
}
#app .same_style_list {
  list-style: decimal;
}
#app .same_style_list li {
  margin-left: 14px;
  padding-left: 2px;
  font-weight: 300;
  line-height: 2;
  font-size: 14px;
}
#app .same_style_list li + li {
  margin-top: 18px;
}

.menu_btn {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .site--icon__block {
    top: 12px;
    right: 16px;
  }

  .visually-hidden .qt-icon,
  .visually-hidden .box-icon,
  .visually-hidden .git-icon,
  .visually-hidden .yt-icon,
  .visually-hidden .insta-icon,
  .visually-hidden .fb-icon,
  .visually-hidden .x-icon,
  .visually-hidden .site-icon {
    fill: #FFF;
  }
  .visually-hidden .git-icon {
    fill-rule: evenodd;
  }

  #app .common--style {
    display: block;
  }
  #app .common--style #header {
    order: 1;
    width: 100%;
    height: 76px;
    min-height: initial;
    z-index: 1;
    position: relative;
  }
  #app .common--style header .header {
    position: relative;
    padding: 0 16px;
    max-width: 100%;
    height: 100%;
    translate: initial;
    display: flex;
    align-items: center;
  }
  #app .common--style header .header .site--logo img {
    max-width: 148px;
  }
  #app .common--style header .header .support_area {
    width: 100vw;
    height: 100vh;
    background: #6f7f89;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
    padding-top: 126px;
    translate: 0 -110vh;
    transition: translate .3s;
  }
  #app .common--style header .header .support_area .global_menu {
    pointer-events: none;
  }
  #app .common--style header .header .support_area .global_menu .menu {
    width: fit-content;
    margin-inline: auto;
  }
  #app .common--style header .header .support_area .global_menu .menu .menu_list a {
    width: fit-content;
    height: 26px;
    padding: 1px 2px 0;
  }
  #app .common--style header .header .support_area .global_menu .menu .menu_list a span {
    font-size: 26px;
    font-weight: 500;
  }
  #app .common--style header .header .support_area .global_menu .menu .menu_list + .menu_list {
    margin-top: 24px;
  }
  #app .common--style header .header .support_area .sns_area {
    display: flex;
    padding: 0;
    margin-top: 80px;
    margin-inline: auto;
    gap: 18px;
  }
  #app .menu_btn {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #6f7f89;
    padding-right: 48px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: all .3s;
  }
  #app .menu_btn .btn {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: #FFF;
    display: flex;
    height: 100%;
    align-items: center;
  }
  #app .menu_btn .btn:before, #app .menu_btn .btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: #FFF;
    right: -32px;
  }
  #app .menu_btn .btn:before {
    top: 18px;
  }
  #app .menu_btn .btn:after {
    top: 23px;
  }
  #app .menu_btn.closeanime .btn:before {
    animation: menuclose .3s ease-in-out forwards;
  }
  #app .menu_btn.closeanime .btn:after {
    animation: menuclose2 .3s ease-in-out forwards;
  }
  #app .menu_btn {
    background: none;
    bottom: initial;
    position: absolute;
    top: 31px;
    left: initial;
    right: 0;
    width: 100px;
    /*background:#f9f9f9;*/
    position: fixed;
    background: #6f7f89;
    bottom: 0;
    top: initial;
    width: 100vw;
    left: 0;
    right: initial;
    height: 64px;
  }
  #app .menu_btn .btn {
    color: #FFF;
    font-size: 14px;
  }
  #app .menu_btn .btn:before {
    top: 28px;
  }
  #app .menu_btn .btn:after {
    top: 33px;
    background: #FFF;
  }

  .open #app .menu_btn {
    background: #333f49;
  }
  .open #app .menu_btn .btn:before {
    animation: menuopen .3s ease-in-out forwards;
  }
  .open #app .menu_btn .btn:after {
    animation: menuopen2 .3s ease-in-out forwards;
  }

  .common--sns {
    display: none;
  }

  .opening--box picture {
    width: calc(100% - 80px);
  }

  .open #app .common--style header .header .support_area {
    translate: 0 0;
  }
  .open #app .common--style header .header .support_area .global_menu {
    pointer-events: all;
  }
  .open #app .menu_btn .btn:before {
    animation: menuopensp .3s ease-in-out forwards;
  }
  .open #app .menu_btn .btn:after {
    animation: menuopensp2 .3s ease-in-out forwards;
  }

  .close #app .common--style header .header .support_area {
    animation: opacity-out .8s ease-in-out 0s forwards;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .site--icon__block {
    top: 12px;
    right: 16px;
  }

  #app .common--style {
    display: block;
  }
  #app .common--style header .header .site--logo img {
    max-width: 228px;
    aspect-ratio: 457 / 93;
  }
  #app main {
    padding: 40px 16px;
  }
  #app .main_visual .img_count {
    max-height: 135px;
  }
  #app .main_visual .contents_title {
    line-height: 1;
    font-size: 40px;
    padding: 0 16px;
  }
  #app .section_title {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
    color: #6f7f89;
  }
  #app article {
    padding: 40px 0 0;
  }
  #app .information_list {
    flex-direction: column;
  }
  #app .information_list dd,
  #app .information_list dt {
    width: 100%;
  }

  .open {
    position: fixed;
    overflow: hidden;
    left: 0;
  }
  .open #app .common--style #header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .open #app .common--style #header .header .support_area {
    translate: 0 0;
  }
  .open #app .common--style #header .header .support_area .global_menu {
    pointer-events: all;
  }
  .open #app .common--style #header .header .support_area .global_menu .menu .menu_list a.current {
    cursor: pointer;
    pointer-events: all;
    background: none;
  }
  .open #app .common--style #header .header .support_area .global_menu .menu .menu_list a.current span {
    color: #FFF;
  }
  .open #app .common--style #header .header .support_area .global_menu .menu .menu_list a.reservation {
    background: none;
  }
  .open #app .common--style #header .header .support_area .global_menu .menu .menu_list a.reservation span {
    color: #FFF;
  }
  .open #app .common--style #header .header .support_area .global_menu .menu .menu_list a.reservation:after {
    display: none;
  }
  .open #app .menu_btn .btn:before {
    animation: menuopensp .3s ease-in-out forwards;
  }
  .open #app .menu_btn .btn:after {
    animation: menuopensp2 .3s ease-in-out forwards;
  }

  #app .menu_btn.closeanime .btn:before {
    top: 31px;
    transform: rotate(45deg);
    animation: menuclosesp .3s ease-in-out forwards;
  }
  #app .menu_btn.closeanime .btn:after {
    top: 31px;
    transform: rotate(-45deg);
    animation: menuclosesp2 .3s ease-in-out forwards;
  }

  footer {
    padding: 0 16px 90px;
  }
}
.researchpost-template-default #app header .header .support_area .global_menu .menu .menu_list a.current,
.students-template-default #app header .header .support_area .global_menu .menu .menu_list a.current {
  cursor: pointer;
  pointer-events: all;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName2 {
  0% {
    background-size: 600% 600%;
  }
  100% {
    background-size: 1200% 1200%;
  }
}
@keyframes jumpcontents {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 80vw 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes jumpcontents {
    0% {
      translate: 0 0;
      opacity: 0;
    }
    100% {
      translate: 0 200vh;
      opacity: 0;
    }
  }
}
@keyframes jumpcontents_re {
  0% {
    translate: 100vw 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideChange {
  0% {
    grid-template-columns: 1fr 1060px;
  }
  100% {
    grid-template-columns: 1fr 0px;
  }
}
@keyframes slideChange_re {
  0% {
    grid-template-columns: 1fr 0px;
  }
  100% {
    grid-template-columns: 1fr 1060px;
  }
}
@keyframes slidecarten {
  0% {
    translate: calc((100vw - 460px) * -1) 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slidecarten_re {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc((100vw - 460px) * -1) 0;
  }
}
@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opening {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes openingbar {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 150% 0;
  }
}
@keyframes openingmove {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 0;
  }
  100% {
    translate: -105vw 0;
  }
}
@keyframes menuopen {
  0% {
    top: 18px;
    transform: rotate(0deg);
  }
  50% {
    top: 21px;
    transform: rotate(0deg);
  }
  100% {
    top: 21px;
    transform: rotate(45deg);
  }
}
@keyframes menuclose {
  0% {
    top: 21px;
    transform: rotate(45deg);
  }
  50% {
    top: 21px;
    transform: rotate(0deg);
  }
  100% {
    top: 18px;
    transform: rotate(0deg);
  }
}
@keyframes menuopen2 {
  0% {
    top: 23px;
    transform: rotate(0deg);
  }
  50% {
    top: 21px;
    transform: rotate(0deg);
  }
  100% {
    top: 21px;
    transform: rotate(-45deg);
  }
}
@keyframes menuclose2 {
  0% {
    top: 21px;
    transform: rotate(-45deg);
  }
  50% {
    top: 21px;
    transform: rotate(0deg);
  }
  100% {
    top: 23px;
    transform: rotate(0deg);
  }
}
@keyframes menuopensp {
  0% {
    top: 28px;
    transform: rotate(0deg);
  }
  50% {
    top: 31px;
    transform: rotate(0deg);
  }
  100% {
    top: 31px;
    transform: rotate(45deg);
  }
}
@keyframes menuclosesp {
  0% {
    top: 31px;
    transform: rotate(45deg);
  }
  50% {
    top: 31px;
    transform: rotate(0deg);
  }
  100% {
    top: 28px;
    transform: rotate(0deg);
  }
}
@keyframes menuopensp2 {
  0% {
    top: 33px;
    transform: rotate(0deg);
  }
  50% {
    top: 31px;
    transform: rotate(0deg);
  }
  100% {
    top: 31px;
    transform: rotate(-45deg);
  }
}
@keyframes menuclosesp2 {
  0% {
    top: 31px;
    transform: rotate(-45deg);
  }
  50% {
    top: 31px;
    transform: rotate(0deg);
  }
  100% {
    top: 33px;
    transform: rotate(0deg);
  }
}
@keyframes topanime2 {
  0% {
    opacity: 0;
    translate: 0 200px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes moveparticles {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 48px 51px;
  }
  100% {
    translate: 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
