@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_base {
  position: relative;
  max-width: 260px;
  margin: 0 auto 10px;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  /*aaa*/
  font-size: 0.875rem;
  text-align: center;
}
.btn_base:hover a {
  color: #ffffff;
  transform: translate(5px, 5px);
  box-shadow: none;
}
.btn_base a {
  display: block;
  padding: 10px;
  color: #ffffff;
  border-radius: 30px;
  box-shadow: 3px 3px #445070;
  transition: 0.3s;
}
.btn_base a.btn-blue {
  background: #34b0e5;
}
.btn_base a.btn-green {
  background: #ff1ea4;
}
.btn_base a.btn-pink {
  background: #ff4694;
}
.btn_base a.btn-gray {
  background: #8991a2;
}

.btn_base_off {
  position: relative;
  max-width: 240px;
  margin: 0 auto 10px;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  /*aaa*/
  font-size: 1rem;
  text-align: center;
}
.btn_base_off:hover a {
  color: #ffffff;
}
.btn_base_off a {
  display: block;
  padding: 8px;
  color: #ffffff;
  background: #a7b1bf;
  border-radius: 5px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn_base {
    max-width: 320px;
    /*aaa*/
    font-size: 1.125rem;
  }
  .btn_base a {
    padding: 12px;
  }
}
.txt-marker {
  background: linear-gradient(transparent 65%, #fff33e 65%);
}

.category-website_update {
  background: linear-gradient(-70deg, #45b73b 0%, #45b73b 50%, #006a7c 50%, #006a7c 100%);
}

.category-emergency, .category-important {
  background: linear-gradient(-70deg, #ef4525 0%, #ef4525 50%, #006a7c 50%, #006a7c 100%);
}

.category-event {
  background: linear-gradient(-70deg, #f39e0b 0%, #f39e0b 50%, #006a7c 50%, #006a7c 100%);
}

.category-update, .category-version-update {
  background: linear-gradient(-70deg, #34b0e5 0%, #34b0e5 50%, #006a7c 50%, #006a7c 100%);
}

.category-completed, .category-failure, .category-follow_up, .category-recovery, .category-information {
  background: linear-gradient(-70deg, #d58a07 0%, #d58a07 50%, #006a7c 50%, #006a7c 100%);
}

@media only screen and (min-width: 980px) {
  .anchor-link {
    display: block;
    padding-top: 56px;
    margin-top: -56px;
  }
}
[v-cloak] {
  display: none;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  color: #ff1ea4;
  text-decoration: none;
}
a:hover {
  color: #f39e0b;
}

hr {
  margin: 10px;
  border: none;
  border-bottom: 1px solid rgba(68, 80, 112, 0.3);
}

@media only screen and (min-width: 768px) {
  hr {
    margin: 10px 20px;
  }
}
h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  /*aaa*/
  font-size: 1rem;
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background: #2f374d;
}
h1 span {
  position: relative;
  display: block;
  width: 83%;
  padding: 4px 0;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  background: #445070;
}
h1 span:before {
  background: linear-gradient(315deg, #445070 50%, transparent 52%), linear-gradient(45deg, transparent 50%, #445070 52%);
  background-size: 10px 10px;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
}
h1 span:after {
  background: linear-gradient(45deg, #445070 50%, transparent 52%), linear-gradient(315deg, transparent 50%, #445070 52%);
  background-size: 10px 10px;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 10px;
}

h2 {
  padding: 4px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  /*aaa*/
  font-size: 0.8125rem;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}
h2.h2-green {
  background: -webkit-repeating-linear-gradient(-45deg, #1692a5, #1692a5 12px, #178ca1 12px, #178ca1 24px);
  background: repeating-linear-gradient(-45deg, #1692a5, #1692a5 12px, #178ca1 12px, #178ca1 24px);
}
h2.h2-blue {
  background: -webkit-repeating-linear-gradient(-45deg, #1984d0, #1984d0 12px, #1c7ed1 12px, #1c7ed1 24px);
  background: repeating-linear-gradient(-45deg, #1984d0, #1984d0 12px, #1c7ed1 12px, #1c7ed1 24px);
}

h3 {
  text-align: center;
}
h3 span {
  display: inline-block;
  padding: 3px 15px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.4em;
  color: #ffffff;
  background: #4dcbde;
}

h4 {
  /*aaa*/
  font-size: 0.875rem;
  color: #45b73b;
}
h4 span {
  padding: 5px 0;
  display: inline-block;
  border-bottom: 1px dotted #45b73b;
}

@media only screen and (min-width: 768px) {
  h1 {
    max-width: 540px;
    margin: 20px auto;
    /*aaa*/
    font-size: 1.375rem;
  }
  h1 span {
    width: 88%;
    padding: 6px;
  }

  h2 {
    /*aaa*/
    font-size: 1rem;
  }

  h3 span {
    padding: 5px 18px;
    /*aaa*/
    font-size: 1.1875rem;
  }

  h4 {
    /*aaa*/
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 980px) {
  h1 {
    max-width: 760px;
    border-radius: 25px;
  }
  h1 span {
    width: 90%;
    padding: 10px;
  }

  h2 {
    /*aaa*/
    font-size: 1.0625rem;
  }
}
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: #4d4d4d;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

@media only screen and (min-width: 768px) {
  body:before {
    background: #8ddefb url("../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-pf img {
  vertical-align: middle;
}
header .hdr-pf img.hdr-logo-ps {
  width: 90px;
  margin-right: -5px;
}
header .hdr-pf img.hdr-logo-switch {
  width: 45px;
}

@media only screen and (min-width: 768px) {
  header .hdr-pf img.hdr-logo-ps {
    width: 160px;
  }
  header .hdr-pf img.hdr-logo-switch {
    width: 80px;
  }
}
footer {
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.4em;
  text-align: center;
}
footer .ftr-hd-img_pc {
  display: none;
}
footer .ftr-hd-img_sp {
  display: block;
  width: 100%;
}
footer .btn-home {
  display: block;
  width: 190px;
  margin: 0 auto 15px;
}
footer .btn-home img {
  width: 100%;
}
footer .share {
  margin-bottom: 15px;
  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(243, 158, 11, 0.3);
  transition: box-shadow 0.2s ease;
}
footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(243, 158, 11, 0.3);
}
footer .share li.twitter a {
  background-image: url("../images/icn_x_b.png");
}
footer .share li.facebook a {
  background-image: url("../images/sns_icon_facebook.svg");
}
@media screen and (min-width: 980px) {
  footer .share li.line {
    display: none;
  }
}
footer .share li.line a {
  background-image: url("../images/sns_icon_line.svg");
}
footer .ftr-bg-outer {
  padding: 10px;
  color: #ffffff;
  background: #128c9f;
}
footer .ftr-bg-outer .copyright {
  text-align: left;
}
footer .ftr-bg-outer .copyright:not(:first-child) {
  margin-top: 2%;
}
footer .ftr-bg-outer .copyright span {
  display: inline-block;
}
footer .ftr-bg-outer .copyright-dev {
  text-align: left;
}
footer .ftr-bg-outer .copyright-dev:not(:first-child) {
  margin-top: 4%;
}
footer .ftr-bg-outer .copyright-dev img {
  height: 1em;
  padding: 0 0.5em;
  vertical-align: middle;
}
footer .ftr-bg-outer .ftr-bnr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 15px 10px;
}
footer .ftr-bg-outer .ftr-bnr li {
  width: calc((100% / 2) - (5px * 1 / 2));
}
footer .ftr-bg-outer .ftr-bnr li a {
  display: block;
}
footer .ftr-bg-outer .ftr-bnr li a img {
  width: 100%;
}
footer .ftr-bg-outer .series-link {
  margin: 20px 0 0 0;
  text-align: left;
}
footer .ftr-bg-outer .series-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
footer .ftr-bg-outer .series-link ul li {
  width: calc((100% / 2) - (10px * 1 / 2));
  margin: 0 5px 5px 0;
}
footer .ftr-bg-outer .series-link ul li a {
  position: relative;
  display: block;
  padding: 6px 10px;
  color: #ffffff;
  border: 1px solid #1692a5;
  background: rgba(0, 106, 124, 0.7);
  transition: all 0.3s;
}
footer .ftr-bg-outer .series-link ul li a:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .ftr-bg-outer .series-link ul li a:hover {
  border: 1px solid #1692a5;
  background: rgba(77, 203, 222, 0.4);
}
footer .ftr-bg-outer .kde-nav {
  margin: 0 0 10px 0;
  text-align: left;
}
footer .ftr-bg-outer .kde-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .ftr-bg-outer .kde-nav ul li {
  width: calc((100% / 2) - (10px * 1 / 2));
  margin: 0 5px 5px 0;
  /*aaa*/
  font-size: 0.6875rem;
}
footer .ftr-bg-outer .kde-nav ul li a {
  position: relative;
  display: block;
  padding: 6px 10px;
  color: #ffffff;
  border: 1px solid #1692a5;
  background: rgba(0, 106, 124, 0.7);
  transition: all 0.3s;
}
footer .ftr-bg-outer .kde-nav ul li a #ot-sdk-btn {
  padding: 0;
  color: #ffffff;
  border: none;
  background: transparent;
}
footer .ftr-bg-outer .kde-nav ul li a:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .ftr-bg-outer .kde-nav ul li a:hover {
  border: 1px solid #1692a5;
  background: rgba(77, 203, 222, 0.4);
}
footer .ftr-bg-outer .site-copyright {
  padding: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  footer .ftr-product-store {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .ftr-product-store li {
    width: 240px;
    margin: 0 5px 5px 0;
  }
  footer .ftr-hd-img_pc {
    display: block;
    width: 100%;
  }
  footer .ftr-hd-img_sp {
    display: none;
  }
  footer .btn-home {
    width: 200px;
  }
  footer .ftr-bg-outer .copyright {
    text-align: center;
  }
  footer .ftr-bg-outer .copyright:not(:first-child) {
    margin-top: 1%;
  }
  footer .ftr-bg-outer .copyright-dev {
    text-align: center;
  }
  footer .ftr-bg-outer .copyright-dev:not(:first-child) {
    margin-top: 1%;
  }
  footer .ftr-bg-outer .ftr-bnr {
    max-width: 600px;
    margin: 15px auto 0;
  }
  footer .ftr-bg-outer .series-link ul {
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto;
  }
  footer .ftr-bg-outer .series-link ul li {
    width: 170px;
    /*aaa*/
    font-size: 0.625rem;
  }
  footer .ftr-bg-outer .series-link ul li a {
    padding: 5px 14px;
  }
  footer .ftr-bg-outer .kde-nav ul {
    margin: auto;
  }
  footer .ftr-bg-outer .kde-nav ul li {
    width: 170px;
    /*aaa*/
    font-size: 0.625rem;
  }
  footer .ftr-bg-outer .kde-nav ul li a {
    padding: 5px 14px;
  }
}
@media only screen and (min-width: 980px) {
  footer {
    /*aaa*/
    font-size: 0.6875rem;
  }
  footer .btn-home {
    width: 240px;
  }
  footer .ftr-bg-outer .ftr-bnr {
    max-width: 700px;
  }
  footer .ftr-bg-outer .series-link ul li {
    width: 170px;
  }
  footer .ftr-bg-outer .kde-nav ul li {
    width: 170px;
  }
}
.global-nav input {
  display: none;
}

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

.global-nav-icon {
  position: relative;
  z-index: 110;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: #445070;
}
.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: #1984d0;
}
.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: #1984d0;
}
.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: #2f374d;
  background: rgba(252, 205, 33, 0.9);
}
.global-nav-item-1.current a:after {
  display: none;
}
.global-nav-item-1 img {
  display: block;
  width: 40px;
  padding: 5px;
}
.global-nav-item-1 img.icn-home-pc {
  display: none;
}
.global-nav-item-1 img.icn-home-sp {
  display: block;
}
.global-nav-item-1 span {
  display: block;
  padding: 10px;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  /*aaa*/
  font-size: 1.125rem;
}
.global-nav-item-1 a {
  display: block;
  height: 100%;
  color: #ffffff;
  background: rgba(229, 241, 243, 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(68, 80, 112, 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 {
    top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .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;
    box-shadow: 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 20px 20px;
    background: #ffffff;
  }
  .global-nav-content.fixed {
    position: fixed;
    top: 0;
    bottom: initial;
    height: auto;
  }

  .global-nav-list {
    flex-direction: row;
    align-items: stretch;
    max-width: 980px;
    margin: 0 auto 10px;
    transition: none;
    opacity: 1;
  }

  .global-nav-item-1 {
    height: 100%;
  }
  .global-nav-item-1 img {
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 8px;
    opacity: 0.2;
  }
  .global-nav-item-1 img.icn-home-sp {
    display: none;
  }
  .global-nav-item-1 img.icn-home-pc {
    display: block;
  }
  .global-nav-item-1 .menu-close {
    padding: 8px;
    color: #34b0e5;
    background: #e5f1f3;
  }
  .global-nav-item-1.current a {
    background: #f39e0b;
  }
  .global-nav-item-1 a {
    padding: 0;
    transition: all 0.3s;
    background: none;
  }
  .global-nav-item-1 a:after {
    display: none;
  }
  .global-nav-item-1 a img {
    opacity: 1;
  }
  .global-nav-item-1 a span {
    padding: 8px;
    /*aaa*/
    font-size: 1.1875rem;
    color: #2f374d;
  }
  .global-nav-item-1 a.current a {
    background: #f39e0b;
  }
  .global-nav-item-1 a:hover {
    background: #4dcbde;
  }
  .global-nav-item-1 a:hover span {
    color: #ffffff;
  }

  .global-nav-item-1 + .global-nav-item-1 {
    border-left: 2px solid #1984d0;
  }
}
.main-visual {
  position: relative;
  padding-top: 97.0052083333%;
  background: #ffffff url(../images/mainv_sp.jpg) top center/100% auto no-repeat;
}
.main-visual .logo_pawaspi30_20 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  margin: 8px;
}
.main-visual .logo_pawaspi30_20 img {
  max-width: 100%;
}
.main-visual .main-visual_elements {
  position: absolute;
  width: 100%;
  top: 64%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.main-visual .main-visual_elements .top-txt {
  margin-bottom: 5px;
  text-align: center;
  color: #ffffff;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  /*aaa*/
  font-size: 0.875rem;
  text-shadow: 2px 2px 3px rgba(68, 80, 112, 0.8);
}
.main-visual .main-visual_elements .app-badge {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 60%;
  margin: auto;
}
.main-visual .main-visual_elements .app-badge li {
  margin: 2px;
}
.main-visual .main-visual_elements .app-badge li a {
  display: block;
  transition: 0.3s;
}
.main-visual .main-visual_elements .app-badge li a:hover {
  transform: translate(0, 3px);
}
.main-visual .main-visual_elements .app-badge li a img {
  width: 100%;
}
.main-visual .main-visual_elements .store-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 60%;
  margin: auto;
}
.main-visual .main-visual_elements .store-btn li {
  margin: 2px;
}
.main-visual .main-visual_elements .store-btn li a {
  display: block;
  transition: 0.3s;
}
.main-visual .main-visual_elements .store-btn li a:hover {
  transform: translate(0, 3px);
}
.main-visual .main-visual_elements .store-btn li a.store-btn-switch {
  padding: 3px;
  border-radius: 5px;
  background: #e60012;
}
.main-visual .main-visual_elements .store-btn li a.store-btn-ps4 {
  padding: 3px;
  border-radius: 5px;
  background: #003697;
}
.main-visual .main-visual_elements .store-btn li a img {
  width: 100%;
}
.main-visual .main-visual_elements .btn-registration img {
  max-width: 50%;
}
.main-visual .main-visual_elements .link-system_requirements {
  display: block;
  width: 80px;
  margin: 1% auto 0;
  /*aaa*/
  font-size: 0.5rem;
  text-decoration: underline;
  color: #34b0e5;
  border-radius: 10px;
  background: #143142;
}
.main-visual .main-visual_elements .link-system_requirements:hover {
  color: #f39e0b;
}

.platform-space {
  position: relative;
}
.platform-space .platform-space-inner {
  padding: 5px 0;
  background: #ffffff;
}
.platform-space .platform-space-inner .platform-app {
  width: 25%;
  padding-left: 10px;
}
.platform-space .platform-space-inner .platform-app a img {
  padding: 2px;
  width: 100%;
}
.platform-space .platform-space-inner .platform-cs {
  width: 25%;
  margin: -11% 0 0 auto;
  padding-right: 10px;
  text-align: right;
}
.platform-space .platform-space-inner .platform-cs a img {
  padding: 1px;
  width: 100%;
}
.platform-space .white-arch_sp {
  display: block;
  width: 100%;
}
.platform-space .white-arch_pc {
  display: none;
}
.platform-space .main-visual-video {
  margin-top: 0;
}
.platform-space .main-visual-video .main-visual-pv-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 49%;
  margin: auto;
}
.platform-space .main-visual-video .main-visual-pv-list li {
  position: relative;
  flex: 1;
}
.platform-space .main-visual-video .main-visual-pv-list li .youtube {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border: 2px solid #e5f1f3;
}
.platform-space .main-visual-video .main-visual-pv-list li .youtube::before, .platform-space .main-visual-video .main-visual-pv-list li .youtube::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.platform-space .main-visual-video .main-visual-pv-list li .youtube::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  transform: translateX(-12px);
  transition: background-color 0.5s ease;
}
.platform-space .main-visual-video .main-visual-pv-list li .youtube::after {
  left: 50%;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
.platform-space .main-visual-video .main-visual-pv-list li .youtube:hover::before {
  background: rgba(23, 120, 202, 0.9);
}
.platform-space .main-visual-video .main-visual-pv-list li .youtube img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .main-visual {
    align-items: center;
    padding-top: 67.8125%;
    /*padding-bottom: 238px;*/
    background: url(../images/mainv_pc.jpg) top center/100% auto no-repeat;
  }
  .main-visual .logo_pawaspi30_20 {
    width: 100px;
    margin: 8px;
  }
  .main-visual .main-visual_elements {
    top: 60%;
  }
  .main-visual .main-visual_elements .top-txt {
    margin-bottom: 10px;
    /*aaa*/
    font-size: 1.25rem;
  }
  .main-visual .main-visual_elements .app-badge {
    width: 300px;
  }
  .main-visual .main-visual_elements .store-btn {
    width: 300px;
  }
  .main-visual .main-visual_elements .store-btn li a {
    display: block;
  }
  .main-visual .main-visual_elements .store-btn li a.store-btn-switch {
    padding: 8px;
  }
  .main-visual .main-visual_elements .store-btn li a.store-btn-ps4 {
    padding: 8px;
  }
  .main-visual .main-visual_elements .btn-registration img {
    max-width: 30%;
  }
  .main-visual .main-visual_elements .link-system_requirements {
    width: 100px;
    /*aaa*/
    font-size: 0.6875rem;
  }

  .platform-space .platform-space-inner {
    padding: 5px 0;
  }
  .platform-space .platform-space-inner .platform-app {
    width: 32%;
    padding-left: 10px;
  }
  .platform-space .platform-space-inner .platform-app a {
    display: inline-block;
    width: 40%;
  }
  .platform-space .platform-space-inner .platform-app a img {
    padding: 2px;
    width: 100%;
  }
  .platform-space .platform-space-inner .platform-cs {
    width: 32%;
    margin: -3% 0 0 auto;
    padding-right: 10px;
  }
  .platform-space .platform-space-inner .platform-cs a {
    display: inline-block;
    width: 40%;
  }
  .platform-space .platform-space-inner .platform-cs a img {
    padding: 1px;
    width: 100%;
  }
  .platform-space .white-arch_pc {
    display: block;
    width: 100%;
  }
  .platform-space .white-arch_sp {
    display: none;
  }
  .platform-space .main-visual-video {
    margin-top: -13%;
  }
  .platform-space .main-visual-video .main-visual-pv-list {
    width: 40%;
  }
  .platform-space .main-visual-video .main-visual-pv-list li .youtube {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .platform-space .main-visual-video .main-visual-pv-list li .youtube::before, .platform-space .main-visual-video .main-visual-pv-list li .youtube::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
  }
  .platform-space .main-visual-video .main-visual-pv-list li .youtube::before {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFF;
    transform: translateX(-23px);
    transition: background-color 0.5s ease;
  }
  .platform-space .main-visual-video .main-visual-pv-list li .youtube::after {
    left: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
  }
  .platform-space .main-visual-video .main-visual-pv-list li .youtube:hover::before {
    background: rgba(23, 120, 202, 0.9);
  }
}
@media only screen and (min-width: 980px) {
  .main-visual .logo_pawaspi30_20 {
    width: 150px;
    margin: 10px;
  }
  .main-visual .main-visual_elements {
    top: 62%;
  }
  .main-visual .main-visual_elements .top-txt {
    margin-bottom: 20px;
    /*aaa*/
    font-size: 2.125rem;
  }
  .main-visual .main-visual_elements .app-badge {
    width: 400px;
  }
  .main-visual .main-visual_elements .store-btn {
    width: 460px;
  }
  .main-visual .main-visual_elements .btn-registration img {
    max-width: 26%;
  }
  .main-visual .main-visual_elements .link-system_requirements {
    width: 110px;
    padding: 4px;
    /*aaa*/
    font-size: 0.875rem;
    border-radius: 20px;
  }

  .platform-space .main-visual-video {
    margin-top: -12%;
  }
}
@media only screen and (min-width: 1200px) {
  .platform-space .main-visual-video {
    margin-top: -15%;
  }
}
.server-status_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  height: 38px;
  margin: 0;
  padding: 6px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .server-status_area {
    width: 100%;
    text-align: right;
  }
}
.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: #143142;
}
.server-status_area .server-status.status-0 {
  background: linear-gradient(-90deg, #6ec200 0%, #6ec200 50%, #143142 50%, #143142 100%);
}
.server-status_area .server-status.status-1 {
  background: linear-gradient(-90deg, #c734b3 0%, #c734b3 50%, #143142 50%, #143142 100%);
}
.server-status_area .server-status.status-2 {
  background: linear-gradient(-90deg, #c1bf17 0%, #c1bf17 50%, #143142 50%, #143142 100%);
}
.server-status_area .server-status[v-cloak] {
  display: none;
}
@media only screen and (min-width: 768px) {
  .server-status_area .server-status {
    width: 250px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .server-status_area .server-status {
    /*aaa*/
    font-size: 0.75rem;
    width: 280px;
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .server-status_area .server-status {
    width: 350px;
  }
}
.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 {
  margin-top: 30px;
}
.contents .white-window {
  margin: 15px;
  border-radius: 25px;
  border: 4px double rgba(68, 80, 112, 0.5);
  background: rgba(229, 241, 243, 0.9);
  box-shadow: 0 3px 5px rgba(47, 55, 77, 0.5);
}
.contents .top-copy {
  margin: 0 10px;
}
.contents .top-copy p {
  color: #ffffff;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  /*aaa*/
  font-size: 1.0625rem;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(68, 80, 112, 0.8);
}
.contents .top-bnr .top-bnr-list {
  margin: 0 15px 30px;
}
.contents .top-bnr .top-bnr-list > li {
  margin-bottom: 10px;
}
.contents .top-bnr .top-bnr-list > li a {
  display: block;
  border: 1px solid #ff1ea4;
  transition: 0.3s;
}
.contents .top-bnr .top-bnr-list > li a:hover {
  border: 1px solid #f39e0b;
  transform: translate(0, 5px);
}
.contents .top-bnr .top-bnr-list > li a img {
  width: 100%;
}
.contents .news {
  position: relative;
}
.contents .news article {
  margin: 0 10px;
}
.contents .news article .news-topics-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.contents .news article .news-topics-list li {
  position: relative;
  width: calc((100% / 2) - (5px * 1 / 2));
  margin-bottom: 10px;
}
.contents .news article .news-topics-list li a dl {
  height: 100%;
  margin: 0 5px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  background: url(../images/bg_block.png) top center/auto repeat;
}
.contents .news article .news-topics-list li a dl dt {
  position: relative;
}
.contents .news article .news-topics-list li a dl dt img {
  width: 100%;
}
.contents .news article .news-topics-list li a dl dt img.icn-new {
  position: absolute;
  top: -15px;
  left: -7px;
  width: 40px;
}
.contents .news article .news-topics-list li a dl dd {
  padding: 5px;
  color: #ffffff;
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.4em;
}
.contents .news article .news-topics-list li a dl dd .link-more {
  display: block;
  width: 150px;
  margin: 0 0 0 auto;
}
.contents .news article .news-topics-list li a dl dd .link-more img {
  width: 100%;
  transition: all 0.3s;
}
.contents .news article .news-topics-list li.news-topics-movie a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.contents .news article .news-topics-list li.news-topics-movie a::before, .contents .news article .news-topics-list li.news-topics-movie a::after {
  position: absolute;
  top: -20%;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.contents .news article .news-topics-list li.news-topics-movie a::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  transform: translateX(-10px);
  transition: background-color 0.5s ease;
}
.contents .news article .news-topics-list li.news-topics-movie a::after {
  left: 50%;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 14px solid #fff;
}
.contents .news article .news-topics-list li.news-topics-movie a:hover::before {
  background: rgba(23, 120, 202, 0.9);
}
.contents .news article .kokuban {
  position: relative;
  padding-top: 55.5219364599%;
  background: url(../images/img_kokuban_sp.png) top center/100% auto no-repeat;
}
.contents .news article .kokuban .news-box {
  position: relative;
  width: 80%;
  height: 110px;
  margin-top: -50%;
}
.contents .news article .kokuban .news-box ::-webkit-scrollbar {
  width: 6px;
}
.contents .news article .kokuban .news-box ::-webkit-scrollbar-track {
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.contents .news article .kokuban .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 .news article .kokuban .news-box .news-scroll {
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list {
  margin: 10px;
  color: #ffffff;
  border-bottom: 1px solid rgba(229, 241, 243, 0.5);
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl {
  padding: 0 5px 5px;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dt {
  display: flex;
  width: 160px;
  color: #ffffff;
  /*aaa*/
  font-size: 0.5625rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dt span {
  text-align: center;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dt span.date {
  width: 50%;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dt span.category-name {
  width: 50%;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dd {
  margin: 5px 15px 0 5px;
  /*aaa*/
  font-size: 0.625rem;
  line-height: 1.2em;
}
.contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dd .new {
  margin-right: 10px;
  color: #ff4694;
}
.contents .news article .kokuban .news-box .news-scroll .news-main a {
  position: relative;
  display: block;
  color: #ffffff;
  transition: all 0.3s;
}
.contents .news article .kokuban .news-box .news-scroll .news-main 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);
}
.contents .news article .kokuban .news-box .news-scroll .news-main a:hover {
  color: #f39e0b;
}
.contents .news article .kokuban .news-box .news-scroll .news-main a:hover:after {
  border-top: 1px solid #f39e0b;
  border-right: 1px solid #f39e0b;
}
.contents .news article .shirube-set {
  position: relative;
  width: 20%;
  margin: -43% -3% 0 auto;
}
.contents .news article .shirube-set a {
  position: absolute;
  top: 0;
  right: 0;
  animation: fuwafuwa 3s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.contents .news article .shirube-set .shirube {
  padding-top: 74%;
}
.contents .news article .shirube-set img {
  width: 100%;
}
.contents .top-movie {
  padding-bottom: 15px;
}
.contents .top-movie .top-movie-list {
  width: 90%;
  margin: auto;
}
.contents .top-movie .top-movie-list li {
  position: relative;
  margin-bottom: 10px;
}
.contents .top-movie .top-movie-list li .youtube {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border: 2px solid #e5f1f3;
}
.contents .top-movie .top-movie-list li .youtube::before, .contents .top-movie .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 .top-movie-list li .youtube::before {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  transform: translateX(-23px);
  transition: background-color 0.5s ease;
}
.contents .top-movie .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 .top-movie-list li .youtube:hover::before {
  background: rgba(23, 120, 202, 0.9);
}
.contents .top-movie .top-movie-list li .youtube img {
  width: 100%;
}
.contents .top-movie .top-movie-list li p {
  padding: 4px 0;
  text-align: center;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.4em;
  background: #e5f1f3;
}
.contents .about article {
  padding: 0 10px;
}
.contents .about article .about-lead {
  position: relative;
}
.contents .about article .about-lead p {
  padding: 10px;
  margin: 10px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.5em;
  background: #e5f1f3;
}
.contents .about article .about-lead p .txt-indent {
  display: block;
  padding-left: 37%;
}
.contents .about article .about-lead .chara-pawapro {
  position: relative;
  display: block;
  width: 32%;
  margin: auto;
}
.contents .about article .about-lead:after {
  display: block;
  content: "";
  clear: both;
}
.contents .about article .about-btn-registration {
  position: relative;
  display: block;
  width: 200px;
  margin: -24% 0 0 auto;
  padding: 0 3% 12% 0;
}
.contents .about article .about-btn-registration img {
  width: 100%;
}
.contents .about article .shirube-comment {
  margin: 20px 10px;
}
.contents .about article .shirube-comment p {
  position: relative;
  float: left;
  width: 63%;
  padding: 10px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.5em;
  background: #ffffff;
  border-radius: 20px;
}
.contents .about article .shirube-comment p::before {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 15px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
.contents .about article .shirube-comment .shirube2 {
  float: right;
  width: 37%;
  padding-left: 5%;
}
.contents .about article .shirube-comment:after {
  display: block;
  content: "";
  clear: both;
}
.contents .about article .mode-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.contents .about article .mode-list li {
  margin-bottom: 30px;
}
.contents .about article .mode-list li:last-child {
  margin-bottom: 10px;
}
.contents .about article .mode-list li dl dt {
  width: 90%;
  margin: 0 auto 10px;
}
.contents .about article .mode-list li dl dd a {
  position: relative;
  display: block;
}
.contents .about article .mode-list li dl dd a img {
  width: 100%;
  border-radius: 5px;
}
.contents .about article .mode-list li dl dd a img.icn_zoom {
  position: absolute;
  right: 2%;
  bottom: 5%;
  width: 24px;
}
.contents .about article .mode-list li dl dd p {
  position: relative;
  margin-top: 10px;
  padding: 10px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.5em;
  border-radius: 20px;
  background: #ffffff;
}
.contents .about article .about-note {
  padding: 0 15px 15px;
  /*aaa*/
  font-size: 0.6875rem;
}
.contents .btn-faq {
  display: block;
  width: 180px;
  margin: 5px auto 30px;
}
.contents .btn-faq img {
  width: 100%;
}
.contents .online .online-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
}
.contents .online .online-service-list li {
  width: calc((100% / 1) - (10px * 0 / 1));
  margin-bottom: 5px;
  /*aaa*/
  font-size: 0.75rem;
}
.contents .online .online-service-list li dl {
  text-align: center;
  border: rgba(23, 120, 202, 0.8) 1px solid;
}
.contents .online .online-service-list li dl dt {
  padding: 3px 0;
  background-color: rgba(23, 120, 202, 0.8);
}
.contents .online .online-service-list li dl dd {
  padding: 10px 0;
  background-color: rgba(25, 132, 208, 0.4);
}
.contents .online .online-service-list li dl dd .btn_base {
  display: inline-block;
}
.contents .online .online-service-list li dl dd .btn_base a {
  padding: 4px 8px;
  /*aaa*/
  font-size: 0.8125rem;
}
.contents .spec {
  margin: 20px;
  padding: 15px;
  color: #e5f1f3;
  border-radius: 15px;
  background: rgba(52, 176, 229, 0.7);
}
.contents .spec .ftr-spec-pkg {
  display: block;
  max-width: 160px;
  margin: auto;
  padding: 0 0 5px;
}
.contents .spec table {
  /*aaa*/
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.5em;
  text-shadow: 2px 2px 3px rgba(68, 80, 112, 0.8);
}
.contents .spec table span {
  display: inline-block;
}
.contents .spec table th {
  min-width: 60px;
  padding: 3px;
  vertical-align: top;
}
.contents .spec table td {
  padding: 3px;
  vertical-align: top;
}
.contents .spec table td .txt-blue {
  color: #e5f1f3;
}
.contents .spec table td a {
  color: #e5f1f3;
  text-decoration: underline;
}
.contents .spec table td a:hover {
  color: #f39e0b;
}
.contents .spec .spec-note {
  /*aaa*/
  font-size: 0.75rem;
  text-align: right;
}
.contents .spec hr {
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid rgba(229, 241, 243, 0.6);
}
.contents .spec h2 {
  width: 90%;
  margin: 10px auto 15px;
}
.contents .spec .system-requirements-txt {
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.5em;
  text-shadow: 2px 2px 3px rgba(68, 80, 112, 0.8);
}
.contents .btn-registration, .contents .btn-guideline-top {
  display: block;
  width: 200px;
  margin: 5px auto 30px;
}
.contents .btn-registration img, .contents .btn-guideline-top img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .contents {
    min-height: 335px;
  }
  .contents .white-window {
    max-width: 700px;
    margin: 40px auto;
  }
  .contents .top-copy {
    margin: 0;
  }
  .contents .top-copy p {
    /*aaa*/
    font-size: 2.125rem;
    line-height: 1.3em;
  }
  .contents .top-bnr .top-bnr-list {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .contents .top-bnr .top-bnr-list > li {
    margin-bottom: 15px;
  }
  .contents .top-bnr .top-bnr-list > li a {
    border: 2px solid #ff1ea4;
  }
  .contents .top-bnr .top-bnr-list > li a:hover {
    border: 2px solid #f39e0b;
  }
  .contents .news article {
    margin: 0 30px 0;
  }
  .contents .news article .news-topics-list {
    justify-content: center;
    max-width: 720px;
    margin: auto;
    padding: 0 10px;
  }
  .contents .news article .news-topics-list li {
    width: calc((100% / 3) - (5px * 2 / 3));
  }
  .contents .news article .news-topics-list li a {
    height: 100%;
  }
  .contents .news article .news-topics-list li a dl dt img.icn-new {
    top: -19px;
    left: -12px;
    width: 50px;
  }
  .contents .news article .news-topics-list li a:hover dl {
    transform: translate(5px, 5px);
    transition: 0.3s;
    box-shadow: none;
  }
  .contents .news article .news-topics-list li.news-topics-movie a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .contents .news article .news-topics-list li.news-topics-movie a::before, .contents .news article .news-topics-list li.news-topics-movie a::after {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
  }
  .contents .news article .news-topics-list li.news-topics-movie a::before {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFF;
    transform: translateX(-16px);
    transition: background-color 0.5s ease;
  }
  .contents .news article .news-topics-list li.news-topics-movie a::after {
    left: 50%;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 14px solid #fff;
  }
  .contents .news article .news-topics-list li.news-topics-movie a:hover::before {
    background: rgba(23, 120, 202, 0.9);
  }
  .contents .news article .kokuban {
    position: relative;
    padding-top: 34.1666666667%;
    background: url(../images/img_kokuban_pc.png) top center/100% auto no-repeat;
  }
  .contents .news article .kokuban .news-box {
    width: 82%;
    height: 150px;
    margin: -32% 0 0 2%;
  }
  .contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dt {
    /*aaa*/
    font-size: 0.625rem;
  }
  .contents .news article .kokuban .news-box .news-scroll .news-main .news-main-list dl dd {
    /*aaa*/
    font-size: 0.75rem;
  }
  .contents .news article .shirube-set {
    width: 18%;
    margin: -37% -3% 0 auto;
  }
  .contents .news article .shirube-set a {
    padding-left: 12%;
  }
  .contents .news article .shirube-set .shirube {
    padding-top: 76%;
  }
  .contents .top-movie {
    padding-bottom: 30px;
  }
  .contents .top-movie .top-movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 94%;
  }
  .contents .top-movie .top-movie-list li {
    width: calc((100% / 4) - (10px * 3 / 4));
    padding: 0 2px;
  }
  .contents .top-movie .top-movie-list li .youtube {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .contents .top-movie .top-movie-list li .youtube::before, .contents .top-movie .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 .top-movie-list li .youtube::before {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFF;
    transform: translateX(-23px);
    transition: background-color 0.5s ease;
  }
  .contents .top-movie .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 .top-movie-list li .youtube:hover::before {
    background: rgba(23, 120, 202, 0.9);
  }
  .contents .top-movie .top-movie-list li p {
    padding: 6px 0;
    /*aaa*/
    font-size: 0.8125rem;
  }
  .contents .about article {
    max-width: 720px;
    margin: auto;
    padding: 0 10px;
  }
  .contents .about article .about-lead p {
    float: right;
    width: 70%;
    margin: 10px 20px 0 auto;
    padding: 20px;
    /*aaa*/
    font-size: 0.8125rem;
  }
  .contents .about article .about-lead p .txt-indent {
    padding: 0;
  }
  .contents .about article .about-lead .chara-pawapro {
    float: left;
    width: 24%;
    margin: 2% 0 0 3%;
  }
  .contents .about article .about-btn-registration {
    width: 240px;
    margin: 0 10px 20px auto;
    padding: 0 10px 0 0;
  }
  .contents .about article .shirube-comment {
    max-width: 600px;
    margin: 30px auto 0;
  }
  .contents .about article .shirube-comment p {
    width: 76%;
    padding: 20px;
    /*aaa*/
    font-size: 0.8125rem;
  }
  .contents .about article .shirube-comment .shirube2 {
    width: 24%;
    padding-left: 20px;
  }
  .contents .about article h2 {
    margin: 10px 0;
  }
  .contents .about article .mode-list li {
    width: calc((100% / 2) - (10px * 1 / 2));
    margin-bottom: 20px;
  }
  .contents .about article .mode-list li dl {
    margin: 0 15px;
  }
  .contents .about article .mode-list li dl dt {
    margin: 0 auto 15px;
  }
  .contents .about article .mode-list li dl dd p {
    padding: 15px;
    /*aaa*/
    font-size: 0.875rem;
  }
  .contents .btn-faq {
    width: 220px;
    margin-top: 0;
  }
  .contents .online .online-service-list {
    margin: 0;
  }
  .contents .online .online-service-list li {
    width: calc((100% / 2) - (10px * 1 / 2));
    /*aaa*/
    font-size: 0.875rem;
  }
  .contents .spec {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 20px;
  }
  .contents .spec .ftr-spec-pkg {
    float: left;
    width: 260px;
    padding: 0;
  }
  .contents .spec h2 {
    width: 50%;
    margin: 15px auto 20px;
  }
  .contents .btn-guideline-top {
    width: 240px;
    margin-top: -20px;
  }
  .contents .btn-registration {
    width: 240px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .contents {
    margin-top: 50px;
  }
  .contents .white-window {
    max-width: 960px;
    margin: 60px auto;
  }
  .contents .top-bnr .top-bnr-list {
    margin: 0 auto 25px;
  }
  .contents .news article .news-topics-list {
    max-width: 980px;
    margin: auto;
  }
  .contents .news article .news-topics-list li a dl dt img.icn-new {
    top: -19px;
    left: -14px;
    width: 56px;
  }
  .contents .news article .kokuban .news-box {
    width: 84%;
    height: 200px;
  }
  .contents .news article .shirube-set {
    width: 16%;
    margin: -33% -3% 0 auto;
  }
  .contents .news article .shirube-set a {
    padding-left: 12%;
  }
  .contents .news article .shirube-set .shirube {
    padding-top: 80%;
  }
  .contents .about article {
    max-width: 980px;
  }
  .contents .about article .about-lead p {
    margin: 15px 40px 15px auto;
    /*aaa*/
    font-size: 0.875rem;
  }
  .contents .about article .about-lead .chara-pawapro {
    width: 20%;
    margin: 0 0 0 3%;
  }
  .contents .about article .about-btn-registration {
    width: 320px;
    margin: -35px 30px 20px auto;
  }
  .contents .about article .shirube-comment {
    max-width: 800px;
  }
  .contents .about article .shirube-comment p {
    width: 78%;
    padding: 20px;
    /*aaa*/
    font-size: 0.875rem;
  }
  .contents .about article .shirube-comment .shirube2 {
    width: 22%;
    padding-left: 20px;
  }
  .contents .about article .mode-list li dl {
    margin: 0 25px;
  }
  .contents .about article .mode-list li dl dt {
    margin: 0 auto 20px;
  }
  .contents .btn-faq {
    width: 260px;
  }
  .contents .online article {
    max-width: 980px;
    margin: auto;
  }
  .contents .spec {
    max-width: 800px;
    padding: 25px;
  }
  .contents .btn-guideline-top {
    width: 320px;
    margin-top: -30px;
  }
  .contents .btn-registration {
    width: 320px;
  }
}
