@font-face {
  font-family: 'BankGothic';
  src: url(../fonts/BankGothicLight_2.ttf);
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

#msiology {
  color: #fff;
  font-size: min(max(1.5vw, 1.2rem), 4rem);
  font-family: var(--mainp);
  line-height: 1.8;
  overflow: hidden;
  width: 100%;
  background: #000;
}

#msiology .show-befoer {
  display: none !important;
}

#msiology .show-after {
  display: block;
}

#msiology #canvas {
  display: block;
  width: 100%;
  height: 55vh;
  mix-blend-mode: color-dodge;
  position: absolute;
  top: 0%;
  z-index: 10;
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  #msiology #canvas {
    height: 40vh;
  }
}

@media screen and (max-width: 640px) {
  #msiology #canvas {
    height: 30%;
    top: 0;
  }
}

#msiology canvas.star {
  display: block;
  height: 80%;
  mix-blend-mode: lighten;
  z-index: 10;
  position: absolute;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(20);
          filter: brightness(20);
}

@media screen and (max-width: 640px) {
  #msiology canvas.star {
    height: 55%;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

#msiology img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

#msiology .common__Txt {
  font-family: "BankGothic";
  color: #fff;
  font-size: calc(18px + 1.5vw);
}

#msiology .common__Txt.center {
  text-align: center;
}

#msiology .linkBtn {
  display: inline-block;
  background: linear-gradient(45deg, #ec28ff, #48beff);
  color: white;
  padding: 0px 20px;
  z-index: 3;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position-x: 100%;
  background-size: 100%;
  font-family: "BankGothic";
  text-transform: uppercase;
  margin: 0 15px;
}

#msiology .linkBtn:hover {
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
  background: linear-gradient(45deg, #48beff 0%, #ec28ff 10%, #ec28ff 20%, #48beff 100%);
  background-position-x: 0%;
  background-size: 160%;
}

#msiology .linkBtn span {
  font-size: 110%;
  padding: 0 30px;
  position: relative;
  display: block;
}

@media screen and (max-width: 1680px) {
  #msiology .linkBtn span {
    font-size: 130%;
  }
}

@media screen and (max-width: 640px) {
  #msiology .linkBtn span {
    top: 5px;
    display: block;
    line-height: normal;
    padding: 15px 5px;
  }
}

#msiology .logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
  top: 20px;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#msiology .logo span {
  font-size: calc(12px + 0.6vw);
  font-family: "BankGothic";
}

#msiology .logo img {
  max-width: 90px;
  margin-right: 15px;
}

@media screen and (max-width: 960px) {
  #msiology .logo {
    font-size: 14px;
  }
}

#msiology .wrap {
  max-width: 2560px;
  margin: 0% auto;
  z-index: 99;
  width: 80%;
}

@media screen and (max-width: 2560px) {
  #msiology .wrap {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  #msiology .wrap {
    width: calc( 90% - 0px);
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap {
    width: calc( 100% - 20px);
  }
}

#msiology .wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    right: 0;
    padding-bottom: 3%;
  }
}

#msiology .wrap__flex picture {
  mix-blend-mode: screen;
  width: 90%;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 2560px) {
  #msiology .wrap__flex picture {
    width: 80%;
  }
}

@media screen and (max-width: 1920px) {
  #msiology .wrap__flex picture {
    width: 75%;
  }
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex picture {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex picture {
    width: 80%;
  }
}

#msiology .wrap__flex .info {
  position: absolute;
  right: 3%;
  width: 60%;
  text-align: center;
  z-index: 11;
  margin-top: 3%;
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex .info {
    width: 96%;
    position: relative;
    margin: 35% auto 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info {
    margin: 27% auto 0;
  }
}

#msiology .wrap__flex .info__title {
  width: 80%;
  margin: -10px auto 10px;
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__title {
    width: 100%;
  }
}

#msiology .wrap__flex .info__intro {
  font-family: var(--mainp);
  color: #eed6ff;
  margin: 15px 0 0;
  line-height: 1.6;
  font-size: 86%;
  padding: 0 7%;
}

@media screen and (max-width: 1920px) {
  #msiology .wrap__flex .info__intro {
    padding: 0 20%;
  }
}

@media screen and (max-width: 1366px) {
  #msiology .wrap__flex .info__intro {
    padding: 0 10%;
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__intro {
    padding: 0 0 5% 0;
    font-size: 90%;
    line-height: 1.4;
  }
}

