#BGG {
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}

#BGG img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#BGG .img--full {
  width: 100%;
}

#BGG .container {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

#BGG .common--center {
  text-align: center;
}

#BGG .common__title {
  color: #000000;
  font-size: 60px;
  font-weight: bold;
  padding: 25px 0;
}

#BGG .common__title--white {
  color: #fff;
}

#BGG .slick-slider {
  outline: none;
}

#BGG .slick-arrow {
  font-size: 0;
  border: none;
  width: 18px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 10;
  outline: none;
}

#BGG .slick-arrow:hover {
  opacity: .6;
}

#BGG .slick-prev {
  background: url(../images/arrow-prev.png) center center no-repeat ;
  background-size: cover;
  left: -5%;
}

#BGG .slick-next {
  right: -5%;
  background: url(../images/arrow-next.png) center center no-repeat ;
  background-size: cover;
}

#BGG .slick-slide {
  outline: none;
}

#BGG .slick-track {
  outline: none;
  border: none;
}

#BGG .slick-track:focus {
  outline: none;
}

#BGG .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

#BGG .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: none;
  background: #c3badb;
  cursor: pointer;
  margin-right: 15px;
  list-style: none;
}

#BGG .slick-dots li:last-child {
  margin-right: 0;
}

#BGG .slick-dots li.slick-active {
  background: #3d2c70;
}

#BGG .slick-dots button {
  display: none;
}

#BGG .introbox {
  text-align: center;
}

#BGG .pd {
  padding: 3% 0;
}

#BGG .pd__nav {
  background: #c4bfd4;
  margin-top: 25px;
}

#BGG .pd__nav ul {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#BGG .pd__nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  font-size: 30px;
  color: #3d2c70;
  padding: 15px;
  margin: 0;
  list-style: none;
  text-align: center;
  cursor: pointer;
}

#BGG .pd__nav ul li.pd__nav--active, #BGG .pd__nav ul li:hover {
  background: #3d2c70;
  color: #fff;
}

#BGG .pd__wrapper {
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(5%, #fff), color-stop(10%, #e9e6f2), color-stop(90%, #e9e6f2), color-stop(95%, #fff), to(#fff));
  background: linear-gradient(left, #fff 0%, #fff 5%, #e9e6f2 10%, #e9e6f2 90%, #fff 95%, #fff 100%);
  position: relative;
}

#BGG .pd__box {
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
}

#BGG .pd__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}

#BGG .pd__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 550px;
}

#BGG .pd__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

#BGG .pd__img img {
  width: 100%;
}

#BGG .pd__img a {
  outline: none;
}

#BGG .pd__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(55% - 70px);
          flex: 0 0 calc(55% - 70px);
  margin-left: 70px;
  position: relative;
}

#BGG .pd__text::before {
  content: url("../images/icon-dot.jpg");
  position: absolute;
  z-index: 2;
  top: 0;
  left: -70px;
}

#BGG .pd__text h3 {
  color: #3d2c70;
  font-weight: bold;
  font-size: 34px;
  padding-bottom: 20px;
  padding-top: 5px;
}

#BGG .gamer {
  background: #0b0225;
  padding-bottom: 3.5%;
}

#BGG .gamer::before {
  content: "";
  display: block;
  height: 125px;
  width: 100%;
  background: url(../images/line.jpg) top center repeat-x;
}

#BGG .gamer .common__title {
  padding: 6% 0  5%;
}

#BGG .gamer__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#BGG .gamer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 40px);
          flex: 0 0 calc(100% / 3 - 40px);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

#BGG .gamer__text {
  padding: 25px 25px 50px;
}

#BGG .gamer__text h3 {
  color: #0b0225;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

#BGG .gamer__text ul {
  padding: 35px 0;
}

#BGG .gamer__text ul li {
  border-bottom: #e9e6f2 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

#BGG .gamer__text ul a, #BGG .gamer__text ul button {
  border: none;
  background: #0b0225;
  color: #ffffff;
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

#BGG .gamer__text ul a:hover, #BGG .gamer__text ul button:hover {
  background: #3d2c70;
}

