#page {
  display: none;
}
html,
body#showcase {
  height: 100%;
}
body#showcase #content {
  height: auto;
  min-height: 100%;
  background-color: #0079bf;
  background-image: url("/fileadmin/uploads/Affiliates/hor/Events/HORIBA_SHOWCASE/images/onmenu_background_2020.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  padding-bottom: 80px;
  box-sizing: border-box;
}

/**************************************************************************************************
 * Index Title
 **************************************************************************************************/
#c602187 {
  position: absolute;
  text-align:center;
  z-index: 7;
  width: 100%;
  top: 50px;
}
#c602187 h1,
#c602187 h2 {
  color: #ffffff;
}
#c602187 h1 {
  font-size: 50px;
  line-height: 1.4em;
}
#c602187 h2 {
  font-size: 25px;
  line-height: 1.4em;
}

#c604003 {
  position: relative;
  height: 400px;
  width: 100%;
  top: 0;
}
#c604003 img{
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}
@keyframes pop {
    0% {
        top: 80px;
        left: 50%;
    }
    45% {
        top: 80px;
        left: 50%;
    }
    50% {
        top: 60px;
        left: 50%;
    }
    55% {
        top: 80px;
        left: 50%;
    }
    100% {
        top: 80px;
        left: 50%;
    }
}
@keyframes popCounter {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
#c604003 img#logoSH {
  animation: pop 10s 0s infinite;
}
#c604003 img#logoO {
  animation: pop 10s 0.2s infinite;
}
#c604003 img#logoW {
  animation: pop 10s 0.4s infinite;
}
#c604003 img#logoC {
  animation: pop 10s 0.6s infinite;
}
#c604003 img#logoASE {
  animation: pop 10s 0.8s infinite;
}
#c604003 img#logoSHADOWSH {
  z-index: 19;
  animation: popCounter 10s 0s infinite;
}
#c604003 img#logoSHADOWO {
  z-index: 19;
  animation: popCounter 10s 0.2s infinite;
}
#c604003 img#logoSHADOWW {
  z-index: 19;
  animation: popCounter 10s 0.4s infinite;
}
#c604003 img#logoSHADOWC {
  z-index: 19;
  animation: popCounter 10s 0.6s infinite;
}
#c604003 img#logoSHADOWASE {
  z-index: 19;
  animation: popCounter 10s 0.8s infinite;
}
#c604003 img#logoNAME {
  top: 65px;
  right: 50%;
  z-index: 19;
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
}
#c604003 img#logoHORIBA {
  top: 125px;
  left: 50%;
  z-index: 19;
  -webkit-transform: translateX(-217%);
  transform: translateX(-217%);
}


@media screen and (max-width: 768px) {
  body#showcase #content {
    background-image: url(/fileadmin/uploads/Affiliates/hor/Events/HORIBA_SHOWCASE/images/onmenu_background_mobile.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: contain;
    background-color: #0079bf;
    padding-bottom: 0;
  }
  #c604003 {
    position: relative;
    height: auto;
    padding-top: 30px;
  }
  #c604003 img {
    max-width: 80%;
    -webkit-transform: none;
    transform: none;
    left: 10%;
    top: 30px;
  }
  #c604003 img#logoSH {
    position: relative;
    top: 0;
  }
  #c604003 img#logoNAME {
    left: 64%;
    top: 22px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width:20%;
  }
  #c604003 img#logoHORIBA {
    left: 10%;
    top: 30px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width:20%;
  }
  #c604003 img#logoNAME,
  #c604003 img#logoHORIBA,
  #c604003 img#logoSH,
  #c604003 img#logoO,
  #c604003 img#logoW,
  #c604003 img#logoC,
  #c604003 img#logoASE,
  #c604003 img#logoSHADOWSH,
  #c604003 img#logoSHADOWO,
  #c604003 img#logoSHADOWW,
  #c604003 img#logoSHADOWC,
  #c604003 img#logoSHADOWASE,
  #c604003 img#logoNAME,
  #c604003 img#logoHORIBA {
    animation-name: none;
    opacity: 1;
  }
}



/**************************************************************************************************
 * Index Main Menu
 **************************************************************************************************/
p {
  margin: 0;
}

body#showcase #c600491,
body#showcase #c642141 {
 width:95%;
 margin-left: auto;
 margin-right: auto;
}

