<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ==================================================
  LP 共通
================================================== */
/* ----- レスポンシブビュー（r_ = responsive_ の略） ----- */
body.r_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

/* ----- ヘッダー ----- */
.lp_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: solid 1px #eee;
}

.lp_header.type_dark {
  background: #000;
  border-bottom: none;
}

.lp_logo {
  margin-left: 10px;
}

/* ----- ボディ ----- */
.lp_container {
  flex-grow: 1;
}

/* ----- フッター ----- */
.lp_footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding: 15px 0;
  background: #4d6594;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

/* =========================================================
特設ページ
========================================================= */

img {
  vertical-align: bottom;
}

/*ヘッダー
========================================================= */

#container {
  background-color: #000;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lp_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.lp_header .logo {
  display: block;
  float: left;
  height: 22px;
  margin-left: 15px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}

.lp_header .logo a {
  opacity: 1;
}
.lp_header .logo a:hover {
  opacity: 0.7;
}

.lp_header ul.simple_nav {
  font-size: 0;
  margin-right: 15px;
  margin-left: auto;
}

.lp_header #nav_login,
.lp_header ul.simple_nav li {
  display: inline-block;
  font-size: 12px;
}

.lp_header ul.simple_nav li a {
  color: #ccc;
  display: block;
  background: none;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
}

.lp_header ul.simple_nav li a:hover {
  text-decoration: none;
  background: #c9005a;
  color: #fff;
}

/* twitterボタン */
.link_twitter {
  position: absolute;
  margin-top: 6px;
  margin-left: -102px;
}

a {
  text-decoration: none;
}

/* 全体構成
-----------------------------------------------------*/
div#promo_tokyo2019 {
  background: #fff;
  position: relative;
  overflow: hidden;
  top: 40px;
}

div#promo_tokyo2019 div[class^="box_0"] {
  position: relative;
  width: 1600px;
  left: 50%;
  margin-left: -800px;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
}

div.promo_container {
  position: relative;
}

/* 購入ボタン 
-----------------------------------------------------*/


/* BOX_01
-----------------------------------------------------*/

div.box_01 {
  background: url(../img/lp/mainpic_01.png) no-repeat;
  height: 700px;
}

div.box_01 .btn_area {
  width: 600px;
  height: 200px;
  position: absolute;
  /* background: #c9005a; */
  top: 270px;
  left: 50%;
  margin-left: -459px;
}

div.box_01 .lp_btn_join {
  width: 450px;
  height: 230px;
  background: url(../img/lp/btn_join.png) no-repeat;
  display: block;
}

div.box_01 .lp_btn_join.end {
  background: url(../img/lp/btn_join_end.png) no-repeat;
  pointer-events: none;
}

div.box_01 .lp_btn_overview {
  width: 124px;
  height: 74px;
  background: url(../img/lp/btn_overview.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}

div.box_01 .lp_btn_twitter_top {
  width: 317px;
  height: 74px;
  background: url(../img/lp/btn_twitter_top.png) no-repeat;
  display: inline-block;
}

div.box_01 .monopoly_01 {
  width: 270px;
  padding-top: 235px;
  left: 50%;
  top: 22px;
  background: url(../img/sprite_01.png) no-repeat 0 0;
  position: absolute;
  overflow: hidden;
  line-height: 200%;
  height: 0;
  z-index: 170;
  margin-left: -5.8%;
  -webkit-animation: slideIn01 2s ease 1 both;
  animation: slideIn01 2s ease 1 both;
}
@-webkit-keyframes slideIn01 {
  0% {
    -webkit-transform: translate(5px,-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}
@keyframes slideIn01 {
  0% {
    transform: translate(5px,-300px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}


/* BOX_02
-----------------------------------------------------*/
div.box_02 {
  background: url(../img/lp/mainpic_02.png) no-repeat;
  height: 612px;
}

/* BOX_03
-----------------------------------------------------*/
div.box_03 {
  background: url(../img/lp/mainpic_03.png) no-repeat;
  height: 1630px;
  /* background-size: cover; */
  /* padding: 80px 0px 0px; */
}

.box_03 .btn_area {
  /* background: #555; */
  width: 350px;
  height: 70px;
  position: absolute;
  right: 335px;
  top: 402px;
}

div.box_03 .lp_btn_join_mini {
  width: 360px;
  height: 170px;
  background: url(../img/lp/btn_join_mini.png) no-repeat;
  display: block;
}

div.box_03 .lp_btn_twitter_bottom {
  width: 360px;
  height: 60px;
  background: url(../img/lp/btn_twitter_bottom.png) no-repeat;
  display: block;
}

div.box_03 .lp_btn_join_mini.end {
  background: url(../img/lp/btn_join_mini_end.png) no-repeat;
  pointer-events: none;
}

/* イベント概要
================================================== */
.lp_entry_container {
  /* background-color: rgba(255,255,255,0.7); */
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.lp_entry_list_item {
  flex-direction: column;
}

.flexbox {
  display: flex;
}

.lp_entry_list {
  font-size: 14px;
}

.lp_entry_list_item {
  flex-direction: row;
}

.lp_entry_list_item:not(:last-child) {
  margin-bottom: 20px;
}

.lp_entry_list_item:not(:last-child) {
  margin-bottom: 30px;
}


.lp_entry_header {
  width: 5em;
  margin-right: 15px;
  font-weight: bold;
  flex: none;
  position: relative;
  margin-bottom: 0.5em;
  /* margin-bottom: 0; */
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.lp_entry_header p {
  color: #333;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.lp_entry_body {
  margin-right: 20px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
}

.lp_entry_body a {
  border-bottom: 1px solid;
  color: #004f77;
}

.lp_entry_body li {
  line-height: 1.4em;
}

.lp_entry_body span {
  display: block;
  font-size: 14px;
}

.lp_section_body {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}


/* マップ */
.g_map {
  display: none;
}

.g_map {
  display: block;
  width: 346px;
  height: 260px;
  flex: none;
  border: 1px solid #ccc;
  box-sizing: content-box;
}

/* MC */
.lp_mc {
  background: url(../img/lp/img_mc_bg.png) no-repeat;
  position: relative;
  width: 1039px;
  height: 842px;
  padding: 170px 50px;
  color: #333333;
  margin-top: -70px;
  margin: -70px 0 0 -64px;
}

.lp_mc_right {
  float: right;
}

.lp_mc_left {
  float: left;
}

.lp_mc .lp_section_header {
  text-align: center;
  font-size: 57px;
  margin-bottom: 40px;
  width: 960px;
}

.lp_mc_left h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lp_mc_left h3 span {
  font-size: 20px;
}

.lp_mc_inner {
    overflow: hidden;
    padding: 0 130px 0 80px;
}

@media screen and (max-width:1024px) {
  .lp_mc_inner {
      padding: 0 100px 0 70px;
  }
}

.lp_mc_btnarea a {
    display: inline-block;
}

.lp_mc_btnarea a:first-child {
    margin-right: 10px;
}

.lp_mc_youtube h4 {
    background: #ff6da1;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 15px;
}

.lp_mc_btnarea {
    margin-bottom: 30px;
}

@supports (-ms-ime-align: auto) {
  .lp_mc_inner {
    overflow: hidden;
    padding: 0 130px 0 80px;
  }

  .lp_mc_btnarea {
    margin-bottom: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .lp_mc_inner {
    overflow: hidden;
    padding: 0 130px 0 80px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .box_03 .btn_area {
    right: 265px;
  }
}

/* BOX_04
-----------------------------------------------------*/
div.box_04 {
  background: url(../img/lp/mainpic_04.png) no-repeat;
  height: 175px;
  color: #fff;
  font-size: 14px;
}

.box_04 a {
  color: #fff;
}

.box_04 li {
  margin-bottom: 1em;
  line-height: 1.2em;
}

/* BOX_05
-----------------------------------------------------*/
div.box_05 {
  background: url(../img/lp/mainpic_05.png) repeat-y;
  height: auto;
  padding-bottom: 40px;
}

li.lp_event_item {
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 15px 94px 15px 15px;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  min-height: 64px;
}

li.lp_event_item.fontw,
li.lp_event_item.sponsor,
li.lp_event_item.nekonote,
li.lp_event_item.vtuber {
  padding-right: 15px;
}

li.lp_event_item:nth-child(even) {
  background-color: #ebffef;
}

li.lp_event_item::after,
li.lp_event_item::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  right: 5px;
  top: 5px;
}

li.lp_event_item.staff::before {
  background: url(../img/lp/img_staff.png) no-repeat;
}
li.lp_event_item.tax::before {
  background: url(../img/lp/img_tax.png) no-repeat;
}
li.lp_event_item.skeb::before {
  background: url(../img/lp/img_skeb.png) no-repeat;
}
li.lp_event_item.nijie::before {
  background: url(../img/lp/img_nijie.png) no-repeat;
}

li.lp_event_item.vtuber .moni {
  width: 380px;
  height: 462px;
  background: url(../img/lp/img_moni02.png) no-repeat;
  position: relative;
  display: inline-block;
  margin: 10px;
}

li.lp_event_item.vtuber .eve {
  width: 380px;
  height: 462px;
  background: url(../img/lp/img_eve02.png) no-repeat;
  position: relative;
  display: inline-block;
  margin: 10px;
}

.vtuber_inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.vtuber_inner .eve dl,
.vtuber_inner .moni dl {
  position: absolute;
  bottom: 20px;
  left: 30px;
}



li.lp_event_item .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f55;
}

li.lp_event_item.coming {
  background: #222222;
  min-height: auto;
  text-align: center;
  margin: 130px 0 90px;
}

li.lp_event_item.sponsor {
  background: #fff;
  min-height: auto;
  text-align: center;
  color: #292620;
  border: 2px dashed #d0b6a0;
  box-sizing: content-box;
}

/* BOX_06
-----------------------------------------------------*/
div.box_06 {
  background: url(../img/lp/mainpic_06.png) no-repeat;
  height: 380px;
}

/* よくある質問
================================================== */
.lp_faqList {
  flex-wrap: wrap;
  flex-direction: column;
}


.lp_faqList {
  flex-direction: row;
}

.lp_faqList_item {
  width: 100%;
  margin: 10px 0;
}

.lp_faqList_item {
  width: 49%;
  margin: 15px 0;
}



.lp_faqList_item:nth-child(even) {
  margin-left: 2%;
}


.lp_faq_item {
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.lp_faq_item p {
  padding: 6px 15px;
  color: #333;
  line-height: 1.3em;
  font-size: 13px;
}



.lp_faq_item.type_question {
  margin-bottom: 5px;
}

.lp_faq_item i {
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px 0 0 2px;
}

.lp_faq_item.type_question i {
  background-color: #90b5ff;
  text-shadow: #76a4ff 1px 0 1px, #76a4ff -1px 0 1px,
  #76a4ff 0 -1px 1px, #76a4ff -1px 0 1px,
  #76a4ff 1px 1px 1px, #76a4ff -1px 1px 1px,
  #76a4ff 1px -1px 1px, #76a4ff -1px -1px 1px,
  #76a4ff 1px 1px 1px, #76a4ff -1px 1px 1px,
  #76a4ff 1px -1px 1px, #76a4ff -1px -1px 1px,
  #76a4ff 1px 1px 1px, #76a4ff -1px 1px 1px,
  #76a4ff 1px -1px 1px, #76a4ff -1px -1px 1px,
  #76a4ff 1px 1px 1px, #76a4ff -1px 1px 1px,
  #76a4ff 1px -1px 1px, #76a4ff -1px -1px 1px;
}

.lp_faq_item.type_answer i {
  background-color: #ff9090;
  text-shadow: #ff7676 1px 0 1px, #ff7676 -1px 0 1px,
  #ff7676 0 -1px 1px, #ff7676 -1px 0 1px,
  #ff7676 1px 1px 1px, #ff7676 -1px 1px 1px,
  #ff7676 1px -1px 1px, #ff7676 -1px -1px 1px,
  #ff7676 1px 1px 1px, #ff7676 -1px 1px 1px,
  #ff7676 1px -1px 1px, #ff7676 -1px -1px 1px,
  #ff7676 1px 1px 1px, #ff7676 -1px 1px 1px,
  #ff7676 1px -1px 1px, #ff7676 -1px -1px 1px,
  #ff7676 1px 1px 1px, #ff7676 -1px 1px 1px,
  #ff7676 1px -1px 1px, #ff7676 -1px -1px 1px;
}


/* BOX_07
-----------------------------------------------------*/
div.box_07 {
  background: url(../img/lp/mainpic_07.png) no-repeat;
  height: 225px;
  padding-top: 40px;
}

a.lp_btn_company {
  width: 200px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  border: 3px solid #333;
  box-shadow: 0 5px 0 #333;
  background-color: #42d0ff;
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  background-image: linear-gradient(45deg,  #11c0ff 25%, #11c0ff 25%, transparent 25%, transparent 75%, #11c0ff 75%, #11c0ff 75%),                    linear-gradient(-135deg, #11c0ff 25%, #11c0ff 25%, transparent 25%, transparent 75%, #11c0ff 75%, #11c0ff 75%);
}

.company {
  margin: 15px auto;
  width: 770px;
  height: 50px;
  background: url(../img/lp/img_dlsite.png)no-repeat left top;
}

.company p {
  padding-left: 170px;
  font-size: 14px;
  line-height: 1.6em;
}

/* ボタンアニメーション　*/
@-webkit-keyframes scaling {
  0% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(0.9, 1.1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  15% {
    transform: scale(0.95, 1.05);
  }
  20%,100% {
    transform: scale(1, 1);
  }
}
@keyframes scaling {
  0% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(0.9, 1.1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  15% {
    transform: scale(0.95, 1.05);
  }
  20%,100% {
    transform: scale(1, 1);
  }
}

/* クレジット
-----------------------------------------------------*/


/* 注意文言 */


/* topへ
-----------------------------------------------------*/
a.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  background: url(../img/common/icon_return_top.png) no-repeat 0 0;
  opacity: 0.5;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.promo_return_top:hover {
  margin-top: 1px;
  opacity: 1;
}

a.promo_return_top.hide {
  cursor: default;
  opacity: 0;
  bottom: 0;
}

a.promo_return_top.nonfixed {
  position: absolute;
}

/* 汎用
-------------------------------------------------- */
a:hover {
  opacity: 0.9;
  transform: 3s;
  -webkit-transition: all 0.3s;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.red {
  color: rgb(211, 0, 0);
}

.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.fab {
  margin-right: 4px;
  min-width: 20px;
  font-size: 18px;
  line-height: 18px;
}
.fa-twitter-square {
  color: #37a8ff;
}
.fab.fa-youtube {
  color: #f00;
}

/* リスト系
================================================== */
/* 点付きリスト（注意事項など） */
.lp_discList_item {
  list-style: disc;
  margin-left: 20px;
}

.lp_discList_item:not(:last-child) {
  /* margin-bottom: 1em; */
}

.lp_discList_item &gt; p {
  text-shadow: 0 0 6px #000;
}

/* フッター
-------------------------------------------------- */
#promo_footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  background: #000;
  position: absolute;
  bottom: 0;
  z-index: 500;
}
</pre></body></html>