@charset "UTF-8";
.p-buy .c-btn00 {
  display: none; }

.p-buy .c-btn01--steam img {
  width: auto; }
  @media screen and (max-width: 767px) {
    .p-buy .c-btn01--steam img {
      height: 26px; } }
  @media screen and (min-width: 768px) {
    .p-buy .c-btn01--steam img {
      height: 28px; } }

.p-ttl00 {
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .p-ttl00 {
      font-size: 22px;
      font-size: 1.375rem;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .p-ttl00 {
      font-size: 34px;
      font-size: 2.125rem;
      margin-bottom: 80px; } }
  .p-ttl00 small {
    font-weight: normal;
    border: solid 1px #fff;
    padding: 0 1em;
    margin-right: 20px;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .p-ttl00 small {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 21px; } }
    @media screen and (min-width: 768px) {
      .p-ttl00 small {
        line-height: 31px;
        font-size: 14px;
        font-size: 0.875rem; } }

.p-ttl01 {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  font-style: italic; }
  @media screen and (max-width: 767px) {
    .p-ttl01 {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .p-ttl01 {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 20px; } }
  .p-ttl01:first-of-type {
    margin-top: 0; }

.p-ttl02 {
  position: relative;
  /*
  position: relative;
  border-top: solid 4px $CLR_RED;
  display: flex;
  @include setMediaQuery($MEDIA_SP) {
    justify-content: center;
  }
  @include setMediaQuery($MEDIA_PC) {
    padding-left: 140px;
    margin-bottom: 30px;
  }

  */ }
  .p-ttl02:before, .p-ttl02:after {
    content: "";
    display: block;
    position: absolute;
    background: #bb2b2b;
    height: 4px;
    top: 50%;
    margin-top: -2px; }
  @media screen and (max-width: 767px) {
    .p-ttl02 {
      margin-bottom: 20px; }
      .p-ttl02:before {
        left: -15px;
        width: calc(50% - 65px); }
      .p-ttl02:after {
        right: -15px;
        width: calc(50% - 65px); } }
  @media screen and (min-width: 768px) {
    .p-ttl02 {
      margin-bottom: 30px; }
      .p-ttl02:before {
        left: -50px;
        width: 180px; }
      .p-ttl02:after {
        right: -50px;
        width: 900px; } }
  .p-ttl02 span {
    color: #bb2b2b;
    font-weight: bold;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-ttl02 span {
        font-size: 16px;
        font-size: 1rem;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .p-ttl02 span {
        font-size: 24px;
        font-size: 1.5rem;
        margin-left: 130px;
        width: 220px; } }

.p-txt01 {
  position: relative;
  line-height: 1.5;
  padding-left: 1.25em; }
  @media screen and (max-width: 767px) {
    .p-txt01 {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .p-txt01 {
      font-size: 14px;
      font-size: 0.875rem; } }
  .p-txt01:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
    .lang-ja .p-txt01:before {
      content: "※"; }
    .lang-en .p-txt01:before {
      content: "*"; }

.p-txt00, .p-ol00 li {
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .p-txt00, .p-ol00 li {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .p-txt00, .p-ol00 li {
      font-size: 18px;
      font-size: 1.125rem; } }
  .p-txt00 a, .p-ol00 li a {
    color: #c0ce60;
    text-decoration: none; }

.p-txt02 {
  position: relative;
  line-height: 1.5;
  color: #999999;
  padding-left: 1em; }
  @media screen and (max-width: 767px) {
    .p-txt02 {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media screen and (min-width: 768px) {
    .p-txt02 {
      font-size: 12px;
      font-size: 0.75rem; } }
  .p-txt02:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
    .lang-ja .p-txt02:before {
      content: "※"; }
    .lang-en .p-txt02:before {
      content: "*"; }

.p-link {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .p-link a {
    color: #c0ce60;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .p-link a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 5px 0; } }
    @media screen and (min-width: 768px) {
      .p-link a {
        font-size: 16px;
        font-size: 1rem; } }
    .p-link a:not([href]) {
      opacity: .4;
      cursor: auto; }
    .p-link a:after {
      content: "";
      line-height: 0;
      width: 10px;
      height: 7px;
      background: url("../img/component/btn/btn01_arw.png") no-repeat center center;
      background-size: contain;
      margin-left: 5px; }

.p-pulldown {
  position: relative; }
  .p-pulldown-list {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 1; }
    .is-show .p-pulldown-list {
      display: block; }
    @media screen and (max-width: 767px) {
      .p-pulldown-list {
        margin-left: -72.5px; } }
    @media screen and (min-width: 768px) {
      .p-pulldown-list {
        margin-left: -110px; } }
    .p-pulldown-list li {
      border-bottom: solid 1px #000; }
    .p-pulldown-list a {
      display: block;
      background: rgba(192, 206, 96, 0.9);
      color: #000;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      position: relative; }
      .p-pulldown-list a:after {
        content: "";
        background: url("../img/project/buy/list_arw.png") no-repeat center center;
        background-size: contain;
        position: absolute;
        display: block;
        top: 50%;
        right: 15px; }
      @media screen and (max-width: 767px) {
        .p-pulldown-list a {
          font-size: 14px;
          font-size: 0.875rem;
          width: 145px;
          line-height: 36px; }
          .p-pulldown-list a:after {
            width: 7px;
            height: 10px;
            margin-top: -5px; } }
      @media screen and (min-width: 768px) {
        .p-pulldown-list a {
          font-size: 16px;
          font-size: 1rem;
          width: 220px;
          line-height: 43px; }
          .p-pulldown-list a:after {
            width: 8px;
            height: 12px;
            margin-top: -6px; } }
      .p-pulldown-list a:not([href]) {
        opacity: .3;
        cursor: auto; }

.p-sec00 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-sec00 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 768px) {
    .p-sec00 {
      display: flex; } }
  .p-sec00-bg {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-sec00-bg {
        padding: 30px 0; } }
    @media screen and (min-width: 768px) {
      .p-sec00-bg {
        padding: 50px 0; } }
    .p-sec00-bg:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .p-sec00-bg:before {
          left: -30px;
          right: -30px; } }
      @media screen and (min-width: 768px) {
        .p-sec00-bg:before {
          left: -50px;
          right: -50px; } }
    .p-sec00-bg--gold:before {
      background: linear-gradient(to right, rgba(192, 206, 96, 0) 0%, rgba(192, 206, 96, 0.2) 10%, rgba(192, 206, 96, 0.2) 90%, rgba(192, 206, 96, 0) 100%); }
    .p-sec00-bg--perpul:before {
      background: linear-gradient(to right, rgba(180, 82, 179, 0) 0%, rgba(180, 82, 179, 0.2) 10%, rgba(180, 82, 179, 0.2) 90%, rgba(180, 82, 179, 0) 100%); }
  @media screen and (max-width: 767px) {
    .p-sec00-box {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .p-sec00-box {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .p-sec00-box .p-ttl00 {
      margin-bottom: 2s0px; } }
  @media screen and (min-width: 768px) {
    .p-sec00-box .p-ttl00 {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .lang-en .p-sec00-box {
      width: 100%; } }
  .p-sec00-in {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); }
    @media screen and (max-width: 767px) {
      .p-sec00-in {
        padding: 30px 0 30px; } }
    @media screen and (min-width: 768px) {
      .p-sec00-in {
        padding: 60px 0 60px; } }
    .p-sec00-in .c-img00 {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .p-sec00-in .c-img00 {
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          .p-sec00-in .c-img00 img {
            width: auto;
            height: 225px; } }
  .p-sec00-btn {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-sec00-btn .c-btn01 {
        margin-bottom: 20px; }
      .p-sec00-btn .p-pulldown {
        margin-bottom: 20px; }
        .p-sec00-btn .p-pulldown .c-btn01 {
          margin-bottom: 0; } }
    @media screen and (min-width: 768px) {
      .p-sec00-btn .c-btn01 {
        width: 389px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
      .p-sec00-btn .p-pulldown {
        margin-bottom: 20px; }
        .p-sec00-btn .p-pulldown .c-btn01 {
          margin-bottom: 0; } }

.p-sec01 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-sec01 {
      padding-top: 80px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 768px) {
    .p-sec01 {
      padding-top: 160px; } }
  .p-sec01-body {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-sec01-body {
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-body {
        display: flex;
        margin-bottom: 40px; } }
  .p-sec01-img {
    position: relative; }
    @media screen and (min-width: 768px) {
      .p-sec01-img {
        width: 400px;
        margin-right: 40px; } }
    @media screen and (max-width: 767px) {
      .p-sec01-img .c-img00 {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-img .c-img00 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .p-sec01-img .c-img00 + .p-txt02 {
        margin-top: -10px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-img .c-img00 + .p-txt02 {
        margin-top: -20px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-img .p-tag00 {
        margin-bottom: 30px; } }
  .p-sec01-txt {
    position: relative; }
    @media screen and (min-width: 768px) {
      .p-sec01-txt {
        flex: 1 1;
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .p-sec01-txt .p-txt00, .p-sec01-txt .p-ol00 li, .p-ol00 .p-sec01-txt li {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-txt .p-txt00, .p-sec01-txt .p-ol00 li, .p-ol00 .p-sec01-txt li {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .p-sec01-txt .p-pulldown {
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-txt .p-pulldown {
        margin-top: 20px;
        width: 353px; } }
  .p-sec01-btn {
    position: relative; }
    @media screen and (min-width: 768px) {
      .p-sec01-btn {
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .p-sec01-btn .c-btn01, .p-sec01-btn .p-pulldown {
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .p-sec01-btn .c-btn01, .p-sec01-btn .p-pulldown {
        width: 390px;
        margin-left: 10px;
        margin-right: 10px; }
        .p-sec01-btn .c-btn01:first-child, .p-sec01-btn .p-pulldown:first-child {
          margin-left: 0; }
        .p-sec01-btn .c-btn01:last-child, .p-sec01-btn .p-pulldown:last-child {
          margin-right: 0; } }

.p-tag00 {
  position: relative;
  display: flex; }
  .p-tag00 p {
    background: #c0ce60;
    color: #000;
    font-weight: bold;
    letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .p-tag00 p {
      font-size: 17px;
      font-size: 1.0625rem;
      padding: 0 14px;
      line-height: 28px; } }
  @media screen and (min-width: 768px) {
    .p-tag00 p {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 0 18px;
      line-height: 44px; } }

.p-ol00 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-ol00 {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .p-ol00 {
      margin-bottom: 20px; } }
  .p-ol00 li {
    padding-left: 1.25em;
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 0; }
    .p-ol00 li:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .p-ol00 li:nth-of-type(1):before {
      content: "①"; }
    .p-ol00 li:nth-of-type(2):before {
      content: "②"; }
    .p-ol00 li:nth-of-type(3):before {
      content: "③"; }
    .p-ol00 li:nth-of-type(4):before {
      content: "④"; }
    .p-ol00 li:nth-of-type(5):before {
      content: "⑤"; }
    .p-ol00 li:nth-of-type(6):before {
      content: "⑥"; }
    .p-ol00 li:nth-of-type(7):before {
      content: "⑦"; }
    .p-ol00 li:nth-of-type(8):before {
      content: "⑧"; }
    .p-ol00 li:nth-of-type(9):before {
      content: "⑨"; }
    .p-ol00 li:nth-of-type(10):before {
      content: "⑩"; }
    .p-ol00 li:nth-of-type(11):before {
      content: "⑪"; }
    .p-ol00 li:nth-of-type(12):before {
      content: "⑫"; }
    .p-ol00 li:nth-of-type(13):before {
      content: "⑬"; }
    .p-ol00 li:nth-of-type(14):before {
      content: "⑭"; }
    .p-ol00 li:nth-of-type(15):before {
      content: "⑮"; }
