@charset "UTF-8";
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

footer {
  padding-bottom: 5px;
}
footer #logo-bne {
  padding: 10px 0;
}

.hoverOpa {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hoverOpa:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

body::before {
  background: url("../images/special/bg_special.jpg") top center no-repeat;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

#tieup a {
  text-decoration: underline;
  outline: none;
}
#tieup a:link {
  color: #ffea00;
}
#tieup a:visited {
  color: #ffea00;
}
#tieup a:hover {
  color: #ffea00;
}
#tieup a:active {
  color: #fff;
}
#tieup a.btn-txt {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  display: block;
  width: 65%;
  margin: 2% auto 5%;
  padding: 10px 30px;
  color: #fff;
  background: none;
  border: 2px solid;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#tieup #mainCol ul, #tieup #mainCol dl {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  line-height: 180%;
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#tieup #mainCol dl {
  margin-top: 30px;
}
#tieup #mainCol dl dt {
  font-weight: bold;
  font-size: 16px;
}

#opening #mainCol h4 {
  margin-top: -5%;
}
#opening #mainCol h4 + p {
  margin-bottom: 6%;
}
#opening #mainCol p {
  width: 90%;
  margin: 0 auto;
}
#opening #mainCol ul {
  width: 90%;
  margin: 0 auto;
  zoom: 1;
}
#opening #mainCol ul:before, #opening #mainCol ul:after {
  content: "";
  display: table;
}
#opening #mainCol ul:after {
  clear: both;
}
#opening #mainCol ul li {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#opening #mainCol ul li img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#opening #mainCol ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#shopCamp #mainCol .mainCol-box {
  width: 90%;
  margin: 0 auto;
}
#shopCamp #mainCol .mainCol-box .btnShop {
  display: block;
  margin: 5% auto;
}
#shopCamp #mainCol #howto {
  width: 90%;
  margin: 5% auto 0;
  text-align: left;
  color: #bdbdbd;
  font-size: 90%;
  line-height: 1.5em;
}
#shopCamp #mainCol #howto .box {
  margin-top: 3%;
  text-align: center;
  border: solid 2px #4c0404;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#shopCamp #mainCol #howto .box h2 {
  padding: 1.5% 5% 1%;
  background: #4c0404;
  border-bottom: solid 2px #4c0404;
  font-size: 100%;
  font-weight: bold;
  color: #FFF;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
}
#shopCamp #mainCol #howto .box .inner {
  padding: 3%;
  text-align: left;
  font-size: 85%;
  line-height: 1.5em;
}
#shopCamp #mainCol #howto .box .inner hr {
  margin: 3% 0;
  border: solid #4c0404;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

#live ul.livebtnCol {
  margin: 0;
}
#live ul.livebtnCol li {
  width: 60%;
  margin: 0 auto 3%;
}

