@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 {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0 !important;
}

.lp_header.type_dark {
  background: rgba(60, 60, 80, 0.9);
  backdrop-filter: blur(4px);
  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 .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-left: auto;
}

.lp_header #nav_login,
.lp_header ul.simple_nav li {
  display: inline-block;
  font-size: 12px;
  margin-left: 0 !important;
}

.lp_header ul.simple_nav li a {
  color: #ddd !important;
  display: block;
  width: 100px;
  text-decoration: none;
}

.lp_header ul.simple_nav li a:hover {
  background: #fe950d !important;
  color: #fff !important;
}

/* twitterボタン */
.link_twitter {
  position: absolute;
  margin-top: 6px;
  margin-left: -102px;
}

/*
a {
  text-decoration: none;
}
*/

/* 全体構成
-----------------------------------------------------*/
div#promo {
  background: #fff;
  position: relative;
  overflow: hidden;
  top: 40px;
}


#visual {
  background: url("../img/lp/mainpic_01.jpg") no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
}

.overview {
  background: url("../img/lp/mainpic_02.jpg") no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
}

.cont {
  margin-bottom: 4vh;
}

div#promo div[class^="box_0"] {
  position: relative;
  width: 1600px;
  left: 50%;
  margin-left: -800px;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
}

.promo_container {
  position: relative;
}

/* 購入ボタン 
-----------------------------------------------------*/


/* BOX_01
-----------------------------------------------------*/

.box_01 {
  height: 700px;
}

