@charset "utf-8";

.pcv {
  display: none;
}
.breadcrumb {
  background: #f80;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2vw;
  font-size: 14px;
  align-items: center;
}
.breadcrumb li {
  position: relative;
  padding: 0.7em 1.7em 0.7em 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 img {
  width: 16px;
}
main {
  background: #fff;
}

main article {
  position: relative;
  padding: 4vw;
}
.app_icon {
  float: left;
  padding: 0 4vw 4vw 0;
}
.app_icon img {
  width: 24vw;
}
article h2 {
  margin: 5vw 0 3.5vw 0;
  font-size: 20px;
  font-weight: bold;
}
.genre {
  margin: 0 0 40px;
  font-size: 14px;
  color: #888;
}
.detail_text {
  position: relative;
  clear: both;
  margin: 0 0 1.5em;
  font-size: 15px;
  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: 6em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(85%, 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) 85%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,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: 50vw;
  height: 15vw;
}
.detail_text .mask button img {
  width: 100%;
  max-width: 271px;
}
.screen_shot {
  position: relative;
  margin: 0 -4vw 5vw;
  overflow: hidden;
}
.screen_shot h3 {
  margin: 0 0 4vw;
}
.screen_shot h3 img {
  width: 100%;
}
.screen_shot .ss-container {
  width: 89vw;
  margin: 0 auto 2vw;
}
.screen_shot .ssv-container {
  width: 98vw;
  margin: 0 auto 2vw;
}
.screen_shot .prev_mask {
  position: absolute;
  top: 16vw;
  left: 0;
  bottom: 6vw;
  width: 6vw;
  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: 16vw;
  right: 0;
  bottom: 6vw;
  width: 6vw;
  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: 1vw;
  margin: auto;
  width: 4vw;
  outline: none;
}
.screen_shot .ssSwiper-next {
  position: absolute;
  top: 0; right: 1vw; bottom: 0;
  margin: auto 0;
  width: 4vw;
  outline: none;
}
.screen_shot .swiper-slide {
  text-align: center;
}
.screen_shot .ss-container .swiper-slide img {
  width: 86vw;
}
.screen_shot .ssv-container .swiper-slide img {
  width: 46vw;
}
.screen_shot .swiper-slide iframe {
  width: 86vw;
  height: 48vw;
}
.ssSwiper-pagination {
  text-align: center;
}
.swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  margin: 0 1vw;
  background: #fc0;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff9c00;
}
article .btns {
  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;
  margin: 0 0 5vw;
}
html:not([class]) article .btns {
  display: none;
}
article .btns a {
  margin: 0 1.5vw;
}
.android article .btns a:first-child {
  display: none;
}
.ios article .btns a:last-child {
  display: none;
}
article .btns img {
  height: 14.6vw;
}
.app_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 0 5vw;
  display: none;
}
.app_share > img {
  padding: 2.2vw 3vw 0 4.5vw;
  height: 8vw;
}
.app_share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.app_share ul li {
  margin: 0 1.2vw;
}
.app_share ul li img {
  width: 12vw;
}
.contact {
  display: block;
  width: 91.4vw;
  margin: 0 auto;
}
.contact img {
  width: 100%;
}

aside {
  padding: 30px 0 0;
}
aside .game,
aside .board_game {
  position: relative;
  padding: 0 0 4vw;
  margin: 0 0 32px;
  background: #ffed9a;
}
aside .game h2,
aside .board_game h2 {
}
aside .game h2 img,
aside .board_game h2 img {
  margin: -2.1vw 0 0;
  width: 100%;
}
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 1%;
  padding: 3vw 0 0;
}
.applist li {
  position: relative;
  width: 21%;
  margin: 0 2% 3vw;
  line-height: 1.2;
  
}
aside a,
aside a:visited {
  display: block;
  font-size: 12px;
  color: #333;
}
aside li img {
  display: block;
  width: 100%;
  margin: 0 0 0.7vw;
}
.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 3.3vw;
  height: 10.5vw;
}
.games_all_btn img {
  height: 4.5vw;
}

#pagetop {
  display: none;
}

#btnTop img {
  width: 100%;
}

@media screen and (min-width: 541px) {
  article h2 {
    font-size: 4.5vw;
  }
  .genre {
    font-size: 2.5vw;
  }
  .detail_text {
    font-size: 2.8vw;
  }
  aside a,
  aside a:visited {
    font-size: 2.4vw;
  }
}