@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;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
}

div.promo_container {
  position: relative;
}

/* 購入ボタン 
-----------------------------------------------------*/


/* BOX_01
-----------------------------------------------------*/

div.box_01 {
  background: url(../img/lp/touch/mainpic_01.png) no-repeat;
  height: 102vw;
  background-size: 100vw;
  margin-top: 0;
}

div.box_01 .btn_area {
  /* width: 600px; */
  /* height: 200px; */
  position: absolute;
  /* background: #c9005a; */
  top: 50vw;
  left: 6vw;
  /* margin-left: -459px; */
  z-index: 500;
}

div.box_01 .lp_btn_join {
  width: 50vw;
  height: 14vw;
  background: url(../img/lp/btn_join.png) no-repeat;
  background-size: contain;
  display: block;
}

div.box_01 .lp_btn_join.end {
  background: url(../img/lp/btn_join_end.png) no-repeat;
  background-size: contain;
}

div.box_01 .lp_btn_overview {
  width: 16vw;
  height: 16vw;
  background: url(../img/lp/btn_overview.png) no-repeat;
  background-size: contain;
  display: 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/touch/mainpic_02.png) no-repeat;
  height: 62.3vw;
  background-size: 100vw;
}

/* BOX_03
-----------------------------------------------------*/
div.box_03 {
  background: url(../img/lp/touch/mainpic_03.png) repeat;
  height: auto;
  background-size: 100%;
  /* padding: 80px 0px 0px; */
}

.box_03 .btn_area {
  /* background: #555; */
  width: 60vw;
  height: 11vw;
  /* position: absolute; */
  /* right: 335px; */
  /* top: 402px; */
  margin: 0 auto;
}

div.box_03 .lp_btn_join_mini {
  /* width: 87vw; */
  height: 14vw;
  background: url(../img/lp/btn_join_mini.png) no-repeat;
  background-size: contain;
  display: block;
  /* margin: 0 auto; */
}

div.box_03 .lp_btn_join_mini.end {
  background: url(../img/lp/btn_join_mini_end.png) no-repeat;
  background-size: contain;
}

/* イベント概要
================================================== */
.lp_entry_container {
  /* background-color: rgba(255,255,255,0.7); */
  border-radius: 6px;
  padding: 5px;
  /* 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;
}

.lp_entry_header::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: -0.5em;
  width: 5em;
  display: block;
  transform: rotateZ(-4deg);
  height: 0.7em;
  background-color: #ffb5b5;
  z-index: 0;
}


.lp_entry_body {
  /* margin-right: 20px; */
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
}

.lp_entry_body li {
  line-height: 1.4em;
}

.lp_entry_body span {
  display: block;
  font-size: 14px;
}

.lp_section_body {
  /* width: 100%; */
  margin: 0 auto;
  padding: 20px 10px;
  padding-bottom: 20px;
}


/* マップ */

.g_map {
  display: block;
  /* width: 90vw; */
  /* height: 260px; */
  /* flex: none; */
  margin: 20px auto;
  border: 1px solid #ccc;
  /* box-sizing: content-box; */
}


.g_map iframe {
  width: 100%;
}

/* BOX_04
-----------------------------------------------------*/
div.box_04 {
  background: #000;
  /* height: 270px; */
  color: #fff;
  font-size: 14px;
  /* padding-top: 60px; */
}

.box_04 a {
  color: #fff;
}

.box_04 li {
  margin-bottom: 1em;
  line-height: 1.4;
}

/* BOX_05
-----------------------------------------------------*/
div.box_05 {
  background: #9dce69;
  height: auto;
}

li.lp_event_item {
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 15px;
  /* padding-right: 94px; */
  line-height: 1.5em;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  min-height: 64px;
  word-wrap: break-word;
}

li.lp_event_item:nth-child(even) {
  background-color: #ebffef;
}

li.lp_event_item {
  padding-right: 94px;
}

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::after,
li.lp_event_item::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  right: 5px;
  top: 5px;
  /* z-index: 0; */
}

.lp_event_item .ac01,
.lp_event_item .ac02 {
  position: relative;
}

li.lp_event_item .ac01::before,
li.lp_event_item .ac02::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  right: -90px;
  top: -15px;
  /* z-index: 0; */
}

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 .ac01::before {
  background: url(../img/lp/img_moni.png) no-repeat;
}
li.lp_event_item.vtuber .ac02::before {
  background: url(../img/lp/img_eve.png) no-repeat;
  top: -15px;
}

li.lp_event_item.vtuber .moni {
  width: 80vw;
  height: 97vw;
  background: url(../img/lp/img_moni02.png) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin: 10px auto;
}

li.lp_event_item.vtuber .eve {
  width: 80vw;
  height: 97vw;
  background: url(../img/lp/img_eve02.png) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin: 10px auto;
}

li.lp_event_item.vtuber .uni {
  width: 80vw;
  height: 97vw;
  background: url(../img/lp/img_unipic02.png) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin: 10px auto;
}

.vtuber_inner {
  /* display: flex; */
  justify-content: center;
  width: 100%;
}

.vtuber_inner .eve dl,
.vtuber_inner .moni dl,
.vtuber_inner .uni dl {
  position: absolute;
  bottom: 1vw;
  left: 25px;
}

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;
  padding-right: 0;
}

li.lp_event_item.sponsor {
  background: #fff;
  min-height: auto;
  text-align: center;
  color: #292620;
  border: 2px dashed #fdc254;
  box-sizing: content-box;
}

/* BOX_06
-----------------------------------------------------*/
div.box_06 {
  background: url(../img/lp/mainpic_06.png) no-repeat;
  height: auto;
  background: #fdc254;
}

/* よくある質問
================================================== */
.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 6px 40px;
  color: #333;
  line-height: 1.3em;
  font-size: 13px;
}



.lp_faq_item.type_question {
  margin-bottom: 5px;
}

.lp_faq_item i {
  padding: 5px 9px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px 0 0 2px;
  position: absolute;
}

.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: #f3efef;
  /* height: 31vw; */
  padding-top: 10px;
  padding-bottom: 60px;
}

a.lp_btn_company {
  display: block;
  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;
  /* width: 770px; */
  height: 9vw;
  /* padding: 10px; */
  background: url(../img/lp/img_dlsite.png)no-repeat left top;
  margin-bottom: 26px;
  background-size: 29vw;
}

.company p {
  padding-left: 32vw;
  font-size: 10px;
  line-height: 1.4em;
}

/* ボタンアニメーション　*/
@-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: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.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;
}

.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 > 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;
}
