@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #2f2f2f;
  font-weight: 300;
  overflow: hidden;
  color: #333;
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 30;
  background: #000;
}

h2 {
  font-size: 2.45em;
  font-weight: 600;
  margin-bottom: 2vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  h2 {
    padding: 12px;
    font-size: 1.6em;
  }
}
h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.45em;
  font-weight: 600;
}

article {
  padding: 6vw 0;
}
@media only screen and (max-width: 640px) {
  article {
    padding-bottom: 8vw;
  }
  article .wrap {
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
  }
}

.inactive {
  opacity: 0.4;
}
.inactive a {
  cursor: default;
}

.ps4 {
  background: #003791;
}
.ps4:before {
  background: #003791;
}

.switch {
  background: #e50414;
}
.switch:before {
  background: #e50414;
}

.xbox {
  background: #107c10;
}
.xbox:before {
  background: #107c10;
}

.steam {
  background: #5f5f5f;
}
.steam:before {
  background: #5f5f5f;
}
.steam img {
  width: 80%;
}

.bBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg.gif") 0 0 repeat-y;
  background-size: 100%;
  z-index: -5;
}

.container {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

a.zbutton {
  padding: 0.8em;
  background: #e50414;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

p a, p a img, .social a, ul li:not(.inactive) a, dd a, .button:hover {
  transition: 0.4s;
  color: #2478e5;
}

p a:hover, p a:hover img, ul li:not(.inactive):hover a, .button:hover {
  opacity: 0.7;
}

header {
  height: 48px;
  padding: 4px 8px;
  background: #e60012;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  z-index: 11;
  position: relative;
}
header img {
  width: auto;
  height: 40px;
}
header a.txt {
  border: solid 1px #f9f7e9;
  color: #f9f7e9;
  font-size: 0.8em;
  padding: 6px 6px 6px 20px;
  display: block;
  margin: auto 0;
  position: relative;
  text-decoration: none;
}
header a.txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #f9f7e9;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .lang {
  padding-bottom: 8px;
  background: #FFF;
  color: #717171;
  text-align: center;
  position: absolute;
  top: 56px;
  right: 8px;
}
header .lang p {
  cursor: pointer;
  padding: 8px 16px 8px 8px;
  position: relative;
}
header .lang p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0px 4px;
  border-color: #717171 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto 0;
}
header .lang ul {
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
header .lang ul.open {
  height: auto;
}
header .lang li {
  padding: 8px 0;
}
header .lang a {
  color: #717171;
}
header .lang a.active {
  color: #FFC51D;
}
header .lang li.inactive {
  opacity: 1;
}
header .lang li.inactive a {
  cursor: auto;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  header .lang {
    font-size: 10px;
  }
}

.snav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  background: #000;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
}
.snav > div {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .snav > div {
    margin: 0 auto;
  }
}
.snav > div p {
  color: #FFC51D;
  padding-right: 24px;
  line-height: 48px;
}
@media only screen and (max-width: 640px) {
  .snav > div p {
    width: 100%;
    padding-right: 0;
    padding: 4px 0;
    line-height: normal;
    text-align: center;
    background: #000;
  }
}
.snav ul {
  height: 56px;
  padding: 4px 32px 4px 0;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .snav ul {
    height: 40px;
    padding-right: 0;
  }
}
.snav ul li {
  width: 142px;
  height: 100%;
  margin-left: 4px;
  background: transparent;
  position: relative;
  display: block;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 640px) {
  .snav ul li {
    width: auto;
  }
}
.snav ul li:first-child {
  margin-left: 0;
}
.snav ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
}
.snav ul li a {
  height: 100%;
  padding: 0 12px;
  color: #292929;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 16px;
  vertical-align: middle;
  line-height: 56px;
  position: relative;
  z-index: 9;
}
.snav ul li a img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 640px) {
  .snav ul li a {
    padding: 0 6px;
    line-height: 32px;
  }
}
.snav .twitter {
  padding: 4px;
}
@media only screen and (max-width: 640px) {
  .snav .twitter {
    display: none;
  }
}
.snav .twitter a {
  color: #FFF;
  background: #1da1f3;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  padding: 4px 16px 4px 4px;
}
.snav .twitter img {
  height: 40px;
  vertical-align: middle;
}