#BGG .gamer__text ul span {
  font-size: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
  font-weight: bold;
}

#BGG .gamer__text p {
  font-size: 20px;
}

#BGG .promo {
  padding: 3.5% 0;
  font-size: 18px;
}

#BGG .promo__note {
  color: #ff0000;
}

#BGG .promo__itembox {
  padding: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#BGG .promo__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 100% / 3 - 40px);
          flex: 0 0 calc( 100% / 3 - 40px);
  margin-right: 40px;
}

#BGG .promo__item:last-child {
  margin-right: 0;
}

#BGG .promo__item h3 {
  font-weight: bold;
  padding: 15px 0;
  font-size: 24px;
}

#BGG .promo__date {
  padding-top: 20px;
  color: #0b0225;
}

#BGG .promo__date span {
  font-weight: bold;
  display: block;
}

#BGG .promo__btn {
  padding-top: 35px;
}

#BGG .promo__btn a {
  display: inline-block;
  background: #0b0225;
  color: #ffffff;
  padding: 15px 35px;
  text-decoration: none;
}

#BGG .promo__btn a:hover {
  background: #3d2c70;
}

@media screen and (max-width: 1536px) {
  #BGG {
    font-size: 20px;
  }
  #BGG .common__title {
    font-size: 40px;
  }
  #BGG .pd__nav ul li {
    font-size: 24px;
  }
  #BGG .pd__box {
    width: 80%;
  }
  #BGG .pd__item {
    min-height: 450px;
  }
  #BGG .pd__text h3 {
    font-size: 30px;
  }
  #BGG .gamer__text h3 {
    font-size: 26px;
  }
  #BGG .gamer__text ul {
    padding: 35px 0;
  }
  #BGG .gamer__text ul a, #BGG .gamer__text ul button {
    font-size: 14px;
  }
  #BGG .gamer__text ul a:hover, #BGG .gamer__text ul button:hover {
    background: #3d2c70;
  }
  #BGG .gamer__text ul span {
    font-size: 18px;
  }
  #BGG .gamer__text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 960px) {
  #BGG {
    font-size: 18px;
  }
  #BGG .container {
    width: 90%;
  }
  #BGG .common__title {
    font-size: 24px;
  }
  #BGG .slick-dots {
    padding-top: 30px;
  }
  #BGG .pd__nav {
    background: none;
    margin-top: 0px;
  }
  #BGG .pd__nav ul {
    display: block;
  }
  #BGG .pd__nav ul li {
    font-size: 18px;
    padding: 10px;
    margin: 1px 0 1px;
    background: #c3badb;
  }
  #BGG .pd__wrapper {
    background: #e9e6f2;
  }
  #BGG .pd__box {
    width: 100%;
  }
  #BGG .pd__item {
    min-height: auto;
    display: block;
  }
  #BGG .pd__img img {
    width: 70%;
    margin: 25px auto;
    max-width: 300px;
  }
  #BGG .pd__text {
    margin-left: auto;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #BGG .pd__text::before {
    display: none;
  }
  #BGG .pd__text h3 {
    font-size: 24px;
  }
  #BGG .gamer__itembox {
    display: block;
  }
  #BGG .gamer__item {
    margin-bottom: 20px;
  }
  #BGG .gamer__text h3 {
    font-size: 26px;
  }
  #BGG .gamer__text ul {
    padding: 35px 0;
  }
  #BGG .gamer__text ul a, #BGG .gamer__text ul button {
    font-size: 14px;
  }
  #BGG .gamer__text ul a:hover, #BGG .gamer__text ul button:hover {
    background: #3d2c70;
  }
  #BGG .gamer__text ul span {
    font-size: 18px;
  }
  #BGG .gamer__text p {
    font-size: 18px;
  }
  #BGG .promo__itembox {
    display: block;
  }
  #BGG .promo__item {
    margin-bottom: 25px;
    text-align: center;
    margin-right: auto;
  }
  #BGG .promo__btn a {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

.delighter.right {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(300%);
          transform: translatey(300%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */