@charset "UTF-8";
/*
|---------------------------------------------------------------
| brandnew_destroyer (PC)
|---------------------------------------------------------------
*/
.breadcrumbs {
  display: none;
}
body {
    padding-top: 0;
}
#header {
  z-index: 9999;
  position: relative;
}

.brandnew_destroyer__header, .brandnew_destroyer__header__section, .brandnew_destroyer__philosophy__section {
  height: 100%;
}

.brandnew_destroyer {
  display: block;
  position: relative;
  /* loading */
}

.brandnew_destroyer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brandnew_destroyer img {
  max-width: 100%;
  height: auto;
}

.brandnew_destroyer__container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brandnew_destroyer .js_anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.brandnew_destroyer .js_anim[data-delay="0.1"] {
  -webkit-transition-delay: 0.1;
  -o-transition-delay: 0.1;
  transition-delay: 0.1;
}

.brandnew_destroyer .js_anim[data-delay="0.2"] {
  -webkit-transition-delay: 0.2;
  -o-transition-delay: 0.2;
  transition-delay: 0.2;
}

.brandnew_destroyer .js_anim[data-delay="0.3"] {
  -webkit-transition-delay: 0.3;
  -o-transition-delay: 0.3;
  transition-delay: 0.3;
}

.brandnew_destroyer .js_anim[data-delay="0.4"] {
  -webkit-transition-delay: 0.4;
  -o-transition-delay: 0.4;
  transition-delay: 0.4;
}

.brandnew_destroyer .js_anim[data-delay="0.5"] {
  -webkit-transition-delay: 0.5;
  -o-transition-delay: 0.5;
  transition-delay: 0.5;
}

.brandnew_destroyer .js_anim[data-delay="0.6"] {
  -webkit-transition-delay: 0.6;
  -o-transition-delay: 0.6;
  transition-delay: 0.6;
}

.brandnew_destroyer .js_anim[data-delay="0.7"] {
  -webkit-transition-delay: 0.7;
  -o-transition-delay: 0.7;
  transition-delay: 0.7;
}

.brandnew_destroyer .js_anim[data-delay="0.8"] {
  -webkit-transition-delay: 0.8;
  -o-transition-delay: 0.8;
  transition-delay: 0.8;
}

.brandnew_destroyer .js_anim[data-delay="0.9"] {
  -webkit-transition-delay: 0.9;
  -o-transition-delay: 0.9;
  transition-delay: 0.9;
}

.brandnew_destroyer .js_anim[data-delay="1"] {
  -webkit-transition-delay: 1;
  -o-transition-delay: 1;
  transition-delay: 1;
}

.brandnew_destroyer .js_anim.is-animated {
  opacity: 1;
}