#gallery #wrapCol #mainCol {
  background: url(../images/special/gallery/bg_gallery.png) center top no-repeat, rgba(0, 0, 0, 0.6);
  background-size: 100% auto;
}
#gallery #wrapCol #mainCol h3 {
  margin: 3% auto 0;
}
#gallery #wrapCol #mainCol .mainCol-inner {
  position: relative;
  padding-bottom: 0;
  margin: 2% 0 0;
  z-index: 5;
}
#gallery #ssnavi {
  overflow: hidden;
  padding: 5vw 0 0;
  margin-bottom: -5vw;
  text-align: center;
  font-size: 0;
}
#gallery #ssnavi li {
  display: inline-block;
  width: 40vw;
  margin: 0;
}
#gallery #ssnavi li + li {
  margin-left: 5vw;
}
#gallery #ssnavi li a {
  display: block;
  width: 40vw;
  height: 16vw;
  text-indent: -9999px;
}
#gallery #ssnavi li a.colabo {
  background: url("../../images/special/gallery/menu/subbtn_collaboration.png") top left no-repeat;
  background-size: 100% auto;
}
#gallery #ssnavi li a.colabo:hover {
  background: url("../../images/special/gallery/menu/subbtn_collaboration_on.png") top left no-repeat;
  background-size: 100% auto;
}
#gallery #ssnavi li a.BNScolabo {
  background: url("../../images/special/gallery/menu/subbtn_bns_collaboration.png") top left no-repeat;
  background-size: 100% auto;
}
#gallery #ssnavi li a.BNScolabo:hover {
  background: url("../../images/special/gallery/menu/subbtn_bns_collaboration_on.png") top left no-repeat;
  background-size: 100% auto;
}
#gallery #ssnavi li.act a {
  pointer-events: none;
}
#gallery #ssnavi li.act a.colabo {
  background: url("../../images/special/gallery/menu/subbtn_collaboration_on.png") top left no-repeat;
  background-size: 100% auto;
}
#gallery #ssnavi li.act a.BNScolabo {
  background: url("../../images/special/gallery/menu/subbtn_bns_collaboration_on.png") top left no-repeat;
  background-size: 100% auto;
}
#gallery #mainCol section {
  display: none;
}
#gallery #mainCol section.display {
  display: block;
}
#gallery .galleryCol {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}
#gallery .galleryCol li {
  width: 50%;
  display: inline-block;
}
#gallery .galleryCol li .inlinePopCol {
  display: none;
}
#gallery .inlinePopInner {
  background: url(../images/special/gallery/bg_popup_top.png) center top no-repeat, url(../images/special/gallery/bg_popup_bottom.png) center bottom no-repeat, url(../images/special/gallery/bg_popup_vertical.png) center top repeat-y, url(../images/special/gallery/bg_popup.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 5%;
}
#gallery .inlinePopInner > img {
  display: block;
  margin: 0 auto;
}
#gallery .inlinePopInner p {
  background: rgba(0, 0, 0, 0.8);
  font-size: 2.7vw;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  padding: 3%;
}
#gallery .inlinePopInner p.commentCol {
  text-align: left;
}
#gallery .inlinePopInner p + img {
  margin-top: 4%;
}
#gallery .inlinePopInner p span.tit {
  display: inline-block;
  background: #660000;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 2px;
  margin-bottom: 1em;
}
#gallery .inlinePopInner a {
  display: block;
  width: 100%;
  margin: 2% auto 0;
}
@media screen and (max-width: 640px) {
  #gallery #cboxNext, #gallery #cboxPrevious {
    width: 16%;
    top: 44%;
  }
  #gallery #cboxNext {
    right: -12%;
  }
  #gallery #cboxPrevious {
    left: -12%;
  }
}
#gallery #BNScollaboration .galleryCol li:nth-child(-n+2) a img {
  margin: -7vw 0;
}