#msiology .wrap__flex .info__txtBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
  padding: 20px 0;
  margin: 2% auto;
  font-family: "BankGothic";
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#msiology .wrap__flex .info__txtBox::before {
  border: 1px solid #866da7;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-filter: drop-shadow(0 0 15px #eed6ff);
          filter: drop-shadow(0 0 15px #eed6ff);
  -webkit-box-shadow: 20px 10px 35px rgba(238, 214, 255, 0.05);
          box-shadow: 20px 10px 35px rgba(238, 214, 255, 0.05);
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__txtBox::before {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
}

#msiology .wrap__flex .info__txtBox::after {
  border: 1px solid #866da7;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-filter: drop-shadow(0 0 15px #eed6ff);
          filter: drop-shadow(0 0 15px #eed6ff);
  -webkit-box-shadow: 20px -10px 35px rgba(238, 214, 255, 0.05);
          box-shadow: 20px -10px 35px rgba(238, 214, 255, 0.05);
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__txtBox::after {
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__txtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 86%;
    padding: 0;
  }
}

#msiology .wrap__flex .info__txtBox p {
  color: #fff;
  font-size: min(max(2vw, 1.8rem), 3.5rem);
  margin-bottom: -0.5em;
}

#msiology .wrap__flex .info__txtBox span {
  font-size: 65%;
  font-weight: normal;
}

#msiology .wrap__flex .info__txtBox div {
  border-left: 1px dashed rgba(238, 214, 255, 0.4);
  border-right: 1px dashed rgba(238, 214, 255, 0.4);
  padding: 0 40px;
}

#msiology .wrap__flex .info__txtBox div:nth-last-child(1) {
  border-right: 0px;
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__txtBox div:nth-last-child(1) {
    border-bottom: 0px;
  }
}

#msiology .wrap__flex .info__txtBox div:nth-of-type(1) {
  border-left: 0px;
}

@media screen and (max-width: 1680px) {
  #msiology .wrap__flex .info__txtBox div {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info__txtBox div {
    border-bottom: 1px dashed rgba(238, 214, 255, 0.4);
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0;
  }
}

#msiology .wrap__flex .info .countdownBox {
  margin: 2.2% auto;
  border-radius: 20px;
  font-family: "BankGothic";
}

#msiology .wrap__flex .info .countdownBox__date {
  display: none;
}

#msiology .wrap__flex .info .countdownBox ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

#msiology .wrap__flex .info .countdownBox ul li {
  padding: 0 10px;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 1920px) {
  #msiology .wrap__flex .info .countdownBox ul li {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info .countdownBox ul li {
    font-size: 0.7rem;
  }
}

#msiology .wrap__flex .info .countdownBox ul li.spaceCtrl {
  position: relative;
  font-size: calc(18px + 1.5vw);
  margin-top: -2%;
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex .info .countdownBox ul li.spaceCtrl {
    margin-top: -1%;
  }
}

#msiology .wrap__flex .info .countdownBox ul li.spaceCtrl::before {
  content: ":";
  position: absolute;
  right: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info .countdownBox ul li {
    padding: 0 4px;
  }
}

#msiology .wrap__flex .info .countdownBox ul li div {
  position: relative;
  font-size: 6rem;
  line-height: 0.8;
}

@media screen and (max-width: 2560px) {
  #msiology .wrap__flex .info .countdownBox ul li div {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1920px) {
  #msiology .wrap__flex .info .countdownBox ul li div {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex .info .countdownBox ul li div {
    font-size: 6vw;
  }
}

@media screen and (max-width: 640px) {
  #msiology .wrap__flex .info .countdownBox ul li div {
    font-size: 2.2rem;
  }
}

#msiology .wrap__flex .info .countdownBox ul li:last-child div::before {
  display: none;
}

#msiology .wrap__flex .register {
  display: block;
  margin: 3px 0 3% 0;
}

#msiology .wrap__flex .register a {
  font-family: var(--mainp);
  color: #eed6ff;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(238, 214, 255, 0.8);
  display: inline-block;
  font-size: 60%;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  #msiology .wrap__flex .register a {
    font-size: 70%;
  }
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex .register a {
    font-size: 80%;
  }
}

#msiology .wrap__flex .contact p {
  opacity: .6;
  font-size: 55%;
}

@media screen and (max-width: 960px) {
  #msiology .wrap__flex .contact p {
    font-size: 75%;
  }
}

#msiology .wrap__flex .contact figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

#msiology .wrap__flex .contact figure a {
  display: block;
  opacity: .6;
  max-width: 60px;
}

#msiology .wrap__flex .contact figure a:hover {
  opacity: 1;
}

#msiology .card {
  background: #160d2a;
  width: calc(100vh / 1.5);
  height: 80vh;
  padding: 5px 3px;
  position: relative;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #msiology .card {
    width: 100%;
  }
}

