.home .top-visual-wrapper {
  position: relative;
}
.home .top-visual-wrapper.in-video {
  background-color: #000000;
}

.home .top-visual-wrapper--movie .swiper-area .c-btn {
  visibility: hidden;
}

.swiper-slide img {
  vertical-align: top;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.home .swiper-wrapper {
  background-color: #000000;
}

.home .swiper-slide {
  position: relative;
  text-align: center;
}

.two-campaign {
  display: flex;
  flex-direction: column;
}

.swiper-slide--spielen .app {
  display: block;
  position: absolute;
  top: 70.7%;
  right: 0;
  width: 100%;
}

.swiper-slide--dsp11 .youtube-popup {
  display: block;
  position: absolute;
  top: 70.7%;
  right: 0;
  width: 100%;
}

.swiper-slide--dsp10 .campaign,
.swiper-slide--dsp10 .youtube-popup {
  display: block;
  position: absolute;
  top: 70.7%;
}

.swiper-slide--dsp9 .youtube-popup {
  display: block;
  position: absolute;
  top: 70.7318%;
  left: 0;
  width: 100%;
}

.home .swiper-slide > .header-image,
.home .swiper-slide > .c-btn {
  opacity: 0;
  transition: opacity .3s ease;
}

.header-image {
  margin-top: 0;
  font-size: 0;
}

.p-btn-dsp8,
.p-btn-ds8,
.p-btn-jp8,
.p-btn-dsp7,
.p-btn-ds7 {
  display: block;
  padding: 14px 0;
  font-size: 14px;
  line-height: 1;
}

.p-btn-jp8 {
  margin-bottom: 42px;
  padding: 19px 0;
}

.header-image-text-dsp8 {
  position: absolute;
  top: 12%;
  width: 100%;
  text-align: center;
}

.header-image-text-dsp8 img {
  width: 80%;
  max-width: 300px;
}

.header-image-text-ds8 {
  position: absolute;
  top: 8%;
  width: 100%;
  text-align: center;
}

.header-image-text-ds8 img {
  width: 80%;
}

.header-image-logo-ds8 {
  position: absolute;
  top: 27.5%;
  right: 5%;
  width: 42.5%;
  text-align: center;
}

.header-image-logo-ds8 img {
  width: 100%;
}

.header-image-text-jp8 {
  display: none;
}

.header-image-text-jp8-sp {
  position: absolute;
  top: 4%;
  left: 10%;
  width: 80%;
  text-align: center;
}

.header-image-text-jp8-sp img {
  vertical-align: top;
}

.header-image-logo-jp8-sp {
  position: absolute;
  top: 25%;
  top: -webkit-calc(35.5% - 32px);
  top:         calc(35.5% - 32px);
  left: 50%;
  width: 45%;
}

.header-image-logo-jp8-sp img {
  vertical-align: top;
}

.swiper-slide .header-image-text-dsp8 img,
.swiper-slide .header-image-text-ds8 img,
.swiper-slide .header-image-logo-ds8 img {
  height: 0;
}

.swiper-slide-active .header-image-text-dsp8 img,
.swiper-slide-active .header-image-text-ds8 img,
.swiper-slide-active .header-image-logo-ds8 img {
  height: auto;
}

.swiper-pagination-bullet {
  background: #999999;
}

.swiper-pagination-bullet-active {
  background: #999999;
}

.swiper-ui {
  position: relative;
  margin-top: 20px;
}

.swiper-ui .swiper-pagination {
  position: static;
  line-height: 8px;
}

.swiper-ui .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: 0;
  vertical-align: top;
}

.swiper-ui .swiper-button {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 1px solid #999999;
  border-radius: 11px;
  background: #FFFFFF;
}

