<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0; 
    font-size: 2em;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    height: 0; 
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; 

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0; 
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; 
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box; 

    -webkit-appearance: textfield;
}

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

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; 
    border: 1px solid silver;
}

legend {
    padding: 0; 
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom; 
    font: inherit;
    font-size: 100%;
}

html {
    font-size: 10px;
}

input,
button,
select,
textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

ol,
ul {
    list-style: inside none;
}

table {
    max-width: 100%;
    word-wrap: break-word;
}

th,
td {
    vertical-align: middle;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

/* CSS Document */
/* ========================= [ #dmm_ntgnavi ] */
#dmm_ntgnavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(../../images/dmm_olgnavi/bg_navimain.gif) center center repeat-x;
    font-size: 12px;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#dmm_ntgnavi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    margin: 2px 0;
    padding: 0;
    list-style: none;
}

#dmm_ntgnavi ul li {
    margin: 0 6px 0 0;
    line-height: 15px;
}

#dmm_ntgnavi ul.navi_left {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

#dmm_ntgnavi ul.navi_left li a {
    display: block;
    padding: 0 3px 0 8px;
    border: 1px solid #eee;
    border-radius: 3px; 
    text-decoration: none;
}

#dmm_ntgnavi ul.navi_left li a:hover {
    border: 1px solid #666;
    border-radius: 3px; 
    background: #eee;
}

#dmm_ntgnavi ul.navi_left li a &gt; span {
    display: block;
    padding: 9px 10px 7px 28px;
    color: #333;
    white-space: nowrap; 
    font-weight: bold;
}

#dmm_ntgnavi ul.navi_left li.dmm_top img {
    margin: 8px 5px 8px 0;
}

#dmm_ntgnavi ul.navi_left li.ntg_top {
    margin-left: 10px;
}

#dmm_ntgnavi ul.navi_left li.ntg_top a &gt; span {
    background: url(../../images/dmm_olgnavi/bg_bt_olgtop.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_chip a &gt; span {
    background: url(../../images/dmm_olgnavi/bg_bt_chip.gif) 0 center no-repeat;
    letter-spacing: 0.05em;
}

#dmm_ntgnavi ul.navi_left li.ntg_poi a &gt; span {
    background: url(../../images/dmm_olgnavi/bg_bt_point.gif) 0 center no-repeat;
    letter-spacing: 0.05em;
}

#dmm_ntgnavi ul.navi_right {
    -ms-flex-pack: end;
    font-size: 10px; 

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#dmm_ntgnavi ul.navi_right li {
    margin: 0 10px 0 0;
    padding: 8px 5px;
}

#dmm_ntgnavi ul.navi_right li.ntg_chip,
#dmm_ntgnavi ul.navi_right li.ntg_poi {
    display: none;
}

#dmm_ntgnavi .arrow {
    padding-left: 14px;
    background: url(../../images/dmm_olgnavi/arrow_common.gif) no-repeat left center;
    color: initial;
    text-decoration: underline;
}

#dmm_ntgnavi .tx-point {
    color: #ff4b4b !important; 
    font-weight: bold;
    font-size: 16px;
}

#dmm_ntgnavi p {
    margin: 0;
    line-height: 2.6em;
}

#dmm_ntgnavi .clear {
    clear: both;
}

@media (max-width: 960px) {
    #dmm_ntgnavi ul {
        -ms-flex-pack: justify;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #dmm_ntgnavi ul.navi_left {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
    #dmm_ntgnavi ul.navi_left li.ntg_top a &gt; span &gt; span {
        display: none;
    }
    #dmm_ntgnavi ul.navi_left li.ntg_chip,
    #dmm_ntgnavi ul.navi_left li.ntg_poi {
        display: none;
    }
    #dmm_ntgnavi ul.navi_right li {
        display: none;
    }
    #dmm_ntgnavi ul.navi_right li.ntg_chip,
    #dmm_ntgnavi ul.navi_right li.ntg_poi {
        display: list-item;
    }
}