#tgs2019 {
  color: #fff;
}
#tgs2019 a {
  text-decoration: underline;
  outline: none;
}
#tgs2019 a:link {
  color: #ffea00;
}
#tgs2019 a:visited {
  color: #ffea00;
}
#tgs2019 a:hover {
  color: #ffea00;
}
#tgs2019 a:active {
  color: #fff;
}
#tgs2019 .mainCol-inner {
  width: 90%;
  margin: 0 auto;
}
#tgs2019 section h4 {
  background: url(../images/special/tgs2019/bg_tit.png) center top no-repeat;
  background-size: 100% auto;
  height: 20.65vw;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 8vw 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#tgs2019 section h4 + h5 {
  padding-top: 3vw;
}
#tgs2019 section h5 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 7vw 0 4vw;
  margin: 0 auto;
  text-shadow: 3px 0 10px rgba(255, 0, 0, 0.4), 3px 3px 10px rgba(255, 0, 0, 0.4), 0 3px 10px rgba(255, 0, 0, 0.4), -3px 3px 10px rgba(255, 0, 0, 0.4), -3px 0 10px rgba(255, 0, 0, 0.4), -3px -3px 10px rgba(255, 0, 0, 0.4), 0 -3px 10px rgba(255, 0, 0, 0.4), 3px -3px 10px rgba(255, 0, 0, 0.4);
}
#tgs2019 section h5 + p {
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2em;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), -1px 0 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6);
  padding-bottom: 4vw;
}
#tgs2019 section h6 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #ff0000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  padding: 35px 0 20px;
  margin: 0 auto;
}
#tgs2019 section .txt_r {
  color: #ff0000;
  font-weight: bold;
}
#tgs2019 section .txt_b {
  font-weight: bold;
}
#tgs2019 section .attention {
  font-size: 0.8em;
}
#tgs2019 section .detailCol {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 1.2em;
  box-sizing: border-box;
  margin: 0 auto;
}
#tgs2019 section .detailCol dl {
  margin-bottom: -0.6em;
  line-height: 1.2em;
  zoom: 1;
}
#tgs2019 section .detailCol dl:before, #tgs2019 section .detailCol dl:after {
  content: "";
  display: table;
}
#tgs2019 section .detailCol dl:after {
  clear: both;
}
#tgs2019 section .detailCol dl dt {
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
#tgs2019 section .detailCol dl dd {
  float: left;
  margin: 0 0 0.5em 0.5em;
}
#tgs2019 section .detailCol .imgCol {
  margin: 20px 0;
  zoom: 1;
}
#tgs2019 section .detailCol .imgCol:before, #tgs2019 section .detailCol .imgCol:after {
  content: "";
  display: table;
}
#tgs2019 section .detailCol .imgCol:after {
  clear: both;
}
#tgs2019 section .detailCol .imgCol li {
  width: calc(50% - 0.25em);
  float: left;
}
#tgs2019 section .detailCol .imgCol li:nth-child(2n) {
  margin-left: 0.5em;
}
#tgs2019 section .detailCol .imgCol li:nth-child(n+3) {
  margin-top: 0.5em;
}
#tgs2019 section .detailCol:after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border: solid 1px rgba(193, 162, 82, 0.2);
  box-sizing: border-box;
  pointer-events: none;
}
#tgs2019 section .notes {
  font-size: 0.9em;
  text-align: left;
  margin: 20px auto 0;
}
#tgs2019 section .notes li {
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
#tgs2019 section .notes li + li {
  margin-top: 0.2em;
}
#tgs2019 section + section {
  margin-top: 6vw;
}
#tgs2019 hr {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  margin: 20px 0;
}
#tgs2019 #stage .detailCol dt {
  width: 4.5em;
}
#tgs2019 #stage .detailCol dd {
  width: calc(100% - 5.5em);
}
#tgs2019 #stage .detailCol dd .bgW {
  width: 100%;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.2em 0.3em;
  margin-bottom: 0.7em;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
#tgs2019 #stage .detailCol dd .castCol {
  zoom: 1;
}
#tgs2019 #stage .detailCol dd .castCol:before, #tgs2019 #stage .detailCol dd .castCol:after {
  content: "";
  display: table;
}
#tgs2019 #stage .detailCol dd .castCol:after {
  clear: both;
}
#tgs2019 #stage .detailCol dd .castCol li {
  width: calc(50% - 0.25em);
  float: left;
}
#tgs2019 #stage .detailCol dd .castCol li img {
  margin-bottom: 0.3em;
}
#tgs2019 #stage .detailCol dd .castCol li span {
  font-size: 0.7em;
}
#tgs2019 #stage .detailCol dd .castCol li + li {
  margin-top: 0.5em;
}
#tgs2019 #stage .detailCol dd .castCol li:nth-child(2) {
  margin: 0 0 0.5em 0.5em;
}
#tgs2019 #stage .detailCol dd .castCol li:nth-child(n+3) {
  float: none;
}
#tgs2019 #stage .detailCol dd .castCol li:nth-child(n+4) {
  margin-top: 0.5em;
  width: 100%;
}
#tgs2019 #stage .detailCol dd .castCol.developer li {
  float: none;
  width: 100%;
}
#tgs2019 #stage .detailCol dd .castCol.developer li:nth-child(2) {
  margin: 0.5em 0 0;
}
#tgs2019 #stage .detailCol dd .castCol + .bgW {
  margin-top: 0.7em;
}
#tgs2019 #trialPlay .detailCol dl {
  background: rgba(255, 255, 255, 0.05);
  padding: 1em 1em 0.5em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  font-size: 1em;
}
#tgs2019 #trialPlay .detailCol dl dt {
  width: 4.5em;
}
#tgs2019 #trialPlay .detailCol dl dd {
  width: calc(100% - 5.5em);
  line-height: 1.2em;
  font-size: 0.95em;
}
#tgs2019 #trialPlay .charaCol li {
  float: none;
  width: 100%;
}
#tgs2019 #trialPlay .charaCol li + li {
  margin: 0.5em 0 0;
}
#tgs2019 #trialPlay .charaCol li .imgChara {
  padding-bottom: 0.5em;
}
#tgs2019 #trialPlay .charaCol li .charaName {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #ff0000;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  padding-bottom: 0.4em;
}
#tgs2019 #trialPlay hr + h6 {
  margin-top: -30px;
}
#tgs2019 #trialPlay .sTit {
  color: #ff0000;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}
