<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_ の略） ----- */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.6;
}

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

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_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: 1.1rem;
}

/* =========================================================
特設ページ
========================================================= */
img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc_none {
  display: none;
}

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

/*ヘッダー
========================================================= */
#container {
  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;
  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;
}

a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* text-decoration: none; */
}

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

#promo_blog_relocation div[class^="box_0"] {
  position: relative;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
}

.promo_container {
  position: relative;
}

.lp_section {
  padding: 30px 0;
  color: #666;
}

.lp_section p {
  line-height: 1.6;
}

.lp_section_body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.lp_section_body p {
  line-height: 1.7;
}

.lp_section_heading {
  font-size: 2.2rem;
  font-family: "Meiryo UI","ヒラギノ角ゴ Pro W3",helvetica,arial,verdana,sans-serif;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1.22;
}

.lp_section_title {
  margin: 23px 0 10px;
  padding-left: 10px;
  border-left: 4px solid #999;
  border-bottom: 2px solid #999;
  font-size: 1.8rem;
  line-height: 1.62;
}

.lp_section_title:first-child {
  margin-top: 0;
}

.lp_section_text {
  /* padding: 0 10px; */
}

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

  .lp_section_body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .lp_section_body p {
    line-height: 2.5;
  }

  .lp_section_heading {
    font-size: 3.2rem;
    margin-bottom: 28px;
    line-height: 1.22;
  }

  .lp_section_title {
    margin: 46px 0 20px;
    padding-left: 15px;
    border-left: 8px solid #999;
    border-bottom: 2px solid #999;
    font-size: 2.4rem;
    line-height: 1.62;
  }

  .lp_section_title:first-child {
    margin-top: 0;
  }

  .lp_section_text {
    padding: 0;
  }
}


/*　メインビジュアル
-----------------------------------------------------*/
.lp_section.type_intro {
  position: relative;
  z-index: 5;
  padding-top: 0;
  background: #3391cc;
  color: #fff;
  text-align: center;
}

.type_intro .lp_section_heading {
  font-weight: bold;
}

.type_intro .lp_section_text p + p {
  margin-top: 1.2rem;
}

.type_intro .lp_section_img {
  margin-bottom: 10px;
}

.type_intro .lp_section_img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_intro .lp_section_img {
    margin-bottom: 0;
    padding: 0 7% 38px;
  }
}


/* スクロール */
.scroll_arrow_container {
  width: 70%;
  min-width: 280px;
  margin: 30px auto 0;
}

.scroll_arrowList {
}

.scroll_arrowList_item {
  margin-top: 10px;
}

.scroll_arrow {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
  color: #052a83;
  box-shadow: 0 5px 0 0 #069;
  line-height: 1.25;
  text-decoration: none;
}

.scroll_arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 6px solid;
  border-right: 3px solid transparent;
  border-bottom: none;
  border-left: 3px solid transparent;
}

@media screen and (min-width: 768px) {
  .scroll_arrow_container {
    width: 100vw;
    max-width: 710px;
    margin-top: 60px;
  }

  .scroll_arrowList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
    margin-left: -10px;
  }

  .scroll_arrowList_item {
    margin-top: 20px;
    margin-left: 10px;
  }

  .scroll_arrow {
    width: 230px;
    height: 90px;
    padding: 20px;
  }

  .scroll_arrow::after {
    bottom: 8px;
    border-top: 10px solid;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
  }

  .scroll_arrow:hover {
    background: #fc0;
  }

  .scroll_arrow.type_wide {
    width: 470px;
  }
}


/*  DLsiteブログをご利用の皆様へ
-----------------------------------------------------*/
.lp_section.type_toUser {
  position: relative;
  z-index: 4;
  margin-top: -40px;
  padding: 40px 0 0;
  background: #fff;
}

.type_toUser .lp_section_body {
  padding: 30px 20px;
  background: url(../img/lp/box01_bg.png) no-repeat center / contain;
}

.type_toUser .lp_section_text p + p {
  margin-top: 2.55rem;
}

@media screen and (min-width: 768px) {
  .lp_section.type_toUser {
    margin-top: 0;
    padding: 0;
  }

  .type_toUser .lp_section_body {
    padding: 60px 30px;
    background: url(../img/lp/box01_bg.png) no-repeat center / contain;
  }

  .type_toUser .lp_section_text p + p {
    margin-top: 4rem;
  }
}


/*終了までのスケジュール
-----------------------------------------------------*/
.lp_section.type_schedule {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  padding-top: 70px;/* ページ内リンク位置調整用 30px + 40px() = 70px */
  background: #f1e6db;
}

.lp_scheduleList {
}

.lp_scheduleList_item {
  position: relative;
}

.lp_scheduleList_item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 38px;
  border: 6px solid;
}
.lp_scheduleList_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 34px;
  border-top: 12px solid;
  border-right: 10px solid transparent;
  border-bottom: none;
  border-left: 10px solid transparent;
}

.lp_scheduleList_item:last-of-type::before,
.lp_scheduleList_item:last-of-type::after {
  display: none;
}

