/*
Project: PUBG MOBILE 2000万ダウンロードLP
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  background: #191919;
  background-image: url("../img/background.png");
  background-repeat: repeat;
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

/*========== UTIL ==========*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #61563a;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f2a900;
}

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

.pb-none {
  padding-bottom: 0 !important;
}

.pb-l {
  padding-bottom: 50px;
}

.pb-m {
  padding-bottom: 20px;
}

.pt-l {
  padding-top: 50px;
}

.pt-m {
  padding-top: 20px;
}

.mt-l {
  margin-top: 80px;
}

.mt-m {
  margin-top: 20px;
}

.pb-l {
  padding-bottom: 50px;
}

.pb-m {
  padding-bottom: 20px;
}

.mb-m {
  margin-top: 20px;
}

.yellow {
  color: #f2a900;
}

.bold {
  font-weight: 700;
}

.container {
  padding-top: 85px;
}

.title {
  color: #f2a900;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 3rem;
}

.title_white {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 3rem;
}

.subtitle_l {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}

.subtitle {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.small {
  font-size: 1.2rem;
}

.underline-black {
  font-size: 2rem;
  background: linear-gradient(transparent 70%, #fff 70%);
  padding: 0 5px;
}

.underline-white {
  background: linear-gradient(transparent 70%, #f2a900 70%);
  padding: 0 5px;
}

.image-box {
  border: 1px solid #f2a900;
  position: relative;
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .5s ease-in-out;
}

.image-box:hover img {
  transform: scale(1.05);
}

.details {
  color: #fff;
  font-size: 1.40rem;
  font-weight: 600;
  display: inline-block;
  width: 45%;
  margin: 20px 0;
}

.details p {
  display: inline;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  background: linear-gradient(transparent 50%, #f2a900 50%);
  padding: 0 10px;
}

.bikkuri {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}

.shadow {
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.large {
  display: block;
  background-image: none;
}

/*========== BACK TO TOP ==========*/
#top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  cursor: pointer;
  padding: 10px 17px;
  border-radius: 100px;
}

#top:hover {
  background: rgba(0, 0, 0, 0.5);
}

button i {
  color: #fff;
}

main {
  height: auto;
}

/*========== NAVIGATION ==========*/
.bg-dark {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 30px;
}

.navbar-brand img {
  width: 60%;
}

.navDropdown {
  background: rgb(0, 0, 0, 0.5);
}

/*========== MAIN BODY ==========*/
#mainContent {
  overflow: hidden;
}

.main {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}

/*========== DOWNLOAD BTN ==========*/
#Download .container {
  padding-top: 10px;
}

#Download {
  width: 630px;
  margin: 0 auto;
  padding: 50px 0;
}

/*========== お礼メッセージ ==========*/
#Message {
  background-image: url('../img/message_bg_l.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 1100px;
}

#Message .container {
  padding: 100px 0 50px 0;
}

#Message p {
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.7rem;
  text-align: center;
}

/*========== EVENT ==========*/
#Event .main {
  width: 850px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

/*=#Event .title img{
  width:60px;
  padding: 0 10px 10px 10px;
}=*/
.event {
  background-color: #191919;
  border: 2px solid #f2a900;
  border-radius: 10px;
  margin: 20px 0 40px 0;
  padding: 40px 0 30px 0;
}

.event p {
  line-height: 2.6rem;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.aboutcampaing .desc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.desc {
  color: #979696;
  font-size: 0.8rem;
  padding-top: 10px;
  text-align: left;
  line-height: 1.6rem;
  text-align: center;
}

.desc a {
  color: #f2a900;
}

.box {
  align-items: center;
}

.box img{
  width: 30px;
  margin: 0 5px 5px 0;
}

/*========== CAMPAIGN ==========*/
#bgDeco {
  background-image: url('../img/confetti_left.png'), url('../img/confetti_right.png');
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed;
}

#Campaign .main {
  width: 850px;
  padding: 60px 0 80px 0;
}

.campaign {
  background-color: #191919;
  border: 2px solid #f2a900;
  border-radius: 10px;
  margin: 20px 0 40px 0;
  padding: 40px 20px 30px 20px;
}

.campaign p {
  line-height: 2.6rem;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.btn-sanka {
  background: #1b1b1b;
  color: #f2a900;
  font-weight: 700;
  border: solid 1px #f2a900;
  padding: 25px 150px;
  margin: 20px 0 10px 0;
  border-radius: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-sanka:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2a900;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-sanka:hover, .btn-sanka:focus, .btn-sanka:active {
  color: white;
}

.btn-sanka:hover:before, .btn-sanka:focus:before, .btn-sanka:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.join .fal .fa-long-arrow-right {
  color: #f2a900;
}

.join .fal .fa-long-arrow-right :hover {
  color: white;
}

.arrow {
  animation: slide 1s ease-in-out infinite;
  margin-left: 20px;
}

@keyframes slide {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
  }
}

.card {
  background-color: #191919;
  border: none;
  border-radius: 0;
}

.card-body {
  color: #979696;
  font-size: 0.7rem;
  line-height: 1.6rem;
  text-align: left;
  margin: 0 30px;
}

.btn-primary {
  background-color: #191919;
  color: #f2a900;
  margin: 30px 0 0 0;
  border-radius: none;
  border: none;
}

.btn-primary:hover {
  background-color: #191919;
  color: #fff;
  margin: 30px 0 0 0;
  border-radius: none;
  border: none;
}

.btn-primary:focus {
  background-color: #191919;
  color: #fff;
  margin: 30px 0 0 0;
  border-radius: none;
  border: none;
}

.btn-primary:active {
  background-color: #191919;
  color: #fff;
  margin: 30px 0 0 0;
  border-radius: none;
  border: none;
}

/*========== About ==========*/
#About {
  background-image: url('../img/video_bg_l.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 850px;
}

#About .container {
  padding: 50px 0 40px 0;
  text-align: center;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#About p {
  font-weight: 400;
}

.video-container iframe{
  width: 800px;
  height: 450px;
}

/*========== TWITTER WIDGET ==========*/
#Twitter .container {
  padding-top: 150px;
}

#Twitter a {
  color: #f2a900;
  font-size: 16px;
  text-decoration: none;
  padding-top: 20px;
}

.timeline {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  background-color: rgba(34, 34, 35, 0.6);
  border-radius: 0 !important;
  border: 1px solid #F2A900;
  padding-top: 20px;
}

.timeline-Widget {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
}

/*========== FOOTER ==========*/
footer {
  background: #222223;
  color: #7a7a7b;
  font-size: 12px;
  text-align: center;
  padding: 30px 0 10px 0;
}

footer a {
  color: #cccccc;
  text-decoration: none;
}

footer a:hover {
  color: #f2a900;
  text-decoration: none;
}

footer a:active {
  color: #b88000;
  text-decoration: none;
}

.footerSNS {
  font-size: 1.375rem;
}

.footerSNS a {
  padding: 0 7px;
}

.footerSNS a:hover {
  color: #AFB0B0;
}

/* ======================= Media Queries ======================*/
/*=========== Extra large devices (large desktops, 1200px and up) ===========*/
@media (min-width: 1921px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  /*========== MAIN BODY ==========*/
  .main {
    width: 700px;
  }

  .pc {
    display: block;
  }

  .pcimg {
    display: none;
  }

  .mobile {
    display: none;
  }

  .large {
    background-image: url('../img/header_pc.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 740px;
    display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  /*========== MAIN BODY ==========*/
  .main {
    width: 700px;
  }

  .pc {
    display: block;
  }

  .pcimg {
    display: block;
  }

  .mobile {
    display: none;
  }

  .large {
    background-image: none;
    display: block;
  }
}

/*============== Large devices (desktops, 992px and up) ==============*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  /*========== MAIN BODY ==========*/
  .main {
    width: 700px;
  }
}

/*============== Medium devices (tablets, 768px and up) ==============*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-top: 45px;
  }

  .image-box {
    width: 100%;
  }

  .subtitle {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .subtitle_l {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .txt {
    font-size: 1.2rem;
  }

  /*========== NAVIGATION ==========*/
  .bg-dark {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 20px 10px;
  }

  .navbar-brand img {
    width: 50%;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    line-height: 5rem;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #f2a900;
  }

  .navDropdown {
    background: rgb(0, 0, 0, 0.5);
  }

  .navbar .navbar-toggler {
    z-index: 1000
  }

  @media (max-width: 991.98px) {
    .navbar .navbar-collapse {
      background: rgba(0, 0, 0, 0.85);
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: opacity 0.35s ease;
      display: flex;
      flex-direction: column;
      align-content: center;
      text-align: center !important
    }

    .navbar .navbar-collapse.collapse {
      display: flex;
      opacity: 0;
      pointer-events: none
    }

    .navbar .navbar-collapse.collapsing[style*="height"] {
      opacity: 1;
      height: 100vh !important
    }

    .navbar .navbar-collapse.collapsing {
      opacity: 0;
      height: 100vh
    }

    .navbar .navbar-collapse.collapse.show {
      opacity: 1;
      pointer-events: auto
    }

    .navbar .navbar-collapse .navbar-nav {
      margin-right: initial !important;
      margin-top: auto;
      margin-bottom: auto
    }
  }

  @media (max-width: 991.98px) {
    .navbar-nav {
      margin-left: initial !important;
    }
  }

  /*========== MAIN BODY ==========*/
  .main {
    width: 700px;
  }

  /*========== M DOWNLOAD BTN ==========*/
  #Download {
    width: 100%;
    padding: 50px 0 10px 0;
  }

  #Download img {
    margin-bottom: 30px;
  }

  /*========== M TITLE ==========*/
  #Title .main {
    padding: 50px 0 60px 0;
  }

  /*========== M お礼メッセージ ==========*/
  #Message {
    background-image: url('../img/message_bg_s.png');
  }

  #Message .container {
    padding: 130px 20px 200px 20px;
  }

  #Message p {
    color: #000;
    font-size: 1.1rem;
    line-height: 2.5rem;
    text-align: center;
  }

  /*========== M Campaign ==========*/
  #Campaign .main {
    padding: 70px 20px 30px 20px;
  }

  /*========== M CAMPAIGN ==========*/
  #bgDeco {
    background-size: 30%;
  }

  /*========== M EVENT ==========*/
  .event p {
    font-size: 1rem;
    line-height: 2.6rem;
  }

  .title {
    color: #f2a900;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .pt-ss {
    padding-top: 10px;
  }

  #Event .mt-l {
    margin-top: 50px;
  }

  /*========== M About ==========*/
  .video-container iframe{
      width: 100%;
      height: 450px;
      padding: 0 10px;
      overflow: hidden;
    }

  .aboutVideo {
    padding: 30px 0 30px 0;
  }

  #About {
    background-image: url('../img/video_bg_l.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 850px;
  }

  #About .container {
    padding: 40px 20px 30px 20px;
  }

  /*========== M PUBG MOBILE公式Twitter ==========*/
  #Twitter .container {
    padding-top: 30px;
  }

  /*========== M FOOTER ==========*/
  .footerInfo {
    padding: 0 30px 10px 30px;
  }
}

/*============== Small devices (landscape phones, 576px and up) ==============*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main {
    width: 100%;
    padding: 30px 20px 70px 20px;
  }

  .title {
    color: #f2a900;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .image-box {
    width: 100%;
  }

  .subtitle {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .subtitle_l {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .txt {
    font-size: 1.2rem;
  }

  .underline-black {
    font-size: 1.5rem;
    background: linear-gradient(transparent 70%, #fff 70%);
  }

  /*========== NAVIGATION ==========*/
  .bg-dark {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 20px 10px;
  }

  .navbar-brand img {
    width: 50%;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 1.2rem;
    line-height: 5rem;
    font-weight: 600;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #f2a900;
  }

  .navDropdown {
    background: rgb(0, 0, 0, 0.5);
  }

  .navbar .navbar-toggler {
    z-index: 1000
  }

  @media (max-width: 991.98px) {
    .navbar .navbar-collapse {
      background: rgba(0, 0, 0, 0.85);
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: opacity 0.35s ease;
      display: flex;
      flex-direction: column;
      align-content: center;
      text-align: center !important
    }

    .navbar .navbar-collapse.collapse {
      display: flex;
      opacity: 0;
      pointer-events: none
    }

    .navbar .navbar-collapse.collapsing[style*="height"] {
      opacity: 1;
      height: 100vh !important
    }

    .navbar .navbar-collapse.collapsing {
      opacity: 0;
      height: 100vh
    }

    .navbar .navbar-collapse.collapse.show {
      opacity: 1;
      pointer-events: auto
    }

    .navbar .navbar-collapse .navbar-nav {
      margin-right: initial !important;
      margin-top: auto;
      margin-bottom: auto
    }
  }

  @media (max-width: 991.98px) {
    .navbar-nav {
      margin-left: initial !important;
    }
  }

  /*========== S TITLE ==========*/
  #Title .main {
    padding: 30px 20px;
  }

  /*========== S DOWNLOAD BTN ==========*/
  #Download {
    width: 100%;
    padding: 20px 0 50px 0;
  }

  #Download img {
    margin-bottom: 30px;
  }

  /*========== S お礼メッセージ ==========*/
  #Message {
    background-image: url('../img/message_bg_s.png');
    height:
  }

  #Message .container {
    padding: 80px 20px 200px 20px;
  }

  #Message p {
    color: #000;
    font-size: 1.1rem;
    line-height: 2.5rem;
    text-align: center;
  }

  /*========== S Campaign ==========*/
  #Campaign .main {
    width: 100% !important;
    padding: 70px 20px 30px 20px;
  }

  .campaign p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .card-body {
    margin: 0 0;
  }

  /*========== S CAMPAIGN ==========*/
  #bgDeco {
    background-size: 30%;
  }

  /*========== S EVENT ==========*/
  #Event .main {
    width: 100% !important;
    padding: 70px 20px 30px 20px;
  }

  .event p {
    font-size: 1rem;
    line-height: 2.6rem;
  }

  .subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .pt-ss {
    padding-top: 10px;
  }

  #Event .mt-l {
    margin-top: 50px;
  }

  /*========== S About ==========*/
  .aboutVideo {
    padding: 30px 0 50px 0;
  }

  #About {
    background-image: url('../img/video_bg_s.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
  }

  #About .container {
    padding: 70px 20px 40px 20px;
  }

  /*========== S PUBG MOBILE公式Twitter ==========*/
  #Twitter .container {
    padding-top: 30px;
  }

  /*========== S FOOTER ==========*/
  .footerInfo {
    padding: 0 30px 10px 30px;
  }
}

/*============= XSmall devices (landscape phones, 320px and up) =============*/
@media screen and (min-width: 320px) and (max-width: 575px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main {
    width: 100%;
    padding: 30px 20px 70px 20px;
  }

  .title {
    color: #f2a900;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .image-box {
    width: 100%;
  }

  .subtitle {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .subtitle_l {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .txt {
    font-size: 1.2rem;
  }

  .underline-black {
    font-size: 1.5rem;
    background: linear-gradient(transparent 70%, #fff 70%);
  }

  /*========== NAVIGATION ==========*/
  .bg-dark {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 20px 10px;
  }

  .navbar-brand img {
    width: 50%;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 0.9rem;
    line-height: 5rem;
    font-weight: 600;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #f2a900;
  }

  .navDropdown {
    background: rgb(0, 0, 0, 0.5);
  }

  .navbar .navbar-toggler {
    z-index: 1000
  }

  @media (max-width: 991.98px) {
    .navbar .navbar-collapse {
      background: rgba(0, 0, 0, 0.85);
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: opacity 0.35s ease;
      display: flex;
      flex-direction: column;
      align-content: center;
      text-align: center !important
    }

    .navbar .navbar-collapse.collapse {
      display: flex;
      opacity: 0;
      pointer-events: none
    }

    .navbar .navbar-collapse.collapsing[style*="height"] {
      opacity: 1;
      height: 100vh !important
    }

    .navbar .navbar-collapse.collapsing {
      opacity: 0;
      height: 100vh
    }

    .navbar .navbar-collapse.collapse.show {
      opacity: 1;
      pointer-events: auto
    }

    .navbar .navbar-collapse .navbar-nav {
      margin-right: initial !important;
      margin-top: auto;
      margin-bottom: auto
    }
  }

  @media (max-width: 991.98px) {
    .navbar-nav {
      margin-left: initial !important;
    }
  }

  /*========== XS TITLE ==========*/
  #Title .main {
    padding: 30px 20px;
  }

  /*========== XS DOWNLOAD BTN ==========*/
  #Download {
    width: 100%;
    margin: 20px 0 50px 0;
    padding: 0;
  }

  /*========== XS お礼メッセージ ==========*/
  #Message {
    background-image: url('../img/message_bg_s.png');
    height:
  }

  #Message .container {
    padding: 80px 20px 200px 20px;
  }

  #Message p {
    color: #000;
    font-size: 1.1rem;
    line-height: 2.5rem;
    text-align: center;
  }

  /*========== XS Campaign ==========*/
  #bgDeco {
    background-size: 30%;
  }

  #Campaign .main {
    width: 100% !important;
    padding: 30px 20px 30px 20px;
  }

  .campaign p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .card-body {
    margin: 0 0;
  }

  /*========== XS EVENT ==========*/
  #Event .main {
    width: 100% !important;
    padding: 30px 20px 30px 20px;
  }

  .event p {
    font-size: 1rem;
    line-height: 2.6rem;
  }

  .subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .pt-ss {
    padding-top: 10px;
  }

  #Event .mt-l {
    margin-top: 40px;
  }

  /*========== XS About ==========*/
.video-container iframe{
    width: 100%;
    height: 200px;
    padding: 0 10px;
  }

  .aboutVideo {
    padding: 30px 0 50px 0;
  }

  #About {
    background-image: url('../img/video_bg_s.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
  }

  #About .container {
    padding: 70px 20px 40px 20px;
  }

  .btn-sanka {
    background: #1b1b1b;
    color: #f2a900;
    font-weight: 700;
    border: solid 1px #f2a900;
    padding: 25px 0;
    width: 100%;
  }

  /*========== XS PUBG MOBILE公式Twitter ==========*/
  #Twitter .container {
    padding-top: 30px;
  }

  /*========== XS FOOTER ==========*/
  .footerInfo {
    padding: 0 30px 10px 30px;
  }
}
