/* 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: #e7e7e7;
  font-family: "Noto Sans JP", sans-serif;
  background: #0f0f1a;
  font-size: 20px;
  line-height: 1.4;
  overflow-x: hidden;
}
#content a {
  text-decoration: none;
}
#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;
}

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

.text--lightRed {
  color: #fa717f;
}

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

.text--gray {
  color: #1b1e21;
}

.text--lightGray {
  color: #e2e2e2;
}

.text--beige {
  color: #8b7f74;
}

.text--lightBeige {
  color: #afa698;
}

.text--sky {
  color: #adadd2;
}

.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;
}

.fancybox-slide {
  padding: 3em 1em;
}

@media screen and (max-width: 1200px) {
  html,
body {
    min-width: auto;
  }
  img {
    max-width: 100%;
  }
  #content .inner {
    width: 100%;
    max-width: 1110px;
  }
}
@media screen and (max-width: 640px) {
  html,
body {
    font-size: 14px;
    min-width: auto !important;
  }
  #content {
    font-size: inherit;
  }
}
#content #headArea {
  height: 960px;
}
@media screen and (max-width: 640px) {
  #content #headArea {
    height: 144vw;
  }
}
#content #bodyArea {
  background-image: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/bg_body_bottom.png"), url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/bg_body_1.jpg"), url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/bg_body_2.jpg");
  background-position: center bottom, center top, center 2000px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #content #bodyArea {
    background: #1b1a2e url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/bg_body_bottom_sp.png") center bottom/contain no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
#content #bodyArea .sct .frame {
  border: 1px solid #545454;
  outline: 6px solid #15171a;
  background: #15171a;
  padding: 3px;
  -webkit-box-shadow: 0 10px 25px #000;
          box-shadow: 0 10px 25px #000;
}
#content #bodyArea .sct .frame .frame-inner.is-top {
  background: rgb(21, 23, 26);
  background: linear-gradient(45deg, rgb(21, 23, 26) 0%, rgb(29, 32, 36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#15171a", endColorstr="#1d2024",GradientType=1 );
}
#content #bodyArea .sct .frame .frame-inner.is-bottom {
  background: rgb(29, 32, 36);
  background: linear-gradient(45deg, rgb(29, 32, 36) 0%, rgb(21, 23, 26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d2024", endColorstr="#15171a",GradientType=1 );
}
#content #bodyArea .sct .frame.is-blue {
  outline: 6px solid #1c1c2c;
  background: #1c1c2c;
}
#content #bodyArea .sct .frame.is-blue .frame-inner.is-top {
  background: rgb(36, 36, 57);
  background: linear-gradient(135deg, rgb(36, 36, 57) 0%, rgb(28, 28, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#242439", endColorstr="#1c1c2c",GradientType=1 );
}
#content #bodyArea .sct .frame.is-blue .frame-inner.is-bottom {
  background: rgb(28, 28, 44);
  background: linear-gradient(135deg, rgb(28, 28, 44) 0%, rgb(36, 36, 57) 100%, rgb(36, 36, 57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c1c2c", endColorstr="#242439",GradientType=1 );
}
#content #bodyArea .sct .inner-frame {
  background: #191c20;
  border-bottom: 1px solid #323840;
  border-radius: 0.5em;
}
#content #bodyArea .sct .inner-frame.is-blue {
  background: #242439;
  border-bottom: 1px solid #46466a;
}
#content #bodyArea .sct .open {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -40px;
  margin-left: -185px;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 130px;
  width: 370px;
  padding-top: 1.5em;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/bg_arrow.png") center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .open {
    font-size: 1em;
    height: 68px;
    width: 180px;
    padding-top: 2em;
    margin-bottom: -30px;
    margin-left: -90px;
  }
}
#content #bodyArea .sct .sct__title {
  font-size: 2em;
  color: #eaf0fe;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/title_main.png") center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .sct__title {
    font-size: 1.5em;
  }
  #content #bodyArea .sct .sct__title span::before, #content #bodyArea .sct .sct__title span::after {
    height: 1em;
    width: 1em;
  }
}
#content #bodyArea .sct .sct__sub-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
#content #bodyArea .sct .sct__sub-title span {
  position: relative;
  display: inline-block;
}
#content #bodyArea .sct .sct__sub-title span::before, #content #bodyArea .sct .sct__sub-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 24px;
  width: 110px;
  margin-top: -10px;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/title_sub.png") center/contain no-repeat;
}
#content #bodyArea .sct .sct__sub-title span::before {
  left: -110px;
}
#content #bodyArea .sct .sct__sub-title span::after {
  right: -110px;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .sct__sub-title span::before, #content #bodyArea .sct .sct__sub-title span::after {
    height: 3.2vw;
    width: 14.6666666667vw;
    margin-top: -1.3333333333vw;
  }
  #content #bodyArea .sct .sct__sub-title span::before {
    left: -14.6666666667vw;
  }
  #content #bodyArea .sct .sct__sub-title span::after {
    right: -14.6666666667vw;
  }
}
#content #bodyArea .sct .sct__item-box {
  text-align: center;
}
#content #bodyArea .sct .sct__item-box .item-frame {
  background: rgba(17, 18, 20, 0.65);
  border-top: 1px solid rgba(17, 18, 20, 0.8);
  border-bottom: 1px solid rgba(45, 49, 54, 0.8);
  border-radius: 0.5em;
}
#content #bodyArea .sct .sct__item-box .item-frame.is-blue {
  background: rgba(17, 18, 20, 0.3);
  border-top: 1px solid rgba(17, 18, 20, 0.5);
}
#content #bodyArea .sct .sct__item-box .item-box .item__thumb {
  position: relative;
  display: inline-block;
}
#content #bodyArea .sct .sct__item-box .item-box .item__thumb .no {
  position: absolute;
  right: -1.25em;
  bottom: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  width: 2.5em;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  background: #005bf2;
  border-top: 2px solid #0254dc;
  border-bottom: 2px solid #2778ff;
  border-radius: 50%;
}
#content #bodyArea .sct .sct__item-box .item-box .item__thumb .bonus {
  position: absolute;
  top: -2em;
  left: -2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  width: 86px;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/bg_badge.png") center/contain no-repeat;
}
#content #bodyArea .sct .sct__item-box .item-box.is-lg {
  width: 23%;
}
#content #bodyArea .sct .sct__item-box .item-box.is-lg .item__thumb {
  background: #15171a;
  padding: 20px;
  border: 2px solid #9d8671;
  outline: 2px solid #433a32;
}
#content #bodyArea .sct .sct__item-box .item-box .item__price {
  position: relative;
  display: inline-block;
  width: 65%;
  max-width: 200px;
  font-size: 1em;
  color: #ffd950;
  font-weight: bold;
  background: #272a2f;
  border-top: 1px solid #1f2125;
  border-bottom: 1px solid #32363d;
  border-radius: 1em;
  padding: 0.15em 1em 0.25em 2em;
}
#content #bodyArea .sct .sct__item-box .item-box .item__price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.25em;
  --webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 47px;
  width: 41px;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/icon_coin.png") center no-repeat;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .sct__item-box .item-box {
    width: 48%;
  }
  #content #bodyArea .sct .sct__item-box .item-box.is-lg {
    width: 48%;
  }
  #content #bodyArea .sct .sct__item-box .item-box.is-lg .item__thumb {
    padding: 15px;
  }
  #content #bodyArea .sct .sct__item-box .item-box.is-lg.is-sp-md {
    width: 32%;
  }
  #content #bodyArea .sct .sct__item-box .item-box.is-lg.is-sp-md .item__thumb {
    width: 70%;
    padding: 5px;
  }
  #content #bodyArea .sct .sct__item-box .item-box .item__thumb .bonus {
    position: absolute;
    top: -1em;
    left: -1.5em;
    height: 60px;
    width: 60px;
  }
}
#content #bodyArea .sct .sct__random .random-desc {
  position: relative;
  font-size: 1.1em;
  color: #afa698;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
}
#content #bodyArea .sct .sct__random .random-desc::before, #content #bodyArea .sct .sct__random .random-desc::after {
  content: "";
}
#content #bodyArea .sct .sct__random .random-desc::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  height: 8px;
  width: 8px;
  background: #191c20;
  border-right: 2px solid #64615c;
  border-bottom: 2px solid #64615c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#content #bodyArea .sct .sct__random .random-desc::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 100%;
  max-width: 500px;
  margin-left: -25%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 97, 92, 0)), color-stop(15%, rgb(100, 97, 92)), color-stop(85%, rgb(100, 97, 92)), to(rgba(100, 97, 92, 0)));
  background: linear-gradient(to right, rgba(100, 97, 92, 0) 0%, rgb(100, 97, 92) 15%, rgb(100, 97, 92) 85%, rgba(100, 97, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0064615c", endColorstr="#0064615c",GradientType=1 );
}
#content #bodyArea .sct .sct__random .random-list .random__title {
  display: inline-block;
  background: #9e8c71;
  border-bottom: 1px solid #bcb094;
  border-radius: 2em;
  padding-right: 0.75em;
  padding-left: 0.75em;
  font-size: 0.9em;
  color: #1b1e21;
  font-weight: 900;
}
#content #bodyArea .sct .sct__random .random-list .random__item {
  font-size: 0.8em;
  color: #8b7f74;
}
#content #bodyArea .sct .sct__random .random-list .random__item .item__thumb {
  display: inline-block;
  background: #15171a;
  border: 1px solid #544b43;
  padding: 10px;
}
#content #bodyArea .sct .sct__random .random-list + .random-list {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .sct__random .random-desc::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 80%;
    max-width: 80%;
    margin-left: -40%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 97, 92, 0)), color-stop(15%, rgb(100, 97, 92)), color-stop(85%, rgb(100, 97, 92)), to(rgba(100, 97, 92, 0)));
    background: linear-gradient(to right, rgba(100, 97, 92, 0) 0%, rgb(100, 97, 92) 15%, rgb(100, 97, 92) 85%, rgba(100, 97, 92, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0064615c", endColorstr="#0064615c",GradientType=1 );
  }
  #content #bodyArea .sct .sct__random .random-list .random__item .item__thumb {
    padding: 5px;
  }
  #content #bodyArea .sct .sct__random .random-list + .random-list {
    border-left: none;
  }
}
#content #bodyArea .sct .sct__recommend .recommend-box {
  border: 1px solid #464668;
  background: #242439;
}
#content #bodyArea .sct .sct__recommend .recommend-box .recommend__name {
  padding: 1em 0;
  text-align: center;
  line-height: 1.2;
}
#content #bodyArea .sct .btn-frame {
  display: inline-block;
  position: relative;
}
#content #bodyArea .sct .btn-frame .btn__detail {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 9;
  height: 50px;
  width: 50px;
  text-indent: -999em;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/icon_detail.png") center/contain no-repeat;
}
#content #bodyArea .sct .btn-frame .btn__detail.is-recommend {
  height: 65px;
  width: 65px;
  position: absolute;
  top: 3px;
  right: 3px;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .btn-frame .btn__detail {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 35px;
    width: 35px;
  }
  #content #bodyArea .sct .btn-frame .btn__detail.is-recommend {
    height: 50px;
    width: 50px;
  }
}
#content #bodyArea .sct .btn {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background: rgb(55, 55, 105);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgb(55, 55, 105)), color-stop(48%, rgb(55, 55, 105)), color-stop(52%, rgb(45, 45, 85)));
  background: linear-gradient(to bottom, rgb(55, 55, 105) 48%, rgb(55, 55, 105) 48%, rgb(45, 45, 85) 52%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#373769", endColorstr="#2d2d55",GradientType=0 );
  padding: 0.75em 4em 0.75em 2.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content #bodyArea .sct .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #fff;
}
#content #bodyArea .sct .btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct .btn {
    padding: 0.5em 3em 0.5em 2em;
  }
  #content #bodyArea .sct .btn::before {
    position: absolute;
    top: 50%;
    right: 1.75em;
    border-width: 0.35em 0 0.35em 0.5em;
  }
}
#content #bodyArea .sct [class*=char--] {
  pointer-events: none;
  position: absolute;
  left: 50%;
}
#content #bodyArea .sct [class*=char--].char--1 {
  top: 0;
}
#content #bodyArea .sct [class*=char--].char--2, #content #bodyArea .sct [class*=char--].char--3 {
  bottom: 0;
}
#content #bodyArea .sct#att {
  color: #b7b6b6;
  background: #0f0f1a;
}
#content #bodyArea .sct#att .sct__att-title {
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content #bodyArea .sct#att .sct__att-title {
    height: 10.6666666667vw;
    width: 40vw;
  }
}

.fancybox-slide--html .fancybox-content {
  width: auto;
  background: #181824;
  border: 10px solid;
  -o-border-image: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/popup_frame.png") 10;
     border-image: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/popup_frame.png") 10;
  font-size: 18px;
  color: #e2e2e2;
}
@media screen and (max-width: 640px) {
  .fancybox-slide--html .fancybox-content {
    font-size: 14px;
  }
}
.fancybox-slide--html .fancybox-content .popup__title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.fancybox-slide--html .fancybox-content .popup__title.text--sm {
  font-size: 1.25em;
}
.fancybox-slide--html .fancybox-content .popup__title > * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/popup_title_center.png") center/contain repeat-x;
}
.fancybox-slide--html .fancybox-content .popup__title > *::before, .fancybox-slide--html .fancybox-content .popup__title > *::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancybox-slide--html .fancybox-content .popup__title > *::before {
  left: -100px;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/popup_title_left.png") center/contain no-repeat;
}
.fancybox-slide--html .fancybox-content .popup__title > *::after {
  right: -100px;
  background: url("https://static.ncsoft.jp/images/event/bns/2303randombox/img/popup_title_right.png") center/contain no-repeat;
}
.fancybox-slide--html .fancybox-content .popup__title > * i {
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .fancybox-slide--html .fancybox-content .popup__title {
    font-size: 1.25em;
  }
  .fancybox-slide--html .fancybox-content .popup__title.text--sm {
    font-size: 0.95em;
  }
  .fancybox-slide--html .fancybox-content .popup__title span {
    height: auto;
    padding: 0.5em 1em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(48, 48, 103, 0)), color-stop(10%, rgb(48, 48, 103)), color-stop(90%, rgb(48, 48, 103)), to(rgba(48, 48, 103, 0)));
    background: linear-gradient(to right, rgba(48, 48, 103, 0) 0%, rgb(48, 48, 103) 10%, rgb(48, 48, 103) 90%, rgba(48, 48, 103, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00303067", endColorstr="#00303067",GradientType=1 );
  }
  .fancybox-slide--html .fancybox-content .popup__title span::before, .fancybox-slide--html .fancybox-content .popup__title span::after {
    display: none;
  }
}
.fancybox-slide--html .fancybox-content .popup__table .table {
  width: 100%;
  border-bottom: 1px solid #747587;
  border-left: 1px solid #747587;
}
.fancybox-slide--html .fancybox-content .popup__table .table th,
.fancybox-slide--html .fancybox-content .popup__table .table td {
  height: 40px;
  padding: 0.5em 1em;
  vertical-align: middle;
}
.fancybox-slide--html .fancybox-content .popup__table .table thead th {
  color: #1d1d3c;
  background: #7b7c8e;
  border-right: 1px solid #000;
}
.fancybox-slide--html .fancybox-content .popup__table .table thead th:last-child {
  border-right: 1px solid #747587;
}
.fancybox-slide--html .fancybox-content .popup__table .table tbody th,
.fancybox-slide--html .fancybox-content .popup__table .table tbody td {
  background: #181824;
  border-top: 1px solid #747587;
  border-right: 1px solid #747587;
}
.fancybox-slide--html .fancybox-content .popup__table .table tbody tr:nth-child(2n) td {
  background: #1e1e32;
}
.fancybox-slide--html .fancybox-content .popup__table.is-item-list {
  max-width: 980px;
  font-size: 0.85em;
}
@media screen and (max-width: 640px) {
  .fancybox-slide--html .fancybox-content .popup__table {
    position: relative;
    width: 100%;
    font-size: 0.85em;
  }
  .fancybox-slide--html .fancybox-content .popup__table.is-scroll {
    overflow-x: scroll;
  }
  .fancybox-slide--html .fancybox-content .popup__table.is-scroll::before {
    content: "SCROLL >";
    display: block;
    height: 2em;
    width: 100%;
    font-size: 0.85em;
    color: #fff;
    text-align: left;
  }
  .fancybox-slide--html .fancybox-content .popup__table.is-scroll .table th,
.fancybox-slide--html .fancybox-content .popup__table.is-scroll .table td {
    white-space: nowrap;
  }
}
.fancybox-slide--html .fancybox-content .popup__thumb {
  background: #13131f;
  text-align: center;
  padding: 1.5em;
}
.fancybox-slide--html .fancybox-content .popup__thumb img {
  max-width: 100%;
}
.fancybox-slide--html .fancybox-content [class*=flex] .popup__table .table th,
.fancybox-slide--html .fancybox-content [class*=flex] .popup__table .table td {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .fancybox-slide--html .fancybox-content [class*=flex] .popup__table + .popup__table .table thead {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */