/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
#content {
  color: #ecf0ff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #2f1457;
  font-size: 20px;
  line-height: 1.4;
  overflow-x: hidden;
}
#content::before {
  content: "";
  position: absolute;
  top: 1100px;
  left: calc(50% - 136px);
  transform: translateX(-50%);
  width: 1989px;
  background: url(https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/sct_deco.png) center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #content::before {
    content: none;
  }
}
#content #bodyArea {
  background: url(https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/bodyAreaBg.jpg) center top no-repeat;
  height: 3440px;
}
@media screen and (max-width: 1170px) {
  #content #bodyArea {
    background: none;
  }
}

#content a {
  text-decoration: none;
}
#content p:not(:last-child) {
  margin-bottom: 10px;
}
#content i {
  font-style: normal;
}
/* #content img {
  max-width: 100%;
} */
#content button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#content table th,
#content table td {
  vertical-align: middle;
  font-size: inherit;
}
#content table img {
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #content {
    font-size: 14px;
  }
  #content .inner {
    width: auto;
  }
}
#content #headArea .bnsLogo a {
  height: 100%;
  background: url(https://static.ncsoft.jp/images/bns/common/logo_wh.png) center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  #content #headArea .bnsLogo {
    height: 46px;
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
  }
}
#content #headArea .bnsLogo.is-black a {
  background: url(https://static.ncsoft.jp/images/bns/common/logo_bk.png) center/contain no-repeat;
}

.btn_9th {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 4.2666666667vw;
  right: 3.6vw;
  width: 25.0666666667vw;
  height: 22.1333333333vw;
  background: url(https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/btn_9th.png) no-repeat 50% 0/contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.btn_9th a {
  display: block;
  width: 207px;
  height: 207px;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .btn_9th {
    top: 37px;
    right: 0;
    width: 236px;
    height: 207px;
 }
}

.text--red {
  color: #a92323;
}

.text--light-red {
  color: #eb4848;
}

.text--yellow {
  color: #ffda69;
}

.text--gray {
  color: #c0bfd2;
}

.text--darkGray {
  color: #73718d;
}

.text--green {
  color: #00683f;
}

.text--ivory {
  color: #ffe492;
}

.text--opacity80 {
  color: rgba(255, 255, 255, 0.8);
}

.text--opacity50 {
  color: rgba(255, 255, 255, 0.5);
}

.text--xs {
  font-size: 0.75em;
}

.text--sm {
  font-size: 0.85em;
}

.text--md {
  font-size: 1em;
}

.text--lg {
  font-size: 1.15em;
}

.text--xl {
  font-size: 1.3em;
}

.text--serif {
  font-family: "Noto Serif JP", serif;
}

.fw-bold {
  font-weight: bold;
}

body {
  overflow-x: hidden;
}

.img_sp {display: none;}

@media screen and (max-width: 1170px) {
  .img_pc {display: none;}
  .img_sp {display: block;}

}

@media screen and (max-width: 1260px) {
  html,
body {
    min-width: auto;
  }
  #content .inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  html,
body {
    font-size: 14px;
    min-width: auto !important;
  }
}
#content #headArea {
  background: url("https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/main.jpg") center no-repeat;
  height: 960px;
}
@media screen and (max-width: 1170px) {
  #content #headArea {
    background: url("https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/main_sp.jpg") center top / cover no-repeat;
    height: 145vw;
  }
  #content #bodyArea {
    height: auto;
  }
}
/* #content #bodyArea {
  margin-top: -800px;
} */
@media screen and (max-width: 640px) {
  #content #bodyArea {
    margin-top: 0;
  }
  /* #content #bodyArea .sct {
    padding-right: 0.5em;
    padding-left: 0.5em;
  } */
}
#content #bodyArea .sct .frame {
  background-color: #1c1c24;
  background: url("https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/frame_bg.jpg") repeat center top;
  border-radius: 20px;
  box-shadow: inset 0 0 0 8px #ffffff, inset 0 0 0 10px #96ea2d, 0 0 10px #a7dd62, inset 0 0 4px 12px #ffffff6e, inset 0 80px 25px -25px #8dff0044;
  text-align: center;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .frame {
    background-size: contain;
  }
}
#content #bodyArea .sct .inr-frame {
  border-top: 2px solid #0f1014;
  border-bottom: 1px solid #323339;
  border-radius: 0.5em;
  background: #14151a;
}
#content #bodyArea .sct .sct__title {
  position: relative;
  font-size: 38px;
  color: #203200;
  font-weight: 900;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 8px #efffb9, 0 0 8px #efffb9, 0 0 8px #efffb9;
  margin-bottom: 20px;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #content #bodyArea .sct .sct__title {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1200px) {
  #content #bodyArea .sct .sct__title {
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #content #bodyArea .sct .sct__title {
    padding: 0;
  }
}


