<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: scroll;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  background-color: #ffffff;
  color: #333333; }

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

a {
  text-decoration: none;
  color: #000; }

.l-wrapper {
  background-image: url("../img/body/pc_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 1px; }
  @media screen and (max-width: 767px) {
    .l-wrapper {
      min-width: 320px; } }
  @media screen and (min-width: 768px) , print {
    .l-wrapper {
      min-width: 960px; } }

.l-content {
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-content {
      margin-left: 10px;
      margin-right: 10px; }
      .l-wrapper .l-content {
        margin-top: 50px; } }
  @media screen and (min-width: 768px) , print {
    .l-content {
      width: 100%;
      max-width: 900px;
      box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto; }
      .l-wrapper .l-content {
        margin-top: 100px; } }

.l-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.c-content {
  position: relative;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  .c-content__container {
    position: relative;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.8); }
  .c-content__body {
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-content__body {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px; } }
    @media screen and (min-width: 768px) , print {
      .c-content__body {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 25px; } }

.c-heading-h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  line-height: 0;
  margin-left: -5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  .c-heading-h2__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ca5d85;
    background-repeat: no-repeat;
    background-image: url("../img/heading/h2_icn.png");
    background-size: 19.5px 10px;
    height: 27px;
    padding-top: 1px;
    padding-right: 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .c-heading-h2 h2 {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.1em; }
  .c-heading-h2 p {
    margin-left: .5em;
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 767px) {
    .c-heading-h2 {
      padding-top: 15px; }
      .c-heading-h2__container {
        background-position: 10px center;
        padding-left: 36px; } }
  @media screen and (min-width: 768px) , print {
    .c-heading-h2 {
      padding-top: 12px; }
      .c-heading-h2__container {
        background-position: 20px center;
        padding-left: 46px; } }

.c-heading-h3 {
  position: relative;
  text-align: center;
  line-height: 0; }
  @media screen and (max-width: 767px) {
    .c-heading-h3 {
      margin-top: 25px; }
      .c-heading-h3 img {
        max-width: 96%; } }
  @media screen and (min-width: 768px) , print {
    .c-heading-h3 {
      margin-top: 20px; } }

.c-text-lead {
  position: relative;
  line-height: 2;
  text-shadow: 0 0 3px white; }
  .c-text-lead p {
    margin-top: 2em; }
  @media screen and (max-width: 767px) {
    .c-text-lead {
      font-size: 12px;
      font-size: 0.75rem; }
      .c-text-lead br {
        display: none; } }
  @media screen and (min-width: 768px) , print {
    .c-text-lead {
      font-size: 13px;
      font-size: 0.8125rem;
      text-align: center; } }

.c-button-a {
  position: relative;
  display: block;
  border: solid 1px #f0d4de;
  background: -webkit-linear-gradient(#f7f0fa, #e1ccee);
  background: linear-gradient(#f7f0fa, #f0d4de);
  height: 100%;
  box-sizing: border-box; }
  .c-button-a span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/button/arw.png");
    background-size: 21px 15.5px;
    color: #a32651;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    line-height: 1; }
  @media screen and (max-width: 767px) {
    .c-button-a span {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 12px 25px 12px 10px; } }
  @media screen and (min-width: 768px) , print {
    .c-button-a span {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 15px 30px 15px 10px; } }

.c-footer {
  border-top: solid 5px #ca5d85;
  background-color: #ffffff; }
  @media screen and (max-width: 767px) {
    .c-footer {
      padding-bottom: 20px;
      margin-top: 50px; }
      .c-footer .l-content {
        margin-top: 10px; } }
  @media screen and (min-width: 768px) , print {
    .c-footer {
      padding-bottom: 40px;
      min-width: 900px;
      margin-top: 100px; }
      .c-footer .l-content {
        margin-top: 20px; } }
  .c-footer-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-footer-banner {
        margin-top: 15px; } }
    @media screen and (min-width: 768px) , print {
      .c-footer-banner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 20px;
        margin-left: -3px;
        margin-right: -3px; } }
    .c-footer-banner__item {
      position: relative;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .c-footer-banner__item {
          width: 33.3%;
          margin-top: 5px; }
          .c-footer-banner__item:nth-of-type(3n+1) {
            padding-right: 4px; }
          .c-footer-banner__item:nth-of-type(3n+2) {
            padding-right: 2px;
            padding-left: 2px; }
          .c-footer-banner__item:nth-of-type(3n) {
            padding-left: 4px; } }
      @media screen and (min-width: 768px) , print {
        .c-footer-banner__item {
          width: 16.6%;
          margin-top: 10px;
          padding-left: 3px;
          padding-right: 3px; } }
    .c-footer-banner__link {
      position: relative;
      display: block;
      border: solid 2px #e6b5c6;
      line-height: 0; }
      .c-footer-banner__link img {
        width: 100%; }
  .c-footer-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0; }
    .c-footer-logo__item {
      position: relative; }
    .c-footer-logo__link {
      display: block;
      line-height: 0; }
      .c-footer-logo__link--d3p img {
        margin-top: -10%; }
    @media screen and (max-width: 767px) {
      .c-footer-logo {
        margin-top: 25px; }
        .c-footer-logo__item {
          margin-left: 10px;
          margin-right: 10px; }
        .c-footer-logo__link--d3p {
          margin-top: 6px; }
          .c-footer-logo__link--d3p img {
            height: 42px; }
        .c-footer-logo__link--ps3 img, .c-footer-logo__link--psvita img {
          height: 18px; } }
    @media screen and (min-width: 768px) , print {
      .c-footer-logo {
        margin-top: 30px; }
        .c-footer-logo__item {
          margin-left: 20px;
          margin-right: 20px; }
        .c-footer-logo__link--d3p {
          margin-top: 10px; }
          .c-footer-logo__link--d3p img {
            height: 60px; }
        .c-footer-logo__link--ps3 img, .c-footer-logo__link--psvita img {
          height: 35px; } }
  .c-footer-trademark {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .c-footer-trademark img {
        width: 100%;
        max-width: 600px; } }
    @media screen and (min-width: 768px) , print {
      .c-footer-trademark img {
        height: 12px; } }
  .c-footer-copyright {
    text-align: center;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1;
    margin-top: 1em; }

.c-assets {
  display: none; }

@media screen and (max-width: 767px) {
  .p-product {
    margin-top: 125px; } }

@media screen and (min-width: 768px) , print {
  .p-product {
    margin-top: 200px; } }

@media screen and (min-width: 768px) , print {
  .p-product .c-content__body {
    padding-right: 20px; } }

.p-product-container {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-product-container {
      margin-top: 15px; } }
  @media screen and (min-width: 768px) , print {
    .p-product-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 25px; } }

.p-product-infocol {
  position: relative; }
  @media screen and (min-width: 768px) , print {
    .p-product-infocol {
      width: 440px; } }

.p-product-imagecol {
  position: relative; }
  @media screen and (min-width: 768px) , print {
    .p-product-imagecol {
      width: 360px; } }

.p-product-logo {
  position: absolute;
  line-height: 0;
  left: 50%; }
  .p-product-logo img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .p-product-logo {
      width: 220px;
      margin-left: -100px;
      margin-top: -90px; } }
  @media screen and (min-width: 768px) , print {
    .p-product-logo {
      
      margin-left: -250px;
      margin-top: -170px; } }

.p-product-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-product-nav__item {
    width: 49%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f3e9ec;
    color: #ca5d85;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 3; }
    .is-best .p-product-nav__item[href="is-best"],
    .is-normal .p-product-nav__item[href="is-normal"] {
      background-color: #ca5d85;
      color: #ffffff; }
  @media screen and (max-width: 767px) {
    .p-product-nav__item {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) , print {
    .p-product-nav__item {
      font-size: 15px;
      font-size: 0.9375rem; } }

.p-product-table {
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ca5d85;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: none; }
  .p-product-table tr:nth-of-type(2n) {
    background-color: #f3e9ec; }
  .p-product-table th, .p-product-table td {
    box-sizing: border-box; }
  .p-product-table th {
    font-weight: bold;
    text-align: left; }
  .p-product-table small {
    font-size: 10px;
    font-size: 0.625rem; }
  @media screen and (max-width: 767px) {
    .p-product-table th, .p-product-table td {
      display: block;
      width: 100%; }
    .p-product-table th {
      padding: 8px 0 0 15px; }
    .p-product-table td {
      padding: 0 0 8px 20px; } }
  @media screen and (min-width: 768px) , print {
    .p-product-table th {
      width: 35%;
      padding: 13px 0 12px 15px; }
    .p-product-table td {
      width: 65%;
      padding: 13px 15px 12px 0; } }
  .is-best .p-product-table--best,
  .is-normal .p-product-table--normal {
    display: table; }
  @media screen and (max-width: 767px) {
    .p-product-table__halfcol {
      width: 52.5%; } }

.p-product-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .p-product-button__item {
    width: 50%;
    box-sizing: border-box;
    margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .p-product-button__item:nth-of-type(2n+1) {
      padding-right: 2.5px; }
    .p-product-button__item:nth-of-type(2n) {
      padding-left: 2.5px; } }
  @media screen and (min-width: 768px) , print {
    .p-product-button__item:nth-of-type(2n+1) {
      padding-right: 5px; }
    .p-product-button__item:nth-of-type(2n) {
      padding-left: 5px; } }

.p-product-image {
  position: relative;
  line-height: 0;
  border: solid 1px #ca5d85;
  display: none; }
  .p-product-image img {
    width: 100%; }
  .is-best .p-product-image--best,
  .is-normal .p-product-image--normal {
    display: block; }
  @media screen and (max-width: 767px) {
    .p-product-image {
      width: 40%;
      position: absolute;
      right: 10px; }
      .is-normal .p-product-image--normal {
        margin-top: -55%; }
      .is-best .p-product-image--best {
        margin-top: -55%; } }

@media screen and (max-width: 767px) {
  .p-about .c-heading-h3 img {
    width: 271px; } }

@media screen and (min-width: 768px) , print {
  .p-about .c-heading-h3 img {
    width: 384px;
    height: 79px; } }

.p-about-chara {
  position: absolute; }
  @media screen and (max-width: 767px) {
    .p-about-chara {
      left: -15px;
      right: -15px;
      padding-top: 71%;
      background: url("../img/about/chr_sp.png") no-repeat center top;
      background-size: contain;
      top: 32px; } }
  @media screen and (min-width: 768px) , print {
    .p-about-chara {
      width: 860px;
      height: 440px;
      background: url("../img/about/chr_pc.png") no-repeat center top;
      top: 50px; } }

.p-about .c-heading-h3 {
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .p-about .c-heading-h3 {
      margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .p-about .c-content__body {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 768px) , print {
  .p-about .c-content__body {
    padding-bottom: 50px; } }

.p-about .c-text-lead {
  text-align: center; }
  .p-about .c-text-lead p br {
    display: inline; }

@media screen and (max-width: 767px) {
  .p-chara .c-heading-h3 img {
    width: 282px; } }

@media screen and (min-width: 768px) , print {
  .p-chara .c-heading-h3 img {
    width: 360px; } }

.p-chara-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .p-chara-list {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (min-width: 768px) , print {
    .p-chara-list {
      margin-left: -6px;
      margin-right: -6px; } }

.p-chara-item {
  background-repeat: repeat;
  background-position: left top;
  background-size: 4px 4px;
  box-sizing: border-box; }
  .p-chara-item:nth-of-type(2n+1) .p-chara-link {
    background-image: url("../img/chara/bg_a.png"); }
  .p-chara-item:nth-of-type(2n) .p-chara-link {
    background-image: url("../img/chara/bg_b.png"); }
  @media screen and (max-width: 767px) {
    .p-chara-item {
      margin-top: 25px;
      width: 33.333%;
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (min-width: 768px) , print {
    .p-chara-item {
      padding-left: 6px;
      padding-right: 6px;
      width: 20%;
      margin-top: 40px; } }

.p-chara-link {
  position: relative;
  display: block;
  padding-top: 72.5%; }

.p-chara-img {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0; }
  .p-chara-img img {
    width: 100%; }

.p-chara-name {
  position: absolute;
  background: url("../img/chara/btn_bg.png") no-repeat right bottom;
  background-size: contain;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  bottom: 5px;
  right: 6px;
  width: 55px;
  line-height: 19px;
  padding-top: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  text-shadow:2px 2px 3px #7c162f; }

@media screen and (max-width: 767px) {
  .p-system .c-heading-chr {
    display: none; } }

@media screen and (min-width: 768px) , print {
  .p-system .c-heading-chr {
    line-height: 0;
    position: absolute;
    right: -10px;
    top: -60px; } }

@media screen and (max-width: 767px) {
  .p-system .c-heading-h3 img {
    width: 284px; } }

@media screen and (min-width: 768px) , print {
  .p-system .c-heading-h3 img {
    width: 358px; } }

@media screen and (max-width: 767px) {
  .p-system .c-content__body {
    padding-bottom: 20px; } }

@media screen and (min-width: 768px) , print {
  .p-system .c-content__body {
    padding-bottom: 40px; } }

.p-system-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-system-button {
      margin-top: 20px; } }
  @media screen and (min-width: 768px) , print {
    .p-system-button {
      margin-top: 40px; } }

.p-system-content {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.75); }
  @media screen and (max-width: 767px) {
    .p-system-content {
      margin-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) , print {
    .p-system-content {
      margin-top: 20px;
      padding-bottom: 30px; } }
  .p-system-content .c-text-lead p {
    text-align: left; }
  .p-system-content--blue {
    color: #364e83 !important; }
    .p-system-content--blue .p-system-heading__number {
      background-color: #718cc8; }
  .p-system-content--red {
    color: #a62182 !important; }
    .p-system-content--red .p-system-heading__number {
      background-color: #d574c6; }
  .p-system-content--green {
    color: #2d8219 !important; }
    .p-system-content--green .p-system-heading__number {
      background-color: #85c484; }

.p-system-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-top: 20px; }
  .p-system-heading__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
    .p-system-heading__number small {
      display: block;
      font-size: 9px;
      font-size: 0.5625rem;
      line-height: 1.2;
      letter-spacing: 1px; }
    .p-system-heading__number p {
      font-weight: bold;
      font-size: 32px;
      font-size: 2rem;
      margin-left: 10px;
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .p-system-heading__number {
        width: 85px;
        height: 40px; }
        .p-system-heading__number small {
          font-size: 8px;
          font-size: 0.5rem;
          margin-left: 6px; }
        .p-system-heading__number p {
          font-size: 24px;
          font-size: 1.5rem;
          margin-left: 4px;
          padding-top: 2px; } }
    @media screen and (min-width: 768px) , print {
      .p-system-heading__number {
        width: 110px;
        height: 50px; }
        .p-system-heading__number small {
          font-size: 9px;
          font-size: 0.5625rem;
          margin-left: 10px; }
        .p-system-heading__number p {
          font-size: 30px;
          font-size: 1.875rem;
          margin-left: 8px;
          padding-top: 2px; } }
  .p-system-heading__text {
    position: relative;
    font-weight: bold;
    margin-left: .5em;
    line-height: 1.2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 767px) {
      .p-system-heading__text {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 768px) , print {
      .p-system-heading__text {
        font-size: 24px;
        font-size: 1.5rem; }
        .p-system-heading__text br {
          display: none; } }

.p-system .c-text-lead p {
  margin-top: 1em; }

@media screen and (max-width: 767px) {
  .p-system .c-text-lead {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 768px) , print {
  .p-system .c-text-lead {
    padding-left: 40px;
    padding-right: 40px; } }

.p-system-screenshot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-system-screenshot__col {
    width: 50%;
    box-sizing: border-box; }
  .p-system-screenshot__caption {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: .75em; }
  .p-system-screenshot__image {
    position: relative;
    line-height: 0; }
    .p-system-screenshot__image img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .p-system-screenshot {
      margin-top: 10px; }
      .p-system-screenshot__col:nth-of-type(2n+1) .p-system-screenshot__caption {
        padding-left: 15px;
        padding-right: .5em; }
      .p-system-screenshot__col:nth-of-type(2n) .p-system-screenshot__caption {
        padding-left: .5em;
        padding-right: 15px; } }
  @media screen and (min-width: 768px), print {
    .p-system-screenshot {
      margin-top: 10px; }
      .p-system-screenshot__col:nth-of-type(2n) {
        padding-right: 40px;
        padding-left: 10px; }
      .p-system-screenshot__col:nth-of-type(2n+1) {
        padding-right: 10px;
        padding-left: 40px; } }

.p-modal {
  background-image: url("../img/modal/pc_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  display: none; }
  .p-modal-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
    .p-modal-wrapper.is-show {
      opacity: 1; }
  .p-modal-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-modal-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
  .p-modal-chara {
    position: relative;
    line-height: 0; }
    .p-modal-chara img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .p-modal-chara {
        position: absolute;
        left: 0;
        top: 5%;
        width: 63%;
        margin-left: -15%; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-chara {
        
        box-sizing: border-box; } }
  .p-modal-textarea {
    position: relative;
    line-height: 0;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-modal-textarea {
        width: 60%;
        padding-right: 5px;
        margin-left: 40%; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-textarea {
        width: 60%;
        padding-right: 10px; } }
  .p-modal-close {
    background: url("../img/chara/btn_bg.png") no-repeat right bottom;
    background-size: contain;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 55px;
    line-height: 19px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 12px;
    font-size: 0.75rem;
	text-shadow:2px 2px 3px #7c162f; }
    @media screen and (max-width: 767px) {
      .p-modal-close {
        margin-top: 20px; } }
  .p-modal-leadcopy {
    position: relative;
    color: #b31c53;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .p-modal-leadcopy {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 15px;
        line-height: 1.4; }
        .p-modal-leadcopy br {
          display: none; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-leadcopy {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 30px;
        line-height: 1.6; } }
  @media screen and (max-width: 767px) {
    .p-modal-meta {
      margin-top: 5px; } }
  @media screen and (min-width: 768px) , print {
    .p-modal-meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 10px; } }
  .p-modal-name {
    position: relative;
    line-height: 0; }
    @media screen and (max-width: 767px) {
      .p-modal-name img {
        height: 40px; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-name img {
        height: 60px; } }
  .p-modal-voice {
    line-height: 1;
    color: #b31c53;
    margin-left: .5em;
    margin-bottom: .25em; }
    @media screen and (max-width: 767px) {
      .p-modal-voice {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: .25em; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-voice {
        font-size: 14px;
        font-size: 0.875rem; } }
  .p-modal-text {
    line-height: 1.8; }
    .p-modal-text p {
      margin-top: 1em; }
    @media screen and (max-width: 767px) {
      .p-modal-text {
        font-size: 12px;
        font-size: 0.75rem; }
        .p-modal-text br {
          display: none; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-text {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .p-modal-imagelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 20px; }
  .p-modal-image {
    position: relative;
  
    line-height: 0; }
    .p-modal-image img {
      width: 100%; }
    .p-modal-image:nth-of-type(1) {
      -webkit-transform: rotate(-12deg);
          -ms-transform: rotate(-12deg);
              transform: rotate(-12deg); }
    .p-modal-image:nth-of-type(2) {
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    @media screen and (max-width: 767px) {
      .p-modal-image {
        margin-top: 10px;
        width: 50%; }
        .p-modal-image:nth-of-type(2) {
          margin-left: -10px; } }
    @media screen and (min-width: 768px) , print {
      .p-modal-image {
        margin-top: 20px;
      }
        .p-modal-image:nth-of-type(2) {
          margin-left: -20px; } }
	
	@media print {
		.l-wrapper {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  background-color:#F4BAC6;
  padding-top: 1px; }
       }	  </pre></body></html>