.swiper-ui .swiper-button:before {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.swiper-ui .swiper-button-prev {
  left: 50%;
  margin-left: -90px;
}

.swiper-ui .swiper-button-prev:before {
  left: 5px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #666666 transparent transparent;
}

.swiper-ui .swiper-button-next {
  right: 50%;
  margin-right: -90px;
}

.swiper-ui .swiper-button-next:before {
  right: 5px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #666666;
}

.swiper-ui .swiper-button:hover {
  border-color: #666666;
}

.swiper-ui .swiper-button-prev:hover:before {
  border-right-color: #333333;
}

.swiper-ui .swiper-button-next:hover:before {
  border-left-color: #333333;
}

.movie-button {
  bottom: 130px;
  background-color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.movie-button:before {
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-right: .5em;
  background: url(/files/images/icon-youtube.png) no-repeat;
  vertical-align: -6px;
  content: "";
}

.movie-button:hover:before {
  background-image: url(/files/images/icon-youtube-hover.png);
}

.urgent-info {
  width: 95%;
  max-width: 978px;
  margin: 20px auto;
  border: 1px solid #E2E2E2;
  font-size: 16px;
}

.urgent-info div {
  padding: .75em 1em;
  background-color: #CC2937;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.urgent-info dl {
  margin: 0;
  padding: .75em 1.5em;
  line-height: 1.75;
}

.urgent-info dl dt {
  font-weight: bold;
}

.urgent-info dl dd {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .home .top-visual-wrapper {
    margin-bottom: 8px;
  }
  .home .top-visual-wrapper.in-video {
    margin-bottom: 0;
    padding: 16px 0 36px;
  }
  .video-wrapper {
    position: relative;
    width: 95%;
    margin: auto;
  }
  .video-wrapper:before {
    display: block;
    position: absolute;
    padding-top: 56.25%;
    content: "";
  }
  .home .top-visual-wrapper.in-video .video-product-btn {
    display: block;
    position: absolute;
    top: 88.7%;
    right: 1.25%;
    width: 31.666%;
  }
  .two-campaign {
    display: flex;
    flex-direction: row;
  }
  .swiper-slide--spielen .app {
    display: block;
    position: absolute;
    top: 67.9%;
    right: 4.1%;
    width: 17.607%;
  }
  .swiper-slide--dsp11-launchcp .product-link {
    top: 69.7%;
    right: 4.21%;
    width: 31.666%;
  }
  .swiper-slide--dsp11 .youtube-popup {
    top: 68.7%;
    right: 4.1%;
    width: 31.666%;
  }
  .swiper-slide--dsp10 .campaign,
  .swiper-slide--dsp10 .youtube-popup {
    display: block;
    position: absolute;
    top: 66%;
    left: 69%;
    width: 23.168%;
  }
  .swiper-slide--dsp9 .youtube-popup {
    top: 70.5%;
    left: 22.1667%;
    width: 23.3334%;
  }
  .swiper-slide--dsp9pf {
    font-size: 0;
  }
  .swiper-slide--dsp9pf a {
    display: inline-block;
    width: 50%;
    font-size: 16px;
  }
  .home .top-visual-wrapper:before {
    display: block;
    padding-top: 50%;
    content: "";
    transition: padding-top .25s ease;
  }
  .home .top-visual-wrapper.in-video:before {
    display: none;
  }
  .home .top-visual-wrapper.top-visual-wrapper--movie:before {
    padding-top: 56.25%;
  }
  .home .swiper-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-btn-dsp7,
  .p-btn-ds7 {
    position: absolute;
    bottom: 12.5%;
    left: 28.6667%;
    width: 254px;
    margin-left: -127px;
    padding: 21px 0;
    font-size: 18px;
  }
  .header-image-text-dsp8 {
    top: 15%;
  }
  .header-image-text-dsp8 img {
    width: auto;
    max-width: none;
  }
  .header-image-text-ds8 {
    top: 16%;
  }
  .header-image-text-ds8 img {
    width: auto;
  }
  .header-image-logo-ds8 {
    top: 33%;
    right: 50px;
    width: 40%;
  }
  .header-image-text-jp8 {
    display: block;
    position: absolute;
    top: 31.5%;
    right: 8%;
    width: 40%;
  }
  .header-image-text-jp8 img {
    max-height: none;
    vertical-align: top;
  }
  .header-image-text-jp8-sp,
  .header-image-logo-jp8-sp {
    display: none;
  }
  .p-btn-dsp8,
  .p-btn-ds8,
  .p-btn-jp8 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 380px;
    padding: 21px 0;
    font-size: 18px;
  }
  .p-btn-jp8 {
    margin-bottom: 0;
  }
  .movie-button {
    bottom: 130px;
    width: 376px;
    padding: 19px 0;
    border: 2px solid #FFFFFF;
  }
  .movie-button.c-btn--gray,
  .movie-button.c-btn--gray:hover {
    background: rgba(0, 0, 0, .4);
  }
  .movie-button:before {
    vertical-align: -5px;
  }
}

.movie-area {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: padding-top .25s ease;
}

.movie-area.visible {
  visibility: visible;
}

.movie-area.full-height {
  padding-top: 56.25%;
}

@media screen and (min-width: 600px) {
  .movie-area {
    right: 0;
    bottom: 0;
  }
}

.yp-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .35s ease;
}

.yp-wrapper.visible {
  opacity: 1;
}

.yp-wrapper iframe {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-area.movie-bg-bk .yp-wrapper,
.movie-area.movie-bg-bk .yp-wrapper iframe {
  background-color: #000000;
}

.movie-area.movie-bg-wh .yp-wrapper,
.movie-area.movie-bg-wh .yp-wrapper iframe {
  background-color: #FAFAFA;
}

.close-button {
  position: absolute;
  top: 100%;
  right: 0;
  height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: height .25s ease;
}

.close-button.visible {
  height: 42px;
}

.close-button .c-btn {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.close-button .c-btn b {
  margin-left: 6px;
}

//index-campainge-banner
.header-camp {
  display : flex;
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .header-camp {
    display : flex;
    flex-direction: row;
    justify-content: space-between;
  }
}