.lp_scheduleList_item.type_gray01 { background: #898989; color: #898989; }
.lp_scheduleList_item.type_gray02 { background: #666; color: #666 ;}
.lp_scheduleList_item.type_gray03 { background: #333; color: #333; }

.lp_scheduleList_item + .lp_scheduleList_item {
  margin-top: 20px;
}

.lp_schedule_item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.lp_schedule_date {
  box-sizing: border-box;
  min-width: 94px;
  padding-left: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.lp_schedule_detail {
  flex: auto;
  padding: 12px 14px;
  background: #fff;
  color: #666;
}

.lp_schedule_detail .lp_schedule_title {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.lp_schedule_detail .lp_schedule_text {
  line-height: 1.6;
  font-size: 1.3rem;
}

.lp_schedule_caution {
  margin-top: 10px;
  border-radius: 10px;
  padding: 11px 10px 9px;
  background: #c66;
  color: #fff;
  text-align: left;
}

.lp_schedule_caution p {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .lp_section.type_schedule {
    margin-top: 0;
    padding-top: 60px;
  }

  .lp_scheduleList_item::before {
    bottom: -15px;
    left: 140px;
    border: 9px solid;
  }
  .lp_scheduleList_item::after {
    bottom: -40px;
    left: 130px;
    border-top: 26px solid;
    border-right: 19px solid transparent;
    border-bottom: none;
    border-left: 19px solid transparent;
  }

  .lp_scheduleList_item:last-of-type::before,
  .lp_scheduleList_item:last-of-type::after {
  }

  .lp_scheduleList_item + .lp_scheduleList_item {
    margin-top: 40px;
  }

  .lp_schedule_item {
  }

  .lp_schedule_date {
    min-width: 284px;
    padding-left: 40px;
    font-size: 2.4rem;
  }

  .lp_schedule_detail {
    padding: 19px 20px;
  }

  .lp_schedule_detail .lp_schedule_title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.94;
  }

  .lp_schedule_detail .lp_schedule_text {
    font-size: 1.6rem;
  }

  .lp_schedule_caution {
    margin-top: 20px;
    padding: 11px 20px 9px;
    text-align: center;
  }

  .lp_schedule_caution p {
  }
}


/* 代替サービス「Ci-en」のご案内
-----------------------------------------------------*/
.lp_section.type_alternative {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding-top: 70px;
  background: #fff;
}

.type_alternative .lp_section_inner {
}

.type_alternative .lp_section_img {
  margin-top: 20px;
  padding-bottom: 20px;
}

.type_alternative .lp_section_text {
  font-size: 1.3rem;
}

.type_alternative .lp_section_text p {
  line-height: 1.5;
}

.type_alternative .lp_section_text p + p {
  margin-top: 1.6rem;
}

.type_alternative .lp_section_text a {
  color: #39f;
}

.lp_section_attention {
  width: 85%;
  margin: 20px auto 30px;
  padding: 16px 12px 12px;
  border: 2px dashed #898989;
  background: #f6f1ec;
  font-size: 1.5rem;
  text-align: center;
}

.lp_section_attention p {
  line-height: 1.5;
}

.lp_section_attention strong {
  color: #f33;
}

@media screen and (min-width: 768px) {
  .lp_section.type_alternative {
    margin-top: 0;
    padding-top: 60px;
  }

  .type_alternative .lp_section_img {
    margin-top: 54px;
    padding-bottom: 38px;
  }

  .type_alternative .lp_section_text {
    font-size: 1.6rem;
  }

  .lp_section_attention {
    width: 78%;
    margin: 24px auto 78px;
    padding: 24px 20px 20px;
    font-size: 2rem;
  }
}


/* ----- 移行機能の提供 ----- */
.migration_infoList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 0 10px;
}

.migration_infoList_item {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .migration_infoList {
    flex-direction: row;
    margin: 32px 0 0 -10px;
    padding: 0;
  }
  .migration_infoList_item {
    margin-top: 0;
    margin-left: 10px;
  }
}


/* ----- 移行の手順 ----- */
.lp_section_migration {
  padding-top: 40px;
}

.migrationStep {
  position: relative;
  z-index: 1;
  padding: 23px 20px 33px;
  background: url(../img/lp/box04_bg.png) repeat-x left center / contain;
  color: #fff;
}

.migrationStep_text {
  text-align: center;
}

.migrationStep_text p {
  line-height: 1.875;
}

.migrationStep_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 15px;
  color: #666;
  line-height: 2;
  text-align: center;
}

.migrationStep_list_item {
  position: relative;
  margin-top: 42px;
  padding: 22px 22px 27px;
  background: #fff;
}

.migrationStep_list_item:first-of-type {
  margin-top: 0;
}

.migrationStep_list_item + .migrationStep_list_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -37px;
  left: 50%;
  border-bottom: 7px solid #fff;
  border-right: 7px solid #fff;
  animation: arrow-float-sp 2s ease infinite;
}

@keyframes arrow-float-sp {
  0% {
    transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  16.66% {
    transform: translateY(5px) translateX(-50%) rotate(45deg);
  }
  25% {
    transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  37.5% {
    transform: translateY(5px) translateX(-50%) rotate(45deg);
  }
  50% {
    transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  100% {
    transform: translateY(0) translateX(-50%) rotate(45deg);
  }
}
@-webkit-keyframes arrow-float-sp {
  0% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  16.66% {
    -webkit-transform: translateY(5px) translateX(-50%) rotate(45deg);
  }
  25% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  37.5% {
    -webkit-transform: translateY(5px) translateX(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
  }
}

.migration_stepNum {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}

.migration_title {
  font-size: 1.6rem;
}

.migration_btn {
  display: block;
  margin-top: 12px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
}

.migration_btn.type_green {
  background: #096;
  box-shadow: 0 5px 0 0 #063;
}
.migration_btn.type_green:hover {
  background: #696;
}

.migration_btn.type_orange {
  background: #c60;
  box-shadow: 0 5px 0 0 #930;
}
.migration_btn.type_orange:hover {
  background: #ca7e31;
}

.migration_img01 {
  position: absolute;
  top: -8px;
  left: -12px;
  width: 20%;
}
.migration_img02 {
  position: absolute;
  top: -9px;
  right: -3px;
  width: 18%;
}

@media screen and (min-width: 768px) {
  .lp_section_migration {
    padding-top: 0;
  }

  .migrationStep {
    margin-top: 54px;
    padding: 46px 40px 66px;
    background: url(../img/lp/box04_bg.png) repeat-x left center / contain;
    color: #fff;
  }

  .migrationStep_text {
    text-align: center;
  }

  .migrationStep_text p {
    line-height: 1.875;
  }

  .migrationStep_list {
    flex-direction: row;
    max-width: 900px;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 2;
  }

  .migrationStep_list_item {
    position: relative;
    width: 420px;
    margin-top: 0;
    margin-left: 38px;
    padding: 22px 22px 27px;
    background: #fff;
  }

  .migrationStep_list_item:first-of-type {
    margin-left: 0;
  }

  .migrationStep_list_item + .migrationStep_list_item::before {
    width: 15px;
    height: 15px;
    top: 50%;
    left: -35px;
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
    animation: arrow-float-pc 2s ease infinite;
  }

  @keyframes arrow-float-pc {
    0% {
      transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
    16.66% {
      transform: translateX(5px) translateY(-50%) rotate(-45deg);
    }
    25% {
      transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
    37.5% {
      transform: translateX(5px) translateY(-50%) rotate(-45deg);
    }
    50% {
      transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
    100% {
      transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
  }
  @-webkit-keyframes arrow-float-pc {
    0% {
      -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
    16.66% {
      -webkit-transform: translateX(5px) translateY(-50%) rotate(-45deg);
    }
    25% {
      -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
    37.5% {
      -webkit-transform: translateX(5px) translateY(-50%) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
    }
  }

  .migration_stepNum {
    margin-bottom: 8px;
    font-size: 2rem;
  }

  .migration_title {
    padding: 0 62px;
    font-size: 1.8rem;
  }

  .migration_btn {
    display: block;
    margin-top: 24px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    text-decoration: none;
  }

  .migration_btn.type_green:hover {
    background: #696;
  }
  .migration_btn.type_orange:hover {
    background: #ca7e31;
  }

  .migration_img01 {
    position: absolute;
    top: -17px;
    left: -24px;
    width: 108px;
  }
  .migration_img02 {
    position: absolute;
    top: -18px;
    right: -6px;
    width: 77px;
  }
}


/* Q&amp;A
-----------------------------------------------------*/
.lp_section.type_faq {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  padding: 70px 0 100px;
  background: #f1e6db;
}

.type_faq .lp_section_text {
  text-align: center;
}

.type_faq .lp_section_text p + p {
  margin-top: 8px;
}

.type_faq .lp_section_text a {
  color: #09c;
}

.lp_CategoryList {
  margin-top: 23px;
}

.lp_CategoryList_item {
  margin-top: 42px;
}

.lp_CategoryList_item:first-of-type {
  margin-top: 0;
}

.lp_faqList {
  margin-top: 18px;
  padding: 0 10px;
}

.lp_faqList_item {
  margin-top: 30px;
}

.lp_faqList_item:first-of-type {
  margin-top: 0;
}

.lp_faq {}

.lp_faq_question {
  font-size: 1.5rem;
  line-height: 1.5;
}

.lp_faq_answer {
  margin: 12px 6px 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .lp_section.type_faq {
  }

  .type_faq .lp_section_text p + p {
    margin-top: 0;
  }

  .lp_CategoryList {
    margin-top: 46px;
  }

  .lp_CategoryList_item {
    margin-top: 84px;
  }

  .lp_faqList {
    margin-top: 36px;
  }

  .lp_faqList_item {
    margin-top: 40px;
  }

  .lp_faq_question {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .lp_faq_answer {
    margin: 16px 10px 0;
    padding: 20px 18px;
    border-radius: 10px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}


/* topへ
-----------------------------------------------------*/
.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 30px;
  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;
}

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

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

/* 汎用
-------------------------------------------------- */
.text_red {
  color: #c66;
  font-size: 1.4rem;
}

.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 &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;
}

.lp_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 10000;
}</pre></body></html>