/* --- utility _display.scss --- */
@media (min-width: 751px) {
    .u-visible-sp {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .u-visible-pc {
        display: none !important;
    }
}

/*
project -- japan_tournament.scss
----------------------------------------*/
html,
body {
    overflow-x: hidden !important;
}

html.ie8,
.ie8 body {
    overflow: auto !important;
}

body {
    color: #d7d5e0; 
    font-size: 14px;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Verdana,sans-serif;
    line-height: 1em;
}

p {
    line-height: 1.4em;
}

a {
    color: #75c1e2; 
    text-decoration: none;
}
a:hover {
    color: #f9b43b;
    text-decoration: underline;
}

#dmm_ntgnavi {
    position: relative;
    z-index: 9999;
}

.page-footer {
    padding: 40px 0 50px;
    background-color: #0e0f14;
}
.page-footer .footer-attention {
    width: 1020px;
    margin: 0 auto 0;
}
.page-footer .footer-attention .acceptable {
    margin-bottom: 20px;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.page-footer .footer-attention .acceptable li {
    display: inline-block;
    padding: 0 9px;
    border-left: 1px solid #d7d5e0; 
    font-size: 13px;
    line-height: 1;
}
.page-footer .footer-attention .acceptable li:first-child {
    border-left: 0;
}
.page-footer .footer-attention .copyright {
    margin: 20px 0 10px;
    text-align: center;
}
.page-footer .footer-attention .copyright small {
    font-size: 12px;
}
.page-footer .footer-attention .copyright .footer__ps4 {
    margin-bottom: 5px; 
    text-align: left;
    font-size: 10px;
    line-height: 1.4;
}
.page-footer .footer-attention .copyright .footer__ps4 img {
    width: auto;
    height: 1.1em;
    margin: 0 2px 0;
}
.page-footer .footer-attention .logo-dmm {
    width: 233px;
    height: auto;
    vertical-align: middle;
}
.page-footer .footer-attention .logo-gaijin {
    margin: 0 0 31px 35px; 
    vertical-align: middle;
}
.page-footer .footer-attention .logo-ps4 {
    margin: 0 15px 0 25px; 
    vertical-align: middle;
}
.page-footer .footer-attention .logo-ps5 {
    margin: 0 25px 0 0; 
    vertical-align: middle;
}
.page-footer .footer-attention .logo-cero {
    vertical-align: middle;
}

.fp-scroller {
    min-height: 100%;
}

#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 500; 
    font-size: 77%;
}