#msiology .card::before {
  content: "";
  width: 101%;
  height: 101%;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--rotate)), color-stop(#5ddcff), color-stop(43%, #3c67e3), to(#4e00c2));
  background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
  position: absolute;
  z-index: -1;
  top: -0.5%;
  left: -0.5%;
  -webkit-animation: spin 2.5s linear infinite;
          animation: spin 2.5s linear infinite;
}

#msiology .card::after {
  position: absolute;
  content: "";
  top: calc(100vh / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: blur(calc(100vh / 6));
          filter: blur(calc(100vh / 6));
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--rotate)), color-stop(#5ddcff), color-stop(43%, #3c67e3), to(#4e00c2));
  background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-animation: spin 2.5s linear infinite;
          animation: spin 2.5s linear infinite;
}

#msiology .card .txt {
  position: absolute;
  color: #fff;
  top: 0;
  padding: 0 10px;
  overflow-y: auto;
  height: 100%;
}

#msiology .card .txt::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

#msiology .card .txt::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#3c67e3), to(#5ddcff));
  background: linear-gradient(to top, #3c67e3, #5ddcff);
}

#msiology .card .txt h2 {
  margin-top: 15px;
  font-family: "BankGothic";
}

#msiology .card #msi_form {
  overflow-y: auto;
  text-align: left;
  padding: 2% 15px 5%;
  outline: none;
  font-size: 1.2rem;
}

#msiology .card #msi_form h6 {
  color: rgba(238, 214, 255, 0.9);
  font-size: 100%;
  font-weight: normal;
}

#msiology .card #msi_form input {
  background: rgba(238, 238, 238, 0.3);
  border: 0px;
  color: #fff;
  padding: 5px;
  font-size: 90%;
  outline: none;
  width: 100%;
}

#msiology .card #msi_form select {
  background: rgba(238, 238, 238, 0.3);
  color: #000;
  padding: 5px;
  font-size: 90%;
  outline: none;
  width: 100%;
}

#msiology .card #msi_form ul {
  margin-left: 0px;
}

#msiology .card #msi_form ul li {
  list-style: none;
  margin: 8px 0;
  font-size: 90%;
}

#msiology .card #msi_form ul li label {
  margin-left: 5px;
}

#msiology .card #msi_form ul li input {
  width: auto;
}

#msiology .card #msi_form .form-send {
  display: block;
  color: white;
  z-index: 3;
  margin: 20px auto 0;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#c746b9), to(#55abee));
  background: linear-gradient(to left, #c746b9, #55abee);
  border-radius: 50px;
}

#msiology .card #msi_form .form-send button {
  color: #fff;
  font-size: 120%;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px;
  position: relative;
  display: block;
  font-family: var(--MSIBodyFont);
}

@media screen and (max-width: 640px) {
  #msiology .card #msi_form .form-send button {
    position: relative;
    top: 2px;
    z-index: 15;
    display: block;
    line-height: normal;
  }
}

#msiology .card #msi_form .form-send button.linkBtn {
  background: none;
}

#msiology .card #msi_form .checkSty {
  line-height: 1.2;
  font-size: 16px;
}

#msiology .card #msi_form .checkSty a {
  color: rgba(238, 214, 255, 0.5);
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(238, 214, 255, 0.8);
}

#msiology .card #msi_form .checkSty label {
  color: rgba(238, 214, 255, 0.5);
  margin-left: 5px;
}

#msiology .card #msi_form .checkSty input {
  width: auto;
}

#msiology .card #msi_form #form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#msiology .card #msi_form #form-send .form-send {
  width: auto !important;
}

#msiology .card #msi_form #form-send .question-group {
  margin-bottom: 2.5%;
  width: 100%;
}

#msiology .card #msi_form #form-send .question-group:nth-of-type(1) {
  width: 50%;
  padding-right: 1%;
}

#msiology .card #msi_form #form-send .question-group:nth-of-type(2) {
  width: 50%;
}

#msiology .card #msi_form #form-send .question-group:nth-last-of-type(1) {
  margin: 0 auto;
}

#msiology .card label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 10%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#msiology .popCALENDAR__box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 6, 31, 0)), color-stop(30%, #0e061f), color-stop(70%, #0e061f), to(rgba(14, 6, 31, 0)));
  background: linear-gradient(to right, rgba(14, 6, 31, 0) 0%, #0e061f 30%, #0e061f 70%, rgba(14, 6, 31, 0) 100%);
  width: calc(100vh / 1.5);
  padding: 2% 0;
  position: relative;
  border-radius: 6px;
  margin: 0 auto 5%;
}

