<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------------------------
変数系
-------------------------------------------------- */
/* メディアクエリ変数 */
/* フォント */
/* 文字サイズ指定 */
/* 行間指定 */
/* font-size
-------------------------------------------------- */
.fs-xxl {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .fs-xxl {
    font-size: 24px;
  }
}

.fs-xl {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .fs-xl {
    font-size: 20px;
  }
}

.fs-lg {
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .fs-lg {
    font-size: 18px;
  }
}

.fs-md {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .fs-md {
    font-size: 16px;
  }
}

.fs-sm {
  font-size: 11px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .fs-sm {
    font-size: 14px;
  }
}

.fs-xs {
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .fs-xs {
    font-size: 12px;
  }
}

/* font-family googlefont
-------------------------------------------------- */
html:lang(ja-jp),
html:lang(en-us) {
  font-family: 'Noto Sans JP', sans-serif;
}

html:lang(zh-tw) {
  font-family: 'Noto Sans TC', sans-serif;
}

html:lang(zh-cn) {
  font-family: 'Noto Sans SC', sans-serif;
}

html:lang(ko-kr) {
  font-family: 'Noto Sans KR', sans-serif;
}

/* 色 */
/* color
-------------------------------------------------- */
/* --------------------------------------------------
各項目共通スタイル
-------------------------------------------------- */
/* 全体のスタイル */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  color: #222;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

body a {
  cursor: pointer;
}

body a :hover {
  opacity: 0.8;
}

body img {
  width: 100%;
  vertical-align: bottom;
}

body p {
  color: #222;
}

/* pc改行用 */
.br-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .br-pc {
    display: block;
  }
}

.br-sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
}

.hide_sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .hide_sp {
    display: block;
  }
}

.pr-container {
  width: 100%;
  overflow-x: hidden;
}

/* main
-------------------------------------------------- */
main {
  color: #222;
}

/* lp_sec
-------------------------------------------------- */
.lp_sec {
  position: relative;
  padding: 13.33333vw 0;
}

@media screen and (min-width: 769px) {
  .lp_sec {
    padding: 100px 0;
  }
}

.lp_sec.type_hero, .lp_sec.type_menu {
  padding: 0;
}

.lp_sec.bg_grad {
  background: url(/modpub/images/promo/app-guide/bg_pat.png) repeat, linear-gradient(-45deg, #3875ff 0%, #fc8582 100%);
}

@media screen and (min-width: 769px) {
  .lp_sec.bg_grad {
    background: url(/modpub/images/promo/app-guide/bg_pat.png) repeat, linear-gradient(90deg, #3875ff 0%, #fc8582 100%);
  }
}

.lp_sec.bg_pink {
  background: #fff1f1;
}

.lp_sec_inner {
  padding: 0 1.73333vw;
}

@media screen and (min-width: 769px) {
  .lp_sec_inner {
    padding: 0;
  }
}

.lp_sec_inner + .lp_sec_inner {
  margin-top: 26.66667vw;
}

@media screen and (min-width: 769px) {
  .lp_sec_inner + .lp_sec_inner {
    margin-top: 150px;
  }
}

.text {
  width: 86.66667vw;
  margin: 0 auto 5.33333vw;
}

@media screen and (min-width: 769px) {
  .text {
    width: 800px;
    margin: 0 auto 40px;
    text-align: center;
  }
}

/* 見出し */
/* 画像見出し */
.img_headline {
  height: 8vw;
  margin: 0 auto 10.66667vw;
}

@media screen and (min-width: 769px) {
  .img_headline {
    height: 40px;
    margin: 0 auto 80px;
  }
}

.img_headline.type_appgen {
  height: 23.2vw;
}

@media screen and (min-width: 769px) {
  .img_headline.type_appgen {
    height: 80px;
  }
}

.img_headline.type_appfunc {
  height: 23.46667vw;
}

@media screen and (min-width: 769px) {
  .img_headline.type_appfunc {
    height: 82px;
  }
}

.headline_sub {
  color: #222;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 5.33333vw;
}

@media screen and (min-width: 769px) {
  .headline_sub {
    font-size: 20px;
    margin: 0 auto 40px;
  }
}

.headline_sub .headline_icon {
  display: inline-block;
  background: #ff7a77;
  color: #fff;
  font-size: 12px;
  border-radius: 15px;
  width: 16vw;
  margin-right: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .headline_sub .headline_icon {
    font-size: 20px;
    width: 100px;
    margin-right: 25px;
    padding: 0.3em 0;
  }
}

/* 画像見出しの下にサブ見出しが来る場合マイナスマージンで狭める */
.headline + .headline_sub {
  margin: -5.33333vw auto 5.33333vw;
}

@media screen and (min-width: 769px) {
  .headline + .headline_sub {
    margin: -40px auto 40px;
  }
}

/* ボタン */
.lp_btn_wrap {
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .lp_btn_wrap {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .lp_btn_wrap.type_anker {
    margin-bottom: 0;
  }
}

.lp_btn {
  position: relative;
  display: block;
  font-size: 15px;
  text-align: center;
  color: #333;
  background: #fff;
  width: 80vw;
  border: 1px solid #ddd;
  height: 13.33333vw;
  line-height: 13.33333vw;
  border-radius: 6.66667vw;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .lp_btn {
    font-size: 20px;
    max-width: 470px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
  }
}

.lp_btn:hover {
  background: #ff7a77;
  color: #fff;
}

.lp_btn:active {
  background: #ff7a77;
  color: #fff;
}

.lp_btn:link {
  color: #333;
}

.lp_btn:visited {
  color: #333;
}

.lp_btn.type_green {
  border: 0;
  background: linear-gradient(90deg, #00bf56 0%, #00bf56 100%);
  color: #fff;
}

.lp_btn.type_green:hover {
  background: linear-gradient(270deg, #00bf56 0%, #00bf56 100%);
}

.lp_btn.type_green:active {
  background: linear-gradient(270deg, #00bf56 0%, #00bf56 100%);
}

.lp_btn.type_adv {
  position: relative;
}

.lp_btn.type_adv::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/modpub/images/promo/app-guide/icon_dlsiteadv.png) no-repeat 0 0/contain;
  width: 8vw;
  height: 8vw;
  vertical-align: middle;
  margin-right: 3.2vw;
}

@media screen and (min-width: 769px) {
  .lp_btn.type_adv::before {
    width: 55px;
    height: 55px;
    margin-right: 30px;
  }
}

.lp_btn.type_anker {
  position: relative;
}

@media screen and (min-width: 769px) {
  .lp_btn.type_anker {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 60;
    width: 400px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
  }
}

.lp_btn.type_anker::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 15px;
  right: 20px;
  top: 0;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .lp_btn.type_anker::after {
    font-size: 24px;
  }
}

/* note内のボタン */
.box_note_body .lp_btn_wrap {
  margin-bottom: 0;
}

.box_note_body .lp_btn_wrap .lp_btn {
  width: 66.66667vw;
  height: 10.66667vw;
  line-height: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .box_note_body .lp_btn_wrap .lp_btn {
    font-size: 16px;
    width: 430px;
    height: 70px;
    line-height: 70px;
  }
}

/* 横並び要素 */
.box_flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .box_flex {
    margin-bottom: 60px;
    flex-direction: row;
    justify-content: center;
  }
}

.box_flex.type_mb0 {
  margin-bottom: 0;
}

.box_flex .box_flex_inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .box_flex .box_flex_inner {
    margin: 0;
  }
}

.box_flex .box_flex_inner + .box_flex_inner {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_flex_inner + .box_flex_inner {
    margin: 0 0 0 40px;
  }
}

.box_flex .box_flex_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_flex_head {
    font-size: 24px;
    margin-bottom: 36px;
  }
}

.box_flex .box_flex_head .icon::before {
  content: "";
  display: inline-block;
  width: 6.66667vw;
  height: 6.66667vw;
  margin-right: 2.13333vw;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .box_flex .box_flex_head .icon::before {
    margin-right: 16px;
  }
}

.box_flex .box_flex_head .icon.type_pad::before {
  background: url(/modpub/images/promo/app-guide/icon_gamepad.svg) no-repeat 0 0/contain;
}

@media screen and (min-width: 769px) {
  .box_flex .box_flex_head .icon.type_pad::before {
    width: 40px;
    height: 40px;
  }
}

.box_flex .box_flex_head .icon.type_mouse::before {
  background: url(/modpub/images/promo/app-guide/icon_mouse.svg) no-repeat 0 0/contain;
  width: 5.33333vw;
  height: 6vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_flex_head .icon.type_mouse::before {
    width: 30px;
    height: 30px;
  }
}

.box_flex .box_body {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .box_flex .box_body {
    flex-direction: row;
    align-items: center;
  }
}

.box_flex .box_body .box_img {
  width: 86.66667vw;
  margin: 0 auto 4vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_body .box_img {
    width: 430px;
    margin: 0 36px 0 0;
  }
}

.box_flex .box_body .box_img.type_pc_col {
  width: 97.33333vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_body .box_img.type_pc_col {
    width: 430px;
    margin: 0 0 36px;
  }
}

.box_flex .box_body .box_body_text {
  width: 86.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .box_flex .box_body .box_body_text {
    width: 480px;
    margin: 0;
  }
}

.box_flex .box_body .box_body_text + .box_body_text {
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .box_flex .box_body.type_pc_column {
    flex-direction: column;
  }
}

.box_flex .box_img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -3.2vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_img_list {
    width: 1000px;
    margin-right: -16px;
  }
}

.box_flex .box_img_list .box_img_item {
  width: 40vw;
  margin: 0 3.2vw 2.13333vw 0;
}

@media screen and (min-width: 769px) {
  .box_flex .box_img_list .box_img_item {
    width: 250px;
    margin: 0 16px 16px 0;
  }
}

.box_flex .box_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 10.66667vw 0;
  margin: 0 -2vw 0 0;
}

@media screen and (min-width: 769px) {
  .box_flex .box_footer {
    padding: 80px 0;
    margin: 0 -15px 0 0;
  }
}

.box_flex .box_footer .box_footer_item {
  margin: 0 2vw 4vw 0;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  width: 26.66667vw;
  padding: 2.66667vw 2.13333vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_footer .box_footer_item {
    width: 200px;
    height: 150px;
    padding: 24px 12px;
    margin: 0 15px 15px 0;
  }
}

.box_flex .box_footer .item_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .box_flex .box_footer .item_wrap {
    font-size: 16px;
  }
}

.box_flex .box_footer .item_wrap .item_icon {
  height: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_footer .item_wrap .item_icon {
    height: 50px;
  }
}

.box_flex .box_footer .item_wrap .item_text {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .box_flex .box_footer .item_wrap .item_text {
    margin-top: 20px;
  }
}

/* 注意事項などのbox */
.box_note {
  background: #fff;
  width: 88vw;
  border-radius: 15px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .box_note {
    width: 660px;
  }
}

.box_note .box_note_head {
  background: #fc8b88;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 0.5em 1em;
}

@media screen and (min-width: 769px) {
  .box_note .box_note_head {
    font-size: 20px;
  }
}

.box_note .box_note_body {
  padding: 5.33333vw;
  /* ボタン余白 */
}

@media screen and (min-width: 769px) {
  .box_note .box_note_body {
    padding: 40px;
  }
}

.box_note .box_note_body .lp_btn_wrap {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .box_note .box_note_body .lp_btn_wrap {
    margin-top: 40px;
  }
}

.box_note .body_headline {
  color: #ff5b13;
  text-align: center;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .box_note .body_headline {
    margin-bottom: 30px;
  }
}

.box_note .note_list .note_item {
  margin-bottom: 0.8em;
  list-style: disc;
  margin-left: 1em;
}

@media screen and (min-width: 769px) {
  .box_note .note_list .note_item {
    font-size: 14px;
  }
}

.box_note .note_list .note_item:last-child {
  margin-bottom: 0;
}

.box_note .note_list.type_nodisc .note_item {
  list-style: none;
  margin-left: 0;
}

.box_note .note_table {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .box_note .note_table {
    margin-bottom: 40px;
  }
}

.box_note .note_table .teble_wrap {
  display: flex;
  align-items: center;
}

.box_note .note_table .teble_wrap .teble_head {
  width: 20vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .box_note .note_table .teble_wrap .teble_head {
    width: 100px;
  }
}

.box_note .note_table .teble_wrap .teble_body_wrap {
  flex: 1;
}

.box_note .note_table .teble_wrap .teble_body {
  flex: 1;
}

.box_note .note_table .teble_wrap .teble_body + .teble_body {
  margin-top: 1.06667vw;
}

@media screen and (min-width: 769px) {
  .box_note .note_table .teble_wrap .teble_body + .teble_body {
    margin-top: 8px;
  }
}

.box_note .note_table .teble_wrap + .teble_wrap {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  .box_note .note_table .teble_wrap + .teble_wrap {
    margin-top: 30px;
  }
}

.box_note + .box_note {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  .box_note + .box_note {
    margin-top: 40px;
  }
}

/* --------------------------------------------------
各セクション個別スタイル
-------------------------------------------------- */
/* ----- type-hero ----- */
.type_hero {
  background: #c5bfb3;
}

.type_hero .type_hero_inner {
  background: url(/modpub/images/promo/app-guide/img_mv_bg.jpg) no-repeat center -10%/142%;
  transition: 0.25s;
}

@media screen and (min-width: 769px) {
  .type_hero .type_hero_inner {
    background-position: 0 0;
    background-size: 1030px 589px;
  }
}

@media screen and (min-width: 1025px) {
  .type_hero .type_hero_inner {
    background-position: -400px 0;
  }
}

@media screen and (min-width: 1281px) {
  .type_hero .type_hero_inner {
    background-position: -300px 0;
  }
}

@media screen and (min-width: 1600px) {
  .type_hero .type_hero_inner {
    background-position: 0 0;
  }
}

@media screen and (min-width: 1921px) {
  .type_hero .type_hero_inner {
    background-repeat: repeat-x;
    background-size: 70%;
    background-position-y: 40%;
  }
}

.type_hero .mv_logo_wrap {
  display: flex;
}

.type_hero .mv_logo_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 56vw 0 0;
  border-color: #ff6f6a transparent transparent transparent;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_logo_wrap::before {
    border-width: 486px 145px 0 0;
  }
}

.type_hero .mv_logo_wrap .img_logo {
  position: absolute;
  width: auto;
  height: 5.33333vw;
  margin: 4.66667vw 0 0 13.33333vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_logo_wrap .img_logo {
    height: 28px;
    margin: 20px 0 0 20px;
  }
}

.type_hero .mv_ttl_wrap {
  padding-top: 26.66667vw;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_ttl_wrap {
    padding: 0;
  }
}

.type_hero .mv_ttl_wrap .mv_ttl {
  position: relative;
  background: url(/modpub/images/promo/app-guide/img_mv_r_sp.png) no-repeat 0 0/contain;
  width: 100vw;
  padding-top: 108.26667vw;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_ttl_wrap .mv_ttl {
    position: relative;
    background: url(/modpub/images/promo/app-guide/img_mv_r.png) no-repeat 0 0/contain;
    width: 1040px;
    padding-top: 484px;
    margin: 0 0 0 auto;
  }
}

.type_hero .mv_ttl_wrap .mv_ttl .img_mv {
  position: absolute;
  width: 70vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_ttl_wrap .mv_ttl .img_mv {
    width: 526px;
    bottom: auto;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -340px;
  }
}

/* ----- type_menu ----- */
/* btn */
.btn_menu_wrap {
  position: absolute;
  padding: 4vw 4vw;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .btn_menu_wrap {
    display: none;
  }
}

.btn_menu_wrap .btn_menu {
  width: 5.33333vw !important;
  height: 5.33333vw !important;
  overflow: visible;
}

.btn_menu_wrap .btn_menu.is-active {
  position: fixed;
}

.btn_menu_wrap .btn_menu.is-active span {
  background: #222 !important;
}

/* contents */
.menu_container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
  z-index: 50;
  margin-right: 100vw;
}

@media screen and (min-width: 769px) {
  .menu_container {
    position: relative;
    height: auto;
    margin: 0;
    display: block !important;
  }
}

.menu_container .menu_wrap {
  display: flex;
  flex-direction: column;
  padding-top: 40vw;
}

@media screen and (min-width: 769px) {
  .menu_container .menu_wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    height: 100px;
  }
}

.menu_container .menu_wrap .menu_item {
  margin-bottom: 20vw;
}

@media screen and (min-width: 769px) {
  .menu_container .menu_wrap .menu_item {
    margin: 0 70px 0 0;
  }
  .menu_container .menu_wrap .menu_item:last-child {
    margin: 0;
  }
}

.menu_container .menu_wrap .menu_item .menu_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  text-align: center;
  font-size: 14px;
  padding: 2.66667vw 0;
}

@media screen and (min-width: 769px) {
  .menu_container .menu_wrap .menu_item .menu_link {
    font-size: 20px;
    padding: 0;
  }
}

.menu_container .menu_wrap .menu_item .menu_link::before {
  content: "";
  display: inline-block;
  width: 6.66667vw;
  padding-top: 6.66667vw;
  margin-right: 3.2vw;
  top: 0;
}

@media screen and (min-width: 769px) {
  .menu_container .menu_wrap .menu_item .menu_link::before {
    width: 25px;
    padding-top: 27px;
    margin-right: 12px;
  }
}

.menu_container .menu_wrap .menu_item .menu_link.type_startup::before {
  background: url(/modpub/images/promo/app-guide/icon_power.svg) no-repeat 0 0/contain;
}

.menu_container .menu_wrap .menu_item .menu_link.type_appgen::before {
  background: url(/modpub/images/promo/app-guide/icon_gamepad.svg) no-repeat 0 0/contain;
  width: 33px;
  padding-top: 33px;
  margin-top: -5px;
  margin-right: 15px;
}

.menu_container .menu_wrap .menu_item .menu_link.type_system_req::before {
  background: url(/modpub/images/promo/app-guide/icon_sp.svg) no-repeat 0 0/contain;
  width: 28px;
  padding-top: 28px;
  margin-right: 8px;
}

.menu_container.is-active {
  animation: slide_in_left 0.25s ease 1 both;
}

@keyframes slide_in_left {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}

/* ----- type_intro ----- */
.type_intro {
  /* ジャンル */
}

.type_intro .intro_note_wrap {
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_note_wrap {
    margin-bottom: 60px;
  }
}

.type_intro .intro_note_wrap h2 {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_note_wrap h2 {
    font-size: 20px;
  }
}

.type_intro .intro_note_wrap h2 span {
  display: block;
}

.type_intro .intro_note_wrap h2 span + span {
  padding-top: 1em;
}

.type_intro .intro_list_wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 8vw -2vw;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_list_wrap {
    margin: 0 0 60px -15px;
  }
}

.type_intro .intro_list_wrap .intro_list_item {
  background: #fff;
  border-radius: 1em;
  min-width: 26.66667vw;
  margin-right: 2vw;
  text-align: center;
  padding: 0.1em 0;
}

.type_intro .intro_list_wrap .intro_list_item.type_game {
  color: #ff3f8c;
}

.type_intro .intro_list_wrap .intro_list_item.type_movie {
  color: #c845ff;
}

.type_intro .intro_list_wrap .intro_list_item.type_asmr {
  color: #5868ff;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_list_wrap .intro_list_item {
    font-size: 20px;
    min-width: 210px;
    margin-right: 15px;
  }
}

.type_intro .intro_works_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container {
    flex-direction: row;
    justify-content: center;
    margin: 0 -12px 0 0;
  }
}

.type_intro .intro_works_container .works_wrap {
  position: relative;
  width: 86.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap {
    width: 420px;
    margin: 0 12px 0 0;
  }
}

.type_intro .intro_works_container .works_wrap.type_dojin::before {
  content: "";
  display: block;
  background: url(/modpub/images/promo/app-guide/icon_droid_b.svg) no-repeat 0 0/contain;
  width: 22.66667vw;
  padding-top: 13.33333vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap.type_dojin::before {
    width: 134px;
    padding-top: 78px;
  }
}

.type_intro .intro_works_container .works_wrap.type_dojin .works_wrap_inner {
  border: solid 1px #73c2ff;
  border-radius: 15px;
}

.type_intro .intro_works_container .works_wrap.type_shogyo::before {
  content: "";
  display: block;
  background: url(/modpub/images/promo/app-guide/icon_droid_p.svg) no-repeat 0 0/contain;
  width: 22.66667vw;
  padding-top: 13.33333vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap.type_shogyo::before {
    width: 134px;
    padding-top: 78px;
  }
}

.type_intro .intro_works_container .works_wrap.type_shogyo .works_wrap_inner {
  border: solid 1px #ff9aeb;
  border-radius: 15px;
}

.type_intro .intro_works_container .works_wrap .works_wrap_inner {
  padding: 3.73333vw 0;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap .works_wrap_inner {
    padding: 24px 0;
  }
}

.type_intro .intro_works_container .works_wrap .works_wrap_inner .intro_ttl {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap .works_wrap_inner .intro_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.type_intro .intro_works_container .works_wrap .works_wrap_inner .intro_ttl.type_mg0 {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap .works_wrap_inner .intro_ttl.type_mg0 {
    margin-bottom: 20px;
  }
}

.type_intro .intro_works_container .works_wrap .works_wrap_inner .works_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.13333vw 0 0;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap .works_wrap_inner .works_list {
    margin: 0 -10px 0 0;
  }
}

.type_intro .intro_works_container .works_wrap .works_wrap_inner .works_list .works_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37.33333vw;
  min-height: 28.66667vw;
  margin: 2.13333vw 2.13333vw 0 0;
  text-align: center;
  font-size: 22.5px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap .works_wrap_inner .works_list .works_item {
    width: 185px;
    font-size: 35px;
    min-height: 140px;
    margin: 10px 10px 0 0;
  }
}

.type_intro .intro_works_container .works_wrap + .works_wrap {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type_intro .intro_works_container .works_wrap + .works_wrap {
    margin-top: 0;
  }
}

/* ----- type_intro ----- */
/* ----- type_startup ----- */
/* 切り換えUI */
.switch_header {
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .switch_header {
    margin-bottom: 40px;
  }
}

.switch_header .switch_list {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  height: 8.8vw;
  border-radius: 4.4vw;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .switch_header .switch_list {
    height: 70px;
    border-radius: 35px;
    max-width: 640px;
    margin: 0 auto;
  }
}

.switch_header .switch_list::before {
  position: absolute;
  left: 1%;
  top: 0.4vw;
  content: "";
  width: 50%;
  height: 8vw;
  border-radius: 4vw;
  background: #fc8b88;
  z-index: 0;
  transition: 0.25s;
}

@media screen and (min-width: 769px) {
  .switch_header .switch_list::before {
    height: 62px;
    border-radius: 31px;
    left: 4px;
    top: 4px;
  }
}

.switch_header .switch_list.is-apk::before {
  left: 0.5%;
}

.switch_header .switch_list.is-adv::before {
  left: 49.5%;
}

.switch_header .switch_list .switch_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  color: #222;
  z-index: 10;
  height: 8vw;
}

.switch_header .switch_list .switch_item.is-active {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .switch_header .switch_list .switch_item {
    height: 70px;
  }
}

.switch_header .switch_list .switch_item span {
  background: #ffe92f;
  border-radius: 3px;
  color: #222;
  margin-right: 1.6vw;
  font-size: 11px;
  padding: 0em 0.2em;
}

@media screen and (min-width: 769px) {
  .switch_header .switch_list .switch_item span {
    margin-right: 8px;
    font-size: 14px;
  }
}

.switch_contents {
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .switch_contents {
    width: 1200px;
    margin: 0 auto;
  }
}

.switch_contents .switch_contents_inner {
  padding: 6.66667vw 0;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner {
    padding: 80px 0;
  }
}

.switch_contents .switch_contents_inner .step_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list {
    align-items: flex-start;
    flex-direction: row;
    width: 1200px;
    margin-right: -60px;
  }
}

.switch_contents .switch_contents_inner .step_list .step_item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20vw;
}

.switch_contents .switch_contents_inner .step_list .step_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list .step_item {
    width: 300px;
    margin: 0 60px 40px 0;
  }
  .switch_contents .switch_contents_inner .step_list .step_item:last-child {
    margin: 0 0 40px;
  }
}

.switch_contents .switch_contents_inner .step_list .step_item.type_chara::before {
  position: absolute;
  content: "";
  background: url(/modpub/images/promo/app-guide/img_chara_01.png) no-repeat 0 0/contain;
  width: 32vw;
  padding-top: 46.26667vw;
  top: 50.66667vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list .step_item.type_chara::before {
    width: 109px;
    height: 157px;
    top: 215px;
  }
}

.switch_contents .switch_contents_inner .step_list .step_item .step_item_img {
  width: 66.66667vw;
  margin: 0 auto 8vw;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list .step_item .step_item_img {
    width: 260px;
    margin: 0 auto 40px;
  }
}

.switch_contents .switch_contents_inner .step_list .step_item .step_item_text {
  font-size: 11px;
  width: 80vw;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list .step_item .step_item_text {
    font-size: 14px;
    width: auto;
  }
}

.switch_contents .switch_contents_inner .step_list .step_item .step_icon {
  position: relative;
  color: #fff;
  font-size: 15px;
  width: 50px;
  margin-bottom: 2.66667vw;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list .step_item .step_icon {
    font-size: 18px;
    width: 80px;
    height: 0;
    margin-bottom: 0;
  }
}

.switch_contents .switch_contents_inner .step_list .step_item .step_icon::before {
  position: absolute;
  content: "";
  background: url(/modpub/images/promo/app-guide/icon_droid_red.svg) no-repeat 0 0/contain;
  width: 50px;
  padding-top: 35px;
  top: -10px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list .step_item .step_icon::before {
    width: 52px;
    padding-top: 31px;
    top: -6px;
    left: 14px;
  }
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list.type_adv {
    flex-direction: column;
    width: 700px;
    margin: 0 auto 40px;
  }
}

.switch_contents .switch_contents_inner .step_list.type_adv .step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .switch_contents .switch_contents_inner .step_list.type_adv .step_item {
    flex-direction: row;
    align-items: flex-start;
    width: 650px;
    margin: 0 0 32px 0;
  }
}

/* ----- appgen ----- */
.appgen_function_wrap + .appgen_function_wrap {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .appgen_function_wrap + .appgen_function_wrap {
    margin-top: 80px;
  }
}

.appgen_function_wrap + .appgen_function_wrap::before {
  content: "";
  display: block;
  background: url(/modpub/images/promo/app-guide/img_bar.png) repeat-x 0 0/contain;
  width: 86.66667vw;
  padding-top: 2.66667vw;
  margin: 0 auto;
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .appgen_function_wrap + .appgen_function_wrap::before {
    width: 800px;
    padding-top: 17px;
    margin-bottom: 80px;
  }
}

.label_sbu {
  color: #687a9a;
  background: #eff2ff;
  padding: 0.1em 0.3em;
  margin: 0 0.3em;
  border-radius: 3px;
}

.ex_link {
  background: url(https://www.dlsite.com/images/web/common/icon_link_blank_01.gif) no-repeat;
  background-position: right 4px center;
  padding: 0 20px 0 5px;
}

/* ----- footer ----- */
.lp_icon_footer {
  background: #fc8b88;
  width: 100%;
}
/*# sourceMappingURL=lp.css.map */</pre></body></html>