#hero {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.main {
  padding: 5% 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .main {
    min-height: 640px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 640px) {
  .main {
    padding-bottom: 12vw;
  }
}
.main h1 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.main h1 img {
  width: 100%;
}
.main h1 ~ p {
  max-width: 1080px;
  padding: 16px;
  margin: 16px auto 32px;
  font-size: 2.45em;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
.main h1 ~ p span {
  font-size: 0.65em;
}
@media only screen and (min-width: 641px) {
  .main h1 ~ p {
    min-width: 720px;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .main h1 ~ p {
    width: 100%;
    font-size: 7vw;
  }
}
.main > ul {
  margin-bottom: 32px;
}
.main ul.button {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main ul.button li {
  width: 80%;
  max-width: 238px;
  margin-top: 16px;
  margin-left: 24px;
  color: #2f2f2f;
}
.main ul.button li.black {
  background: rgba(47, 47, 47, 0.9);
  border: solid 3px #111;
}
@media only screen and (max-width: 640px) {
  .main ul.button li {
    margin-left: 0;
  }
}
.main ul.button a {
  padding: 0 12px;
  color: #292929;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #f9f7e9;
  padding: 16px;
}
.main .buy {
  max-width: 720px;
  background: rgba(0, 0, 0, 0.7);
  border: solid 2px #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .main .buy {
    padding: 0;
  }
}
.main .buy p {
  color: #FFC51D;
  font-size: 1.25em;
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px 0;
}
.main .buy ul.button {
  flex-wrap: nowrap;
  padding-bottom: 16px;
}
.main .buy ul.button li {
  max-width: 124px;
  margin: 0 0.6%;
  border: solid 2px #FFF;
}
.main .buy ul.button li a {
  height: 52px;
  padding: 0 8px 4px 8px;
  line-height: 48px;
  box-sizing: border-box;
}
.main .buy ul.button li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

@-moz-keyframes flow_ {
  40% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes flow_ {
  40% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
}
@keyframes flow_ {
  40% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes show_ {
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show_ {
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show_ {
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#bgv {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 0;
}
#bgv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg-hero_jp.jpg") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#bgv .mbYTP_wrapper {
  z-index: 0 !important;
}
@media only screen and (max-width: 640px) {
  #bgv .mbYTP_wrapper {
    display: none;
  }
  #bgv:before {
  content: "";
  background: url("../img/bg-hero_jp@sp.jpg") center top no-repeat;
}
}

#point {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  #point article {
    padding-bottom: 2vw;
    /*
    &.bg:nth-child(1) { background: url("../img/bg-01.jpg") center top no-repeat; background-size: cover; }
    &.bg:nth-child(2) { background: url("../img/bg-02.jpg") center top no-repeat; background-size: cover; }
    &.bg:nth-child(3) { background: url("../img/bg-03.jpg") center top no-repeat; background-size: cover; }
    */
  }
}
@media only screen and (max-width: 640px) {
  #point article {
    padding-bottom: 0;
  }
}
#point article > h2 ~ p, #point article > h2 + div {
	padding: 3% 3% 3%;
	font-size: 0.95em;
	line-height: 1.75;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
}
#point article > div.horizontal {
  display: flex;
  justify-content: space-between;
	padding: 0;
	background: none;
}
@media only screen and (max-width: 640px) {
  #point article > div.horizontal  {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#point article > div.horizontal  p {
  width: 100%;
  max-width: 524px;
}
#point article > div.horizontal  p:first-child img {
  width: 100%;
  margin-top: 8px;
}
#point article > div.horizontal  p:first-child img:first-child {
  margin-top: 0;
}
#point article > div.horizontal p:first-child ~ p {
  padding: 6% 3% 6%;
  font-size: 0.95em;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #point article > div.horizontal p:first-child img {
    margin-bottom: 0;
  }
  #point article > div.horizontal p:first-child ~ p {
    background: #FFF;
    padding: 8% 3% 16%;
  }
}
@media only screen and (max-width: 640px) {
  #point article {
    padding-top: 0;
    background-size: auto 100% !important;
  }
  #point article .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
#point h2 {
  width: 100%;
  color: #f9f7e9;
  line-height: 1.3;
  background: #2f2f2f;
  padding: 16px 40px 16px 40px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #point h2 {
    width: 100%;
    padding: 16px;
    font-size: 1.25em;
    padding: 24px 12px 24px 12px;
    margin-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

#point dl.schedule dt {
  padding: 1.2em;
}
#point dl.schedule > dt {
  background: #2f2f2f;
  color: #f9f7e9;
  padding: 1.2em;
}
#point dl.schedule dd > dl dt {
  background: #dadde7;
  padding: 1.2em;
}
#point dl.schedule dd > dl dd {
  padding: 1.2em;
  line-height: 1.45;
	background: #fff;
	margin-bottom: 2em;
}
@media only screen and (min-width: 641px) {
  #point article.reverse {
    text-align: right;
  }
  #point article.reverse h2 {
    padding-right: 10vw;
    padding-left: 40px;
    margin-left: 0;
    margin-right: -25px;
  }
  #point article.reverse > div {
    flex-direction: row-reverse;
  }
  #point article.reverse p {
    text-align: left;
  }
}

#media {
  background: #FFF;
}
#media .gallery > ul {
  opacity: 0;
  transition: 0.8s;
}
#media .gallery > ul.slick-initialized {
  opacity: 1;
}
#media ul.slider li {
  padding: 0 8px;
}
#media ul.thumb {
  margin: 24px auto 0;
  width: 82%;
}
#media ul.thumb li {
  position: relative;
}
#media ul.thumb li.video:before {
  content: "";
  width: 42.66667px;
  height: 30px;
  background: url("../img/img-youtube.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#media ul.thumb li.slick-slide {
  margin: 0 8px;
}
#media .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#media .youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* slick */
.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

#spec {
  width: 100%;
  padding-bottom: 32px;
  position: relative;
}
#spec.bg-spec {
  background: #dadde7;
}
#spec.bg-spec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg-spec.jpg") center top no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #spec.bg-spec:before {
    height: 30vw;
  }
}
#spec > .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 641px) {
  #spec > .wrap {
    padding-top: 32px;
  }
}
#spec article {
  padding: 56px 80px;
  background: white;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #spec article {
    width: 100%;
    margin-top: 30vw;
  }
}
#spec dl {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#spec dt, #spec dd {
  margin-top: 1.4em;
  box-sizing: border-box;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 641px) {
  #spec dt:first-child, #spec dt:nth-child(2), #spec dd:first-child, #spec dd:nth-child(2) {
    margin-top: 0;
  }
}
#spec dt {
  width: 46%;
  padding-right: 64px;
  text-align: right;
}
#spec dd {
  width: 54%;
  text-align: left;
  line-height: 1.25;
}
#spec .spec-content {
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}
#spec .twitter {
  padding-top: 40px;
}
#spec .twitter a.button {
  color: #FFF;
  background: #1da1f3;
}
#spec .twitter a.button img {
  width: 32px;
  margin-bottom: -8px;
}
#spec a.button {
  padding: 0 12px;
  color: #292929;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 1.25em;
  max-width: 240px;
  margin: 0 auto;
  line-height: 3em;
}
@media only screen and (max-width: 640px) {
  #spec {
    padding-bottom: 0;
  }
  #spec article {
    width: 100%;
    padding: 8% 6%;
  }
  #spec h2 {
    padding-left: 0;
  }
  #spec dl {
    border-top: solid 1px #717171;
    border-bottom: solid 1px #717171;
    padding: 24px 0;
  }
  #spec dt, #spec dd {
    width: 100%;
    text-align: left;
  }
  #spec dt {
    font-weight: 600;
    margin-top: 2em;
  }
  #spec dt:first-child {
    margin-top: 0;
  }
  #spec dd {
    margin-top: 0.4em;
  }
  #spec article + article > div {
    overflow: hidden;
  }
  #spec article + article .spec-content {
    height: 330px;
    position: relative;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
  }
  #spec article + article .spec-content iframe {
    width: 800px !important;
  }
  #spec .share {
    height: 100px;
  }
}

