@charset "UTF-8";
/* font-family */
html,
input,
select,
textarea,
table,
th,
td,
li,
a {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 20px;
}

.fontN {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.xxx,
h1,
#overlay .btnClose,
.btnEnter > a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

html,
body,
#root {
  height: 100%;
  min-height: 700px;
}

html {
  background: url('/sp/decommissiontraject/images/bgIndex.jpg') no-repeat bottom;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

h1 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 613px;
  left: 50%;
  background: url(/sp/decommissiontraject/images/logoIndex.png) no-repeat;
  width: 519px;
  height: 58px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin-top: -101px;
  margin-left: -259.5px;
}

.btnMovie,
.btnEnter {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 436px;
  height: 112px;
  text-align: center;
  margin-left: -220px;
}
.btnMovie a,
.btnEnter a {
  width: 100%;
  height: 100%;
  line-height: 112px;
}
.btnMovie:after,
.btnEnter:after {
  display: block;
  content: '';
}

.btnMovie {
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #000;
  font-size: 23px;
  bottom: 335px;
}
.btnMovie:after {
  background: url(/sp/decommissiontraject/images/common/index/arrowIndexB.png)
    no-repeat;
  width: 13px;
  height: 23px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 46px;
  right: 52px;
  bottom: auto;
  left: auto;
}

.btnEnter {
  background: rgba(0, 0, 0, 0.8);
  border: solid 2px #fff;
  bottom: 191px;
}
.btnEnter > a {
  display: block;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
}
.btnEnter:after {
  background: url(/sp/decommissiontraject/images/common/index/arrowIndexW.png)
    no-repeat;
  width: 13px;
  height: 23px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 46px;
  right: 97px;
  bottom: auto;
  left: auto;
}

.copyright {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 24px;
  left: 50%;
  width: 512px;
  margin-left: -256px;
}
.copyright p {
  display: table-cell;
}
.copyright p small {
  color: #777;
  font-size: 14px;
  margin-left: 16px;
}
.copyright.new {
  width: 500px;
}
.copyright.new p small {
  letter-spacing: 1px;
}

#overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
#overlay .btnClose {
  background: url(/sp/decommissiontraject/images/common/affair/btnCloseAffair.gif)
    no-repeat;
  width: 36px;
  height: 36px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -250px;
}

#movie {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -195px;
}

.btnEnter > a {
  background: url('/sp/decommissiontraject/images/common/index/ENTER.png')
    no-repeat center;
}
