.draft {
  color: red;
  background-color: lightgreen;
}
html body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  font-size: calc(16px + 0.4vw);
  color: #585858;
}
html {
  scroll-behavior: smooth;
}
article {
  padding-top: calc(100vh / 12);
  line-height: 1.75;
}
/* Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 calc((100vw - 80vw)/2);
  height: calc(100vh / 12);
  overflow: hidden;
  z-index: 15;
  transition: 0.5s;
}
#header a {
  text-decoration: unset;
  color: unset;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner img.logo {
  height: calc(100vh / 12);
  width: auto;
}
#header .inner .title {
  display: block;
  font-size: calc(calc(100vh / 12)/3);
  font-weight: 700;
  white-space: nowrap;
}
#bg.removed {
  display: none;
}
.circle {
  position: fixed;
  top: 100%;
  left: 100%;
  margin-left: calc(-1.7*calc(100vh / 12));
  margin-top: calc(-1.7*calc(100vh / 12));
  display: inline-block;
  width: calc(1.5*calc(100vh / 12));
  height: calc(1.5*calc(100vh / 12));
  border-radius: 50%;
  background: #393e4f;
  color: whitesmoke;
  box-shadow: 0 0 0.8vw gray;
  text-align: center;
  font-size: calc(calc(100vh / 12)*0.7);
  line-height: calc(1.5*calc(100vh / 12));
  z-index: 1000;
  user-select: none;
  cursor: pointer;
}
h1 {
  font-size: 2em;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 1.75em;
  }
}
iframe {
  border: unset;
}
.hiddeninput {
  display: none;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: white;
}
.kurukuru {
  cursor: wait !important;
}
#title {
  cursor: pointer;
  user-select: none;
  background: #393e4f;
  color: #c7c7c7;
  font-family: degular-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2vw;
  letter-spacing: 0.25em;
  height: calc(100vh / 12);
  line-height: calc(100vh / 12);
  text-align: center;
}
#title a {
  text-decoration: unset;
  color: unset;
}
#wrapp-outer {
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: calc(100vh / 12);
}
#wrapp {
  width: calc(calc(100vh / 12) * 16);
  height: calc(calc(100vh / 12) + calc(calc(100vh / 12) * 9));
  top: 0;
  right: 0;
  left: 0;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 0.8vw gray;
  background: #393e4f;
  border-radius: 10px;
  overflow: hidden;
  z-index: 15;
  max-width: 100%;
}
.drawer {
  position: absolute;
  width: 100%;
  top: calc(calc(100vh / 12) + calc(calc(100vh / 12) * 9));
  height: calc(calc(100vh / 12) * 2);
  padding-bottom: calc(calc(100vh / 12) * 1.5);
  overflow: hidden;
  z-index: 10;
  transition: 0.5s;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.drawer div {
  background: #eee;
  height: calc(calc(100vh / 12)*0.5);
  position: relative;
}
.drawer div a {
  color: unset;
  display: block;
  height: 100%;
}
.drawer div a span {
  display: block;
  position: absolute;
  border-radius: 10px 10px 0px 0px;
  left: 43.5vw;
  width: 200px;
  font-size: 20px;
  text-align: center;
  bottom: 0;
  margin: 0;
  margin-bottom: -10px;
  padding: 0em 20px 0em 20px;
  cursor: pointer;
  user-select: none;
}
.menuitem {
  cursor: pointer;
  user-select: none;
  padding-left: 1em;
  color: #181a3a;
  height: calc(calc(calc(100vh / 12) * 9) / 6);
  line-height: calc(calc(calc(100vh / 12) * 9) / 6);
  font-size: calc(calc(100vh / 12) * 0.4);
  letter-spacing: 0.125em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.menuitem span {
  height: calc(calc(calc(100vh / 12) * 9) / 6);
  line-height: calc(calc(calc(100vh / 12) * 9) / 6);
  display: inline-block;
}
.video {
  position: absolute;
  top: calc(100vh / 12);
  left: 0px;
  width: 100%;
  height: calc(calc(100vh / 12) * 9);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1s ease-in-out;
}
.video .videocover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  z-index: 12;
}
.video .videoclose {
  display: block;
  cursor: zoom-out;
  z-index: 13;
}
.video > .videoitem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.video > .videoclose {
  height: calc(100vh / 12);
  width: 100vw;
  font-size: calc(calc(100vh / 12) * 0.7);
  line-height: calc(100vh / 12);
  text-align: left;
  color: white;
  background: black;
  left: 100%;
  top: calc((3 * calc(calc(calc(100vh / 12) * 9) / 6)) - (calc(100vh / 12) / 2));
  margin-left: calc(-1 * calc(100vh / 12));
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.video > .videoclose:hover {
  transform: translateX(-5em);
}
.video > .videoclose:hover > .fas {
  transform: rotateZ(360deg);
}
.video > .videoclose > .fas {
  margin-right: 1em;
  margin-left: 0.15em;
  transition: all 0.5s ease-in-out;
}
#mode:checked ~ #wrapp > .video {
  transform: scale(0.6);
  transform-origin: right center;
  transition: all 1s ease-in-out;
}
#mode:checked ~ #wrapp > .video > .videocover {
  display: block;
}
#mode:checked ~ #wrapp > .video > .videoclose {
  display: none;
}
#mode:not(:checked) ~ #wrapp > .video {
  transform: translateX(0%) rotateY(0deg);
  transition: all 1s ease-in-out;
}
#mode:not(:checked) ~ #wrapp > .video > .videocover {
  display: none;
}
#mode:not(:checked) ~ #wrapp > .video > .videoclose {
  display: block;
}
.videoselector:not(:checked) ~ #wrapp > .video > .videoitem {
  transform: translateX(100%);
  transition: all 1s ease-in-out;
  z-index: 10;
}
article.detail {
  word-break: break-all;
  padding: 0 10vw;
}
article.detail > section {
  display: none;
  width: 100%;
}
article.detail > section p {
  text-indent: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
article.detail > section h1 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.25em;
  text-align: center;
  margin: 1em 0;
  word-break: keep-all;
}
article.detail > section h2,
article.detail > section h3,
article.detail > section h4,
article.detail > section h5,
article.detail > section h6 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25em;
  text-align: center;
}
article.detail > section ul.labos {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 5vw;
}
@media screen and (min-width: 400px) {
  article.detail > section ul.labos {
    font-size: 20px;
  }
}
article.detail > section ui.labo {
  margin-bottom: 2em;
  width: calc(50% - 2vw);
  border-radius: 10px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
article.detail > section ui.labo .labo-base {
  background: whitesmoke;
  margin: 10px 0px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}
article.detail > section ui.labo .labo-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  text-align: center;
}
article.detail > section ui.labo .labo-video svg {
  width: 100%;
}
article.detail > section ui.labo .labo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.detail > section ui.labo .labo-contents {
  padding: 0 1em;
}
article.detail > section ui.labo .labo-contents .labo-title {
  text-align: center;
  font-size: 1em;
}
article.detail > section ui.labo .labo-contents .labo-keyword {
  text-align: center;
  color: gray;
  font-size: 0.8125em;
}
article.detail > section ui.labo .labo-contents .labo-keyword:before {
  content: "Keywords: ";
}
article.detail > section ui.labo .labo-prof {
  text-align: right;
  padding: 0 1em;
}
article.detail > section ui.labo .labo-prof img.labo-face {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
article.detail > section ui.labo .labo-prof i.labo-face {
  font-size: 4rem;
  vertical-align: middle;
  background-color: LightGray;
  color: DarkGray;
  padding: 1rem 0;
}
article.detail > section ui.labo .labo-prof .labo-face-frame {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
article.detail > section ui.labo .labo-prof span.labo-name-wrap {
  vertical-align: middle;
  font-size: 1.4em;
  margin-right: 1em;
}
article.detail #card-template {
  display: none;
}
.panoramabanner {
  width: 100%;
  height: calc(calc(100vh / 12)*4);
}
.panoramalink {
  text-align: right;
}
@media screen and (orientation: portrait) {
  article {
    padding-top: calc(calc(100vh / 23)*2);
  }
  article.detail > section ui.labo {
    width: 100%;
  }
  .drawer {
    top: calc(calc(calc(100vh / 23)*2) + calc(calc(calc(100vh / 23) * 9)*2));
    height: calc(calc(calc(100vh / 23)*2) * 2);
    padding-bottom: calc(calc(calc(100vh / 23)*2) * 1.5);
  }
  .drawer div a span {
    display: block;
    position: unset;
    text-align: center;
    width: 100%;
    font-size: 1em;
    bottom: 0;
    margin: 0;
    border-radius: unset;
    padding: 0em 1em 0em 1em;
    cursor: pointer;
    user-select: none;
  }
  #header {
    height: calc(calc(100vh / 23)*2);
    padding: 0 calc((100vw - 90vw)/2);
  }
  #header .inner img.logo {
    height: calc(calc(calc(100vh / 23)*2)*0.9);
  }
  #header .inner .title {
    font-size: calc(calc(calc(100vh / 23)*2)/4);
  }
  .menuitem {
    height: calc(calc(calc(100vh / 23) * 9) / 6);
    line-height: calc(calc(calc(100vh / 23) * 9) / 6);
  }
  .menuitem span {
    height: calc(calc(calc(100vh / 23) * 9) / 6);
    line-height: calc(calc(calc(100vh / 23) * 9) / 6);
  }
  .circle {
    margin-left: calc(-1.7*calc(100vh / 23));
    margin-top: calc(-1.7*calc(100vh / 23));
    width: calc(1.5*calc(100vh / 23));
    height: calc(1.5*calc(100vh / 23));
    font-size: calc(calc(100vh / 23)*0.7);
    line-height: calc(1.5*calc(100vh / 23));
  }
  .videocover {
    cursor: unset;
  }
  #wrapp-outer {
    margin-top: calc(calc(100vh / 23)*2);
  }
  #wrapp {
    width: calc(calc(100vh / 23) * 16);
    height: calc(calc(100vh / 23) + (2*calc(calc(100vh / 23) * 9)));
  }
  .video {
    top: calc(calc(100vh / 23) + calc(calc(100vh / 23) * 9));
    height: calc(calc(100vh / 23) * 9);
  }
  #mode:not(:checked) ~ #wrapp > .video {
    transition: unset;
    transform: unset;
  }
  #mode:not(:checked) ~ #wrapp > .video > .videocover {
    display: none;
  }
  #mode:checked ~ #wrapp > .video {
    transform: unset;
    transform-origin: unset;
    transition: unset;
    clip-path: unset;
  }
  #mode:checked ~ #wrapp > .video > .videocover {
    display: block;
  }
  .videoclose {
    display: none !important;
    cursor: unset !important;
  }
  #title {
    height: calc(100vh / 23);
    line-height: calc(100vh / 23);
  }
  .panoramabanner {
    height: calc(calc(100vh / 23)*4);
  }
}
.menuitem.sd {
  background-color: #e6e6e6;
}
.menuitem.sd:hover {
  background: #f3f3f3;
  font-weight: 800;
}
.menuitem.sd i {
  opacity: 0.5;
}
.videoselector.sd:not(:checked) ~ #wrapp .videoitem {
  z-index: 10;
}
.videoselector.sd:not(:checked) ~ .drawer.sd {
  z-index: 10;
}
.videoselector.sd:checked ~ #wrapp .videoitem.sd {
  z-index: 11 !important;
}
.videoselector.sd:checked ~ .drawer.sd {
  z-index: 11;
}
.videoselector.sd:checked ~ #bg {
  background: linear-gradient(355deg, #fdfdfd 0%, #ffffff 73%);
}
.videoselector.sd:checked ~ #wrapp > .menuitem.sd {
  background: linear-gradient(90deg, #a1a1a1 0%, #e6e6e6 100%);
  transition: background 1s ease-in-out;
}
.videoselector.sd:checked ~ #wrapp > .menuitem.sd i {
  opacity: 1;
}
.videoselector.sd:checked ~ #wrapp > .video > .sd {
  transition: all 1s ease-in-out;
  transform: translateX(0%);
}
.videoselector.sd:checked ~ article.detail > section.sd {
  display: block;
}
.videoselector.sd:checked ~ article.detail > section.sd .labo {
  background: #a1a1a1;
}
.drawer.sd {
  color: white;
  background: #e6e6e6;
}
.drawer.sd div a,
.drawer.sd span {
  background: #e6e6e6;
}
.menuitem.cs {
  background-color: #b8e0d3;
}
.menuitem.cs:hover {
  background: #dcf0e9;
  font-weight: 800;
}
.menuitem.cs i {
  opacity: 0.5;
}
.videoselector.cs:not(:checked) ~ #wrapp .videoitem {
  z-index: 10;
}
.videoselector.cs:not(:checked) ~ .drawer.cs {
  z-index: 10;
}
.videoselector.cs:checked ~ #wrapp .videoitem.cs {
  z-index: 11 !important;
}
.videoselector.cs:checked ~ .drawer.cs {
  z-index: 11;
}
.videoselector.cs:checked ~ #bg {
  background: linear-gradient(355deg, #f8fcfb 0%, #ffffff 73%);
}
.videoselector.cs:checked ~ #wrapp > .menuitem.cs {
  background: linear-gradient(90deg, #63bb9e 0%, #b8e0d3 100%);
  transition: background 1s ease-in-out;
}
.videoselector.cs:checked ~ #wrapp > .menuitem.cs i {
  opacity: 1;
}
.videoselector.cs:checked ~ #wrapp > .video > .cs {
  transition: all 1s ease-in-out;
  transform: translateX(0%);
}
.videoselector.cs:checked ~ article.detail > section.cs {
  display: block;
}
.videoselector.cs:checked ~ article.detail > section.cs .labo {
  background: #63bb9e;
}
.drawer.cs {
  color: white;
  background: #b8e0d3;
}
.drawer.cs div a,
.drawer.cs span {
  background: #b8e0d3;
}
.menuitem.eecs {
  background-color: #ebe0ad;
}
.menuitem.eecs:hover {
  background: #f5f0d6;
  font-weight: 800;
}
.menuitem.eecs i {
  opacity: 0.5;
}
.videoselector.eecs:not(:checked) ~ #wrapp .videoitem {
  z-index: 10;
}
.videoselector.eecs:not(:checked) ~ .drawer.eecs {
  z-index: 10;
}
.videoselector.eecs:checked ~ #wrapp .videoitem.eecs {
  z-index: 11 !important;
}
.videoselector.eecs:checked ~ .drawer.eecs {
  z-index: 11;
}
.videoselector.eecs:checked ~ #bg {
  background: linear-gradient(355deg, #fdfcf7 0%, #ffffff 73%);
}
.videoselector.eecs:checked ~ #wrapp > .menuitem.eecs {
  background: linear-gradient(90deg, #d3bb4b 0%, #ebe0ad 100%);
  transition: background 1s ease-in-out;
}
.videoselector.eecs:checked ~ #wrapp > .menuitem.eecs i {
  opacity: 1;
}
.videoselector.eecs:checked ~ #wrapp > .video > .eecs {
  transition: all 1s ease-in-out;
  transform: translateX(0%);
}
.videoselector.eecs:checked ~ article.detail > section.eecs {
  display: block;
}
.videoselector.eecs:checked ~ article.detail > section.eecs .labo {
  background: #d3bb4b;
}
.drawer.eecs {
  color: white;
  background: #ebe0ad;
}
.drawer.eecs div a,
.drawer.eecs span {
  background: #ebe0ad;
}
.menuitem.mech {
  background-color: #c7bddb;
}
.menuitem.mech:hover {
  background: #e3deed;
  font-weight: 800;
}
.menuitem.mech i {
  opacity: 0.5;
}
.videoselector.mech:not(:checked) ~ #wrapp .videoitem {
  z-index: 10;
}
.videoselector.mech:not(:checked) ~ .drawer.mech {
  z-index: 10;
}
.videoselector.mech:checked ~ #wrapp .videoitem.mech {
  z-index: 11 !important;
}
.videoselector.mech:checked ~ .drawer.mech {
  z-index: 11;
}
.videoselector.mech:checked ~ #bg {
  background: linear-gradient(355deg, #f9f8fb 0%, #ffffff 73%);
}
.videoselector.mech:checked ~ #wrapp > .menuitem.mech {
  background: linear-gradient(90deg, #846eb0 0%, #c7bddb 100%);
  transition: background 1s ease-in-out;
}
.videoselector.mech:checked ~ #wrapp > .menuitem.mech i {
  opacity: 1;
}
.videoselector.mech:checked ~ #wrapp > .video > .mech {
  transition: all 1s ease-in-out;
  transform: translateX(0%);
}
.videoselector.mech:checked ~ article.detail > section.mech {
  display: block;
}
.videoselector.mech:checked ~ article.detail > section.mech .labo {
  background: #846eb0;
}
.drawer.mech {
  color: white;
  background: #c7bddb;
}
.drawer.mech div a,
.drawer.mech span {
  background: #c7bddb;
}
.menuitem.aerospace {
  background-color: #b3cce6;
}
.menuitem.aerospace:hover {
  background: #d9e6f3;
  font-weight: 800;
}
.menuitem.aerospace i {
  opacity: 0.5;
}
.videoselector.aerospace:not(:checked) ~ #wrapp .videoitem {
  z-index: 10;
}
.videoselector.aerospace:not(:checked) ~ .drawer.aerospace {
  z-index: 10;
}
.videoselector.aerospace:checked ~ #wrapp .videoitem.aerospace {
  z-index: 11 !important;
}
.videoselector.aerospace:checked ~ .drawer.aerospace {
  z-index: 11;
}
.videoselector.aerospace:checked ~ #bg {
  background: linear-gradient(355deg, #f7fafd 0%, #ffffff 73%);
}
.videoselector.aerospace:checked ~ #wrapp > .menuitem.aerospace {
  background: linear-gradient(90deg, #578ec8 0%, #b3cce6 100%);
  transition: background 1s ease-in-out;
}
.videoselector.aerospace:checked ~ #wrapp > .menuitem.aerospace i {
  opacity: 1;
}
.videoselector.aerospace:checked ~ #wrapp > .video > .aerospace {
  transition: all 1s ease-in-out;
  transform: translateX(0%);
}
.videoselector.aerospace:checked ~ article.detail > section.aerospace {
  display: block;
}
.videoselector.aerospace:checked ~ article.detail > section.aerospace .labo {
  background: #578ec8;
}
.drawer.aerospace {
  color: white;
  background: #b3cce6;
}
.drawer.aerospace div a,
.drawer.aerospace span {
  background: #b3cce6;
}
.menuitem.industrialart {
  background-color: #ebc2ad;
}
.menuitem.industrialart:hover {
  background: #f5e1d6;
  font-weight: 800;
}
.menuitem.industrialart i {
  opacity: 0.5;
}
.videoselector.industrialart:not(:checked) ~ #wrapp .videoitem {
  z-index: 10;
}
.videoselector.industrialart:not(:checked) ~ .drawer.industrialart {
  z-index: 10;
}
.videoselector.industrialart:checked ~ #wrapp .videoitem.industrialart {
  z-index: 11 !important;
}
.videoselector.industrialart:checked ~ .drawer.industrialart {
  z-index: 11;
}
.videoselector.industrialart:checked ~ #bg {
  background: linear-gradient(355deg, #fdf9f7 0%, #ffffff 73%);
}
.videoselector.industrialart:checked ~ #wrapp > .menuitem.industrialart {
  background: linear-gradient(90deg, #d3794b 0%, #ebc2ad 100%);
  transition: background 1s ease-in-out;
}
.videoselector.industrialart:checked ~ #wrapp > .menuitem.industrialart i {
  opacity: 1;
}
.videoselector.industrialart:checked ~ #wrapp > .video > .industrialart {
  transition: all 1s ease-in-out;
  transform: translateX(0%);
}
.videoselector.industrialart:checked ~ article.detail > section.industrialart {
  display: block;
}
.videoselector.industrialart:checked ~ article.detail > section.industrialart .labo {
  background: #d3794b;
}
.drawer.industrialart {
  color: white;
  background: #ebc2ad;
}
.drawer.industrialart div a,
.drawer.industrialart span {
  background: #ebc2ad;
}
/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #ffffff;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/* Footer */
#footer {
  width: 100%;
  padding: 3em calc((100vw - 80vw)/2);
  background-color: #f6f6f6;
}
#footer > .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#footer > .inner > * > :last-child {
  margin-bottom: 0;
}
#footer > .inner > .copyright {
  width: 100%;
  padding: 0;
  margin-top: 5em;
  list-style: none;
  font-size: 0.8em;
  color: rgba(57, 62, 79, 0.85);
}
#footer > .inner a {
  color: inherit;
}
#footer > .inner li {
  display: inline-block;
  border-left: solid 1px rgba(57, 62, 79, 0.15);
  line-height: 1;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}