#tgs2019 #photo p {
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2em;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), -1px 0 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6);
  padding-bottom: 4vw;
}
#tgs2019 #distribute .detailCol .itemName {
  text-align: center;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
#tgs2019 #distribute .detailCol img {
  display: block;
  margin: 0 auto;
}
#tgs2019 #distribute .detailCol dt {
  width: 2.5em;
}
#tgs2019 #distribute .detailCol dd {
  width: calc(100% - 3.5em);
}
#tgs2019 #distribute .detailCol .stickerCol li {
  text-align: center;
  font-size: 2.65vw;
  line-height: 1.2em;
}
#tgs2019 #distribute .detailCol .stickerCol li img {
  margin-bottom: 0.3em;
}
#tgs2019 #distribute .detailCol .stickerCol li + li {
  margin-top: 0.7em;
}

#trialEdition #mainCol {
  color: #fff;
}
#trialEdition #mainCol h3 {
  margin: 0 0 20px;
}
#trialEdition #mainCol .bnr {
  display: block;
  width: 96%;
  margin: 0 auto 20px;
}
#trialEdition #mainCol .base {
  position: relative;
  margin: 0 auto 20px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
#trialEdition #mainCol .base:after {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(193, 162, 82, 0.2);
  box-sizing: border-box;
  pointer-events: none;
  content: '';
}
#trialEdition #mainCol .base h4 {
  margin: 0;
}
#trialEdition #mainCol .base p {
  margin: 0 0 20px;
}
#trialEdition #mainCol .base .mainImg {
  width: 100%;
}
#trialEdition #mainCol .base ul {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
}
#trialEdition #mainCol .base ul li {
  width: 33.33333%;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
#trialEdition #mainCol .base ul li img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#trialEdition #mainCol .base ul li:first-child {
  margin: 0 5px 0 0;
}
#trialEdition #mainCol .base ul li:last-child {
  margin: 0 0 0 5px;
}
#trialEdition #mainCol .base ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#trialEdition #mainCol .base .inherit {
  margin: 10px 0;
}
#trialEdition #mainCol .notice {
  padding: 0 10px;
  line-height: 1.5em;
  text-align: left;
}

