@charset "UTF-8";
@font-face {
  font-family: "sawarabi";
  src:
    url("fonts/sawarabi-mincho-medium.ttf") format("truetype"),
    url("fonts/sawarabi-mincho-medium.woff") format("woff");
}
/************************************
	mixin
************************************/
/************************************
	font
************************************/
/************************************
	base
************************************/
body {
  width: 100%;
  background: #000;
}

.page {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-bg-particle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  background: url(../images/bg-page.jpg) no-repeat center center / cover;
}
.page-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-dotted.png) repeat 0 0;
  z-index: 1;
}
.page-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow:
    0 0 200px 0 #000 inset,
    0 0 200px 0 #000 inset,
    0 0 200px 0 #000 inset;
  background: rgba(0, 0, 0, .6);
}
.page-inner {
  position: relative;
  height: calc(100vh - 96px);
  min-height: 600px;
  font-family: "sawarabi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  color: #fff;
  z-index: 1;

}
.page-inner * {
  box-sizing: border-box;
}
.page-inner img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .page-bg:before {
    box-shadow:
      0 0 5vw 0 #000 inset,
      0 0 5vw 0 #000 inset;
  }
  .page-inner {
    height: 100vh;
    min-height: 100vw;
  }
}


/************************************
	contents
************************************/
a.btn-01:hover {
  box-shadow: none;
  background: #8c1419;
}

a.btn-01 {
  display: inline-block;
  max-width: 100%;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
  background: rgba(0, 0, 0, .6);
  transition: background-color .3s ease;
}

#wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageLogo {
  width: 660px;
  padding-bottom: 100px;
  margin: 0 auto;
}
#ageGate .pageLogo img {
  display: none;
}
#ageGate:not(.uk):not(.ja) .pageLogo img.default {
  display: inline;
}
#ageGate.uk .pageLogo img.uk {
  display: inline;
}
#ageGate.ja .pageLogo img.ja {
  display: inline;
}
.contsBox {
  position: relative;
}

/* language */
#language {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 280px;
  margin: 0 auto;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
#language .SumoSelect {
  position: relative;
  width: 100% !important;
  height: 50px;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
  background: rgba(0, 0, 0, .6);
  z-index: 0;
  cursor: pointer;
}
#language select {
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#language .SumoSelect .CaptionCont {
  display: block;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
#language .SumoSelect .SelectClass + .CaptionCont {
  pointer-events: none;
}
#language .SumoSelect .CaptionCont label {
  display: none;
}
#language .SumoSelect .CaptionCont span {
  padding: 0;
  cursor: pointer;
}
#language .SumoSelect .CaptionCont:before,
#language .SumoSelect .CaptionCont:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#language .SumoSelect .CaptionCont:before {
  left: 30px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-globe.png) no-repeat center center / contain;
}
#language .SumoSelect .CaptionCont:after {
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(../images/icon-arrow.png) no-repeat left center / auto 100%;
}
#language .SumoSelect.open .CaptionCont,
#language .SumoSelect:focus .CaptionCont,
#language .SumoSelect:hover .CaptionCont {
  box-shadow: none;
}
#language .SumoSelect.open .optWrapper {
  top: 100%;
  margin-top: 5px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
  background: rgba(0, 0, 0, .6);
  z-index: 100;
}
#language .SumoSelect.open .optWrapper ul {
  max-height: initial;
  max-height: auto;
}
#language .SumoSelect.open .optWrapper ul li {
  border-bottom: none;
  border-radius: 0;
}
#language .SumoSelect.open .optWrapper ul li.selected:not(:first-child),
#language .SumoSelect.open .optWrapper ul li:hover {
  background: #8c1419;
}

/* btnWrap */
.btnWrap {
  margin-top: 40px;
  text-align: center;
}
.btnWrap #under {
  color: #f00;
  font-size: 24px;
  display: none;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.btnWrap #enter_none a {
  opacity: 0;
  pointer-events: none;
}
.btnWrap #enter {
  display: none;
  cursor: pointer;
}

/* age_form */
#age_form .birth_hlt {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1.5em;
  text-align: center;
}
#age_form .form_block form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto;
}
#age_form .form_block form .inputWrap {
  position: relative;
  text-align: center;
  width: 100%;
}
#age_form .form_block form .inputWrap .iptName,
#age_form .form_block form .inputWrap .iptTxt {
  display: inline-block;
  vertical-align: middle;
}
#age_form .form_block form .inputWrap .iptName {
  color: #ccc;
  display: block;
  font-size: 12px;
  margin-bottom: .5em;
}
#age_form .form_block form .inputWrap .iptTxt {
  display: block;
  width: 100%;
}
#age_form .form_block form .inputWrap .iptTxt input[type="text"] {
  box-sizing: border-box;
  padding: .75em .5em;
  text-align: center;
  width: 100%;
  font-size: 100%;
  color: #fff;
  font-family: inherit;
  border: 1px solid rgba(255, 255, 255, .4);
  background: none;
}
/*** placeholder ***/
input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#age_form .form_block form .inputWrap.ipt01 {
  width: 24%;
}
#age_form .form_block form .inputWrap.ipt02 {
  width: 24%;
}
#age_form .form_block form .inputWrap.ipt03 {
  width: 30%;
}
#age_form .form_block form .inputWrap:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../images/icon-slash.png) no-repeat center bottom / contain;
}

@media screen and (max-width: 750px) {
  a.btn-01:hover {
    box-shadow: none;
    background: #8c1419;
  }
  
  a.btn-01 {
    width: 100%;
    max-width: 200px;
  }

  .pageLogo {
    width: 75%;
    padding-bottom: 90px;
  }
  
  /* language */
  #language {
    width: 80%;
    max-width: 280px;
  }

  /* btnWrap */
  .btnWrap {
    margin-top: 40px;
  }
  .btnWrap #under {
    color: #f00;
    font-size: 110%;
  }
  
  /* age_form */
  #age_form .birth_hlt {
    font-size: 110%;
  }
  #age_form .form_block form .inputWrap .iptName {
    font-size: 80%;
  }
  #age_form .form_block form .inputWrap.ipt01 {
    width: 24%;
  }
  #age_form .form_block form .inputWrap.ipt02 {
    width: 24%;
  }
  #age_form .form_block form .inputWrap.ipt03 {
    width: 30%;
  }
  #age_form .form_block form .inputWrap:not(:last-child):after {
    right: -25px;
    bottom: 20px;
    width: 10px;
  }
}