@charset "UTF-8";
/* common */
html {
  overflow: auto;
}

body {
  min-width: 1000px;
  margin: 0;
  padding: 0;
  font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  overflow: hidden;
}

h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, p, nav {
  margin: 0;
  padding: 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
  display: none;
}

.hide-text {
  display: none;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

.hide-block {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  height: 100%;
  width: 100%;
}

.btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.btn.btn-appli {
  width: 241px;
  height: 49px;
  background-image: url(https://static.nexon.co.jp/arad03/common/btn_appli.jpg);
  margin: 0 auto;
}

a {
  outline: none;
}

/*placeholder*/
input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.placeholder {
  color: #999;
}

/**setting********************/
/**pagebase**************/
body {
  background: #000;
}

article {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/**header************************/
header {
  width: 100%;
  height: 925px;
  position: relative;
  background: url(https://static.nexon.co.jp/arad/update/s11a2_ged2/top/bg.webp) no-repeat center top;
}
header .inner-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header .inner-box .cnt-01 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1310px;
  height: 100%;
  margin-left: -655px;
  z-index: 2;
}
header .inner-box .cnt-01 h1,
header .inner-box .cnt-01 p {
  display: none;
}
header .inner-box .cnt-01 nav {
  position: absolute;
  top: 637px;
  left: 0;
  z-index: 4;
  width: 100%;
}
header .inner-box .cnt-01 nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 650px;
  margin: 0 auto;
}
header .inner-box .cnt-01 nav li {
  position: relative;
  width: 320px;
  height: 208px;
  background: no-repeat center top;
}
header .inner-box .cnt-01 nav li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  transition: all 0.2s ease 0s;
}
header .inner-box .cnt-01 nav li a::after, header .inner-box .cnt-01 nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s linear 0s;
}
header .inner-box .cnt-01 nav li a::after {
  background: no-repeat left bottom;
  opacity: 0;
}
header .inner-box .cnt-01 nav li a::before {
  background: no-repeat left top;
}
header .inner-box .cnt-01 nav li a:hover::after {
  opacity: 1;
}
header .inner-box .cnt-01 nav li:nth-child(1) a::after, header .inner-box .cnt-01 nav li:nth-child(1) a::before {
  background-image: url(https://static.nexon.co.jp/arad/update/s11a2_ged2/top/btn_1.webp);
}
header .inner-box .cnt-01 nav li:nth-child(2) a::after, header .inner-box .cnt-01 nav li:nth-child(2) a::before {
  background-image: url(https://static.nexon.co.jp/arad/update/s11a2_ged2/top/btn_2.webp);
}
header .inner-box .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-left: -960px;
}
header .inner-box .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 100%;
  content: "";
  z-index: 1;
}
header .inner-box .bg video {
  position: absolute;
  top: 0;
}

.foot-box {
  background-color: #f8f8f8;
  min-width: 1080px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot-box > div {
  width: 100%;
  min-width: 1080px;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.foot-box > div > p {
  padding-top: 20px;
  font-size: 12px;
}
.foot-box .list-season {
  display: inline-block;
  position: absolute;
  background-color: #000000;
  left: calc(50% + 352px);
  transform: translateX(-50%);
  top: 40px;
  font-size: 16px;
}
.foot-box .list-season input:checked ~ ul {
  animation: changeheadMenu 0.3s;
  opacity: 1;
  z-index: 10;
  height: auto;
}
.foot-box .list-season input:checked + label::after {
  transition: top 0.2s ease;
  top: 18px;
  animation: cahngeArrdir 0.5s ease forwards;
}
.foot-box .list-season input {
  display: none;
}
.foot-box .list-season input + label {
  min-width: 308px;
  height: 45px;
  display: inline-block;
  border: 1px solid #7b7b7b;
  line-height: 47px;
  color: #7b7b7b;
  cursor: pointer;
  position: relative;
}
.foot-box .list-season input + label span {
  padding: 11px 0 10px 16px;
  min-width: 200px;
}
.foot-box .list-season input + label::before, .foot-box .list-season input + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.foot-box .list-season input + label::before {
  width: 31px;
  height: 28px;
  background-color: #616161;
  right: 7px;
}
.foot-box .list-season input + label::after {
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  right: 16px;
  top: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.foot-box .list-season ul {
  left: 0;
  height: 0;
  opacity: 0;
  display: none;
  font-size: 0;
  width: calc(100% - 2px);
  border: 1px solid #7b7b7b;
  display: inline-block;
  position: absolute;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 41px;
  background-color: #ffffff;
}
.foot-box .list-season ul li {
  font-size: 18px;
  line-height: 1.8;
  padding: 0px 15px;
}
.foot-box .list-season ul li:hover {
  background-color: #7b7b7b;
}
.foot-box .list-season ul li:hover a {
  color: #ffffff;
}
.foot-box .list-season ul li a {
  text-decoration: none;
  color: #7b7b7b;
}

/* analysis */
body > .analysis {
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=season11_act2_top.css.map */