@media screen and (max-width: 960px) {
  #msiology .popCALENDAR__box {
    width: 90%;
  }
}

#msiology .popCALENDAR__box::before {
  border: 1px solid #866da7;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-filter: drop-shadow(0 0 15px #eed6ff);
          filter: drop-shadow(0 0 15px #eed6ff);
  left: 0;
  top: 0;
}

#msiology .popCALENDAR__box::after {
  border: 1px solid #866da7;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-filter: drop-shadow(0 0 15px #eed6ff);
          filter: drop-shadow(0 0 15px #eed6ff);
  left: 0;
  top: 0;
}

#msiology .popCALENDAR__box--flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}

#msiology .popCALENDAR h3 {
  font-size: 1.8rem;
  color: #eed6ff;
  letter-spacing: 3;
  margin-bottom: 1.5%;
  font-family: "BankGothic";
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  #msiology .popCALENDAR h3 {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

#msiology .popTC {
  padding: 0 10px;
}

#msiology .popTC .txt {
  color: rgba(255, 255, 255, 0.8);
  margin-left: -10px;
}

#msiology .popTC ul {
  text-align: left;
  font-size: 90%;
}

#msiology .popTC ul li {
  list-style: disc;
  font-weight: normal;
}

#msiology .popTC ul li span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 80%;
}

#msiology .popTC ul a {
  color: rgba(238, 214, 255, 0.8);
  border-bottom: 1px solid rgba(238, 214, 255, 0.5);
}

@-webkit-keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

#msiology .kv {
  position: relative;
}

@media screen and (max-width: 960px) {
  #msiology .kv {
    position: absolute;
    top: 0px;
  }
}

@media screen and (max-width: 640px) {
  #msiology .kv {
    overflow: hidden;
    padding-bottom: 15%;
  }
}

#msiology .kv__top {
  position: absolute;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #msiology .kv__top {
    -webkit-transform: scale(1.2) translate(8%, 10%);
            transform: scale(1.2) translate(8%, 10%);
  }
}

#msiology .kv__bottom {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

@media screen and (max-width: 640px) {
  #msiology .kv__bottom {
    top: 10%;
  }
}

#msiology .kv__bottom canvas {
  position: absolute;
  left: 0%;
  height: 100%;
  opacity: 0.7;
  width: 100%;
}

#msiology .video2 {
  position: relative;
  padding: 3% 0;
  z-index: 100;
}

#msiology .video2__wrap {
  width: 100%;
  margin: auto;
  max-width: 1600px;
}

#msiology .video2__wrap .video {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #msiology .video2__wrap .video {
    width: 100%;
  }
}

#msiology .video2__wrap .video__box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

#msiology .video2__wrap .video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lighttbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: #000;
}

.lighttbox::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#3c67e3), to(#5ddcff));
  background: linear-gradient(to top, #3c67e3, #5ddcff);
}

.popCALENDAR__box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 6, 31, 0)), color-stop(30%, #0e061f), color-stop(70%, #0e061f), to(rgba(14, 6, 31, 0)));
  background: linear-gradient(to right, rgba(14, 6, 31, 0) 0%, #0e061f 30%, #0e061f 70%, rgba(14, 6, 31, 0) 100%);
  width: calc(100vh / 1.5);
  padding: 2% 0;
  position: relative;
  border-radius: 6px;
  margin: 0 auto 5%;
}

@media screen and (max-width: 960px) {
  .popCALENDAR__box {
    width: 90%;
  }
}

.popCALENDAR__box::before {
  border: 1px solid #866da7;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-filter: drop-shadow(0 0 15px #eed6ff);
          filter: drop-shadow(0 0 15px #eed6ff);
  left: 0;
  top: 0;
}

.popCALENDAR__box::after {
  border: 1px solid #866da7;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-filter: drop-shadow(0 0 15px #eed6ff);
          filter: drop-shadow(0 0 15px #eed6ff);
  left: 0;
  top: 0;
}

.popCALENDAR__box--flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}

.popCALENDAR h3 {
  font-size: 1.8rem;
  color: #eed6ff;
  letter-spacing: 3;
  margin-bottom: 1.5%;
  font-family: "BankGothic";
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .popCALENDAR h3 {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

.popupBox__area .contact p {
  opacity: .6;
  font-size: 55%;
}

@media screen and (max-width: 960px) {
  .popupBox__area .contact p {
    font-size: 75%;
  }
}

.popupBox__area .contact figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.popupBox__area .contact figure a {
  display: block;
  opacity: .6;
  max-width: 60px;
}

.popupBox__area .contact figure a:hover {
  opacity: 1;
}

.popupBox__area .contact figure img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

.ltbox .body {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */