@charset "UTF-8";
/* 変数 */
/* 文字サイズ指定 */
/* 行間指定 */
/* font-size
-------------------------------------------------- */
.fs_xxxl {
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .fs_xxxl {
    font-size: 60px;
  }
}

.fs_xxl {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .fs_xxl {
    font-size: 36px;
  }
}

.fs_xl {
  font-size: 16px;
  line-height: 1.4;
}

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

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

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

.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
-------------------------------------------------- */
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #222;
}

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

.fw_bold {
  font-weight: 700;
}

.ff_mtis {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

/* color
-------------------------------------------------- */
.cl_r {
  color: #ff5f5c;
}

.cl_o {
  color: #ffa32b;
}

.cl_g {
  color: #62ae18;
}

.cl_b {
  color: #3373f3;
}

@keyframes marquee-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* 共通パーツ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
}

body a {
  cursor: pointer;
}

body a :hover {
  opacity: 0.8;
}

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

main {
  color: #000;
}

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

.lp_container {
  width: 100%;
  overflow: hidden;
}

.lp_sec .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .lp_sec .btn_wrap {
    flex-direction: column;
  }
}

.lp_sec .btn_wrap .lp_btn + .lp_btn {
  margin-left: 1.6vw;
}

@media screen and (min-width: 769px) {
  .lp_sec .btn_wrap .lp_btn + .lp_btn {
    margin: 16px 0 0;
  }
}

.lp_sec .lp_btn {
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #838383;
  outline-offset: -2px;
  height: 10vw;
  line-height: 10vw;
  color: #222;
  text-align: center;
  border-radius: 5.06667vw;
  font-size: 12px;
  width: 40vw;
}

@media screen and (min-width: 769px) {
  .lp_sec .lp_btn {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    width: 200px;
  }
}

.lp_sec .lp_btn:hover {
  border: #ea75ff;
  background: #ea75ff;
  color: #fff;
  border: 2px solid #e44eff;
}

.lp_sec .lp_btn:active {
  background: #ca2dff;
}

.lp_sec .lp_btn.type_cart {
  background: url(../img/btn_tex.jpg) no-repeat center center/387px;
  border: none;
  color: #fff;
}

.lp_sec .lp_btn.type_cart:hover {
  opacity: 0.5;
  border: none;
  border: none;
  background: url(../img/btn_tex.jpg) no-repeat center center/387px;
}

.lp_sec .lp_btn.type_cart:active {
  background: url(../img/btn_tex.jpg) no-repeat center center/387px;
}

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

.scrolldown2 {
  position: absolute;
  bottom: 10px;
  left: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .scrolldown2 {
    left: auto;
    right: 80px;
    bottom: 30px;
  }
}

/* Scrollテキストの描写 */
.scrolldown2 span {
  /* 描画位置 */
  position: absolute;
  left: 1.33333vw;
  bottom: 0;
  /* テキストの形状 */
  color: #eee;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  /* 縦書き設定 */
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 769px) {
  .scrolldown2 span {
    left: 10px;
    font-size: 2.8rem;
  }
}

/* 丸の描写 */
.scrolldown2::before {
  content: "";
  /* 描画位置 */
  position: absolute;
  bottom: 0;
  left: -0.53333vw;
  /* 丸の形状 */
  width: 1.33333vw;
  height: 1.33333vw;
  border-radius: 50%;
  background: #eee;
  /* 丸の動き1.6秒かけて透過し、永遠にループ */
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@media screen and (min-width: 769px) {
  .scrolldown2::before {
    left: -3px;
    width: 8px;
    height: 8px;
  }
}

/* 下からの距離が変化して丸の全体が上から下に動く */
@keyframes circlemove {
  0% {
    bottom: 10.66667vw;
  }
  100% {
    bottom: -0.66667vw;
  }
}

@media screen and (min-width: 769px) {
  @keyframes circlemove {
    0% {
      bottom: 80px;
    }
    100% {
      bottom: -5px;
    }
  }
}

/* 上から下にかけて丸が透過→不透明→透過する */
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown2::after {
  content: "";
  /* 描画位置 */
  position: absolute;
  bottom: 0;
  left: 0;
  /* 線の形状 */
  width: 0.26667vw;
  height: 13.33333vw;
  background: #eee;
}

@media screen and (min-width: 769px) {
  .scrolldown2::after {
    width: 2px;
    height: 100px;
  }
}

/* ヘッダー・フッター */
header .lp-header {
  top: 13.33333vw;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  header .lp-header {
    top: 80px;
  }
}

.lp-logo {
  position: absolute;
  left: 4vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .lp-logo {
    top: -5px;
    left: 50%;
    margin-left: -590px;
  }
}

@media screen and (min-width: 1281px) {
  .lp-logo {
    left: 41px;
    margin-left: 0;
  }
}

.lp-logo img {
  width: 32.26667vw;
  max-width: 242px;
}

.twitter .twitter_icon {
  position: absolute;
  background: #00acee;
  width: 8vw;
  max-width: 60px;
  height: 8vw;
  max-height: 60px;
  border-radius: 5px;
  right: 4vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .twitter .twitter_icon {
    right: 30px;
  }
}

.twitter .twitter_icon::before {
  position: absolute;
  content: "";
  background: url(../img/img_twitter_logo.png) no-repeat 0 0/contain;
  width: 4.13333vw;
  max-width: 31px;
  height: 3.33333vw;
  max-height: 25px;
  top: 50%;
  left: 50%;
  margin-left: -2.13333vw;
  margin-top: -1.6vw;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .twitter .twitter_icon::before {
    margin-left: -13px;
    margin-top: -12px;
  }
}

.twitter .twitter_icon:hover {
  opacity: 0.8;
}

.lp_footer {
  position: relative;
  z-index: 10;
  color: #fff;
  background: #333;
}

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

/* セクション */
.lp_sec {
  position: relative;
  padding: 16vw 0;
}

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

.lp_sec.type_hero {
  padding: 0;
}

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

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

.type_cover {
  position: fixed;
  z-index: 100;
  max-height: 100vh;
  width: 100%;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  padding: 0;
}

.type_cover .load_img_wrap {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.type_cover .cover_before,
.type_cover .cover_after {
  position: absolute;
  top: 0;
  background: #000;
  height: 100vh;
  width: 100%;
}

.type_cover .cover_before {
  z-index: 20;
}

.type_hero .marqee_l,
.type_hero .marqee_r {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #00073e 0%, #4c1293 100%);
  height: 8.66667vw;
}

@media screen and (min-width: 769px) {
  .type_hero .marqee_l,
  .type_hero .marqee_r {
    height: 50px;
  }
}

.type_hero .marqee_l .marqee_text_wrap,
.type_hero .marqee_r .marqee_text_wrap {
  display: flex;
  animation: marquee-l 50s linear 0s infinite both;
  animation: marquee-l 50s linear 0s infinite both;
}

.type_hero .marqee_l .marqee_text_wrap .marqee_text,
.type_hero .marqee_r .marqee_text_wrap .marqee_text {
  width: auto;
  height: 4.4vw;
}

@media screen and (min-width: 769px) {
  .type_hero .marqee_l .marqee_text_wrap .marqee_text,
  .type_hero .marqee_r .marqee_text_wrap .marqee_text {
    height: 31px;
  }
}

.type_hero .marqee_r .marqee_text_wrap {
  animation: marquee-r 50s linear 0s infinite both;
  animation: marquee-r 50s linear 0s infinite both;
}

.type_hero .mv_wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .mv_img {
    width: 1920px;
  }
}

.type_hero .mv_wrap .title_logo {
  position: absolute;
  right: 3.2vw;
  bottom: 9.2vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .title_logo {
    right: auto;
    left: 50%;
    margin-left: -600px;
    bottom: 220px;
  }
}

@media screen and (min-width: 1281px) {
  .type_hero .mv_wrap .title_logo {
    margin-left: 0;
    left: 50px;
  }
}

.type_hero .mv_wrap .title_logo img {
  width: 37.33333vw;
  height: 24.26667vw;
}

@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .title_logo img {
    width: 353px;
    height: 229px;
  }
}

.type_story {
  background: #000 url("../img/bg_story.jpg") no-repeat center 0/1920px;
}

@media screen and (min-width: 769px) {
  .type_story {
    background-size: cover;
  }
}

.type_story::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ornament.svg") repeat-x center 0;
  width: 100%;
  height: 5.33333vw;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .type_story::after {
    height: 40px;
  }
}

.type_story .headline {
  color: #fff;
  text-align: center;
}

.type_story .headline + .story_text_wrap {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type_story .headline + .story_text_wrap {
    margin-top: 100px;
  }
}

.type_story .story_text_wrap {
  color: #fff;
  text-align: center;
}

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

