<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 adobe font
-------------------------------------------------- */
.ff-ryu {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

/* 色系 */
/* color
-------------------------------------------------- */
.cl-red {
  color: #ff3a3a;
}

.fc-emp {
  color: #ff6666;
}

/* ボタン */
.lp-sec .lp-btn {
  position: relative;
  display: block;
  background: #e5ab2e;
  background: linear-gradient(90deg, #ffd957 0%, #e5ab2e 100%);
  border: 1px solid #e5ab2e;
  height: 10.66667vw;
  line-height: 10.66667vw;
  color: #222;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  width: 73.33333vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .lp-sec .lp-btn {
    font-size: 16px;
    max-width: 400px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    border: 1px solid #e5ab2e;
  }
}

.lp-sec .lp-btn:hover {
  background: #1b1b1b;
  color: #ffd957;
}

.lp-sec .lp-btn:active {
  background: #1b1b1b;
}

.lp-sec .lp-btn.type-anker::after {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  box-shadow: -1px 1px 0 #222 inset;
  transform: rotate(135deg);
  content: "";
}

.lp-sec .lp-btn.type-black {
  color: #d5b033;
  background: rgba(0, 0, 10, 0.7);
  border: 2px solid #a58414;
}

.lp-sec .lp-btn.type-black::after {
  box-shadow: -1px 1px 0 #d5b033 inset;
}

.lp-sec .lp-btn.type-black:hover {
  background: #1b1b1b;
  color: #ffd957;
}

.lp-sec .lp-btn.type-black:active {
  background: #1b1b1b;
}

.lp-sec .lp-btn-desc {
  max-width: 80vw;
  margin: 0 auto;
}

.lp-sec .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* FV */
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap {
    flex-direction: row;
  }
}