.fadein {
    opacity: 0.0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms;
    transition: all 1000ms; 
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.fadein.scrollin {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fadeup {
    opacity: 0.0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms;
    transition: all 1000ms; 
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.fadeup.scrollin {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bx-wrapper .bx-viewport {
    border: none;
    background: none; 
    box-shadow: none;
}

.clear {
    clear: both;
}

.overlay,
#yt_player {
    position: absolute;
    top: 39px;
    left: 0;
    min-width: 100%;
    max-height: 800px;
    width: auto;
    height: 80vw;
    border-bottom: 10px solid #f0ccca;
}
@media screen and (max-width: 750px) {
    .overlay,
    #yt_player {
        top: 31px;
        min-height: 80vw;
        height: auto;
        border-bottom: none;
    }
}

#yt_player {
    left: 50%;
    min-width: 1920px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.overlay {
    z-index: 2;
}

#yt_player {
    z-index: 1;
}

.update_newpower {
    background: url(../../images/official/update_newpower_campaign/bg.jpg) center;
    /* menu */
}
.update_newpower .n_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.update_newpower .n_overlay.open {
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}
.update_newpower main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    min-height: 100vh;
    height: 100%;
    padding: 0 50px;
    background-color: #eee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.update_newpower .menu-trigger {
    position: fixed;
    top: 60px;
    left: 16px;
    z-index: 100;
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; 
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.update_newpower .menu-trigger_on {
    top: 20px;
}
.update_newpower .menu-trigger.active {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}
.update_newpower .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #96000c; 
    box-sizing: border-box;
}
.update_newpower .menu-trigger.active span {
    background-color: #fff;
}
.update_newpower .menu-trigger span:nth-of-type(1) {
    top: 0;
}
.update_newpower .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.update_newpower .menu-trigger span:nth-of-type(2) {
    top: 12px;
}
.update_newpower .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}
.update_newpower .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.update_newpower .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}
.update_newpower nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 250px;
    height: 100%;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
    -webkit-transform: translate(-250px);
    -ms-transform: translate(-250px);
    transform: translate(-250px);
}
.update_newpower nav.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.update_newpower nav li {
    margin-bottom: 2px; 
    color: #fff;
    text-align: center;
}
.update_newpower * {
    box-sizing: border-box;
}
.update_newpower ul {
    list-style: none;
}
.update_newpower .menu_li {
    display: block;
    padding: 30px 30px;
    border: 2px solid #740a04;
    background: #3a0509;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
}
.update_newpower .menu_li:hover {
    background: #72020b; 
    color: #fffb0e;
    text-decoration: none;
}
.update_newpower .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.update_newpower .top_bg {
    max-height: 800px;
    width: 100%;
    height: 80vw;
    margin-bottom: -220px; 
    border-bottom: 10px solid #f0ccca;
}
.update_newpower .top_bg .share-sns {
    position: absolute;
    right: 10px; 
    z-index: 10;
    display: inline-block;
    margin: 12px;
}
.update_newpower .top_bg .share-sns a {
    margin-left: 5px;
}
.update_newpower .top_bg .share-sns a img {
    width: 37px;
}
.update_newpower .top_bg .top_logo {
    position: relative; 
    width: 26%;
    margin: 0 auto;
}
.update_newpower .top_bg .top_logo a img {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}
.update_newpower .top_bg .top_logo a img:hover {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
}
.update_newpower .top_bg .top_title {
    max-width: 889px;
    width: 90%;
    margin: 0 auto;
}
.update_newpower .top_bg img {
    width: 100%;
}
.update_newpower .top_text {
    position: relative; 
    z-index: 3;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 100px auto;
    padding: 30px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
}
.update_newpower .top_text p {
    font-weight: 800; 
    font-size: 20px;
}
.update_newpower .c_h2 {
    position: relative;
    left: 50%;
    display: inline-block; 
    width: auto;
    margin: 5px auto 30px auto;
    padding: 0 30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.update_newpower .c_h2 h2 {
    text-align: center; 
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2em;
}
.update_newpower .c_h2 h2 span {
    display: inline-block;
}
.update_newpower .c_h2:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 50vw;
    height: 34px;
    background: url(../../images/official/update_newpower_campaign/h2_bg.png); 
    content: "";
}
.update_newpower .c_h2:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 50vw;
    height: 34px;
    background: url(../../images/official/update_newpower_campaign/h2_bg.png); 
    content: "";
}
.update_newpower .c_coming {
    position: relative;
    left: 50%;
    display: inline-block; 
    width: auto;
    margin: 5px auto 0 auto;
    padding: 0 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.update_newpower .c_coming h2 {
    color: #9e9e9e; 
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2em;
}
.update_newpower .c_coming:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 50vw;
    height: 34px;
    background: url(../../images/official/update_newpower_campaign/coming_bg.png); 
    content: "";
}
.update_newpower .c_coming:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 50vw;
    height: 34px;
    background: url(../../images/official/update_newpower_campaign/coming_bg.png); 
    content: "";
}
.update_newpower .new_up {
    overflow: hidden;
    width: 100%;
    padding: 70px 0 50px;
}
.update_newpower .new_up .up_glid {
    display: -ms-grid;
    display: grid;
    width: 100%;

    -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 15px;
}
.update_newpower .new_up .up_glid img {
    width: 100%;
}
.update_newpower .new_up .up_glid :hover {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
}
.update_newpower .campaign {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 0;
}
.update_newpower .campaign .c_no {
    width: 200px;
    margin: 20px auto 10px auto;
    padding: 15px 30px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
}
.update_newpower .campaign .c_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.update_newpower .campaign .c_inner p {
    margin: 30px 0; 
    font-size: 18px;
}
.update_newpower .campaign .c_inner .c_img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.update_newpower .campaign .c_inner .c_img img {
    width: 100%;
    border: 1px solid #fff;
}
.update_newpower .campaign .c_inner .c_img p {
    margin: 10px 0; 
    font-size: 14px;
}
.update_newpower .campaign .c_inner .c1_img {
    max-width: 408px;
}
.update_newpower .campaign .c_inner .t_y {
    color: #ff0; 
    font-weight: 600;
}
.update_newpower .campaign .c_inner .c_link {
    position: relative; 
    width: 100%;
    margin: 50px auto;
    border: 1px solid #fff;
}
.update_newpower .campaign .c_inner .c_link a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2em; 
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.update_newpower .campaign .c_inner .c_link a:hover {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8), 0 -1px 5px rgba(0, 0, 0, 0.8);
}
.update_newpower .campaign .c_inner .c_link a span {
    display: inline-block;
}
.update_newpower .campaign .c_inner .c_link:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: url(../../images/official/update_newpower_campaign/bt_bg.png);
    content: "";
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.update_newpower .campaign .c_inner .c_link:hover:before {
    width: 100%;
}
.update_newpower .campaign .c_inner .c3_model {
    padding: 20px 40px;
    border: 1px dashed #fff;
}
.update_newpower .campaign .c_c {
    margin: 50px 0;
}
.update_newpower .campaign .c_c img {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .update_newpower .top_bg {
        height: 80vw;
        margin-bottom: 0;
        border-bottom: 4px solid #f0ccca;
        background: url(../../images/official/update_newpower_campaign/top_bg.jpg) no-repeat center;
        background-size: cover;
    }
    .update_newpower .top_bg .top_logo {
        position: relative; 
        width: 26%;
        margin: 0 auto;
    }
    .update_newpower .top_bg .top_title {
        padding: 12vw 0;
    }
    .update_newpower .top_text {
        width: 100%;
        margin: 0 0 20px 0; 
        padding: 5vw 8vw;
    }
    .update_newpower .new_up .up_glid {
        -ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    .update_newpower .c_h2 {
        width: 100%;
    }
    .update_newpower .c_h2 h2 {
        font-size: 6.5vw;
    }
    .update_newpower .c_h2:after {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 100%;
        height: 20px;
        background: url(../../images/official/update_newpower_campaign/h2_bg.png); 
        content: "";
    }
    .update_newpower .c_h2:before {
        display: none;
    }
    .update_newpower .c_coming {
        width: 100%;
        margin: 5px auto 20px auto;
    }
    .update_newpower .c_coming h2 {
        font-size: 6vw;
    }
    .update_newpower .c_coming:after {
        position: absolute;
        top: 110%;
        left: 0;
        display: block;
        width: 100%;
        height: 12px;
        background: url(../../images/official/update_newpower_campaign/coming_bg.png); 
        content: "";
    }
    .update_newpower .c_coming:before {
        display: none;
    }
    .update_newpower .campaign .c_link {
        background: url(../../images/official/update_newpower_campaign/bt_bg.png);
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8), 0 -1px 5px rgba(0, 0, 0, 0.8);
    }
}