.type_story .story_text_wrap p + p {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  .type_story .story_text_wrap p + p {
    margin-top: 30px;
  }
}

.type_story .story_text_wrap + .story_text_wrap {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type_story .story_text_wrap + .story_text_wrap {
    margin-top: 100px;
  }
}

.type_story .story_text_wrap + .story_name_wrap {
  margin-top: 13.33333vw;
}

@media screen and (min-width: 769px) {
  .type_story .story_text_wrap + .story_name_wrap {
    margin-top: 100px;
  }
}

.type_story .story_name_wrap {
  display: grid;
  grid-template-columns: 30.66667vw 30.66667vw;
  grid-template-rows: max-content max-content;
  justify-content: center;
  align-items: center;
  grid-template-areas: "icon_r icon_o" "icon_g icon_b";
  /* IE11 hack センタリング */
}

@media screen and (min-width: 769px) {
  .type_story .story_name_wrap {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 230px 230px 230px 230px;
    -ms-grid-columns: 230px 230px 230px 230px;
    grid-template-rows: max-content;
    grid-template-areas: "icon_r icon_o icon_g icon_b";
  }
}

@media all and (-ms-high-contrast: none) {
  .type_story .story_name_wrap *::-ms-backdrop, .type_story .story_name_wrap {
    width: 920px;
    margin: 0 auto;
  }
}

