@charset "utf-8";


/******************************************
 * リセット
 *****************************************/
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
body {
	position: relative;
	font-family: YuGothic, '游ゴシック', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body * {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
dl, dt, dd, ol, ul, 
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
}

ul, ol {  list-style: none; }
img { vertical-align: bottom; border: none; max-width: 100%; height: auto; }
table { border-collapse: collapse; }
strong { font-weight: bold; }
em { font-style: normal; font-weight: normal; }
button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none;  vertical-align: top; }
a { text-decoration: none; color: inherit; }

@media screen and (max-width: 768px) {
  html {
    font-size: 20px;
  }
  body {
    min-width: 320px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 3.125vw;
  }
  body {
    font-size: 1rem;
  }
}

/******************************************
 * 汎用クラス
 *****************************************/
.hidden { display: none; }

.clearfix:after { content: ""; display: block; clear: both; }

.hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.hover:hover{ opacity: 0.75; }
a.hover {
  display: inline-block;
  text-decoration: none;
}
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.fontB { font-weight: bold; }

.preload { display: none; }
.hidden-init { position: absolute; opacity: 0; visibility: hidden; }

.no-scrollbar {
  -ms-overflow-style:none;
}
.no-scrollbar::-webkit-scrollbar {
  display:none;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/******************************************
 * webkit スクロールバー
 *****************************************/
/*スクロールバー全体*/
.scroll::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
}

/*スクロールバーの動く部分*/
.scroll::-webkit-scrollbar-thumb {
  background-color: rgb(210, 188, 149);
  /*border-radius: 10px;*/
  /*box-shadow:0 0 0 1px rgba(255, 255, 255, .3);*/
}

/******************************************
 * 共通部分レイアウト
 *****************************************/
body,
.loading {
  background-image: 
    url(../images/common/bg-ptn-01.png),
    -moz-linear-gradient(top, #000000 0%, #2f0101 37%, #500202 67%, #900404 100%);
  background-image: 
    url(../images/common/bg-ptn-01.png),
    -webkit-linear-gradient(top, #000000 0%,#2f0101 37%,#500202 67%,#900404 100%);
  background-image: 
    url(../images/common/bg-ptn-01.png),
    linear-gradient(to bottom, #000000 0%,#2f0101 37%,#500202 67%,#900404 100%);
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-color: #000;
}


/******************************************
 * 認証ページ
 *****************************************/
.page-content#enter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  min-height: 100vh;
}
.page-content#enter .page-content-inner {
  padding: 50px 0;
}
.enter-logo {
  margin-bottom: 2em;
}
.enter__ttl {
  margin-bottom: 2em;
}
.enter__ttl .jp {
  display: block;
  margin-bottom: .5em;
  font-size: 24px;
}
.enter__txt {
  margin-bottom: 2em;
}
.enter__checkbox {
  margin-bottom: 2em;
}
.enter__checkbox input {
  opacity: 0;
  visibility: hidden;
}
.enter__checkbox label {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.enter__checkbox label span {
  display: inline-block;
  vertical-align: middle;
}
.enter__checkbox label i {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 2px solid;
}
.enter__checkbox label i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 30%;
  border-left: 2px solid;
  border-bottom: 2px solid;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.enter__checkbox input:checked + label i:before {
  content: "";
}
.enter__btn {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.enter__btn.enable {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .page-content#enter .page-content-inner {
    padding: 2.5rem 2rem;
  }
  .enter__ttl .jp {
    font-size: 1.5rem;
  }
  .enter-logo img {
    width: 17.5rem;
    height: 7.5rem;
  }
  .enter__checkbox label i {
    width: 1.2rem;
    height: 1.2rem;
    border-width: .1rem;
  }
  .enter__checkbox label i:before {
    position: absolute;
    border-width: .1rem;
  }
  .enter__checkbox label {
    font-size: 1.2rem;
  }
  .enter__btn img {
    max-width: 240px;
    width: 50%;
  }
}


/******************************************
 * loading
 *****************************************/
.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;

}
.loading-progress {
  position: fixed;
  top: 50%;
  margin-top: 100px;
  width: 100%;
  height: 2px;
  background: #440202;
}
.loading-progress__bar {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
}

.loading-top-image {
  position: absolute;
  left: 50%;
  width: 350px;
  height: 140px;
}
.loading-top-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading-top-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out .6s;
}
.loading-top-bg01,
.loading-top-bg02 {
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1);
}
.loading-top-bg01 {
  bottom: calc(50% - 1px);
  left: 0;
}
.loading-top-bg02 {
  top: calc(50% - 1px);
  right: 0;
}
.loading-top-bg01:before,
.loading-top-bg02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewY(-23deg);
}
.loading-top-bg01 .loading-top-image {
  bottom: 0;
  transform: translate(-50%, 50%);
}
.loading-top-bg02 .loading-top-image {
  top: 0;
  transform: translate(-50%, -50%);
}
.loading-top.loading-top-end .loading-top-bg {
  height: 300%;
}
.loading-top.loading-top-end .loading-top-bg01 {
  transform: translate(0, -20px);
}
.loading-top.loading-top-end .loading-top-bg02 {
  transform: translate(0, 20px);
}

@media screen and (max-width: 768px) {
  .loading-top-image {
    width: 17.5rem;
    height: 7.5rem;
  }
}