.ft-menu {
    width: auto;
    margin: 50px auto;
    text-align: center;
}

.ft-menu ul li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

.ft-menu img {
    width: 100%;
}

.ft-menu img:hover {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}

.ft_bt1 {
    width: 280px; 
    background: url(../../images/official/update_newpower_campaign/ft_bt1_on.png);
    background-size: cover;
}

.ft_bt2 {
    width: 280px; 
    background: url(../../images/official/update_newpower_campaign/ft_bt2_on.png);
    background-size: cover;
}

@media screen and (min-width: 751px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .page-footer {
        padding: 40px 0 100px;
    }
    .page-footer .footer-attention {
        width: 90%;
        margin: 0 auto 0;
    }
    .page-footer .footer-attention .logo-dmm {
        width: 25vw;
    }
    .page-footer .footer-attention .logo-gaijin {
        width: 17vw;
        margin: 0 0 15px 2vw;
    }
    .page-footer .footer-attention .logo-ps4 {
        width: 23vw;
        margin: 0 1vw 0 0.5vw;
    }
    .page-footer .footer-attention .logo-ps5 {
        width: 23vw;
        margin: 0 1vw 0 0.5vw;
    }
    .page-footer .footer-attention .logo-cero {
        width: 8vw;
    }
}

@-webkit-keyframes ani-sidenav {
    0% {
        display: block;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    99% {
    }
    100% {
        z-index: -1;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

@keyframes ani-sidenav {
    0% {
        display: block;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    99% {
    }
    100% {
        z-index: -1;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

@-webkit-keyframes scrolldown {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}

@keyframes scrolldown {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}

/* --- utility _utility.scss --- */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.small {
    font-size: 80%;
}

.tx-left {
    text-align: left;
}

.tx-right {
    text-align: right;
}

.tx-center {
    text-align: center;
}

.tx-lowercase {
    text-transform: lowercase;
}

.tx-uppercase {
    text-transform: uppercase;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:before {
    display: table;
    clear: both;
    content: " ";
}

.clearfix:after {
    display: table;
    clear: both;
    content: " ";
}

.w100 {
    width: 100%;
}

.w75 {
    width: 75%;
}

.w60 {
    width: 60%;
}

/* --- utility _margin.scss --- */
/* --- mg-t-x --- */
.mg-t-s {
    margin-top: 5px !important;
}

.mg-t-m {
    margin-top: 10px !important;
}

.mg-t-l {
    margin-top: 15px !important;
}

.mg-t-xl {
    margin-top: 20px !important;
}

/* --- mg-r-x --- */
.mg-r-s {
    margin-right: 5px !important;
}

.mg-r-m {
    margin-right: 10px !important;
}

.mg-r-l {
    margin-right: 20px !important;
}

.mg-r-xl {
    margin-right: 30px !important;
}

/* --- mg-b-x --- */
.mg-b-s {
    margin-bottom: 5px !important;
}

.mg-b-m {
    margin-bottom: 10px !important;
}

.mg-b-l {
    margin-bottom: 20px !important;
}

.mg-b-xl {
    margin-bottom: 30px !important;
}

.mg-b-xxl {
    margin-bottom: 40px !important;
}

/* --- mg-l-x --- */
.mg-l-s {
    margin-left: 5px !important;
}

.mg-l-m {
    margin-left: 10px !important;
}

.mg-l-l {
    margin-left: 20px !important;
}

.mg-l-xl {
    margin-left: 30px !important;
}

/* --- pd-t-x --- */
.pd-t-s {
    padding-top: 5px !important;
}

.pd-t-m {
    padding-top: 10px !important;
}

.pd-t-l {
    padding-top: 15px !important;
}

.pd-t-xl {
    padding-top: 20px !important;
}

/* --- pd-r-x --- */
.pd-r-s {
    padding-right: 5px !important;
}

.pd-r-m {
    padding-right: 10px !important;
}

.pd-r-l {
    padding-right: 15px !important;
}

.pd-r-xl {
    padding-right: 20px !important;
}

/* --- pd-b-x --- */
.pd-b-s {
    padding-bottom: 5px !important;
}

.pd-b-m {
    padding-bottom: 10px !important;
}

.pd-b-l {
    padding-bottom: 15px !important;
}

.pd-b-xl {
    padding-bottom: 20px !important;
}

/* --- pd-l-x --- */
.pd-l-s {
    padding-left: 5px !important;
}

.pd-l-m {
    padding-left: 10px !important;
}

.pd-l-l {
    padding-left: 15px !important;
}

.pd-l-xl {
    padding-left: 20px !important;
}
</pre></body></html>