#footer > .inner li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
/*#footerz>.inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}*/
/*
#footerz>.inner>*> :last-child {
    margin-bottom: 0;
}

#footerz>.inner section:nth-child(1) {
    width: calc(66% - 2.5em);
    margin-right: 2.5em;
}

#footerz>.inner section:nth-child(2) {
    width: calc(33% - 2.5em);
    margin-left: 2.5em;
}*/
/*
#footerz>.inner .copyright {
    width: 100%;
    padding: 0;
    margin-top: 5em;
    list-style: none;
    font-size: 0.8em;
    color: rgba(88, 88, 88, 0.75);
}*/
#footerz > .inner .copyright a {
  color: inherit;
}
#footerz > .inner .copyright li {
  display: inline-block;
  border-left: solid 1px rgba(88, 88, 88, 0.15);
  line-height: 1;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}
#footerz > .inner .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  #footerz {
    padding: 5em 1em 3em 1em;
  }
}
@media screen and (max-width: 980px) {
  #footerz > .inner section:nth-child(1) {
    width: 66vw;
    margin-right: 0;
  }
  #footerz > .inner section:nth-child(2) {
    width: calc(33vw - 2.5em);
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 736px) {
  #footer > .inner {
    flex-direction: column;
  }
  #footer > .inner > .copyright {
    margin-top: 3em;
  }
  #footerz > .inner .copyright {
    margin-top: 3em;
  }
}
@media screen and (max-width: 480px) {
  #footer > .inner > .copyright {
    margin-top: 3em;
  }
  #footer > .inner > .copyright li {
    border-left: 0;
    padding-left: 0;
    margin: 0.75em 0 0 0;
    display: block;
    line-height: inherit;
  }
  #footer > .inner > .copyright li:first-child {
    margin-top: 0;
  }
}
@keyframes hideop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.detail {
  visibility: hidden;
}