/* #content #bodyArea .sct .sct__title span {
  position: relative;
  display: inline-block;
} */


#content #bodyArea .sct .sct__title img {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  width: 1216px;
  z-index: 2;
}
@media screen and (max-width: 1170px) {
  #content #bodyArea .sct .sct__title img  {
    width: 100%;
  }
}


#content #bodyArea #sct1 .inner {
  height: 376px;
}
#content #bodyArea #sct2 .inner {
  height: 440px;
}
#content #bodyArea #sct3 .inner {
  height: 1400px;
}
#content #bodyArea #sct4 .inner {
  height: 663px;
}



@media screen and (max-width: 1170px) {
  #content #bodyArea #sct1 .inner {
    height: auto;
  }
  #content #bodyArea #sct2 .inner {
    height: auto;
  }
  #content #bodyArea #sct3 .inner {
    height: auto;
  }
  #content #bodyArea #sct4 .inner {
    height: auto;
  }
}


@media screen and (max-width: 768px) {
  img[src*="title_1"] {
    width: calc(451 / 750 * 100%);
  }
  img[src*="title_2"] {
    width: calc(530 / 750 * 100%);
  }
  img[src*="title_3"] {
    width: calc(595 / 750 * 100%);
  }
  img[src*="title_4"] {
    width: calc(297 / 750 * 100%);
  }
}



#content .sct_frame {
  width: 100%;
  color: #fff;
  text-shadow: 0 2px #760e00;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
  font-family: "黎ミンY10 M";
  z-index: 1;
  max-width: 1037px;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#content .sct_frame img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  #content .sct_frame {
    position: static;
    transform: none;
  }
  #content #sct1 .sct_frame,
  #content #sct2 .sct_frame,
  #content #sct3 .sct_frame,
  #content #sct4 .sct_frame {
    max-width: none;
    bottom: auto;
  }
  #content .sct_frame::before {
    content: "";
    background: url(https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/frame-top_sp.png) no-repeat top center/100%;
    width: 100%;
    padding-top: calc(55 / 855 * 100%);
    display: block;
  }
  #content .sct_frame::after {
    content: "";
    background: url(https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/frame-bottom_sp.png) no-repeat top center/100%;
    width: 100%;
    padding-top: calc(55 / 855 * 100%);
    display: block;
  }
  #content .sct .sct_frame > p {
    border-left: 6px solid #000;
    border-right: 6px solid #000;
    padding: 7% 2%;
    background: url(https://static.ncsoft.jp/images/event/bns/2305dungeonWorldTour/img/frame_bg.jpg) repeat top center;
  }

}


#content #bodyArea .sct .sct__content1 div {
  width: 72%;
}
#content #bodyArea .sct .sct__content1 img {
  width: 28%;
}
@media screen and (max-width: 960px) {
  #content #bodyArea .sct .sct__content1 {
    flex-wrap: wrap;
    padding: 4%;
  }
  #content #bodyArea .sct .sct__content1 div {
    width: 100%;
    order: 2;
  }
  #content #bodyArea .sct .sct__content1 img {
    width: 100%;
    max-width: 269px;
    order: 1;
    margin: 0 auto 2%;
  }
}

@media screen and (max-width: 768px) {
  #content #bodyArea .sct .frame {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}



#content #bodyArea .sct#att {
  background: #913c9a;
  color: #fff;
}

@media screen and (max-width: 1170px) {
  #content #bodyArea .sct#att {
    margin-top: 60%;
  }
}

@media screen and (max-width: 640px) {
  #content #bodyArea .sct#att {
    margin-top: 428px;
  }
}


#content #bodyArea .sct#att .sct__att-title {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct#att .sct__att-title {
    height: 10.6666666667vw;
    width: 40vw;
  }
}