body#showcase #c600491,
body#showcase #c600491 .box {
  height: auto;
}
#c600491 .box .boxWrapper {
  display: flex;
  justify-content: center;
  overflow : visible;
}
#c600491 .box .boxWrapper div {
  width: 33.3%;
  height: auto;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #c600491 .box .boxWrapper div {
    max-width: 400px;
  }
}
#c600491 > .box > .boxWrapper > div:nth-child(1) {
  z-index: 5;
}
#c600491 > .box > .boxWrapper > div:nth-child(2) {
  z-index: 4;
}
#c600491 > .box > .boxWrapper > div:nth-child(3) {
  z-index: 3;
}
#c600491 > .box > .boxWrapper > div:nth-child(4) {
  z-index: 2;
}
#c600491 > .box > .boxWrapper  {
  position: relative;
}
#c600491 > .box > .boxWrapper > div > p {
  background-color: #0079bf;
  color: #ffffff;
  width: 80%;
  max-width: 300px;
  height: auto;
  display: inline-block;
  text-align:center;
  position: relative;
  border: 10px solid #ffffff;
  transform:skewX(-12deg);
}
#c600491 .box .boxWrapper div:nth-child(1) p {
  top: 0px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}
#c600491 .box .boxWrapper div:nth-child(2) p {
  top: 20px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}
#c600491 .box .boxWrapper div:nth-child(3) p {
  top: 40px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}
#c600491 .box .boxWrapper div:nth-child(4) p {
  top: 60px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}

#c600491 .box .boxWrapper div:nth-child(1) p:hover {
  transition-duration:0.5s;
  top: 10px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}
#c600491 .box .boxWrapper div:nth-child(2) p:hover {
  transition-duration:0.5s;
  top: 30px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}
#c600491 .box .boxWrapper div:nth-child(3) p:hover {
  transition-duration:0.5s;
  top: 50px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
  /*top: 40px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);*/
}
#c600491 .box .boxWrapper div:nth-child(4) p:hover {
  transition-duration:0.5s;
  top: 70px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}

#c600491 .box .boxWrapper div p:after {
  color: #ffffff;
  white-space: pre;
  transition-duration:1s;
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 180%;
  width: 100%;
  text-align: center;
  line-height: 140%;
}
#c600491 .box .boxWrapper div p.disp:after {
  opacity: 1;
}
#c600491 .box .boxWrapper div:nth-child(1) p:after {
  content: "2021.12 OPEN!";
}
#c600491 .box .boxWrapper div:nth-child(2) p:after {
  content: "2021.11 OPEN!";
}
#c600491 .box .boxWrapper div:nth-child(3) p:after {
  content: "2021.5 OPEN!";
}
#c600491 .box .boxWrapper div:nth-child(4) p:after {
  content: "OPEN!";
}
#c600491 .box .boxWrapper div p a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  transform:skewX(12deg);
}
#c600491 .box .boxWrapper div p a img {
  height: auto;
  max-height: 200px;
  width: 90%;
  padding: 5px;
  box-sizing: border-box;
}
#c600491 .box .boxWrapper div p a:hover {
  text-decoration: none;
  opacity: 0.6;
}
/*
#c600491 .box .boxWrapper div:nth-child(3) p a:hover,
#c600491 .box .boxWrapper div:nth-child(3) p a:hover img {
  opacity: 1;
}
*/


@media screen and (max-width: 768px) {
  #c600491 > .box > .boxWrapper > div > p {
    transform:skewX(0deg);
  }
  body#showcase #c600491,
  body#showcase #c600491 .box {
    height: auto;
  }
  #c600491 > .box {
    background-image: none;
    background-color: transparent;
  }
  #c600491 .box .boxWrapper {
    display: block;
    overflow: visible;
    background-image: none;
    background-color: transparent;
    animation: none;
  }
  #c600491 .box .boxWrapper div {
    width: 100%;
    height: auto;
    transform:skewX(0deg);
    transform:skewY(-8deg);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  #c600491 > .box > .boxWrapper:after {
    background-color: #adc9e3;
    bottom: 0;
    width: 100%;
    height: 10%;
  }
  #c600491 .box .boxWrapper div {/*
    box-shadow:5px 5px 5px 0px #adc9e3;*/
    box-shadow: none;
  }
  #c600491 .box .boxWrapper div:nth-child(1),
  #c600491 .box .boxWrapper div:nth-child(2),
  #c600491 .box .boxWrapper div:nth-child(3),
  #c600491 .box .boxWrapper div:nth-child(4) {
    background-color: transparent;
  }
  #c600491 .box .boxWrapper div:nth-child(1) p,
  #c600491 .box .boxWrapper div:nth-child(2) p,
  #c600491 .box .boxWrapper div:nth-child(3) p,
  #c600491 .box .boxWrapper div:nth-child(4) p {
    animation: none;
    top: 0;
    overflow: hidden;
    width:70%;
    left: -5%;
  }
  #c600491 .box .boxWrapper div:nth-child(1) p:hover,
  #c600491 .box .boxWrapper div:nth-child(2) p:hover,
  #c600491 .box .boxWrapper div:nth-child(3) p:hover,
  #c600491 .box .boxWrapper div:nth-child(4) p:hover {
    top: 5px;
  }
  #c600491 .box .boxWrapper div:nth-child(2) p {
    left: 0%;
  }
  #c600491 .box .boxWrapper div:nth-child(3) p {
    left: 5%;
  }
  #c600491 .box .boxWrapper div:nth-child(3) {
    padding-bottom:50px;
  }
  #c600491 .box .boxWrapper div:nth-child(4) p {
    left: 10%;
  }
  #c600491 .box .boxWrapper div p:after {
    color: #ffffff;
    white-space: pre;
    opacity: 1;
    position: absolute;
    top: 40%;
    font-size: 250%;
    width: 100%;
    text-align: center;
    line-height: 140%;
  }
  #c600491 .box .boxWrapper div:nth-child(2) p:after,
  #c600491 .box .boxWrapper div:nth-child(3) p:after,
  #c600491 .box .boxWrapper div:nth-child(4) p:after {
    animation: none;
    transform:skewY(8deg);
  }
  #c600491 .box .boxWrapper div:nth-child(1) p:after {
    content: none;
  }
  #c600491 .box .boxWrapper div:nth-child(2) p:after {
    content: none;
  }
  #c600491 .box .boxWrapper div:nth-child(3) p:after {
    content: none;
  }
  #c600491 .box .boxWrapper div:nth-child(4) p:after {
    content: none;
  }
  #c600491 .box .boxWrapper div p a {
    transform:skewY(8deg);
  }
  #c600491 .box .boxWrapper div p a img {
  }
  #c600491 .box .boxWrapper div p:before {
    content: url(/fileadmin/uploads/Affiliates/hor/Events/HORIBA_SHOWCASE/images/menu_background.png);
    background-color: #0079bf;
    position: absolute;
    padding: 5px;
    right: 0px;
    bottom: 0px;
    z-index: 25;
  }
}



