@charset "utf-8";

/*body#op {
    background: url(/img/op_bg.jpg)no-repeat;
    background-size: cover;
}

body#op::before {
    content: "";
    background: url(/img/op_bg.jpg)no-repeat right;
    background-size: cover;
}*/

body#op {
  text-align: center;
  background-image: none;
}

body#op #footer .inner,
body#op #bottomNavi ul li:nth-child(2) {
  display: none;
}

body#op #footer {
  padding-bottom: 0px;
}

/*Z-index*/

#cover h1,
#cover h2,
#msg,
#footer_groupnav {
  z-index: 2;
  position: relative;
}

#cover {
  max-width: 768px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

#cover #visual {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

#cover h1 {
  max-width: 768px;
  margin: 0 auto 0;
  /*padding: 15% 0 5%;*/
}

#cover h2 {
  /*color: #FFF;*/
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}

#cover #enter {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 2% auto 5% auto;
}

#cover #enter p {
  font-weight: bold;
  font-size: 1.4rem;
}

.enterBtn a {
  color: #c22047;
  border: 1px solid #c22047;
  /*
    background: #c22047;
    color: #fff;
    */
  display: block;
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding: 2% 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 230px;
  margin: 30px auto;
  font-weight: bold;
  font-style: normal;
}

.enterBtn a span {
  display: block;
  font-size: 1.3rem;
}

.enterBtn a:hover {
  color: #000;
  border: 1px solid #333;
  /*
    background:#000;
    color: #FFF;
  */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.enterBtn.Foreigner a {
  font-size: 2rem;
}

#msg {
  font-size: 1.4rem;
  line-height: 1.7;
  /*color: #555;*/
  padding-bottom: 60px;
  text-align: center;
  max-width: 768px;
  margin: auto;
}

#msg p {
  /*color: #FFF;*/
  margin: 2% 2% 3%;
  text-align: left;
  font-size: 1.2rem;
}

#msg img {
  width: inherit;
}

.enterSoon {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 6vh;
  color: #ffffff;
  text-shadow: #ca3b93 0px -2px 2px, #ca3b93 -2px 0px 2px, #ca3b93 2px 0px 2px, #ca3b93 -2px 0px 2px, #ca3b93 0px -2px 2px, #ca3b93 -2px 0px 2px, #ca3b93 2px 2px 2px, #ca3b93 -2px 2px 2px, #ca3b93 2px -2px 2px, #ca3b93 -2px -2px 2px, #ca3b93 1px 2px 2px, #ca3b93 -1px 2px 2px, #ca3b93 1px -2px 2px, #ca3b93 -1px -2px 2px, #ca3b93 2px 1px 2px, #ca3b93 -2px 1px 2px, #ca3b93 2px -1px 2px, #ca3b93 -2px -1px 2px, #ca3b93 1px 1px 2px, #ca3b93 -1px 1px 2px, #ca3b93 1px -1px 2px, #ca3b93 -1px -1px 2px;
}

.enterSoon span {
  display: block;
  font-size: 3rem;
  color: #ca3b93;
  text-shadow: #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

@media screen and (max-width: 1024px) {
}

/*背景動画*/

video {
  display: block;
}

.pattern {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -1;
}

#bg-video {
  max-width: 768px;
  min-height: 100vh;
  /*
      position: absolute;
    left: calc((100vw - 720px) / 2);
  height: auto;
  min-width: 100%;
  position: fixed;
*/
  /*right: 0;bottom: 0;*/
  /*
  width: auto;
*/
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  /*
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
*/
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
