@charset 'utf-8';

/* Front */


.indexVideoBgMp4 {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.boxIndexVideoBgCover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-image: url('./../../images/index/index-bg-dot.png');
  background-repeat: repeat;
  background-position: left top;
}
.boxFront {
  position: relative;
  z-index: 3;
}
.boxFront01 {
  display: none;
  padding-top: 9.3vh;/*4vh;*/
  text-align: center;
}
.boxFront01In {
  /*display: none;*/
}
/****************/
.logoIndex01 {
  width: 230px;/*350px;*/
  margin-bottom: 27px;
}
/****************/
.boxFront01 .boxCounter {
  min-height: 30px;
  margin-bottom: 42px;
  letter-spacing: 0.05em;
}
.boxFront01 .boxCounter .txtSince {
  font-size: 1.3rem;
}
.boxFront01 .boxCounter .txtSinceYear {
  font-size: 1.6rem;
}
.boxFront01 .boxCounter .txtCounter {
  margin-left: 12px;
  font-size: 1.4rem;
}
.boxFront01 .boxCounter .txtHours,
.boxFront01 .boxCounter .txtMins,
.boxFront01 .boxCounter .txtSecs {
  display: inline-block;
  width: 1.5em;
}
.boxFront01 .boxCounter .txtMSecs {
  display: inline-block;
  width: 1.5em;
  font-size: 1.55rem;
}
/****************/
.boxFront01 .boxCont01 {
  margin-bottom: 25px;
}
.boxFront01 .boxCont01 .ttl {
  margin-bottom: 30px;
  letter-spacing: 0.07em;
  font-size: 2.5rem;
}
.boxFront01 .boxBaseCom.no01 {
  margin-bottom: 14px;
  font-size: 1.33rem;
}
.boxFront01 .boxBaseCom.no02 {
  font-size: 1.03rem;
}
.boxFront01 .boxBaseCom.no02 p {
  line-height: 1.8;
}

.boxFront01 .boxIndexBn {
  margin: 3vh 0;
}
@media all and (max-width: 640px){
  .boxFront01 .boxIndexBn {
    margin: 7vw 0;
  }
}

.boxFront01 .boxIndexBn a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 600px;
  height: 95px;
  border: 1px #fff solid;
}
@media all and (max-width: 640px){
  .boxFront01 .boxIndexBn a {
    width: 100%;
    height: 18vw;
  }
}

.boxFront01 .boxIndexBn img {
  width: 450px;
}
@media all and (max-width: 640px){
  .boxFront01 .boxIndexBn img {
    width: 90%;
  }
}

.boxFront01 .boxIndexBn02 {
  padding-top: 1.0em;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxFront01 .boxIndexBn02 {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
}

@media all and (max-width: 640px){
  .boxFront01 .boxIndexBn02 img {
    width: 70%;
    max-width: 438px;
  }
}


.boxFront01 .boxCont02 {
  margin-bottom: 30px;
}
.boxFront01 .boxCont02 .linkToMovie {
  width: 225px;
  height: 38px;
  margin: 0 auto;
  padding-bottom: 4px;
  border: 2px #c0c0c0 solid;
  font-size: 1.4rem;
  color: #c0c0c0;
}
@media all and (-ms-high-contrast:none){
  .boxFront01 .boxCont02 .linkBtnBase01 > span {
    position: relative;
    top: -6px;
  }
}
.boxFront02Wrap {
  display: none;
}
/* /Front */