.brandnew_destroyer .js_anim.js_fadeInUp {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.brandnew_destroyer .js_anim.js_fadeInUp.is-animated {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.brandnew_destroyer .js_anim.js_slideInLeft {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.brandnew_destroyer .js_anim.js_slideInLeft.is-animated {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.is-animated .js_anim {
  opacity: 1 !important;
}

.brandnew_destroyer .js_anim.js_fadeInUp {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.is-animated .js_fadeInUp {
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.brandnew_destroyer .js_anim.js_slideInLeft {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.is-animated .js_slideInLeft {
  -webkit-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}

.brandnew_destroyer .is-fixed {
  z-index: 2;
}

.brandnew_destroyer__sticky__item {
  height: 100vh;
  border-top: 113px solid #000;
  z-index: 5;
  position: relative;
}

.brandnew_destroyer__header {
  display: block;
  color: #fff;
  background: #000;
}

.brandnew_destroyer__header__movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding-top: 157px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.brandnew_destroyer__header__movie.js--hide {
  opacity: 0;
}

.brandnew_destroyer__header__movie__main {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.brandnew_destroyer__header__movie__main img, .brandnew_destroyer__header__movie__main iframe {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .brandnew_destroyer__header__movie__main img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.brandnew_destroyer__header__movie__main iframe {
  height: 100%;
}

.brandnew_destroyer__header__section {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brandnew_destroyer__header__section[data-index="1"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/lead01.jpg");
}

@media (orientation: portrait) {
  .brandnew_destroyer__header__section[data-index="1"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/lead01.jpg");
  }
}

.brandnew_destroyer__header__section__title {
  max-width: 47.41379%;
  position: absolute;
  right: 15.43887%;
  bottom: 6.7029%;
  z-index: 9;
  margin: auto;
}

@media (orientation: portrait) {
  .brandnew_destroyer__header__section__title {
    top: 15%;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

.brandnew_destroyer__philosophy {
  display: block;
  color: #fff;
  background: #000;
}

.brandnew_destroyer__philosophy__section {
  display: block;
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.brandnew_destroyer__philosophy__section > .brandnew_destroyer__container {
  height: 100%;
}

.brandnew_destroyer__philosophy__section[data-index="0"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/lead01.jpg");
}

.brandnew_destroyer__philosophy__section[data-index="0"] .brandnew_destroyer__philosophy__section__title {
  display: block;
  position: absolute;
  z-index: 2;
  margin: auto;
  max-width: 30.95611%;
  right: 20.68966%;
  top: 23.36957%;
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="0"] .brandnew_destroyer__philosophy__section__title {
    top: 22%;
    left: 8%;
    right: auto;
    bottom: auto;
  }
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="0"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/lead01.jpg");
  }
}

.brandnew_destroyer__philosophy__section[data-index="0"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy01.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="0"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy01.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="1"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy02.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="1"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy02.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="2"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy03.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="2"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy03.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="3"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy04.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="3"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy04.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="4"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy05.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="4"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy05.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="5"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy06.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="5"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy06.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="6"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy07.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="6"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy07.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="7"] {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/philosophy08_2.jpg?d=20200413");
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="7"] {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/philosophy08_2.jpg?d=20200413");
  }
}

.brandnew_destroyer__philosophy__section[data-index="1"] .brandnew_destroyer__philosophy__text {
  max-width: 578px;
  left: 0;
  bottom: 90px;
}

.brandnew_destroyer__philosophy__section[data-index="2"] {
  background-size: contain;
}

.brandnew_destroyer__philosophy__section[data-index="2"] .brandnew_destroyer__philosophy__text {
  max-width: 578px;
  left: 0;
  bottom: 50px;
}

.brandnew_destroyer__philosophy__section[data-index="3"] {
  background-position: center right;
}

.brandnew_destroyer__philosophy__section[data-index="3"] .brandnew_destroyer__philosophy__text {
  max-width: 581px;
  left: 0;
  top: 74px;
}

.brandnew_destroyer__philosophy__section[data-index="4"] {
  background-position: center left;
}

.brandnew_destroyer__philosophy__section[data-index="4"] .brandnew_destroyer__philosophy__text {
  max-width: 604px;
  right: 0;
  bottom: 65px;
}

.brandnew_destroyer__philosophy__section[data-index="5"] {
  background-position: center right;
}

.brandnew_destroyer__philosophy__section[data-index="5"] .brandnew_destroyer__philosophy__text {
  max-width: 604px;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brandnew_destroyer__philosophy__section[data-index="6"] {
  background-position: center left;
}

.brandnew_destroyer__philosophy__section[data-index="6"] .brandnew_destroyer__philosophy__text {
  max-width: 604px;
  right: 0;
  bottom: 25px;
}

.brandnew_destroyer__philosophy__section[data-index="7"] .brandnew_destroyer__philosophy__text {
  max-width: 605px;
  top: 65px;
  right: 0;
}

@media (orientation: portrait) {
  .brandnew_destroyer__philosophy__section[data-index="1"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    top: auto;
    right: auto;
    left: 0;
    bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandnew_destroyer__philosophy__section[data-index="2"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    top: auto;
    right: auto;
    left: 0;
    bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandnew_destroyer__philosophy__section[data-index="3"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    bottom: auto;
    right: auto;
    left: 0;
    top: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandnew_destroyer__philosophy__section[data-index="4"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    top: auto;
    left: auto;
    right: 0;
    bottom: 7%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandnew_destroyer__philosophy__section[data-index="5"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    left: 0;
    top: 55%;
    right: auto;
    bottom: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandnew_destroyer__philosophy__section[data-index="6"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    left: 0;
    bottom: 16%;
    top: auto;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandnew_destroyer__philosophy__section[data-index="7"] .brandnew_destroyer__philosophy__text {
    max-width: 100%;
    bottom: 80px;
    left: 0;
    top: auto;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brandnew_destroyer__philosophy__text {
  display: block;
  position: absolute;
  z-index: 2;
  margin: auto;
}

.brandnew_destroyer__technology {
  display: block;
  background: #fff;
  position: relative;
  z-index: 100;
}

.brandnew_destroyer__technology__header {
  min-height: 43.28125vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/technology_heading.jpg");
  position: relative;
}

@media (orientation: portrait) {
  .brandnew_destroyer__technology__header {
    background-image: url("//jp.megabassstore.jp/sslfile/sp/img/brandnew_destroyer/technology_heading.jpg");
  }
}

.brandnew_destroyer__technology__header__title {
  display: block;
  max-width: 666px;
  position: absolute;
  right: 262px;
  bottom: 72px;
  z-index: 2;
  margin: auto;
}

@media (orientation: portrait) {
  .brandnew_destroyer__technology__header__title {
    left: 0;
    right: 0;
    top: 20%;
    bottom: auto;
    z-index: 2;
    margin: auto;
    padding: 0 30px;
  }
}

.brandnew_destroyer__technology__section {
  display: block;
  padding: 60px 0;
}

.brandnew_destroyer__technology__section__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.brandnew_destroyer__technology__section__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.brandnew_destroyer__technology__section__image img {
  display: block;
  width: 100%;
  max-width: 570px;
}

.brandnew_destroyer__technology__section__body {
  display: block;
  min-height: 380px;
  padding-left: 7.5px;
  padding-right: 117.5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/text/technology02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.brandnew_destroyer__technology__section__body p {
  font-size: 14px;
}

.brandnew_destroyer__technology__section__title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}

.brandnew_destroyer__technology__section__title small {
  font-size: 15px;
  text-indent: 0;
}

.brandnew_destroyer__technology__section__title__main {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.brandnew_destroyer__technology__section__title__main > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.brandnew_destroyer__technology__section__title__main > span::before {
  content: "●";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}

.brandnew_destroyer__technology__section__title__main > small {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
}

.brandnew_destroyer__chart {
  display: block;
  padding: 60px 0;
  background: #fff;
  position: relative;
  z-index: 100;
}

.brandnew_destroyer__chart__header {
  display: block;
  margin: 0 0 20px;
}

.brandnew_destroyer__chart__header__title {
  display: block;
  max-width: 676.5px;
  margin: 0 auto;
}

.brandnew_destroyer__chart__body {
  max-width: 1016px;
  margin: 0 auto;
}

.brandnew_destroyer__chart__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -10px 45px;
}

.brandnew_destroyer__chart__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.brandnew_destroyer__chart__image img {
  display: block;
  width: 100%;
  max-width: 625px;
}

.brandnew_destroyer__chart__content {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.brandnew_destroyer__chart__content__main {
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brandnew_destroyer__chart__content__main dl {
  display: block;
  margin: 0;
}

.brandnew_destroyer__chart__content__main dl dt {
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.brandnew_destroyer__chart__content__main dl dd {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.brandnew_destroyer__lineup {
  background: #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.brandnew_destroyer__lineup__header {
  display: block;
  min-height: 43.28125vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 15px;
}

.brandnew_destroyer__lineup[data-index="1"] .brandnew_destroyer__lineup__header {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/lineup01_2.jpg");
}

.brandnew_destroyer__lineup[data-index="2"] .brandnew_destroyer__lineup__header {
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/brandnew_destroyer/lineup02_2.jpg");
}

.brandnew_destroyer__lineup__header__title {
  display: block;
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.brandnew_destroyer__lineup[data-index="1"] .brandnew_destroyer__lineup__header__title {
  max-width: 493px;
}

.brandnew_destroyer__lineup[data-index="2"] .brandnew_destroyer__lineup__header__title {
  max-width: 526px;
}

.brandnew_destroyer__lineup__body {
  display: block;
}

.brandnew_destroyer__lineup__list {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0 0 120px;
}

.brandnew_destroyer__lineup__list__item {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}

.brandnew_destroyer__lineup__block {
  display: inline-block;
}

.brandnew_destroyer__lineup__block img {
  display: block;
  width: 100%;
  height: auto;
}

.brandnew_destroyer__bg_white {
  background: #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.brandnew_destroyer__loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10000;
}

.brandnew_destroyer__loader {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  text-align: center;
}

.layout_footer {
  z-index: 100;
  position: relative;
}



/*
|---------------------------------------------------------------
| Reset
|---------------------------------------------------------------
*/
#bg {
    background: none;
}
#wrqpper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
header {
    width: 980px;
    margin: 0 auto;

    z-index: 9999;
    position: relative;
}
.brandnew_destroyer__bg_white {
    color: #1e1e1e;
}

/* footer {
    background: #000;
    padding-left: calc((100vw - 980px) / 2);
    padding-right: calc((100vw - 980px) / 2);
} */
/* footer > * {
    width: 980px;
    margin: 0 auto;
} */
.brandnew_destroyer__sticky__item {
    border-top: 0;
}
.brandnew_destroyer__header__movie {
    padding-top: 150px;
}
