@charset "utf-8";

.pcv {
  display: inline-block;
}

.breadcrumb {
  background: #f80;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}
.breadcrumb li {
  position: relative;
  padding: 12px 1.7em 12px 0;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  display: block;
  width: 8px;
  height: 1em;
  margin: auto 0.5em;
  background: url(../../img/icon_arrow_right.png) 0 50% / 100% auto no-repeat;
}
.breadcrumb .home {
  position: relative;
  top: -2px;
}
.breadcrumb .home img {
  width: 22px;
}
main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

main article {
  position: relative;
  width: 860px;
  padding: 30px;
}
.app_icon {
  float: left;
  padding: 0 30px 30px 0;
}
.app_icon img {
  width: 240px;
}
article h2 {
  margin: 25px 0 20px 0;
  font-size: 40px;
  font-weight: bold;
}
.genre {
  margin: 0 0 60px;
  font-size: 20px;
  color: #888;
}
article .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 340px;
}
html:not([class]) article .btns {
  display: none;
}
.android article .btns a:first-child {
  display: none;
}
.ios article .btns a:last-child {
  display: none;
}
article .btns img {
  height: 52px;
}
article .btns a:hover img {
  opacity: 0.8;
}
.app_share {
  position: absolute;
  top: 110px;
  left: 672px;
  text-align: center;
}
.app_share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
}
.app_share ul li {
  margin: 0 4px;
}
.app_share ul li img {
  width: 48px;
}
.app_share ul li a:hover img {
  opacity: 0.8;
}
.detail_text {
  position: relative;
  clear: both;
  margin: 0 0 1.5em;
  font-size: 24px;
  line-height: 1.8;
  overflow: hidden;
}
.detail_text.close {
  height: 12em;
}
.detail_text .mask {
  position: absolute;
  bottom: 0; left: 0;
  display: none;
  width: 100%;
  height: 190px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(75%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
}
.detail_text.close .mask {
  display: block;
}
.detail_text .mask button {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  width: 271px;
  height: 66px;
}
.detail_text .info {
  font-size: 0.8em;
  line-height: 0.9em;
  font-weight: normal;
}


.screen_shot {
  position: relative;
  margin: 0 0 40px -30px;
  overflow: hidden;
}
.screen_shot h3 {
  margin: 0 0 30px 7px;
  background: url(../../img/bg_caption.png) 100% 100% no-repeat;
}
.screen_shot h3 img {
  margin: 0 0 0 -7px;
}
.screen_shot .ss-container {
  width: 740px;
  margin: 0 auto 8px;
}
.screen_shot .ssv-container {
  width: 820px;
  margin: 0 auto 8px;
}
.screen_shot .prev_mask {
  position: absolute;
  top: 104px;
  left: 0;
  bottom: 24px;
  width: 85px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.9)),to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
  z-index: 10;
}
.screen_shot .next_mask {
  position: absolute;
  top: 104px;
  right: 0;
  bottom: 24px;
  width: 85px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,0.9)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
  z-index: 10;
}
.screen_shot .ssSwiper-prev {
  position: absolute;
  top: 0; bottom: 0; left: 20px;
  margin: auto;
  width: 36px;
  outline: none;
  cursor: pointer;
}
.screen_shot .ssSwiper-next {
  position: absolute;
  top: 0; right: 20px; bottom: 0;
  margin: auto 0;
  width: 36px;
  outline: none;
  cursor: pointer;
}
.screen_shot .swiper-slide {
  text-align: center;
}
.screen_shot .swiper-slide iframe {
  width: 720px;
  height: 405px;
}
.screen_shot .ss-container .swiper-slide img {
  width: 720px;
}
.screen_shot .ssv-container .swiper-slide img {
  width: 252px;
}
.swiper-slide a:hover img {
  opacity: 0.8;
}
.ssSwiper-pagination {
  text-align: center;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: #fc0;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff9c00;
}
.contact {
  display: block;
  width: 612px;
  margin: 0 auto;
}

aside {
  padding: 30px 0 0;
}
aside .game,
aside .board_game {
  position: relative;
  margin: 0 0 32px;
  background: #ffed9a;
}
aside .game h2,
aside .board_game h2 {
}
aside .game h2 img,
aside .board_game h2 img {
  margin: -18px 0 0;
}
aside .game h2 .wide,
aside .board_game h2 .wide {
  display: none;
}
aside a,
aside a:visited {
  display: block;
  font-size: 16px;
  color: #333;
}
aside a:hover {
  color: #f42;
}
aside li {
  line-height: 1.2;
  margin: 15px;
}
@media screen and (min-width: 1221px) {
  aside li:last-of-type {
    margin: 15px 15px 0;
  }
  aside li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
aside li img {
  width: 64px;
  height: 64px;
}
aside li b {
  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;
  margin: 0 0 0 8px;
}
.games_all_btn {
  padding: 15px 10px;
  text-align: center;
}
.games_all_btn img {
  height: 23px;
}

@media screen and (max-width: 1220px) {
  .breadcrumb ul {
    max-width: 890px;
  }
  main {
    display: block;
    width: 890px;
  }
  main article {
    padding: 30px 0 30px 30px;
  }aside {
    padding: 30px 0 8px;
  }
  aside .game,
  aside .board_game {
    max-width: 750px;
    margin: 0 auto 32px;
  }
  aside .game h2 .side,
  aside .board_game h2 .side {
    display: none;
  }
  aside .game h2 .wide,
  aside .board_game h2 .wide {
    display: inline-block;
  }
  .applist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 14px;
    padding: 28px 0;
  }
  .applist li {
    position: relative;
    width: 21%;
    margin: 0 2% 3vw;
    line-height: 1.2;

  }
  aside li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 8px;
  }
  .games_all_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    height: 78px;
  }
  .games_all_btn img {
    height: 36px;
  }
  aside li b {
    display: inline-block;
    margin: 0;
  }
  footer {
    max-width: 920px;
  }
}