@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.btn-normal {
  text-align: center;
}
.btn-normal .btn-normal-inner {
  display: inline-block;
  min-width: 240px;
  /*aaa*/
  font-size: 0.8125rem;
}
.btn-normal .btn-normal-inner a {
  position: relative;
  display: block;
  padding: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: linear-gradient(-64deg, #ea95ff 0%, #a384ff 50%, #87d0ff 100%);
  transition: all 0.3s;
}
.btn-normal .btn-normal-inner a:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

.category-website_update {
  background: linear-gradient(-64deg, #87d0ff 0%, #87d0ff 50%, #647c98 50%, #647c98 100%);
}

.category-important {
  background: linear-gradient(-64deg, #af0716 0%, #af0716 50%, #647c98 50%, #647c98 100%);
}

.category-event {
  background: linear-gradient(-64deg, #6b2f76 0%, #6b2f76 50%, #b1c9d1 50%, #b1c9d1 100%);
}

.category-update, .category-version-update {
  background: linear-gradient(-64deg, #a384ff 0%, #a384ff 50%, #647c98 50%, #647c98 100%);
}

.category-emergency, .category-completed, .category-failure, .category-follow_up, .category-recovery, .category-information {
  background: linear-gradient(-64deg, #768ecc 0%, #768ecc 50%, #647c98 50%, #647c98 100%);
}

[v-cloak] {
  display: none;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  color: #01a5fe;
  text-decoration: none;
}
a:hover {
  color: #ea95ff;
}

html {
  overflow: auto;
}

body {
  position: relative;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #2a4156;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #ffffff;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("/games/prospi/2021/s/images/bg_sp.jpg") top center/100% auto no-repeat;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  body:before {
    background: url("/games/prospi/2021/s/images/bg_pc.jpg") top center/100% auto no-repeat;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
}

header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
header .hdr-konami {
  width: 100%;
  max-width: 130px;
}
header .hdr-logo-switch {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 46px;
  max-width: 100px;
}

@media only screen and (min-width: 768px) {
  header .hdr-logo-switch {
    right: 0;
    width: 65px;
  }
}
.ftr-dlBtn {
  padding: 15px 0;
}

footer {
  padding: 15px 0;
  /*aaa*/
  font-size: 0.75rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
footer .btn-home {
  width: 170px;
  margin: 0 auto;
  /*aaa*/
  font-size: 0.8125rem;
}
footer .btn-home a {
  position: relative;
  display: block;
  padding: 10px;
  color: #2a4156;
  border: 1px solid #e0e3ee;
  background: #b1c9d1;
  transition: all 0.3s;
}
footer .btn-home a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .btn-home a:hover {
  color: #ffffff;
  border: 1px solid #aaa;
  background: rgba(231, 184, 201, 0.4);
}
footer .share {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
footer .share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 6px;
}
footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.3);
  transition: box-shadow 0.2s ease;
}
footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(85, 85, 85, 0.3);
}
footer .share li.twitter a {
  background-image: url("/games/prospi/2021/s/images/common/sns_icon_twitter.svg");
}
footer .share li.facebook a {
  background-image: url("/games/prospi/2021/s/images/common/sns_icon_facebook.svg");
}
@media screen and (min-width: 980px) {
  footer .share li.line {
    display: none;
  }
}
footer .share li.line a {
  background-image: url("/games/prospi/2021/s/images/common/sns_icon_line.svg");
}
footer .ftr-product {
  margin: 0 auto;
  max-width: 96%;
}
footer .ftr-product .ftr-product-list > li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border: 1px solid #ea95ff;
  background: #1d1d1d;
}
footer .ftr-product .ftr-product-list > li table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
footer .ftr-product .ftr-product-list > li table th {
  padding: 4px;
  color: #ffffff;
  /*aaa*/
  font-size: 0.8125rem;
  font-weight: normal;
  border-bottom: 1px solid #ea95ff;
  background: #4d6777;
}
footer .ftr-product .ftr-product-list > li table td dl {
  padding: 10px;
}
footer .ftr-product .ftr-product-list > li table td dl dt {
  padding: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #eeeeee;
  background: #a384ff;
}
footer .ftr-product .ftr-product-list > li table td dl dt.product-bonus {
  background: #632a2a;
}
footer .ftr-product .ftr-product-list > li table td dl dd {
  padding: 10px 5px;
  text-align: left;
}
footer .ftr-product .ftr-product-list > li table td dl dd span {
  color: #af6060;
}
footer .ftr-product .ftr-product-list > li .ftr-product-btn {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
}
footer .ftr-product .ftr-product-list > li .ftr-product-btn > li {
  width: 170px;
  margin: 0 auto;
  /*aaa*/
  font-size: 0.8125rem;
  background: #ffffff;
}
footer .ftr-product .ftr-product-list > li .ftr-product-btn > li a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 5px;
  color: #ffffff;
  border: 1px solid #ea95ff;
  background: rgba(231, 184, 201, 0.4);
  transition: all 0.3s;
}
footer .ftr-product .ftr-product-list > li .ftr-product-btn > li a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .ftr-product .ftr-product-note {
  margin: 0 5px 20px;
  text-align: left;
}
footer .ftr-product .ftr-product-note > li:before {
  content: "※";
}
footer .ftr-product .ftr-reservation {
  max-width: 90%;
  margin-bottom: 20px;
}
footer .ftr-spec {
  margin: 0 auto;
  max-width: 96%;
  background: #161616;
}
footer .ftr-spec .ftr-spec-pkg {
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 15px 0 5px;
}
footer .ftr-spec table {
  padding: 5px;
  text-align: left;
  line-height: 1.5em;
}
footer .ftr-spec table span {
  display: inline-block;
}
footer .ftr-spec table th {
  padding: 2px;
  vertical-align: top;
}
footer .ftr-spec table td {
  padding: 2px;
  vertical-align: top;
}
footer .ftr-spec table td .txt-blue {
  color: #768ecc;
}
footer .pet {
  position: relative;
  padding-top: 38.1578947368%;
  margin: 10px 0;
  background: url(/games/prospi/2021/s/images/common/petmark_sp.png) center 0/100% auto no-repeat;
}
footer .copyright {
  padding: 0 10px;
  text-align: left;
  line-height: 1.5em;
}
footer .copyright:not(:first-child) {
  margin-top: 2%;
}
footer .copyright span {
  display: inline-block;
}
footer .copyright .img-npb {
  height: 2em;
  padding-right: 1%;
  vertical-align: middle;
}
footer .copyright_olympic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.5em;
  text-align: left;
}
footer .copyright_olympic img {
  width: 30px;
  margin-right: 5px;
}
footer .ftr-bnr {
  margin: 20px auto 0;
}
footer .ftr-bnr ul li img {
  max-width: 100%;
}
footer .series-link {
  margin: 20px 0 0 10px;
  text-align: left;
}
footer .series-link ul {
  display: flex;
  flex-wrap: wrap;
}
footer .series-link ul li {
  width: 46%;
  margin: 0 10px 10px 0;
  /*aaa*/
  font-size: 0.6875rem;
}
footer .series-link ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #2a4156;
  border: 1px solid #e0e3ee;
  background: #b1c9d1;
  transition: all 0.3s;
}
footer .series-link ul li a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .series-link ul li a:hover {
  border: 1px solid #e0e3ee;
  background: rgba(231, 184, 201, 0.4);
}
footer .kde-nav {
  margin: 0 0 10px 10px;
  text-align: left;
}
footer .kde-nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .kde-nav ul li {
  width: 46%;
  margin: 0 10px 10px 0;
}
footer .kde-nav ul li a {
  position: relative;
  display: block;
  padding: 6px 10px;
  color: #2a4156;
  border: 1px solid #e0e3ee;
  background: #b1c9d1;
  transition: all 0.3s;
}
footer .kde-nav ul li a:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .kde-nav ul li a:hover {
  border: 1px solid #e0e3ee;
  background: rgba(231, 184, 201, 0.4);
}
footer .site-copyright {
  padding: 0 0 25px;
}

@media only screen and (min-width: 768px) {
  footer {
    /*aaa*/
    font-size: 0.6875rem;
  }
  footer .ftr-product .ftr-product-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto 20px;
  }
  footer .ftr-product .ftr-product-list > li {
    width: 32.6%;
    margin: 0 10px 10px 0;
  }
  footer .ftr-product .ftr-product-list > li:last-child {
    margin-right: 0;
  }
  footer .ftr-product .ftr-product-list > li table th {
    /*aaa*/
    font-size: 0.9375rem;
  }
  footer .ftr-product .ftr-product-list > li .ftr-product-btn > li a {
    background: rgba(231, 184, 201, 0.3);
  }
  footer .ftr-product .ftr-product-list > li .ftr-product-btn > li a:hover {
    color: #ffffff;
    border: 1px solid #aaa;
    background: rgba(231, 184, 201, 0.5);
  }
  footer .ftr-product .ftr-product-note {
    max-width: 980px;
    margin: auto;
    padding-top: 10px;
  }
  footer .ftr-product .ftr-reservation {
    max-width: 33%;
    margin: 20px auto 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  footer .ftr-product .ftr-reservation:hover {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
  }
  footer .ftr-spec {
    max-width: 980px;
  }
  footer .ftr-spec .ftr-spec-pkg {
    float: left;
    width: 230px;
    margin-left: 15px;
  }
  footer .ftr-spec table {
    padding: 10px;
  }
  footer .ftr-spec table:after {
    display: block;
    content: "";
    clear: both;
  }
  footer .ftr-spec table tr th {
    padding-right: 10px;
  }
  footer .pet {
    max-width: 950px;
    margin: auto;
    align-items: center;
    padding-top: 12.1052631579%;
    background: url(/games/prospi/2021/s/images/common/petmark_pc.png) center 0/100% auto no-repeat;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright:not(:first-child) {
    margin-top: 1%;
  }
  footer .copyright_olympic {
    margin-top: 20px;
  }
  footer .copyright_olympic img {
    width: 40px;
  }
  footer .ftr-bnr {
    width: 500px;
  }
  footer .series-link ul {
    max-width: 980px;
    margin: 0 auto;
  }
  footer .series-link ul li {
    width: 170px;
  }
  footer .series-link ul li a {
    padding: 14px;
  }
  footer .series-link ul li a:after {
    top: 20px;
  }
  footer .kde-nav ul {
    max-width: 980px;
    margin: 0 auto;
  }
  footer .kde-nav ul li {
    width: 170px;
  }
  footer .kde-nav ul li a {
    padding: 8px 14px;
  }
  footer .kde-nav ul li a:after {
    top: 13px;
  }
}
.global-nav input {
  display: none;
}

.global-nav-icon-slot {
  position: absolute;
  top: 50px;
  right: 0;
}

.global-nav-icon {
  position: relative;
  z-index: 110;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: #1d1d1d;
}
.global-nav-icon.fixed-only, .global-nav-icon.fixed {
  position: fixed;
  top: 0;
}
.global-nav-icon label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.global-nav-icon label::before {
  display: block;
  padding: 2px 0;
  content: "MENU";
  /*aaa*/
  font-size: 0.75rem;
  transition: color 0.3s;
  text-align: center;
  color: #ffffff;
}
.global-nav-icon label > span {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  margin: 0 auto;
  transition: background-color 0.3s;
  background-color: #e0e3ee;
}
.global-nav-icon label > span::before, .global-nav-icon label > span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  content: "";
  transition: background-color 0.3s, transform 0.3s;
  transform: translateY(-5px);
  background-color: #e0e3ee;
}
.global-nav-icon label > span::after {
  transform: translateY(5px);
}

input:checked ~ .global-nav-icon-slot .global-nav-icon {
  position: fixed;
  z-index: 110;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
}
input:checked ~ .global-nav-icon-slot .global-nav-icon label::before {
  content: "CLOSE";
}
input:checked ~ .global-nav-icon-slot .global-nav-icon label span {
  height: 0;
}
input:checked ~ .global-nav-icon-slot .global-nav-icon label span::before, input:checked ~ .global-nav-icon-slot .global-nav-icon label span::after {
  transform: translateY(0) rotate(-45deg);
}
input:checked ~ .global-nav-icon-slot .global-nav-icon label span::after {
  transform: translateY(0) rotate(45deg);
}

.global-nav-content {
  position: fixed;
  overflow: hidden;
  width: 0;
  height: 0;
  transition: background-color 0.2s ease-out 0s;
  background-color: rgba(0, 0, 0, 0);
}

.global-nav-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}

.global-nav-item-1 {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.global-nav-item-1.current a {
  color: #2a4156;
  background: #ffecfd;
}
.global-nav-item-1.current a:after {
  display: none;
}
.global-nav-item-1 img {
  display: none;
}
.global-nav-item-1 span {
  display: block;
  padding: 10px;
}
.global-nav-item-1 a {
  position: relative;
  display: block;
  height: 100%;
  color: #ffffff;
  background: rgba(224, 227, 238, 0.2);
}
.global-nav-item-1 a:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:checked ~ .global-nav-content-slot .global-nav-content {
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: rgba(33, 65, 85, 0.9);
}
input:checked ~ .global-nav-content-slot .global-nav-content .global-nav-list {
  margin-top: 48px;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .global-nav-icon-slot {
    display: none;
  }

  .global-nav-content-slot {
    position: relative;
    height: 64px;
    margin-bottom: 15px;
  }

  .global-nav-content {
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto;
    background: #214155;
  }
  .global-nav-content.fixed {
    position: fixed;
    top: 0;
    bottom: initial;
    height: auto;
  }

  .global-nav-list {
    flex-direction: row;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    transition: none;
    opacity: 1;
  }

  .global-nav-item-1 {
    flex-grow: 1;
    border: none;
  }
  .global-nav-item-1 img {
    display: block;
    width: 80%;
    margin: auto;
    padding: 15px 5px;
    transform: skewX(45deg);
    opacity: 0.2;
  }
  .global-nav-item-1.no-link img {
    transform: skewX(0deg);
  }
  .global-nav-item-1 span {
    display: none;
  }
  .global-nav-item-1.current a {
    background: linear-gradient(-64deg, #fdd6f3 0%, #e4e6f8 50%, #c1fbfe 100%);
  }
  .global-nav-item-1 a {
    padding: 0;
    transform: skewX(-45deg);
    transition: all 250ms ease-out;
    border: none;
    background: none;
  }
  .global-nav-item-1 a:after {
    display: none;
  }
  .global-nav-item-1 a img {
    opacity: 1;
  }
  .global-nav-item-1 a span {
    display: none;
  }
  .global-nav-item-1 a.current a {
    background: linear-gradient(-64deg, #fdd6f3 0%, #e4e6f8 50%, #c1fbfe 100%);
  }
  .global-nav-item-1 a:hover {
    background: linear-gradient(-64deg, #fdd6f3 0%, #e4e6f8 50%, #c1fbfe 100%);
  }
}
header .hdr-konami {
  display: none;
}

.main-visual {
  position: relative;
  padding-top: 127.6041666667%;
  background: #000 url(/games/prospi/2021/s/images/img_top_main_2_sp.jpg) center 0/100% auto no-repeat;
}
.main-visual .main-element {
  position: absolute;
  width: 100%;
  top: 1%;
  right: 0;
  left: 0;
  text-align: center;
}
.main-visual .main-element .youtube {
  display: block;
}
.main-visual .main-element img {
  display: block;
}
.main-visual .main-element img.logo_olympic {
  max-width: 15%;
  margin-left: 1%;
}
.main-visual .main-element img.bnr-ichiro-pc {
  display: none;
}
.main-visual .main-element img.logo_konami-top {
  width: 130px;
  margin: 73% 0 0 auto;
}
.main-visual .main-dlBtn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2%;
  display: inline-block;
  text-align: center;
}
.main-visual .main-dlBtn .btn-normal {
  display: inline-block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .main-visual {
    align-items: center;
    padding-top: 48.75%;
    /*padding-bottom: 238px;*/
    background: url(/games/prospi/2021/s/images/img_top_main_2_pc.jpg) top center/100% auto no-repeat;
  }
  .main-visual .main-element {
    top: 1%;
  }
  .main-visual .main-element img.logo_olympic {
    max-width: 8%;
    margin-left: 1%;
  }
  .main-visual .main-element img.bnr-ichiro-pc {
    display: block;
    max-width: 26%;
    margin: 22% 0 0 1%;
  }
  .main-visual .main-element img.logo_konami-top {
    position: relative;
    width: 130px;
    margin: 28% 0 0 auto;
    z-index: 10;
  }
  .main-visual .main-dlBtn {
    display: flex;
    flex-wrap: nowrap;
    right: auto;
    left: 1%;
    bottom: 1%;
  }
}
@media only screen and (min-width: 980px) {
  .main-visual .main-element img.logo_konami-top {
    margin: 30% 0 0 auto;
  }
}
.server-status_area {
  position: relative;
  height: 48px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .server-status_area {
    box-sizing: border-box;
    text-align: left;
  }
}
.server-status_area .server-status {
  /*aaa*/
  font-size: 0.6875rem;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  border-radius: 16px;
  background: #1d1d1d;
}
.server-status_area .server-status.status-0 {
  background: linear-gradient(-45deg, #6ec200 0%, #6ec200 50%, #4d6777 50%, #4d6777 100%);
}
.server-status_area .server-status.status-1 {
  background: linear-gradient(-45deg, #c734b3 0%, #c734b3 50%, #4d6777 50%, #4d6777 100%);
}
.server-status_area .server-status.status-2 {
  background: linear-gradient(-45deg, #c1bf17 0%, #c1bf17 50%, #4d6777 50%, #4d6777 100%);
}
.server-status_area .server-status[v-cloak] {
  display: none;
}
@media only screen and (min-width: 768px) {
  .server-status_area .server-status {
    width: 240px;
    margin-top: -3px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 980px) {
  .server-status_area .server-status {
    /*aaa*/
    font-size: 0.75rem;
    margin-top: -6px;
    padding: 8px 20px;
  }
}
.server-status_area .server-status .server-status-txt {
  display: flex;
}
.server-status_area .server-status .server-status-txt > span {
  width: 50%;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.server-status_area .loading {
  animation: blink 1s ease-in-out 0s infinite normal;
}

.server-status-fade-leave-active {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.server-status-fade-enter {
  opacity: 0;
}

.server-status-fade-enter-active {
  transition: opacity 0.5s ease;
}

.contents .bnr-ichiro-sp {
  display: inline-block;
  max-width: 100%;
  padding: 15px;
}
.contents .top-movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents .top-movie-list li {
  position: relative;
  margin: 15px 15px 0 15px;
}
.contents .top-movie-list li img {
  max-width: 100%;
  border: 3px solid #9b90e7;
  border-image: linear-gradient(-64deg, #9b90e7 0%, #e8a7be 30%, #b1c9d1 60%, #b6e5f5 100%) 1;
  background: #f9fbff;
}
.contents .top-movie-list li .youtube {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transition: all 250ms ease-out;
}
.contents .top-movie-list li .youtube::before, .contents .top-movie-list li .youtube::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.contents .top-movie-list li .youtube::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #FFF;
  transform: translateX(-12px);
  transition: background-color 0.5s ease;
}
.contents .top-movie-list li .youtube::after {
  left: 50%;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
.contents .top-movie-list li .youtube:hover::before {
  background: rgba(127, 32, 30, 0.9);
}
.contents .top-movie-list li .youtube:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}
.contents .top-movie-list li .youtube img {
  width: 100%;
}
.contents .top-movie-list li .youtube h1 {
  position: absolute;
  right: -20px;
  bottom: 3px;
  /*aaa*/
  font-size: 0.5625rem;
  color: #ffffff;
  background: #a384ff;
  transform: skewX(-45deg);
}
.contents .top-movie-list li .youtube h1 span {
  position: relative;
  display: block;
  padding: 2px 30px 0 16px;
  transform: skewX(45deg);
}
.contents .top-news {
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  border: 1px solid #ffffff;
  background: #e0e3ee;
}
.contents .top-news .top-news-inner {
  position: relative;
}
.contents .top-news .top-news-inner h1 {
  position: absolute;
  left: 0;
  top: -46px;
}
.contents .top-news .top-news-inner h1 img {
  max-width: 78%;
}
.contents .top-news .top-news-inner .top-news-list {
  display: flex;
  flex-wrap: wrap;
}
.contents .top-news .top-news-inner .top-news-list li {
  width: calc((100% / 3) - (10px * 2 / 3));
  margin: 0 auto 10px;
}
.contents .top-news .top-news-inner .top-news-list li a {
  height: 100%;
}
.contents .top-news .top-news-inner .top-news-list li a:hover dl {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}
.contents .top-news .top-news-inner .top-news-list li a img {
  width: 100%;
}
.contents .top-news .top-news-inner .top-news-list li a dl {
  height: 100%;
  border: 3px solid #9b90e7;
  border-image: linear-gradient(-64deg, #9b90e7 0%, #e8a7be 30%, #b1c9d1 60%, #b6e5f5 100%) 1;
  background: #f9fbff;
  transition: all 250ms ease-out;
}
.contents .top-news .top-news-inner .top-news-list li a dl dd {
  padding: 8px;
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.2em;
}
.contents .top-news .top-news-inner .top-news-list li a dl dd span {
  display: inline-block;
}
.contents .top-news .top-news-inner .top-news-list li.top-topics-movie a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::before, .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::after {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #FFF;
  transform: translateX(-10px);
  transition: background-color 0.5s ease;
}
.contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::after {
  left: 50%;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 14px solid #fff;
}
.contents .top-news .top-news-inner .top-news-list li.top-topics-movie a:hover::before {
  background: rgba(127, 32, 30, 0.9);
}
.contents .top-news .news-box {
  position: relative;
  height: 200px;
  margin-top: 15px;
}
.contents .top-news .news-box ::-webkit-scrollbar {
  width: 6px;
}
.contents .top-news .news-box ::-webkit-scrollbar-track {
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.contents .top-news .news-box ::-webkit-scrollbar-thumb {
  background-color: rgba(199, 218, 241, 0.5);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.contents .top-news .news-box .news-scroll {
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list {
  margin: 0 10px 0;
  border-bottom: 1px solid #e0e3ee;
  background: #f9fbff;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl {
  padding: 8px 5px;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl dt {
  display: flex;
  width: 160px;
  color: #ffffff;
  /*aaa*/
  font-size: 0.625rem;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl dt span {
  text-align: center;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl dt span.date {
  width: 50%;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl dt span.category-name {
  width: 50%;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl dd {
  margin: 5px 15px 0 5px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.2em;
}
.contents .top-news .news-box .news-scroll .news-main .news-main-list dl dd .new {
  margin-right: 10px;
  color: #ea95ff;
}
.contents .top-news .news-box .news-scroll .news-main a {
  position: relative;
  display: block;
  color: #2a4156;
  transition: all 0.3s;
}
.contents .top-news .news-box .news-scroll .news-main a:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4d6777;
  border-right: 1px solid #4d6777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents .top-news .news-box .news-scroll .news-main a:hover {
  color: #01a5fe;
}
.contents .top-news .news-box .news-scroll .news-main a:hover:after {
  border-top: 1px solid #01a5fe;
  border-right: 1px solid #01a5fe;
}
.contents .top-product .top-product-inner {
  position: relative;
  margin: 30px 0;
  padding: 30px 0 15px;
  border: 1px solid #ffffff;
  background: #e0e3ee;
}
.contents .top-product .top-product-inner h1 {
  position: absolute;
  left: 0;
  top: -16px;
}
.contents .top-product .top-product-inner h1 img {
  max-width: 78%;
}
.contents .top-product .top-product-inner h2 {
  margin: 10px 0;
  padding: 4px;
  text-align: center;
  color: #ffffff;
  /*aaa*/
  font-size: 0.875rem;
  background: #647c98;
}
.contents .top-product .top-product-inner .top-product-pkg {
  display: block;
  max-width: 130px;
  margin: auto;
  padding: 5px 0;
}
.contents .top-product .top-product-inner table {
  width: 100%;
  margin: 0 auto 10px;
  padding: 5px;
  background: #f9fbff;
  /*aaa*/
  font-size: 0.6875rem;
  text-align: left;
  line-height: 1.2em;
}
.contents .top-product .top-product-inner table span {
  display: inline-block;
}
.contents .top-product .top-product-inner table th {
  min-width: 60px;
  padding: 2px;
  vertical-align: top;
}
.contents .top-product .top-product-inner table td {
  padding: 2px;
  vertical-align: top;
}
.contents .top-product .top-product-inner table td .txt-blue {
  color: #e0e3ee;
}
.contents .top-product .top-product-inner .online-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px;
}
.contents .top-product .top-product-inner .online-service-list li {
  width: calc((100% / 1) - (3px * 0 / 1));
  margin-bottom: 3px;
  text-align: center;
  /*aaa*/
  font-size: 0.75rem;
  background: #214155;
}
.contents .top-product .top-product-inner .online-service-list li.current {
  background: #647c98;
}
.contents .top-product .top-product-inner .online-service-list li a {
  position: relative;
  display: block;
  padding: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.contents .top-product .top-product-inner .online-service-list li a:hover {
  background: linear-gradient(-64deg, #ea95ff 0%, #a384ff 50%, #87d0ff 100%);
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

@media only screen and (min-width: 768px) {
  .contents .bnr-ichiro-sp {
    display: none;
  }
  .contents .top-movie-list li {
    max-width: 650px;
  }
  .contents .top-movie-list li .youtube {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .contents .top-movie-list li .youtube::before, .contents .top-movie-list li .youtube::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
  }
  .contents .top-movie-list li .youtube::before {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #FFF;
    transform: translateX(-23px);
    transition: background-color 0.5s ease;
  }
  .contents .top-movie-list li .youtube::after {
    left: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
  }
  .contents .top-movie-list li .youtube:hover::before {
    background: rgba(127, 32, 30, 0.9);
  }
  .contents .top-movie-list li .youtube h1 {
    display: block;
    /*aaa*/
    font-size: 0.875rem;
  }
  .contents .top-movie-list li .youtube h1 span {
    padding: 10px 35px 8px 25px;
  }
  .contents .top-news {
    margin: 60px 0;
    padding: 35px 0;
  }
  .contents .top-news .top-news-inner {
    max-width: 670px;
    margin: auto;
  }
  .contents .top-news .top-news-inner h1 {
    left: -45px;
    top: -60px;
  }
  .contents .top-news .top-news-inner h1 img {
    max-width: 90%;
  }
  .contents .top-news .top-news-inner .top-news-list li {
    width: calc((100% / 3) - (10px * 2 / 3));
  }
  .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::before, .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::after {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
  }
  .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::before {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #FFF;
    transform: translateX(-16px);
    transition: background-color 0.5s ease;
  }
  .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a::after {
    left: 50%;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 14px solid #fff;
  }
  .contents .top-news .top-news-inner .top-news-list li.top-topics-movie a:hover::before {
    background: rgba(127, 32, 30, 0.9);
  }
  .contents .top-news .news-box {
    max-width: 670px;
    height: 150px;
    margin: 15px auto 0;
  }
  .contents .top-news .news-box .news-scroll .news-main .news-main-list {
    margin: 0;
    transition: all 0.3s;
  }
  .contents .top-news .news-box .news-scroll .news-main .news-main-list:hover {
    background: #ffecfd;
  }
  .contents .top-news .news-box .news-scroll .news-main .news-main-list dl {
    padding: 12px;
  }
  .contents .top-news .news-box .news-scroll .news-main .news-main-list dl dt {
    width: 170px;
    /*aaa*/
    font-size: 0.6875rem;
  }
  .contents .top-news .news-box .news-scroll .news-main .news-main-list dl dd {
    margin: -20px 10px 0 190px;
    /*aaa*/
    font-size: 0.8125rem;
  }
  .contents .top-product .top-product-inner {
    max-width: 670px;
    margin: 60px auto;
  }
  .contents .top-product .top-product-inner h1 {
    left: -45px;
    top: -30px;
  }
  .contents .top-product .top-product-inner h1 img {
    max-width: 90%;
  }
  .contents .top-product .top-product-inner h2 {
    margin: 20px 0 15px;
    padding: 8px;
    /*aaa*/
    font-size: 1rem;
  }
  .contents .top-product .top-product-inner .top-product-pkg {
    float: left;
    margin-left: 15px;
  }
  .contents .top-product .top-product-inner table {
    width: 75%;
    margin: 10px 0;
    /*aaa*/
    font-size: 0.6875rem;
    line-height: 1.2em;
  }
  .contents .top-product .top-product-inner .online-service-list {
    margin: 0 20px;
  }
  .contents .top-product .top-product-inner .online-service-list li {
    width: calc((100% / 2) - (5px * 1 / 2));
  }
}
@media only screen and (min-width: 980px) {
  .contents .top-news .top-news-inner {
    max-width: 900px;
  }
  .contents .top-news .news-box {
    max-width: 900px;
  }
  .contents .top-product .top-product-inner {
    max-width: 900px;
  }
  .contents .top-product .top-product-inner table {
    width: 82%;
  }
  .contents .top-product .top-product-inner .online-service-list li {
    width: calc((100% / 4) - (5px * 2 / 4));
  }
}