.lp-sec .btn-wrap &gt; * {
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap &gt; * {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.lp-sec .btn-wrap &gt; *:last-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-column {
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-column &gt; * {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.lp-sec .btn-wrap.type-column &gt; *:last-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-column .lp-btn {
    max-width: 260px;
    max-height: 45px;
    line-height: 43px;
  }
}

.lp-sec .btn-wrap.type-row {
  flex-direction: row;
}

.lp-sec .btn-wrap.type-black {
  justify-content: space-between;
  background: linear-gradient(90deg, #434343 0%, #2f2f2f 100%);
  width: 64vw;
  max-width: 340px;
  border-radius: 5px;
  padding: 1.06667vw 1.6vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-black {
    padding: 6px 8px;
    margin: auto 0 0 auto;
  }
}

.lp-sec .btn-wrap.type-black .price {
  margin: 0 auto;
  color: #fff;
}

.lp-sec .btn-wrap.type-black .lp-btn {
  width: 34.66667vw;
  max-width: 185px;
  height: 8.66667vw;
  line-height: 8.4vw;
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-black .lp-btn {
    width: 185px;
    height: 45px;
    line-height: 43px;
  }
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-black.type-small {
    max-width: 250px;
  }
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.type-black.type-small .lp-btn {
    max-width: 145px;
    max-height: 36px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.pc-wrap {
    margin: 0;
    align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .lp-sec .btn-wrap.pc-wrap .lp-btn {
    max-width: 300px;
    height: auto;
    max-height: none;
    line-height: 1.5;
    padding: 1em;
    border: 2px solid #e5ab2e;
  }
}

/* 各sectionボタン */
.work-list-item .lp-btn {
  width: 100%;
}

/* 動画 */
/* movie
-------------------------------------------------- */
.movie-wrap {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.movie-wrap.type-small {
  max-width: 750px;
}

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

.movie-wrap .movie-wrap-inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.movie-wrap .movie-wrap-inner iframe,
.movie-wrap .movie-wrap-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

body {
  position: relative;
  width: 100%;
  color: #333;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  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;
}

/* 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;
  }
}

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

/* header footer
-------------------------------------------------- */
header .lp-header {
  position: relative;
  z-index: 100;
}

.lp-logo {
  position: absolute;
  top: 2.66667vw;
  left: 5.46667vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .lp-logo {
    top: 20px;
    left: 41px;
  }
}

.lp-logo img {
  width: 18.8vw;
  max-width: 131px;
}

.twitter {
  position: absolute;
  width: 16.53333vw;
  max-width: 124px;
  height: 16.8vw;
  max-height: 126px;
  top: -4vw;
  right: -4vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .twitter {
    top: -48px;
    right: 30px;
    left: auto;
  }
}

@media screen and (min-width: 1281px) {
  .twitter {
    left: 50%;
    margin-left: 520px;
  }
}

.twitter .twitter-icon::before {
  position: absolute;
  content: "";
  background: url(/modpub/lp/pro/com3d2_special/img/img_twitter_logo.png) no-repeat 0 0/contain;
  width: 4.8vw;
  max-width: 36px;
  height: 4vw;
  max-height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -2.4vw;
  margin-top: -1.6vw;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .twitter .twitter-icon::before {
    margin-left: -18px;
    margin-top: -4px;
  }
}

.lp_footer {
  position: relative;
  z-index: 10;
  color: #222;
  background: #e5ab2e;
}

.lp_footer small {
  margin-right: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .lp_footer small {
    margin-right: 12px;
    font-size: 1.6rem;
  }
}

.lp_footer small:last-of-type {
  margin-right: 0;
}

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

/* lp-sec
-------------------------------------------------- */
.lp-sec {
  position: relative;
  padding: 8vw 0;
}

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

.lp-sec.type-hero {
  padding: 0 0 8vw;
}

@media screen and (min-width: 769px) {
  .lp-sec.type-hero {
    padding: 0 0 100px;
  }
}

.lp-sec.type-works {
  padding: 16vw 0;
}

@media screen and (min-width: 769px) {
  .lp-sec.type-works {
    padding: 100px 0;
  }
}

.lp-sec-inner {
  padding: 0 1.73333vw;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 769px) {
  .lp-sec-inner {
    padding: 0;
    margin-bottom: 0;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.lp-sec-inner:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .lp-sec-inner + .lp-sec-inner {
    margin-top: 100px;
  }
  .lp-sec-inner + .lp-sec-inner:first-of-type {
    margin-top: 0;
  }
}

/* headline */
.headline_02 {
  margin: 0 auto;
}

.headline_02.type-fv {
  position: relative;
  width: 81.86667vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-fv {
    width: 561px;
    margin: 0;
  }
}

.headline_02.type-fv::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  bottom: 0;
  margin: 4vw 0;
  transition: 1s;
}

@media screen and (min-width: 769px) {
  .headline_02.type-fv::after {
    margin: 30px 0;
  }
}

.headline_02.type-fv .text-img-catch {
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}

.headline_02.type-fv.is-show::after {
  width: 100%;
}

.headline_02.type-fv.is-show .text-img-catch {
  opacity: 1;
}

.headline_02.type-about {
  width: 89.6vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-about {
    width: 576px;
  }
}

.headline_02.type-story {
  width: 26.93333vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-story {
    width: 174px;
  }
}

.headline_02.type-mainsoft {
  width: 32.4vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-mainsoft {
    width: 208px;
  }
}

.headline_02.type-udp {
  width: 64.93333vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-udp {
    width: 419px;
  }
}

.headline_02.type-ctp {
  width: 51.2vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-ctp {
    width: 334px;
  }
}

.headline_02.type-support-table {
  width: 59.6vw;
}

@media screen and (min-width: 769px) {
  .headline_02.type-support-table {
    width: 734px;
  }
}

.text-desc-wrap {
  margin-top: 6.66667vw;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .text-desc-wrap {
    margin-top: 50px;
  }
}

.text-desc {
  color: #fff;
  width: 84vw;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .text-desc {
    width: auto;
  }
}

.text-desc + .text-desc {
  margin-top: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .text-desc + .text-desc {
    margin-top: 12px;
  }
}

/* 各section個別スタイル */
.type-hero {
  background: #1b1b1b url(/modpub/lp/pro/com3d2_special/img/mainpic_01_sp.jpg) no-repeat 0 0/contain;
}

@media screen and (min-width: 769px) {
  .type-hero {
    background: #1b1b1b url(/modpub/lp/pro/com3d2_special/img/mainpic_01.jpg) no-repeat center 0/cover;
    background-size: 1920px;
    min-height: 1017px;
  }
}

@media screen and (min-width: 1920px) {
  .type-hero {
    background-size: 100%;
  }
}

.type-hero .contents {
  padding-top: 76vw;
}

@media screen and (min-width: 769px) {
  .type-hero .contents {
    padding-top: 110px;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .contents {
    padding-top: 220px;
    margin-left: 0;
  }
}

.type-hero .com3d2-logo {
  width: 44.93333vw;
  max-width: 413px;
  margin-left: auto;
  right: 1.33333vw;
}

@media screen and (min-width: 769px) {
  .type-hero .com3d2-logo {
    position: absolute;
    top: 780px;
    right: 36px;
  }
}

.type-hero .headline_03 {
  width: 82.66667vw;
  max-width: 364px;
  margin: 0 auto;
  padding-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .type-hero .headline_03 {
    margin: 0;
    padding-bottom: 30px;
  }
}

.type-intro {
  position: relative;
  background: #1b1b1b url(/modpub/lp/pro/com3d2_special/img/img_bg_01.jpg) no-repeat 50% 0/300%;
}

@media screen and (min-width: 769px) {
  .type-intro {
    background-attachment: fixed;
    background-position: center 0;
    background-size: cover;
  }
}

.type-intro .contents-wrap + .contents-wrap {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type-intro .contents-wrap + .contents-wrap {
    margin-top: 100px;
  }
}

.type-works {
  position: relative;
  background: #1b1b1b url(/modpub/lp/pro/com3d2_special/img/img_texture_02.jpg) repeat;
}

.type-works::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5.33333vw;
  max-height: 40px;
  background: url(/modpub/lp/pro/com3d2_special/img/img_ribon_top.png) repeat-x 0 0/contain;
  top: 0;
  z-index: 10;
}

.type-works::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5.33333vw;
  max-height: 40px;
  background: url(/modpub/lp/pro/com3d2_special/img/img_ribon_bottom.png) repeat-x 0 0/contain;
  bottom: 0;
  z-index: 10;
}

.type-works .works-container {
  max-width: 1024px;
  margin: 6.66667vw auto;
  /* works タイル */
}

@media screen and (min-width: 769px) {
  .type-works .works-container {
    margin: 50px auto;
  }
}

.type-works .works-container .works-wrap {
  position: relative;
  padding: 1.06667vw 0;
  background: url(/modpub/lp/pro/com3d2_special/img/img_texture_01.jpg) repeat 0 0/contain;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap {
    padding: 6px 0;
    background-size: 570px 380px;
  }
}

.type-works .works-container .works-wrap::before, .type-works .works-container .works-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #362c12;
}

.type-works .works-container .works-wrap::before {
  top: 0.8vw;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap::before {
    top: 6px;
  }
}

.type-works .works-container .works-wrap::after {
  bottom: 0.8vw;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap::after {
    bottom: 6px;
  }
}

.type-works .works-container .works-wrap .work-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 8vw 0;
  padding: 0 6vw;
  /* サムネ */
  /* メインソフトリスト */
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents {
    flex-direction: row;
    margin: 60px 0;
    padding: 0;
  }
}

.type-works .works-container .works-wrap .work-contents .img-wrap {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents .img-wrap {
    margin-right: 30px;
  }
}

.type-works .works-container .works-wrap .work-contents .img-wrap img {
  display: inline-block;
  width: auto;
  max-height: 46.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents .img-wrap img {
    max-height: 350px;
  }
}

.type-works .works-container .works-wrap .work-contents .text-wrap {
  display: flex;
  flex-direction: column;
  margin: 6.66667vw auto 0;
  /* label */
  /* title */
  /* バンドルソフトリスト */
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents .text-wrap {
    width: 630px;
    height: 470px;
    margin: 0;
  }
}

.type-works .works-container .works-wrap .work-contents .text-wrap &gt; * {
  margin-top: 3.33333vw;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents .text-wrap &gt; * {
    margin-top: 16px;
  }
  .type-works .works-container .works-wrap .work-contents .text-wrap &gt; *:first-child {
    margin-top: 0;
  }
}

.type-works .works-container .works-wrap .work-contents .text-wrap .label-cat {
  padding: 0 8px;
  font-weight: bold;
}

.type-works .works-container .works-wrap .work-contents .text-wrap .label-cat.type-ms {
  background: #ffd957;
}

.type-works .works-container .works-wrap .work-contents .text-wrap .label-cat.type-udp {
  background: #ffb15d;
}

.type-works .works-container .works-wrap .work-contents .text-wrap .label-cat.type-ctp {
  background: #ffa8a8;
}

.type-works .works-container .works-wrap .work-contents .text-wrap .work-ttl a {
  color: #222;
}

.type-works .works-container .works-wrap .work-contents .text-wrap .work-ttl a:hover {
  opacity: 0.8;
}

.type-works .works-container .works-wrap .work-contents .text-wrap .work-bundle {
  background: #fdf7df;
  padding: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents .text-wrap .work-bundle {
    padding: 20px;
  }
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents .text-wrap .btn-wrap {
    margin-top: auto;
  }
}

.type-works .works-container .works-wrap .work-contents.type-list {
  margin-top: 9.33333vw;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list {
    margin-top: 70px;
  }
}

.type-works .works-container .works-wrap .work-contents.type-list .work-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list {
    flex-direction: row;
    margin-right: -16px;
  }
}

.type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item {
  background: #fffdf5;
  padding: 6.13333vw 4.8vw;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item {
    width: 300px;
    padding: 20px;
    margin-top: 16px;
    margin-left: -16px;
  }
}

.type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item + .work-list-item {
  margin: 6.66667vw 0 0;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item + .work-list-item {
    margin: 16px 0 0 16px;
  }
}

.type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .img-wrap {
  margin-right: 0;
}

.type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .img-wrap img {
  width: auto;
  max-height: 150px;
  max-width: 200px;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .text-wrap {
    width: 100%;
    height: 310px;
  }
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .text-wrap .label-cat {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .text-wrap .work-ttl {
    font-size: 14px;
    min-height: 3em;
  }
}

.type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .text-wrap .work-desc {
  background: #f6f0dd;
  padding: 3.2vw;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-list .work-list .work-list-item .text-wrap .work-desc {
    padding: 16px;
    font-size: 12px;
  }
}

.type-works .works-container .works-wrap .work-contents.type-pickup::before {
  position: absolute;
  content: "";
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_sales.png) no-repeat 0 0/contain;
  width: 20.53333vw;
  max-width: 154px;
  height: 20.8vw;
  max-height: 156px;
  top: 0;
  margin-top: -4vw;
  right: 0;
}

@media screen and (min-width: 769px) {
  .type-works .works-container .works-wrap .work-contents.type-pickup::before {
    margin: -30px 15px 0 0;
  }
}

.type-works .works-container.type-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .type-works .works-container.type-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .type-works .works-container.type-list .works-wrap {
    width: 500px;
    margin: 30px 12px 0 0;
  }
}

.type-works .works-container.type-list .works-wrap + .works-wrap {
  margin-top: 6.4vw;
}

@media screen and (min-width: 769px) {
  .type-works .works-container.type-list .works-wrap + .works-wrap {
    margin-top: 30px;
  }
}

.type-works .works-container.type-list .works-wrap .work-contents {
  margin: 30px 0;
}

@media screen and (min-width: 769px) {
  .type-works .works-container.type-list .works-wrap .work-contents .img-wrap {
    margin-right: 16px;
  }
}

.type-works .works-container.type-list .works-wrap .work-contents .img-wrap img {
  max-height: 200px;
}

.type-works .works-container.type-list .works-wrap .work-contents .text-wrap {
  max-width: 300px;
}

@media screen and (min-width: 769px) {
  .type-works .works-container.type-list .works-wrap .work-contents .text-wrap {
    height: 260px;
  }
}

@media screen and (min-width: 769px) {
  .type-works .works-container.type-list .works-wrap .work-contents .text-wrap .btn-wrap {
    margin-top: auto;
  }
}

.type-works .intro-img-wrap {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap {
    margin-top: 50px;
  }
}

.type-works .intro-img-wrap .intro-img-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item {
  position: relative;
  width: 72vw;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item {
    max-width: 330px;
    margin-top: 12px;
    margin-left: 12px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_bg.png) no-repeat 0 0/contain;
  width: 30.4vw;
  height: 30.66667vw;
  margin-top: -13.33333vw;
  margin-left: -7.33333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item::before {
    width: 140px;
    height: 141px;
    margin-top: -50px;
    margin-left: -25px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-headline {
  position: absolute;
  height: 0;
  line-height: 200%;
  overflow: hidden;
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-01 {
  background: url(/modpub/lp/pro/com3d2_special/img/intro_img_udp_01_02.jpg) no-repeat 0 0/contain;
  height: 66.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-01 {
    height: 300px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-01 .intro-img-headline {
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_01.png) no-repeat 0 0/contain;
  width: 13.73333vw;
  padding-top: 3.33333vw;
  top: 3.73333vw;
  left: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-01 .intro-img-headline {
    width: 63px;
    padding-top: 16px;
    top: 20px;
    left: 12px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-02 {
  background: url(/modpub/lp/pro/com3d2_special/img/intro_img_udp_02_02.jpg) no-repeat 0 0/contain;
  height: 66.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-02 {
    height: 300px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-02 .intro-img-headline {
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_02.png) no-repeat 0 0/contain;
  width: 12.93333vw;
  padding-top: 7.6vw;
  top: 2.13333vw;
  left: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-02 .intro-img-headline {
    width: 60px;
    padding-top: 36px;
    top: 12px;
    left: 12px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-03 {
  background: url(/modpub/lp/pro/com3d2_special/img/intro_img_udp_03_02.jpg) no-repeat 0 0/contain;
  height: 66.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-03 {
    height: 300px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-03 .intro-img-headline {
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_03.png) no-repeat 0 0/contain;
  width: 12.93333vw;
  padding-top: 7.73333vw;
  top: 2.13333vw;
  left: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-03 .intro-img-headline {
    width: 60px;
    padding-top: 35px;
    top: 12px;
    left: 12px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-04 {
  background: url(/modpub/lp/pro/com3d2_special/img/intro_img_crp_01_02.jpg) no-repeat 0 0/contain;
  height: 48.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-04 {
    height: 225px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-04 .intro-img-headline {
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_04.png) no-repeat 0 0/contain;
  width: 18.13333vw;
  padding-top: 6.8vw;
  top: 2.13333vw;
  left: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-04 .intro-img-headline {
    width: 84px;
    padding-top: 31px;
    top: 15px;
    left: 6px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-05 {
  background: url(/modpub/lp/pro/com3d2_special/img/intro_img_crp_02_02.jpg) no-repeat 0 0/contain;
  height: 48.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-05 {
    height: 225px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-05 .intro-img-headline {
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_05.png) no-repeat 0 0/contain;
  width: 16.93333vw;
  padding-top: 7.73333vw;
  top: 2.13333vw;
  left: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-05 .intro-img-headline {
    width: 80px;
    padding-top: 36px;
    top: 15px;
    left: 6px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-06 {
  background: url(/modpub/lp/pro/com3d2_special/img/intro_img_crp_03_02.jpg) no-repeat 0 0/contain;
  height: 48.66667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-06 {
    height: 225px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item.type-06 .intro-img-headline {
  background: url(/modpub/lp/pro/com3d2_special/img/img_mark_point_06.png) no-repeat 0 0/contain;
  width: 15.86667vw;
  padding-top: 7.6vw;
  top: 8px;
  left: 8px;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item.type-06 .intro-img-headline {
    width: 75px;
    padding-top: 35px;
    top: 15px;
    left: 12px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner {
  background: #1b1b1b;
  margin-top: auto;
  padding: 3.2vw 4.26667vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner {
    padding: 16px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner &gt; * {
  margin-top: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner &gt; * {
    margin-top: 16px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner &gt; *:first-child {
  margin-top: 0;
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner .intro-img-desc {
  color: #d5b033;
  min-height: 3em;
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner .intro-tag-list {
  display: flex;
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner .intro-tag-list .intro-tag-item {
  background: #d5b033;
  padding: 0.66667vw 3.46667vw;
  color: #222;
  margin-right: 1.33333vw;
}

@media screen and (min-width: 769px) {
  .type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner .intro-tag-list .intro-tag-item {
    padding: 5px 12px;
    margin-right: 8px;
  }
}

.type-works .intro-img-wrap .intro-img-list .intro-img-item .intro-img-inner .intro-tag-list .intro-tag-item a {
  color: #222;
}

.type-table {
  background: #1b1b1b url(/modpub/lp/pro/com3d2_special/img/img_bg_02.jpg) no-repeat 80% -3%/160%;
}

@media screen and (min-width: 769px) {
  .type-table {
    background-position: center -200px;
    background-size: 1920px 1600px;
    background-attachment: fixed;
  }
}

.table-container {
  max-width: 980px;
  margin: 0 auto;
}

.table-switch-wrap {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .table-switch-wrap {
    margin-top: 50px;
  }
}

.table-switch-wrap .table-switch-list {
  display: flex;
  justify-content: center;
  margin-right: -2.13333vw;
}

@media screen and (min-width: 769px) {
  .table-switch-wrap .table-switch-list {
    justify-content: flex-start;
    margin-right: 10px;
  }
}

.table-switch-wrap .table-switch-list .table-switch-item {
  margin-right: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .table-switch-wrap .table-switch-list .table-switch-item {
    margin-right: 1.33333vw;
  }
}

.table-switch-wrap .table-switch-list .table-switch-item .tab-btn {
  display: block;
  text-align: center;
  width: 40vw;
  max-width: 200px;
  height: 8vw;
  line-height: 7.33333vw;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #999;
  color: #999;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .table-switch-wrap .table-switch-list .table-switch-item .tab-btn {
    height: 42px;
    line-height: 40px;
  }
}

.table-switch-wrap .table-switch-list .table-switch-item .tab-btn.is-active {
  color: #a58414;
  border: 2px solid #a58414;
}

.table-switch-wrap .table-switch-list .table-switch-item .tab-btn:hover {
  color: #fff;
  background: #a58414;
  border: 2px solid #a58414;
}

@media screen and (min-width: 769px) {
  .table-switch-wrap .table-switch-list .table-switch-item .tab-btn {
    font-size: 16px;
  }
}

.table-switch-wrap .table-switch-list .table-switch-item .tab-desc {
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .table-switch-wrap .table-switch-list .table-switch-item .tab-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}

.table-main-wrap {
  margin-top: 6.66667vw;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .table-main-wrap {
    margin-top: 30px;
  }
}

.table-main-wrap .table-header .table-header-list {
  display: flex;
  overflow-x: auto;
  background: #ddd;
}

.table-main-wrap .table-header .table-header-list .table-header-item {
  width: 56vw;
  text-align: center;
  padding: 5.33333vw 4vw 2.66667vw;
  white-space: normal;
  background: #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  flex: 0 0 auto;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-header .table-header-list .table-header-item {
    min-width: auto;
    width: 260px;
    padding: 32px 20px 16px;
  }
}

.table-main-wrap .table-header .table-header-list .table-header-item .teble-header-img {
  width: auto;
  max-height: 26.66667vw;
  margin: 0 auto;
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-header .table-header-list .table-header-item .teble-header-img {
    max-height: 130px;
  }
}

.table-main-wrap .table-header .table-header-list .table-header-item .teble-header-desc {
  font-size: 11px;
  margin-top: 3.2vw;
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-header .table-header-list .table-header-item .teble-header-desc {
    font-size: 14px;
    margin-top: 24px;
  }
}

.table-main-wrap .table-header .table-header-list .table-header-item.is-active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.table-main-wrap .table-header .table-header-list .table-header-item.is-active .teble-header-img {
  opacity: 1;
}

.table-main-wrap .table-header .table-header-list .table-header-item.is-active .teble-header-desc {
  opacity: 1;
}

.table-main-wrap .table-header .table-header-list .table-header-item:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.table-main-wrap .table-header .table-header-list .table-header-item:hover &gt; * {
  opacity: 0.9;
}

.table-main-wrap .table-body {
  margin-top: 10.66667vw;
  /* キャラクターパック */
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body {
    margin-top: 60px;
  }
}

.table-main-wrap .table-body + .table-body {
  padding-top: 10.66667vw;
  border-top: 1px dashed #ccc;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body + .table-body {
    padding-top: 60px;
  }
}

.table-main-wrap .table-body.noborder {
  margin-top: 0;
  border-top: none;
}

.table-main-wrap .table-body:last-of-type {
  padding-bottom: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body:last-of-type {
    padding-bottom: 60px;
  }
}

.table-main-wrap .table-body .table-body-headline {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-body-headline {
    font-size: 18px;
  }
}

.table-main-wrap .table-body .table-img-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
  margin-right: -3.2vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-img-wrap {
    margin-top: 40px;
    margin-right: -15px;
  }
}

.table-main-wrap .table-body .table-img-wrap .teble-body-img {
  width: auto;
  max-height: 26.66667vw;
  margin-right: 3.2vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-img-wrap .teble-body-img {
    max-height: 130px;
    margin-right: 15px;
  }
}

.table-main-wrap .table-body .table-text-wrap {
  width: 84vw;
  max-width: 630px;
  text-align: center;
  margin: 4.26667vw auto 0;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-text-wrap {
    margin: 20px auto 0;
  }
}

.table-main-wrap .table-body .table-text-wrap .table-text-item {
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-text-wrap .table-text-item {
    font-size: 14px;
  }
}

.table-main-wrap .table-body .table-text-wrap .table-text-item + .table-text-item {
  margin-top: 1.06667vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-text-wrap .table-text-item + .table-text-item {
    margin-top: 4px;
  }
}

.table-main-wrap .table-body .table-work-wrap {
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap {
    margin-top: 32px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.06667vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list {
    margin-left: -5px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item {
  width: 49.33333vw;
  max-width: 240px;
  background: #fffdf6;
  margin: 1.06667vw 0 0 1.06667vw;
  padding: 5.86667vw 3.2vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item {
    margin: 5px 0 0 5px;
    padding: 30px 20px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-img-wrap {
  position: relative;
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-img-wrap .table-work-img {
  width: auto;
  max-height: 26.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-img-wrap .table-work-img {
    max-height: 130px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-img-wrap .table-work-note {
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 10px;
  padding: 1.06667vw 5.33333vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-img-wrap .table-work-note {
    font-size: 12px;
    padding: 6px 28px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap {
  text-align: center;
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap &gt; * {
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap &gt; * {
    margin-top: 20px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap .work-ttl {
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap .work-ttl {
    font-size: 14px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap .work-price {
  color: #ff3a3a;
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap .work-btn {
  display: block;
  width: 33.33333vw;
  height: 8vw;
  line-height: 8vw;
  margin: 3.2vw auto 0;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item .table-work-text-wrap .work-btn {
    max-width: 160px;
    max-height: 30px;
    line-height: 27px;
    margin: 16px auto 0;
    font-size: 14px;
  }
}

.table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item.type-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 66.66667vw;
}

@media screen and (min-width: 769px) {
  .table-main-wrap .table-body .table-work-wrap .table-work-list .table-work-item.type-empty {
    min-height: auto;
  }
}
</pre></body></html>