html {
  box-sizing: border-box
}
*,::after,::before {
  box-sizing: inherit
}
* {
  margin: 0;
  padding: 0;
  line-height: 1
}
body{
  background-color: #0d0d0d;
}
#container [class*=border_] {
  border-color: #000
}
#container [class*=border_][class*=_all] {
  border-width: 1px;
  border-style: solid
}
#container [class*=border_][class*=_t] {
  border-top-width: 1px;
  border-top-style: solid
}
#container [class*=border_][class*=_r] {
  border-right-width: 1px;
  border-right-style: solid
}

#container [class*=border_][class*=_b] {
  border-bottom-width: 1px;
  border-bottom-style: solid
}
body.news a {
  color: #fff;
  text-decoration: none;
  font-family: "DotGothic16", sans-serif;
}
.no-touchevents body.news a:active,.no-touchevents body.news a:focus,.no-touchevents body.news a:hover {
  color: rgb(0, 124, 6);
  text-shadow: 0 0 10px rgb(0, 255, 13) ;
}
body.news #container [class*=border_] {
  border-color: #621aba
}
body.news #container #content .content_wrap>.inner {
  width: calc(100% + 1px);
  margin-top: -1px;
  margin-right: -1px;
}
body.news #container #content .content_wrap>.inner .date {
  margin-top: 10px;
  line-height: 1.53846;
  font-size: 12px;
  font-size: 1.2rem
}
body.news #container #content .content_wrap>.inner .list {
  margin-bottom: 45px
}
body.news #container #content .content_wrap>.inner .list .post {
  float: left;
  width: 33.33333%;
  margin-bottom: -1px
}
body.news #container #content .content_wrap>.inner .list .post a {
  display: block
}
body.news #container #content .content_wrap>.inner .list .post a .wrap .photo .photo_wrap .photo_inner {
  position: relative;
  padding-bottom: 65.6%
}
body.news #container #content .content_wrap>.inner .list .post a .wrap .photo .photo_wrap .photo_inner figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden
}
body.news #container #content .content_wrap>.inner .list .post a .wrap .text {
  padding: 0 12px 30px;
  text-align: left
}
.video-container{
  display: flex;
  vertical-align:middle;
  justify-content: center;
}
video {
  width: 100%;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  z-index: -1;
  position: fixed;
  right: 0;
  top: 0;
}
@media (min-aspect-ratio: 16/9){
  .space{
    width: 100%;
    height: 100%;
  }
}
@media (max-aspect-ratio: 16/9){
  .space{
    width: 100%;
    height: 100%;
  }
}
.text{
  text-shadow: 0 0 5px blue ;
}
.col{
  padding: 2em 2em;
}
#back01 a{
  position: relative;
  text-shadow: 0 0 10px blue ;
  text-transform: uppercase;
  color: white;
  font-family: "DotGothic16", sans-serif;
  text-decoration: underline;
  font-size: 20px;
}
img{
  height: 100%;
  width: 100%;
  position: absolute; 
  padding: 3%  10% 3% 5%;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