#storeTrial {
  color: #fff;
}
#storeTrial .mainCol-inner {
  width: 90%;
  margin: 0 auto;
}
#storeTrial section h4 {
  background: url(../images/special/tgs2019/bg_tit.png) center top no-repeat;
  background-size: 100% auto;
  height: 20.65vw;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 8vw 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#storeTrial section h4 + h5 {
  padding-top: 3vw;
}
#storeTrial section h5 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 7vw 0 4vw;
  margin: 0 auto;
  text-shadow: 3px 0 10px rgba(255, 0, 0, 0.4), 3px 3px 10px rgba(255, 0, 0, 0.4), 0 3px 10px rgba(255, 0, 0, 0.4), -3px 3px 10px rgba(255, 0, 0, 0.4), -3px 0 10px rgba(255, 0, 0, 0.4), -3px -3px 10px rgba(255, 0, 0, 0.4), 0 -3px 10px rgba(255, 0, 0, 0.4), 3px -3px 10px rgba(255, 0, 0, 0.4);
}
#storeTrial section h5 + p {
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2em;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), -1px 0 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6);
  padding-bottom: 4vw;
}
#storeTrial section h6 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #ff0000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  padding: 35px 0 20px;
  margin: 0 auto;
}
#storeTrial section .txt_r {
  color: #ff0000;
  font-weight: bold;
}
#storeTrial section .txt_b {
  font-weight: bold;
}
#storeTrial section .attention {
  font-size: 0.8em;
}
#storeTrial section .detailCol {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 1.2em;
  box-sizing: border-box;
  margin: 1em auto;
}
#storeTrial section .detailCol dl {
  position: relative;
  margin-bottom: -0.6em;
  line-height: 1.2em;
  zoom: 1;
}
#storeTrial section .detailCol dl:before, #storeTrial section .detailCol dl:after {
  content: "";
  display: table;
}
#storeTrial section .detailCol dl:after {
  clear: both;
}
#storeTrial section .detailCol dl dt {
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
#storeTrial section .detailCol dl dd {
  float: left;
  margin: 0 0 0.5em 0.5em;
}
#storeTrial section .detailCol .imgCol {
  margin: 20px 0;
  zoom: 1;
}
#storeTrial section .detailCol .imgCol:before, #storeTrial section .detailCol .imgCol:after {
  content: "";
  display: table;
}
#storeTrial section .detailCol .imgCol:after {
  clear: both;
}
#storeTrial section .detailCol .imgCol li {
  width: calc(50% - 0.25em);
  float: left;
}
#storeTrial section .detailCol .imgCol li:nth-child(2n) {
  margin-left: 0.5em;
}
#storeTrial section .detailCol .imgCol li:nth-child(n+3) {
  margin-top: 0.5em;
}
#storeTrial section .detailCol:after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border: solid 1px rgba(193, 162, 82, 0.2);
  box-sizing: border-box;
  pointer-events: none;
}
#storeTrial section .closed dl {
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}
#storeTrial section .closed dl::before {
  content: 'こちらのイベントは終了いたしました。';
  display: block;
  box-sizing: border-box;
  padding-top: 3em;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-align: center;
}
#storeTrial section .notes {
  font-size: 0.9em;
  text-align: left;
  margin: 20px auto 0;
}
#storeTrial section .notes li {
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
#storeTrial section .notes li + li {
  margin-top: 0.2em;
}
#storeTrial section + section {
  margin-top: 6vw;
}
#storeTrial hr {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  margin: 20px 0;
}
#storeTrial #trialPlay .detailCol dl {
  background: rgba(255, 255, 255, 0.05);
  padding: 1em 1em 0.5em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  font-size: 1em;
}
#storeTrial #trialPlay .detailCol dl dt {
  width: 4.5em;
}
#storeTrial #trialPlay .detailCol dl dd {
  width: calc(100% - 5.5em);
  line-height: 1.2em;
  font-size: 0.95em;
}
#storeTrial #trialPlay .charaCol li {
  float: none;
  width: 100%;
}
#storeTrial #trialPlay .charaCol li + li {
  margin: 0.5em 0 0;
}
#storeTrial #trialPlay .charaCol li .imgChara {
  padding-bottom: 0.5em;
}
#storeTrial #trialPlay .charaCol li .charaName {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #ff0000;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  padding-bottom: 0.4em;
}
#storeTrial #trialPlay hr + h6 {
  margin-top: -30px;
}
#storeTrial #trialPlay .sTit {
  color: #ff0000;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}
#storeTrial #distribute {
  text-align: left;
}
#storeTrial #distribute p {
  line-height: 1.5em;
}
#storeTrial #distribute p:not(:last-of-type) {
  padding-bottom: 1em;
}
#storeTrial #distribute .detailCol .itemName {
  padding-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#storeTrial #distribute .detailCol p.attention {
  font-size: 12px;
}
#storeTrial #distribute .detailCol img {
  display: block;
  margin: 0 auto;
}
#storeTrial #distribute .detailCol dt {
  width: 4.5em;
}
#storeTrial #distribute .detailCol dd {
  width: calc(100% - 5.5em);
}
#storeTrial #distribute .detailCol dd a {
  word-break: break-all;
}
#storeTrial #distribute .detailCol .stickerCol:not(:last-of-type) {
  padding-bottom: 20px;
}
#storeTrial #distribute .detailCol .stickerCol li {
  text-align: center;
  font-size: 2.65vw;
  line-height: 1.2em;
}
#storeTrial #distribute .detailCol .stickerCol li img {
  margin-bottom: 0.3em;
}
#storeTrial #distribute .detailCol .stickerCol li + li {
  margin-top: 0.7em;
}
#storeTrial #distribute .sTit {
  color: #ff0000;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}