body#showcase #c642141,
body#showcase #c642141 .box {
  height: auto;
}
#c642141 .box .boxWrapper {
  display: flex;
  justify-content: center;
  overflow : visible;
}
#c642141 .box .boxWrapper div {
  width: 33.3%;
  height: auto;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #c642141 .box .boxWrapper div {
    max-width: 400px;
  }
}
#c642141 > .box > .boxWrapper > div:nth-child(1) {
  z-index: 5;
}
#c642141 > .box > .boxWrapper > div:nth-child(2) {
  z-index: 4;
}
#c642141 > .box > .boxWrapper > div:nth-child(3) {
  z-index: 3;
}
#c642141 > .box > .boxWrapper > div:nth-child(4) {
  z-index: 2;
}
#c642141 > .box > .boxWrapper  {
  position: relative;
}
#c642141 > .box > .boxWrapper > div > p {
  background-color: #0079bf;
  color: #ffffff;
  width: 80%;
  max-width: 300px;
  height: auto;
  display: inline-block;
  text-align:center;
  position: relative;
  border: 10px solid #ffffff;
  transform:skewX(-12deg);
}
#c642141 .box .boxWrapper div:nth-child(1) p {
  top: 0px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}
#c642141 .box .boxWrapper div:nth-child(2) p {
  top: 20px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}
#c642141 .box .boxWrapper div:nth-child(3) p {
  top: 40px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}
#c642141 .box .boxWrapper div:nth-child(4) p {
  top: 60px;
  box-shadow:5px 5px 5px 0px rgba(0,0,0,0.4);
}

#c642141 .box .boxWrapper div:nth-child(1) p:hover {
  transition-duration:0.5s;
  top: 10px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}
#c642141 .box .boxWrapper div:nth-child(2) p:hover {
  transition-duration:0.5s;
  top: 30px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}
#c642141 .box .boxWrapper div:nth-child(3) p:hover {
  transition-duration:0.5s;
  top: 50px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}
#c642141 .box .boxWrapper div:nth-child(4) p:hover {
  transition-duration:0.5s;
  top: 70px;
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}

#c642141 .box .boxWrapper div p:after {
  color: #ffffff;
  white-space: pre;
  transition-duration:1s;
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 180%;
  width: 100%;
  text-align: center;
  line-height: 140%;
}

@media screen and (min-width: 769px) {
#c642141 .box .boxWrapper div:nth-child(1) p:before {
  content: "New";
  color: #000000;
  background-color: #ffff00;
  white-space: pre;
  transition-duration:1s;
  position: absolute;
  top: 4%;
  left: 3%;
  font-size: 120%;
  width: auto;
  text-align: center;
  line-height: 120%;
  padding: 5px 8px;
  transform:skewX(12deg);
  z-index: 10;
  border-radius: 5px;
  font-weight: bold;
}
#c642141 .box .boxWrapper div p.disp:after {
  opacity: 1;
}
#c642141 .box .boxWrapper div:nth-child(1) p:after {
  content: "2022.5 OPEN!";
}
#c642141 .box .boxWrapper div:nth-child(2) p:after {
  content: "2022.3 OPEN!";
}
#c642141 .box .boxWrapper div:nth-child(3) p:after {
  content: "2022.1 OPEN!";
}
#c642141 .box .boxWrapper div:nth-child(4) p:after {
  content: "OPEN!";
}
}
#c642141 .box .boxWrapper div p a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  transform:skewX(12deg);
}
#c642141 .box .boxWrapper div p a img {
  height: auto;
  max-height: 200px;
  width: 90%;
  padding: 5px;
  box-sizing: border-box;
}
#c642141 .box .boxWrapper div p a:hover {
  text-decoration: none;
  opacity: 0.6;
}