/*--------------------------
  募集締め切り - 221125更新
--------------------------*/
.box_01 .btn_disabled {
  width: 444px;
  height: 116px;
  position: absolute;
  top: 520px;
  left: 50%;
  margin-left: -474px;
  background: url("../img/lp/btn_join_fix.png") 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: 348px;
  height: 86px;
  position: absolute;
  right: 304px;
  top: 440px;
  background: url("../img/lp/btn_join_mini_fix.png") 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;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/*--------------------------*/


.box_01 .btn_area {
  width: 444px;
  height: 116px;
  position: absolute;
  top: 520px;
  left: 50%;
  margin-left: -474px;
  background: url("../img/lp/btn_join.png") 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 .lp_btn_join {
  width: 444px;
  height: 116px;
  display: block;
  opacity: 0;
  transition: 0.3s linear;
  background: url("../img/lp/btn_join_on.png") no-repeat;
}

.box_01 .lp_btn_join:hover {
  opacity: 1;
}

.box_01 .btn_area span {
  text-indent: 100%;
  overflow: hidden;
  visibility: hidden;
}

.box_01 .lp_btn_join.end {
  background: url("../img/lp/btn_join_end.png") no-repeat;
  pointer-events: none;
}


/*バナー*/
.box_01 .bn_area {
  width: 300px;
  position: fixed;
  top: 480px;
  right: 0;
  z-index: 500;
  background: url("../img/lp/bn_tokyo.jpg") no-repeat;
  transition: all .3s;
  -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 .bn_area span {
  text-indent: 100%;
  overflow: hidden;
  visibility: hidden;
}

.box_01 .lp_bn {
  width: 300px;
  height: 250px;
  opacity: 0;
  transition: 0.3s linear;
  background: url("../img/lp/bn_tokyo_on.jpg") no-repeat;
  background-size: contain;
  display: block;
}

.box_01 .lp_bn:hover {
  opacity: 1;
}

.active {
  transform: translateX(106%)
}

/*
.btn_area a::before{
  width:100%;
  height:auto;
  background:url("../img/lp/btn_join_ref.png")no-repeat center top;
  z-index:100;
}
*/
/*
.btn_area a{
  width:100%;
  height:auto;
  padding:24px 80px;
  color:#fff;
  font-weight:800;
  border-radius: 8px;
  border:2px solid #925a19;
  background-color: #ff9001;
}
*/

.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
-----------------------------------------------------*/
.box_02 {
  height: 560px;
}

/* BOX_03
-----------------------------------------------------*/
.box_03 {
  height: 720px;
  /* padding: 80px 0px 0px; */
}


.box_03 .btn_area {
  width: 348px;
  height: 86px;
  position: absolute;
  right: 304px;
  top: 470px;
  background: url("../img/lp/btn_join_mini.png") 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 .lp_btn_join_mini {
  width: 348px;
  height: 86px;
  display: block;
  opacity: 0;
  transition: 0.3s linear;
  background: url("../img/lp/btn_join_mini_on.png") no-repeat;
}

.box_03 .lp_btn_join_mini:hover {
  opacity: 1;
}

.box_03 .btn_area span {
  text-indent: 1000%;
  overflow: hidden;
  visibility: hidden;
}

.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;
}

/*
.lp_entry_header::before {
  position: absolute;
  content: "";
  top: 0.7em;
  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: 960px;
  margin: 0 auto;
  padding-top: 32px;
}


/* マップ */
.g_map {
  display: none;
}

.g_map {
  display: block;
  width: 346px;
  height: 260px;
  flex: none;
  border: 1px solid #ccc;
  box-sizing: content-box;
}



/* BOX_04
-----------------------------------------------------*/
.box_04 {
  color: #fff;
  font-size: 14px;
}

.box_04 .text_box {
  width: 980px;
  margin: 32px auto;
  padding-bottom: 16px;
  background-color: #514f64;
  border-radius: 16px;
}

.box_04 li {
  margin-bottom: 1em;
  line-height: 1.16em;
}

.box_04 a {
  color: #fff !important;
  text-decoration: underline !important;
}

/* BOX_05
-----------------------------------------------------*/
.box_05 {
  height: auto;
  margin-top: 80px;
  padding-bottom: 40px;
}

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: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;
}

/*
.lp_event_item.staff::before {
  background: url("../img/lp/img_staff.png") no-repeat;
}
.lp_event_item.tax::before {
  background: url("../img/lp/img_tax.png") no-repeat;
}
.lp_event_item.skeb::before {
  background: url("../img/lp/img_skeb.png") no-repeat;
}
.lp_event_item.nijie::before {
  background: url("../img/lp/img_nijie.png") no-repeat;
}
*/


/*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 {
  background: #fff;
  min-height: auto;
  text-align: center;
  box-sizing: content-box;
  margin: 32px 0;
  line-height: 1.6em;
}

/* BOX_06
-----------------------------------------------------*/

.box_06 {
  height: 380px;
  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_faqList_item:nth-child(even) {
  margin-left: 2%;
}

.lp_faq_item {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  display: flex;
}

.lp_faq_item p {
  width: 100%;
  padding: 6px 12px;
  color: #333;
  line-height: 1.4em;
  font-size: 13px;
}

.lp_faq_item.type_question {
  margin-bottom: 5px;
}

.lp_faq_item i {
  width: 36px;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px 0 0 4px;
  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 {
  height: 225px;
  padding-top: 40px;
}

/*DLsiteボタン*/
.box_07 .btn_area {
  width: 420px;
  height: 76px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: url("../img/lp/btn_dlsite.png") no-repeat center top;
  text-indent: 999%;
  white-space: nowrap;
  overflow: hidden;
  -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_07 .lp_btn_company {
  width: 420px;
  height: 76px;
  display: block;
  opacity: 0;
  transition: 0.3s linear;
  background: url("../img/lp/btn_dlsite_on.png") no-repeat;
}

.box_07 .lp_btn_company:hover {
  opacity: 1;
}

.box_07 .btn_area span {
  text-indent: 1000%;
  overflow: hidden;
  visibility: hidden;
}

.company {
  margin: 16px auto 24px;
  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;
  color: #525172 !important;
}

/* 汎用*/
a:hover {
  opacity: 0.9;
  transform: 3s;
  -webkit-transition: all 0.3s;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 32px;
}

.red {
  color: #fd5f8c;
}

.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;
}


/* リスト系
================================================== */
/* 点付きリスト（注意事項など） */

.lp_discList {
  margin: 0 6%;
}

.lp_discList_item {
  list-style: disc;
  margin-left: 20px;
}

.lp_discList_item>p {
  text-shadow: 0 0 6px #000;
}

/* フッター
-------------------------------------------------- */
#promo_footer {
  width: 100%;
  height: 80px;
  margin-top: 40px;
  line-height: 40px;
  color: #ccc;
  font-size: 1.6rem;
  text-align: center;
  background: #000;
  z-index: 500;
}


/*---------------------------------
  右下ボタン
---------------------------------*/
#side {
  position: fixed;
  bottom: 64px;
  right: 64px;
  transition: all 0.3s linear;
  z-index: 1000;
}

#side .btn-tw {
  width: 48px;
  height: auto;
  position: absolute;
  bottom: 16px;
  transition: all 0.1s linear;
}

@media screen and (min-width: 768px) {
  #side .btn-tw:hover {
    opacity: 0.8;
  }
}

#side #pagetop {
  width: 48px;
  height: auto;
  position: absolute;
  bottom: -48px;
  transition: all 0.1s linear;
}

@media screen and (min-width: 768px) {
  #side #pagetop:hover {
    opacity: 0.8;
  }
}

@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);
  }
}