@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.type_dark {
  background: rgba(60, 60, 80, 0.9);
  backdrop-filter: blur(4px);
  border-bottom: none;
}

.lp_logo {
  margin-left: 10px;
}

a {
  text-decoration: none;
}

/* ----- ボディ ----- */
.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 #nav_login,
.lp_header .simple_nav li {
  margin-left: 0px !important;
}

.lp_header {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0 !important;
}

.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 ul.simple_nav {
  font-size: 0;
  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: #ddd !important;
  display: block;
  background: none;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
}

/* twitterボタン */
.link_twitter {
  position: absolute;
  margin-top: 6px;
  margin-left: -102px;
}

/* 全体構成
-----------------------------------------------------*/
div#promo {
  background: #fff;
  position: relative;
  overflow: hidden;
  top: 40px;
}

div#promo div[class^="box_0"] {
  position: relative;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
}

.promo_container {
  position: relative;
}

/* 購入ボタン 
-----------------------------------------------------*/


/* BOX_01
-----------------------------------------------------*/

.box_01 {
  height: 186.5vw;
  background-size: 100vw;
  background-image: url("../img/lp/touch/mainpic_01.jpg");
}

/*--------------------------
  募集締め切り - 221125更新
--------------------------*/
.box_01 .btn_disabled {
  width: 94vw;
  height: 24vw;
  position: absolute;
  top: 128vw;
  left: 50%;
  margin-left: -47vw;
  background: url("../img/lp/touch/btn_join_fix.png") center top /88vw no-repeat;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
  -moz-filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
  -ms-filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
  filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
}

.box_03 .btn_disabled {
  width: 84vw;
  height: 24vw;
  z-index: 500;
  margin: 0 auto;
  background: url("../img/lp/touch/btn_join_fix.png") center top /84vw no-repeat;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
  -moz-filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
  -ms-filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
  filter: drop-shadow(0px 20px 20px rgba(44, 44, 108, 0.32));
}

.box_01 .btn_disabled span,
.box_03 .btn_disabled span {
  text-indent: 100%;
  overflow: hidden;
  visibility: hidden;
}

.announce {
  color: #fff;
  font-size: 2vw;
  background-color: rgba(200, 0, 0, 0.8);
  border-radius: 8px;
  width: 90vw;
  height: auto;
  padding: 16px;
  text-align: center;
  position: absolute;
  top: 146vw;
  left: 50%;
  margin-left: -45vw;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/*--------------------------------------*/

/*登録ボタン*/
.box_01 .btn_area {
  width: 90vw;
  position: absolute;
  top: 128vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 500;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  -moz-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  -ms-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
}

.box_01 .btn_area span {
  text-indent: 100%;
  overflow: hidden;
  visibility: hidden;
}

.box_01 .lp_btn_join {
  width: 90vw;
  height: 24vw;
  background: url("../img/lp/btn_join.png") no-repeat;
  background-size: contain;
  display: block;
}

.box_01 .lp_btn_join.end {
  background: url("../img/lp/btn_join_end.png") no-repeat;
  background-size: contain;
}

/*バナー*/
.box_01 .bn_area {
  width: 88vw;
  position: absolute;
  top: 160vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 500;
}

.box_01 .bn_area span {
  text-indent: 100%;
  overflow: hidden;
  visibility: hidden;
}

.box_01 .lp_bn {
  width: 88vw;
  height: 24vw;
  background: url("../img/lp/touch/bn_tokyo.jpg") no-repeat;
  background-size: contain;
  display: block;
}

@-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
-----------------------------------------------------*/
.box_02 {
  background: url("../img/lp/touch/mainpic_02.jpg") no-repeat;
  height: 62.3vw;
  background-size: 100vw;
}

/* BOX_03
-----------------------------------------------------*/
.box_03 {
  height: auto;
  background-size: 100%;
}

.box_03 .btn_area {
  width: 88vw;
  z-index: 500;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  -moz-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  -ms-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
}

.box_03 .btn_area span {
  text-indent: 100%;
  overflow: hidden;
  visibility: hidden;
}

.box_03 .lp_btn_join_mini {
  width: 88vw;
  height: 24vw;
  background: url("../img/lp/btn_join.png") no-repeat;
  background-size: contain;
  display: block;
  z-index: 500;
}

.box_03 .lp_btn_join_mini.end {
  background: url("../img/lp/touch/btn_join_mini_end.png") no-repeat;
  background-size: contain;
}

/* イベント概要
================================================== */
.lp_entry_container {
  border-radius: 6px;
  padding: 5px;
}

.lp_entry_list_item {
  flex-direction: column;
}

.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_body {
  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 {
  margin: 0 auto;
  padding: 24px;
  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
-----------------------------------------------------*/


.box_04 {
  color: #fff;
  font-weight: 100;
  margin-bottom: 16px;
}

.box_04 a {
  color: #fff !important;
  text-decoration: underline !important;
}

.box_04 .text_box {
  width: 90vw;
  margin: 32px auto;
  background-color: #514f64;
  border-radius: 16px;
}

.box_04 li {
  margin-bottom: 1rem;
  line-height: 2rem;
  font-size: 1.2rem;
}


/* BOX_05
-----------------------------------------------------*/
.box_05 {
  height: auto;
}

li.lp_event_item {
  min-height: 64px;
  position: relative;
  margin-bottom: 16px;
  border: 2px solid #d9dff8;
  border-left: 12px solid #d9dff8;
  border-radius: 8px;
  position: relative;
  padding: 15px 15px 15px 15px;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}

.lp_event_item.fontw,
.lp_event_item.sponsor,
.lp_event_item.nekonote,
.lp_event_item.vtuber {
  padding-right: 16px;
}

.lp_event_item.vtuber {
  padding-top: 32px;
}

.lp_event_item.vtuber .ttl {
  padding-bottom: 64px;
}


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;
}

/*
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;
}
*/

/*Vtuber*/

.lp_event_item.vtuber .vtuber_inner>* {
  width: 380px;
  height: 404px;
  position: relative;
  display: inline-block;
  margin: 10px;
}

.lp_event_item.vtuber .v-list {
  background-color: #f1f4ff;
  border-radius: 8px;
  width: auto;
  padding: 18px;
}

.lp_event_item.vtuber .v-list img {
  border-radius: 8px;
}

.vtuber_inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.lp_event_item.vtuber .vtuber_inner>* dl {
  padding: 22px 0 0;
  text-align: center;
}

.lp_event_item.vtuber .vtuber_inner .v-name {
  padding: 16px 0;
  text-align: center;
}

.lp_event_item.vtuber .vtuber_inner .sns {
  display: flex;
  justify-content: space-between;
}

.lp_event_item.vtuber .vtuber_inner .sns a {
  float: left;
  background-color: #525172;
  width: 120px;
  height: 64px;
  border-radius: 8px;
}

.lp_event_item .ttl {
  font-size: 20px;
  font-weight: 600;
}

.lp_event_item.coming {
  background: #222222;
  min-height: auto;
  text-align: center;
}

.lp_event_item.sponsor {
  font-size: 0.9rem;
  background: #fff;
  min-height: auto;
  text-align: center;
  box-sizing: content-box;
  margin: 32px 0;
  line-height: 1.6em;
}

/* BOX_06
-----------------------------------------------------*/
.box_06 {
  height: auto;
  background-color: #514f64;
}

.box_06 {
  color: #fff;
}

/* よくある質問
================================================== */
.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_faq_item {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  display: flex;
}

.lp_faq_item p {
  width: 100%;
  padding: 6px 12px 6px 40px;
  color: #333;
  line-height: 1.4em;
  font-size: 13px;
}

.lp_faq_item.type_question {
  margin-bottom: 5px;
}

.lp_faq_item i {
  width: 32px;
  height: 100%;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  display: flex;
  align-items: center;
}



.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
-----------------------------------------------------*/
.box_07 {
  background: #f3efef;
  padding-top: 10px;
  padding-bottom: 40vw;
  margin-bottom: 40px;
}

/*DLsiteボタン*/

.box_07 .btn_area {
  width: 72vw;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 500;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  -moz-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  -ms-filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
  filter: drop-shadow(0px 10px 10px rgba(44, 44, 108, 0.32));
}

.box_07 .lp_btn_company {
  width: 72vw;
  height: 14vw;
  display: block;
  background: url("../img/lp/btn_dlsite.png") top center / 72vw auto no-repeat;
}

.box_07 .btn_area span {
  text-indent: 1000%;
  overflow: hidden;
  visibility: hidden;
}

.company {
  margin: 16px auto 24px;
  width: 90vw;
  height: 9vw;
  background: url("../img/lp/img_dlsite.png") no-repeat left top;
  margin-bottom: 26px;
  background-size: 29vw;
}

.company p {
  padding-left: 32vw;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #525172 !important;
}

/* 汎用
-------------------------------------------------- */

h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08rem;
  margin-bottom: 16px;
  line-height: 2.4rem;
  text-align: center;
}

.red {
  color: #fd5f8c;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
  line-height: 1.0rem;
}

.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;
}

/* リスト系
================================================== */
/* 点付きリスト（注意事項など） */
.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%;
  line-height: 40px;
  color: #ccc;
  font-size: 2.4vw;
  text-align: center;
  background: #000;
  position: absolute;
  bottom: 0;
  /*
  margin-bottom: 40px;
  */
  z-index: 500;
}

/*---------------------------------
  右下ボタン
---------------------------------*/
#side {
  position: fixed;
  bottom: 64px;
  right: 44px;
  transition: all 0.3s linear;
  z-index: 1000;
}

#side .btn-tw {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: 0px;
  transition: all 0.1s linear;
}

#side #pagetop {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: -48px;
  transition: all 0.1s linear;
}

@media screen and (min-width: 768px) {
  #side {
    transform: translateY(10rem);
  }
}

#side.up_move {
  -webkit-animation: up_anime_sp 0.3s forwards;
  animation: up_anime_sp 0.3s forwards;
}

@media screen and (min-width: 768px) {
  #side.up_move {
    -webkit-animation: up_anime_pc 0.3s forwards;
    animation: up_anime_pc 0.3s forwards;
  }
}



@-webkit-keyframes up_anime_sp {
  from {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes up_anime_sp {
  from {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes up_anime_pc {
  from {
    opacity: 0;
    transform: translateY(10rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes up_anime_pc {
  from {
    opacity: 0;
    transform: translateY(10rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#side.down_move {
  -webkit-animation: down_anime_sp 0.3s forwards;
  animation: down_anime_sp 0.3s forwards;
}

@media screen and (min-width: 768px) {
  #side.down_move {
    -webkit-animation: down_anime_pc 0.3s forwards;
    animation: down_anime_pc 0.3s forwards;
  }
}

@-webkit-keyframes down_anime_sp {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }
}

@keyframes down_anime_sp {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }
}

@-webkit-keyframes down_anime_pc {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(10rem);
  }
}

@keyframes down_anime_pc {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(10rem);
  }
}