@media screen and (max-width: 768px) {
  #c642141 > .box > .boxWrapper > div > p {
    transform:skewX(0deg);
  }
  body#showcase #c642141,
  body#showcase #c642141 .box {
    height: auto;
  }
  #c642141 > .box {
    background-image: none;
    background-color: transparent;
  }
  #c642141 .box .boxWrapper {
    display: block;
    overflow: visible;
    background-image: none;
    background-color: transparent;
    animation: none;
  }
  #c642141 .box .boxWrapper div {
    width: 100%;
    height: auto;
    transform:skewX(0deg);
    transform:skewY(-8deg);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  #c642141 > .box > .boxWrapper:after {
    background-color: #adc9e3;
    bottom: 0;
    width: 100%;
    height: 10%;
  }
  #c642141 .box .boxWrapper div {/*
    box-shadow:5px 5px 5px 0px #adc9e3;*/
    box-shadow: none;
  }
  #c642141 .box .boxWrapper div:nth-child(1),
  #c642141 .box .boxWrapper div:nth-child(2),
  #c642141 .box .boxWrapper div:nth-child(3),
  #c642141 .box .boxWrapper div:nth-child(4) {
    background-color: transparent;
  }
  #c642141 .box .boxWrapper div:nth-child(1) p,
  #c642141 .box .boxWrapper div:nth-child(2) p,
  #c642141 .box .boxWrapper div:nth-child(3) p,
  #c642141 .box .boxWrapper div:nth-child(4) p {
    animation: none;
    top: 0;
    overflow: hidden;
    width:70%;
    left: -5%;
  }
  #c642141 .box .boxWrapper div:nth-child(1) p:hover,
  #c642141 .box .boxWrapper div:nth-child(2) p:hover,
  #c642141 .box .boxWrapper div:nth-child(3) p:hover,
  #c642141 .box .boxWrapper div:nth-child(4) p:hover {
    top: 5px;
  }
  #c642141 .box .boxWrapper div:nth-child(2) p {
    left: 0%;
  }
  #c642141 .box .boxWrapper div:nth-child(3) p {
    left: 5%;
  }
  #c642141 .box .boxWrapper div:nth-child(4) {
    padding-bottom:50px;
  }
  #c642141 .box .boxWrapper div:nth-child(4) p {
    left: 10%;
  }
  #c642141 .box .boxWrapper div p:after {
    color: #ffffff;
    white-space: pre;
    opacity: 1;
    position: absolute;
    top: 40%;
    font-size: 250%;
    width: 100%;
    text-align: center;
    line-height: 140%;
  }
  #c642141 .box .boxWrapper div:nth-child(2) p:after,
  #c642141 .box .boxWrapper div:nth-child(3) p:after,
  #c642141 .box .boxWrapper div:nth-child(4) p:after {
    animation: none;
    transform:skewY(8deg);
  }
  #c642141 .box .boxWrapper div:nth-child(1) p:after {
    content: "New";
    color: #000000;
    background-color: #ffff00;
    white-space: pre;
    transition-duration:1s;
    position: absolute;
    top: 10%;
    left: 6%;
    font-size: 120%;
    width: 4em;
    text-align: center;
    line-height: 120%;
    padding: 5px 8px;
    z-index: 10;
    border-radius: 5px;
    font-weight: bold;
    transform:skewY(8deg);
  }
  #c642141 .box .boxWrapper div:nth-child(2) p:after {
    content: none;
  }
  #c642141 .box .boxWrapper div:nth-child(3) p:after {
    content: none;
  }
  #c642141 .box .boxWrapper div:nth-child(4) p:after {
    content: none;
  }
  #c642141 .box .boxWrapper div p a {
    transform:skewY(8deg);
  }
  #c642141 .box .boxWrapper div p a img {
  }
  #c642141 .box .boxWrapper div p:before {
    content: url(/fileadmin/uploads/Affiliates/hor/Events/HORIBA_SHOWCASE/images/menu_background.png);
    background-color: #0079bf;
    position: absolute;
    padding: 5px;
    right: 0px;
    bottom: 0px;
    z-index: 25;
  }
}