.type_story .story_name_wrap .icon_r {
  grid-area: icon_r;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.type_story .story_name_wrap .icon_o {
  grid-area: icon_o;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.type_story .story_name_wrap .icon_g {
  grid-area: icon_g;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.type_story .story_name_wrap .icon_b {
  grid-area: icon_b;
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.type_story .story_name_wrap + .story_text_wrap {
  margin-top: 13.33333vw;
}

@media screen and (min-width: 769px) {
  .type_story .story_name_wrap + .story_text_wrap {
    margin-top: 100px;
  }
}

.type_story .story_name_wrap [class^="icon_"]:nth-child(n+3) {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .type_story .story_name_wrap [class^="icon_"]:nth-child(n+3) {
    margin-top: 0;
  }
}

.type_story .story_name_wrap .story_name_icon {
  display: block;
  width: 8.8vw;
  height: 8.26667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_story .story_name_wrap .story_name_icon {
    width: 66px;
    height: 62px;
  }
}

.type_story .story_name_wrap .story_name_item {
  text-align: center;
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .type_story .story_name_wrap .story_name_item {
    margin-top: 40px;
  }
}

.type_chara {
  overflow: hidden;
}

.type_chara::before {
  position: fixed;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: -2;
  background: #360755 url(../img/bg_scroll_sp.jpg) no-repeat center 0/cover;
}

@media screen and (min-width: 769px) {
  .type_chara::before {
    background: #360755 url(../img/bg_scroll.jpg) no-repeat center 0/cover;
  }
}

.type_chara .chara_info_list .chara_info_item + .chara_info_item {
  margin-top: 20vw;
}

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

.type_chara .chara_info_list .chara_info_item .chara_info_wrap {
  position: relative;
  background: url(../img/bg_pat_r.jpg) repeat 0 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap {
    max-width: 800px;
    margin: 0 auto;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap.type_o {
  background: url(../img/bg_pat_o.jpg) repeat 0 0;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap.type_g {
  background: url(../img/bg_pat_g.jpg) repeat 0 0;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap.type_b {
  background: url(../img/bg_pat_b.jpg) repeat 0 0;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap + .chara_work_wrap {
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap + .chara_work_wrap {
    margin-top: 40px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap + .release_date_wrap {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap + .release_date_wrap {
    margin-top: 40px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .border_wrap {
  padding: 2.13333vw 1.6vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .border_wrap {
    padding: 10px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_name_item {
  background: url(../img/paper_r.png) no-repeat center 0/contain;
  width: auto;
  padding-top: 8vw;
  height: 0;
  line-height: 200%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_name_item {
    padding-top: 60px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_name_item.type_o {
  background: url(../img/paper_o.png) no-repeat center 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_name_item.type_g {
  background: url(../img/paper_g.png) no-repeat center 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_name_item.type_b {
  background: url(../img/paper_b.png) no-repeat center 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .story_headline {
  position: relative;
  max-width: 86.66667vw;
  font-size: 18px;
  margin: 6.66667vw auto 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .story_headline {
    max-width: 520px;
    margin: 30px 0 0 50px;
    font-size: 24px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .story_wrap {
  position: relative;
  max-width: 86.66667vw;
  margin: 3.2vw auto 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .story_wrap {
    max-width: 350px;
    margin: 30px 0 0 50px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .story_wrap .story_item {
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .story_wrap .story_item {
    font-size: 14px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap {
  position: absolute;
  width: 100%;
  left: -11.2vw;
  margin: 4vw 0 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap {
    top: 0;
    left: 50%;
    margin: 130px 0 0 -220px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap img {
  width: 104.53333vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap img {
    width: 688px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_o {
  left: 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_o {
    left: 50%;
    margin: 130px 0 0 -40px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_o img {
  width: 98.4vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_o img {
    width: 738px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_g {
  left: 4vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_g {
    left: 50%;
    margin: 130px 0 0 -100px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_g img {
  width: 77.86667vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_g img {
    width: 584px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_g img[src$="chara_mask.png"] {
  position: absolute;
  width: 53.33333vw;
  left: -4vw;
  right: 0;
  margin: 4vw auto 4vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_g img[src$="chara_mask.png"] {
    width: 200px;
    left: 0;
    margin: 90px 0 0 200px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_b {
  left: -4vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_b {
    left: 50%;
    margin: 130px 0 0 -100px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_b img {
  width: 92.66667vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_b img {
    width: 695px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_b img[src$="chara_mask.png"] {
  position: absolute;
  width: 53.33333vw;
  left: 4vw;
  right: 0;
  margin: 4vw auto 4vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_img_wrap.type_b img[src$="chara_mask.png"] {
    width: 200px;
    left: 0;
    margin: 90px 0 0 200px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap {
  position: relative;
  max-width: 88vw;
  padding: 3.2vw 4vw;
  border-radius: 15px;
  background: rgba(174, 32, 32, 0.6);
  margin: 66.66667vw auto 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap {
    max-width: 710px;
    padding: 28px 32px;
    margin: 50px auto 0;
    background: rgba(174, 32, 32, 0.4);
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.mask {
  margin: 46.66667vw auto 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.mask {
    margin: 50px auto 0;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/icon_dia_r.png) no-repeat center 0/contain;
  width: 8.8vw;
  padding-top: 8.26667vw;
  z-index: 10;
  top: -4vw;
  left: -2.13333vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap::before {
    width: 66px;
    padding-top: 62px;
    top: -30px;
    left: -16px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.type_o {
  background: rgba(176, 83, 0, 0.6);
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.type_o::before {
  background: url(../img/icon_dia_o.png) no-repeat center 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.type_g {
  background: rgba(15, 90, 0, 0.4);
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.type_g::before {
  background: url(../img/icon_dia_g.png) no-repeat center 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.type_b {
  background: rgba(10, 42, 155, 0.6);
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap.type_b::before {
  background: url(../img/icon_dia_b.png) no-repeat center 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_name_text {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_name_text {
    font-size: 3.6rem;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_name_text span {
  margin-left: 0.5em;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_name_sub_text {
  color: #fff;
  position: relative;
  z-index: 10;
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_name_sub_text span {
  margin-left: 0.5em;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_name_sub_text span {
    font-size: 2rem;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_info_item {
  color: #fff;
  margin-top: 3.2vw;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_info_item {
    margin-top: 30px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_info_item + .chara_info_item {
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_info_wrap .chara_desc_wrap .chara_info_item + .chara_info_item {
    margin: 0.3em;
  }
}

.type_chara .chara_info_list .chara_info_item .release_date_wrap {
  max-width: 30.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .release_date_wrap {
    max-width: 230px;
  }
}

.type_chara .chara_info_list .chara_info_item .release_date_wrap + .chara_work_wrap {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .release_date_wrap + .chara_work_wrap {
    margin-top: 40px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap {
  max-width: 93.33333vw;
  padding: 5.33333vw;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 20vw 1fr;
  grid-template-rows: 20vw min-content min-content;
  grid-template-areas: "tmb title" "sample sample" "btn btn";
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap {
    max-width: 800px;
    padding: 24px;
    grid-template-columns: 150px 360px 1fr;
    -ms-grid-columns: 150px 360px 1fr;
    grid-template-rows: min-content min-content;
    -ms-grid-rows: min-content min-content;
    grid-template-areas: "tmb title btn" "tmb sample btn";
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .tmb_wrap {
  grid-area: tmb;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #555;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap .tmb_wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    max-width: 150px;
    max-height: 150px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .title_wrap {
  grid-area: title;
  margin: 0 0 0 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap .title_wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin: 0 0 0 24px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap {
  grid-area: sample;
  margin: 5.33333vw 0 0 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    margin: 30px 0 0 24px;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .headline {
  display: flex;
  align-items: center;
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .headline::before {
  content: "";
  display: block;
  width: 3.86667vw;
  padding-top: 3.46667vw;
  background: url(../img/icon_dia_r_s.png) no-repeat 0 0/contain;
  margin: 0 1.6vw 0 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .headline::before {
    width: 17px;
    padding-top: 16px;
    margin: 0 8px 0 0;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .headline.type_o::before {
  background: url(../img/icon_dia_o_s.png) no-repeat 0 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .headline.type_g::before {
  background: url(../img/icon_dia_g_s.png) no-repeat 0 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .headline.type_b::before {
  background: url(../img/icon_dia_b_s.png) no-repeat 0 0/contain;
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .sample_audio {
  margin: 3.2vw 0 0 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap .sample_wrap .sample_audio {
    margin: 12px 0 0;
  }
}

.type_chara .chara_info_list .chara_info_item .chara_work_wrap .btn_wrap {
  grid-area: btn;
  margin: 5.33333vw 0 0 0;
}

@media screen and (min-width: 769px) {
  .type_chara .chara_info_list .chara_info_item .chara_work_wrap .btn_wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    margin: 0 0 0 24px;
  }
}

.type_pastworks {
  /* workListCSS
-------------------------------------------------- */
  /* ----- 作品情報テキストレイアウト ----- */
  /* ----- 作品名 ----- */
  /* IE用。疑似要素に除外設定 */
  /* ----- 価格 ----- */
  /* ----- ポイント ----- */
  /* ----- カートに追加ボタン ----- */
  /* ----- サムネイル ----- */
  /* タイル形式　レイアウト(リストの場合は消してok)
--------------------------------------- */
  /* タイル表示時のテキスト指定 */
  /* ----- 作品情報テキストレイアウト ----- */
  /* ----- 価格 ----- */
  /* ----- ボタン ----- */
}

.type_pastworks .headline {
  width: 46.66667vw;
  margin: 0 auto 13.33333vw;
}

@media screen and (min-width: 769px) {
  .type_pastworks .headline {
    width: 360px;
    margin: 0 auto 100px;
  }
}

.type_pastworks .pr_workList {
  width: 100%;
}

.type_pastworks .pr_workList .workList-text-wrap {
  width: 95%;
  margin: 5% auto;
}

.type_pastworks .pr_workList .workList-text-wrap > * {
  margin-top: 0.6rem;
}

.type_pastworks .pr_workList .workList-text-wrap > *:first-child {
  margin-top: 0;
}

.type_pastworks .pr_workList .workList-name {
  /* 基本設定。設定した高さより長くなった場合に文末以降が省略される */
  line-height: 1.6;
  max-height: 3em;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  /* width:50%; */
  /* margin:auto; */
}

.type_pastworks .pr_workList .workList-name::before,
.type_pastworks .pr_workList .workList-name::after {
  /* IE用。疑似要素に除外設定 */
  content: "";
  line-height: 1;
  position: absolute;
  right: 0;
  top: 2em;
  -ms-wrap-flow: start;
}

.type_pastworks .pr_workList .workList-name::after {
  background: currentcolor;
  color: white;
  top: auto;
}

@supports (-webkit-line-clamp: 2) {
  .type_pastworks {
    /* モダンブラウザ用 */
  }
  .type_pastworks .pr_workList .workList-name {
    display: box;
    -webkit-line-clamp: 2;
  }
  .type_pastworks .pr_workList .workList-name::before,
  .type_pastworks .pr_workList .workList-name::after {
    content: normal;
  }
}

.type_pastworks .pr_workList .workList-name::before,
.type_pastworks .pr_workList .workList-name::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.type_pastworks .pr_workList .workList-name::after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.type_pastworks .pr_workList .workList-name {
  color: #222;
  font-size: 100%;
  font-size: 1em;
  font-weight: bold;
}

.type_pastworks .pr_workList .price-wrap {
  display: flex;
  align-items: flex-end;
}

.type_pastworks .pr_workList .price-wrap p {
  margin: 0 0.5em;
}

.type_pastworks .pr_workList .workList-price {
  font-size: 1em;
}

.type_pastworks .pr_workList .workList-price > ul {
  display: flex;
  align-items: flex-end;
}

.type_pastworks .pr_workList .workList-price > ul > li:nth-of-type(3n-1) {
  margin-left: 2%;
}

.type_pastworks .pr_workList .workList-price span {
  color: #c00;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 0.3rem;
}

.type_pastworks .pr_workList .workList-price span i {
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  margin-left: 0.3rem;
}

.type_pastworks .pr_workList .workList-price .listPrice.sale span {
  color: #333;
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.type_pastworks .pr_workList .workList-point::before {
  content: "/";
  padding-left: 0.3em;
  margin-left: 0.3em;
}

.type_pastworks .pr_workList .workList-point span {
  color: #093;
  font-weight: bold;
}

.type_pastworks .pr_workList .workList-point span i {
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  margin-left: 0.3rem;
}

.type_pastworks .pr_workList .workList-btn {
  text-align: center;
  margin-top: auto;
}

.type_pastworks .pr_workList .workList-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 3.2vw;
  box-shadow: 0 0 0 1px #8e00bd inset;
  box-sizing: content-box;
  outline: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #c000ff 0%, #cf49e7 100%);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.type_pastworks .pr_workList .workList-btn a:hover {
  background: linear-gradient(90deg, #c822ff 0%, #d86ceb 100%);
}

.type_pastworks .pr_workList .workList-btn a.cart_in {
  border: 1px solid #ecd3a9;
  background: #ffeec5;
  color: #988369;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.type_pastworks .pr_workList .workList-btn a.purchased {
  border: 1px solid #999;
  background: #bbb;
  color: #eee;
  box-shadow: none;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .type_pastworks .pr_workList .workList-btn {
    text-align: center;
  }
  .type_pastworks .pr_workList .workList-btn a {
    max-width: 204px;
    font-size: 1.6rem;
    padding: 7px;
    margin: 0;
  }
}

.type_pastworks .pr_workList .workList-thumb a {
  display: block;
  position: relative;
  text-align: center;
  background: #ddd;
  min-height: 35vw;
  display: flex;
  align-items: center;
}

.type_pastworks #maitetsu-lastrun .pr_workList .workList-thumb a img {
  max-height: 35vw;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type_pastworks #maitetsu-lastrun .pr_workList .workList-thumb a img {
    max-height: 180px;
  }
}

.type_pastworks .pr_workList .workList-thumb a:hover {
  opacity: 0.8;
}

.type_pastworks .pr_workList.type-tile {
  width: 100%;
}

.type_pastworks .pr_workList.type-tile > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.type_pastworks .pr_workList.type-tile > ul > li {
  width: calc((100% - 2%) / 2);
  margin: 0 0 2%;
  border-radius: 5px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
  background: #fff;
}

.type_pastworks #luckydog1 .pr_workList.type-tile ul > li img {
  width: auto;
  max-width: 100%;
  max-height: 35vw;
  margin: 0 auto;
}

.type_pastworks .pr_workList.type-tile .workList-text-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 400px) {
  .type_pastworks .pr_workList.type-tile .workList-text-wrap {
    height: 40vw;
  }
}

.type_pastworks .pr_workList.type-tile .workList-price > ul {
  flex-direction: column;
  align-items: flex-start;
}

.type_pastworks .pr_workList.type-tile .workList-price > ul li {
  margin: 3% 0 0;
}

.type_pastworks .pr_workList.type-tile .workList-price > ul li:first-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .type_pastworks {
    /* 4列表示幅指定 */
    /* 3列表示幅指定 */
  }
  .type_pastworks .pr_workList.type-tile > ul {
    justify-content: flex-start;
    width: auto;
  }
  .type_pastworks .pr_workList.type-tile > ul > li {
    max-width: 240px;
    margin: 0 0 15px 10px;
  }
  .type_pastworks .pr_workList.type-tile.raw4 {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
  }
  .type_pastworks .pr_workList.type-tile.raw3 {
    width: 760px;
    margin: 0 auto;
  }
  .type_pastworks .pr_workList.type-tile .workList-text-wrap {
    height: 140px;
  }
  .type_pastworks .pr_workList.type-tile > ul > li {
    margin: 0 0 15px 10px;
  }
  .type_pastworks .pr_workList .workList-thumb a {
    min-height: 180px;
  }
  .type_pastworks #luckydog1 .pr_workList.type-tile > ul > li .workList-thumb img {
    max-width: 240px;
    max-height: 180px;
  }
}
/*# sourceMappingURL=lp.css.map */