.share {
  width: 100%;
  padding: 32px;
  display: table;
}
.share h2 {
  text-align: right;
  padding-right: 44px;
  box-sizing: border-box;
}
.share > * {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.share ul li {
  display: inline-block;
  margin-left: 32px;
  vertical-align: middle;
}
.share ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .share {
    padding: 0;
  }
  .share h2 {
    width: 50%;
    padding: 0 0 0 4%;
  }
  .share h2 img {
    width: 100%;
  }
  .share ul {
    width: 50%;
    text-align: center;
  }
  .share ul li img {
    width: 50px;
  }
}

footer {
  width: 100%;
  box-sizing: border-box;
}
footer a.button {
  font-weight: 500;
  color: #f9f7e9;
  border: solid 1px #f9f7e9;
  padding: 16px 24px;
  text-decoration: none;
  position: relative;
}
footer a.button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #f9f7e9;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer ul {
  width: 100%;
  text-align: center;
}
footer ul li {
  display: inline-block;
  margin-left: 32px;
  vertical-align: middle;
}
footer ul li:first-child {
  margin-left: 0;
}
footer small {
  font-size: 0.85em;
  display: block;
  text-align: center;
  vertical-align: bottom;
}
footer .link a {
  margin-left: 32px;
}
footer .link a:first-child {
  margin-left: 0;
}
footer .social > * {
  display: inline-block;
}
footer .social p {
  font-size: 0.8em;
  padding: 8px;
  margin-right: 32px;
  border: solid 1px #2f2f2f;
}
footer .social ul {
  width: auto;
}
footer .social ul li {
  display: inline-block;
  margin-left: 32px;
  vertical-align: middle;
}
footer .social ul li:first-child {
  margin-left: 0;
}
footer .credit {
  padding: 24px 12px 24px;
  text-align: center;
  background: #000;
  color: #717070;
}
footer .credit img {
  max-height: 40px;
}
footer .credit a {
  display: inline-block;
}
footer .credit > * {
  padding: 8px 0;
}
footer .credit .logos img {
  display: block;
  margin: 0 auto 0 auto;
}
footer .credit .notice {
  font-size: 0.6em;
  line-height: 1.25;
}
footer .credit .notice img {
  height: 0.6em;
  display: inline;
}
@media only screen and (max-width: 640px) {
  footer {
    display: block;
    text-align: center;
  }
  footer > * {
    display: block;
  }
  footer small {
    text-align: center;
  }
  footer a.button {
    font-size: 0.8em;
  }
  footer .link a {
    margin-left: 16px;
  }
}

strong {
	font-weight: bold;
  line-height: 1.5;
}
/*
.modal {
	a {
		color: #FF8215;
	}
	img { 
		width: 100%; 
	}
	> div {
		width: 100%;
	    margin: 10% auto 10%;
	}
	.modal-content {
		padding: 32px 40px;
		background: rgba(0,0,0,0.8);
		letter-spacing: 0.01em;
		h2 {font-size: 1.4em; padding-bottom: 32px;}
		p {
			line-height: 1.65;
		}
		@media only screen and (max-width:640px) {
			padding: 32px 16px;
			h2 { font-size: 0.95em; line-height: 1.25;}
			p { font-size: 0.85em; }
		}
	}
	.close {
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		margin-left: auto;
		margin-bottom: 8px;
		display: block;
		@media only screen and (max-width:640px) {
			margin-bottom: 24px;
			margin-right: 16px;
		}
		&:before, &:after {
			content: ""; 
			width: 6px;
			height: 100%;
			position: absolute;
			top: 0;
		    right: 0;
			left: 0;
			margin: 0 auto;
			background: #FFF;
		}
		&:before {
			transform: rotate(-45deg);
		}
		&:after {
			transform: rotate(45deg);
		}
	}
}
*/
.toTop {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #FFF;
  position: fixed;
  right: 4%;
  bottom: 6%;
  display: block;
  opacity: 0;
  z-index: 8;
  transition: 0.4s;
}
.toTop:hover {
  opacity: 0.7 !important;
}
.toTop:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  boarder-radius: 3px;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (min-width: 641px) {
  .jsMvDisp {
    opacity: 0;
    transition: 0.8s;
    transform: translate(0, 20px);
  }

  .jsMvDisp.disp {
    opacity: 1;
    transform: translate(0, 0);
  }

  .pcb {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .spb {
    display: none;
  }
}