#twcp {
  color: #fff;
}
#twcp a {
  text-decoration: underline;
  outline: none;
}
#twcp a:link {
  color: #ffea00;
}
#twcp a:visited {
  color: #ffea00;
}
#twcp .mainCol-inner {
  width: 90%;
  margin: 0 auto;
}
#twcp section {
  font-size: 3.8vw;
  word-break: break-all;
}
#twcp section > p, #twcp section .ff {
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4em;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), -1px 0 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6);
}
#twcp section ul {
  display: inline-block;
  text-align: left;
  line-height: 1.4em;
}
#twcp section ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#twcp section ul ul {
  font-size: 1em;
}
#twcp section h4 {
  background: url(../images/special/tgs2019/bg_tit.png) center top no-repeat;
  background-size: 100% auto;
  height: 20.65vw;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 8vw 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#twcp section h4 + h5 {
  padding-top: 3vw;
}
#twcp section h5 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 7vw 0 4vw;
  margin: 0 auto;
  text-shadow: 3px 0 10px rgba(255, 0, 0, 0.4), 3px 3px 10px rgba(255, 0, 0, 0.4), 0 3px 10px rgba(255, 0, 0, 0.4), -3px 3px 10px rgba(255, 0, 0, 0.4), -3px 0 10px rgba(255, 0, 0, 0.4), -3px -3px 10px rgba(255, 0, 0, 0.4), 0 -3px 10px rgba(255, 0, 0, 0.4), 3px -3px 10px rgba(255, 0, 0, 0.4);
}
#twcp section h6 {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.7), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px 0 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 0 -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto 2vw;
}
#twcp section .txt_r {
  color: #ff0000;
  font-weight: bold;
}
#twcp section .txt_b {
  font-weight: bold;
}
#twcp section .attention {
  font-size: 0.7em;
}
#twcp section .detailCol {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 1.2em;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.2em;
}
#twcp section .detailCol dl {
  margin-bottom: -0.6em;
  line-height: 1.2em;
  zoom: 1;
}
#twcp section .detailCol dl:before, #twcp section .detailCol dl:after {
  content: "";
  display: table;
}
#twcp section .detailCol dl:after {
  clear: both;
}
#twcp section .detailCol dl dt {
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
#twcp section .detailCol dl dd {
  float: left;
  margin: 0 0 0.5em 0.5em;
}
#twcp section .detailCol .imgCol {
  margin: 20px 0;
  zoom: 1;
}
#twcp section .detailCol .imgCol:before, #twcp section .detailCol .imgCol:after {
  content: "";
  display: table;
}
#twcp section .detailCol .imgCol:after {
  clear: both;
}
#twcp section .detailCol .imgCol li {
  width: calc(50% - 0.25em);
  float: left;
}
#twcp section .detailCol .imgCol li:nth-child(2n) {
  margin-left: 0.5em;
}
#twcp section .detailCol .imgCol li:nth-child(n+3) {
  margin-top: 0.5em;
}
#twcp section .detailCol:after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border: solid 1px rgba(193, 162, 82, 0.2);
  box-sizing: border-box;
  pointer-events: none;
}
#twcp section .detailCol + p {
  margin-top: 4vw;
}
#twcp section .notes {
  font-size: 0.7em;
  text-align: left;
  margin: 0 auto;
}
#twcp section .notes li {
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
#twcp section .notes li + li {
  margin-top: 0.2em;
}
#twcp section + section {
  margin-top: 3vw;
}
#twcp section p {
  text-align: left;
}
#twcp section p + .detailCol {
  margin-top: 2vw;
}
#twcp hr {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  margin: 20px 0;
}
#twcp #imgMv {
  margin-bottom: 4vw;
}
#twcp .presentCol p {
  text-align: center;
}
#twcp .txtDay {
  font-size: 1.7em;
  text-align: center;
}
#twcp .present {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #ff0000;
  padding-bottom: 0.5em;
}
#twcp hr {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  margin: 20px 0;
}

#sale2019 .inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
}
#sale2019 .inner ul.bnrList {
  padding: 5% 0 0;
}
#sale2019 .inner ul.bnrList li {
  margin: 0 0 2%;
}

#ygCollab {
  color: #fff;
}
#ygCollab .inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
}
#ygCollab .inner .aboutCollab {
  position: relative;
  margin: 5% auto;
  padding: 25px;
  font-size: 1em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4em;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), -1px 0 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6);
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
  box-sizing: border-box;
}
#ygCollab .inner .aboutCollab:after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border: solid 1px rgba(255, 0, 0, 0.4);
  box-sizing: border-box;
  pointer-events: none;
}
#ygCollab .inner .aboutCollab img {
  display: block;
  width: 65%;
  margin: 0 auto 5%;
}
#ygCollab .inner .btn {
  display: block;
  width: 100%;
  max-width: 353px;
  margin: 5% auto 0;
  box-sizing: border-box;
}
#ygCollab .inner .btn img {
  width: 100%;
  margin: 0 auto;
}
#ygCollab .inner h4 {
  background: url(../../images/special/yg_collab/bg_tit_sp.png) center top no-repeat;
  background-size: 100% auto;
  height: 20.65vw;
  text-align: center;
  font-size: 4.4vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 8vw 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#ygCollab .inner p.catch {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4em;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.6), -1px 1px 5px rgba(0, 0, 0, 0.6), -1px 0 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(0, 0, 0, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.6), 1px -1px 5px rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
}
#ygCollab .inner ul.ygImg li {
  margin: 0 0 5%;
}

#wp #ssnavi {
  overflow: hidden;
  padding: 5vw 0 0;
  margin-bottom: -5vw;
  text-align: center;
  font-size: 0;
}
#wp #ssnavi li {
  display: inline-block;
  width: 40vw;
  margin: 0;
}
#wp #ssnavi li + li {
  margin-left: 5vw;
}
#wp #ssnavi li a {
  display: block;
  width: 40vw;
  height: 16vw;
  text-indent: -9999px;
}
#wp #ssnavi li a.wp02 {
  background: url("../../images/special/wp/menu/subbtn_wp_02.png") top left no-repeat;
  background-size: 100% auto;
}
#wp #ssnavi li a.wp02:hover {
  background: url("../../images/special/wp/menu/subbtn_wp_02_on.png") top left no-repeat;
  background-size: 100% auto;
}
#wp #ssnavi li a.wp01 {
  background: url("../../images/special/wp/menu/subbtn_wp_01.png") top left no-repeat;
  background-size: 100% auto;
}
#wp #ssnavi li a.wp01:hover {
  background: url("../../images/special/wp/menu/subbtn_wp_01_on.png") top left no-repeat;
  background-size: 100% auto;
}
#wp #ssnavi li.act a {
  pointer-events: none;
}
#wp #ssnavi li.act a.wp02 {
  background: url("../../images/special/wp/menu/subbtn_wp_02_on.png") top left no-repeat;
  background-size: 100% auto;
}
#wp #ssnavi li.act a.wp01 {
  background: url("../../images/special/wp/menu/subbtn_wp_01_on.png") top left no-repeat;
  background-size: 100% auto;
}
#wp #mainCol section {
  display: none;
}
#wp #mainCol section.display {
  display: block;
}
#wp .inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
}
#wp .inner ul.bnrList {
  padding: 5% 0;
}
#wp .inner ul.bnrList li {
  display: inline-block;
  width: 48%;
  margin: 0 0 2%;
}
#wp .inner h4 img {
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
}
#wp .inner .attention {
  font-size: 0.8em;
  line-height: 180%;
  color: #FFF;
  text-align: left;
}
