/* CSS Document */
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    line-height: normal;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.17rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 0.83rem;
}
h6 {
    font-size: 0.67rem;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a {
    color: #1A0DAB;
    text-decoration: none;
}
a:active, a:visited {
    color: #681DA8;
}
ul, ol {
    padding-left: 1.5rem;
}
pre {
    white-space: pre-wrap;
}
hr {
    border-style: solid;
    border-width: 1px00;
    color: inherit;
    height: 0;
    overflow: visible;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    max-width: 100%;
}
canvas, img, svg, video {
    height: auto;
}
audio {
    width: 100%;
}
img {
    border-style: none;
    max-width: 100%;
    vertical-align: top;
}
svg {
    overflow: hidden;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
table, tr, th, td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
:root {
    --main-bg-color: #201035;
    --main-txt-color: #FFF;
    --accent-color: #00F5FD;
    --animate-duration: 1.2s;
    --animate-delay: .5s !important;
    --animate-repeat: 1;
    --length: 44px;
}
@-webkit-keyframes border_anime {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes border_anime {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    60% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    60% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
body {
    height: auto;
    background: url("../images/dbcscore_bg_sp.png") repeat;
    background-color: var(--main-bg-color);
    background-size: 100%;
    background-position: 0% 0%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-display: swap;
    letter-spacing: 0.2rem;
    color: var(--main-txt-color);
    line-height: 1.4em;
}
h1, h2, h3 {
    text-align: center;
    font-weight: normal;
}
h2 {
    position: relative;
    width: 280px;
    display: block;
    margin: auto;
    padding: 10px 0px 10px 10px;
    font-family: "Orbitron", "M PLUS 1p", sans-serif;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 2px #004d4d;
    letter-spacing: 0.1rem;
    filter: drop-shadow(0px 0px 5px var(--accent-color));
}
h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: var(--accent-color);
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
h3 {
    padding: 0px 5px 0px;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    text-align: left;
    text-shadow: 0px 0px 5px var(--accent-color);
    color: var(--accent-color);
    position: relative;
}
h3::after {
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 0 -5px;
    background-color: var(--accent-color);
    position: absolute;
}
h3.animate__fadeIn::after {
    -webkit-animation: border_anime 1.5s linear forwards;
    animation: border_anime 1.5s linear forwards;
}
p {
    font-size: 0.9em;
    margin: 10px 0 0;
    text-shadow: 0px 0px 10px #000;
}
a {
    transition: 0.5s;
}
a:hover {
    opacity: 0.6;
}
small {
    display: block;
    letter-spacing: 0;
    margin: 10px 0 0;
}
.large {
    font-size: 1.1em;
}
.big {
    font-size: 1.2em;
}
.bold {
    font-weight: bold;
}
.pconly {
    display: none;
}
.YouTube {
    width: 100%;
    margin: auto;
    aspect-ratio: 16/9;
}
.YouTube iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.copyright {
    letter-spacing: 0;
    font-size: 0.6em;
}
.shadow {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 87, 0.75));
}
.fadeIn, .anime {
    opacity: 0;
}
@media screen and (min-width: 960px) {
    body {
        height: auto;
        background: url("../images/dbcscore_bg_pc.png") repeat;
        background-color: var(--main-bg-color);
        background-size: 60%;
        background-position: -20% 0%;
    }
    h2 {
        font-size: 2em;
        width: 380px;
        display: block;
        margin: auto;
        padding: 15px 0px 15px 20px;
        letter-spacing: 0.2rem;
    }
    h3 {
        padding: 0px 10px 0px;
        font-size: 1rem;
    }
    h3::after {
        width: calc(100% + 20px);
        margin: 10px 0 30px -10px;
    }
    .pconly {
        display: none;
    }
    .copyright {
        font-size: 0.8em;
    }
}
header {
    background: url("../images/dbcscore_header_bg_221027_sp.jpg") repeat;
    background-size: cover;
    aspect-ratio: 750/1544;
    box-shadow: 0px 40px 50px var(--main-bg-color);
}
header > div {
    height: 0;
    overflow: hidden;
}
@media only screen and (min-width: 960px) {
    header {
        background: url("../images/dbcscore_header_bg_221027_pc.jpg") repeat;
        background-size: cover;
        aspect-ratio: 1920/1080;
    }
}
section {
    margin: 100px auto 0;
}
.summary {
    width: calc(100% - 40px);
}
.summary > div:not(:first-of-type) {
    margin-top: 50px;
}
.summary > div:first-of-type {
    text-align: center;
}
.summary > div:first-of-type > p {
    margin-top: 50px;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.summary > div:first-of-type > p.big {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.6rem;
}
.summary > div:first-of-type > p:last-of-type {
    margin-top: 100px;
}
.summary > div:first-of-type rt {
    font-family: "M PLUS 1p", sans-serif;
    margin: 10px 0 -4px;
}
.summary > div:first-of-type a {
    position: relative;
    display: block;
    width: 280px;
    height: var(--length);
    line-height: var(--length);
    margin: 50px auto 0;
    text-align: center;
    filter: drop-shadow(0px 0px 10px #000);
    color: #FFF;
}
.summary > div:first-of-type a:visited {
    color: #FFF;
}
.summary > div:first-of-type a p {
    background-color: rgb(255, 255, 255);
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.summary > div:first-of-type a p::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: #222;
    -webkit-clip-path: polygon(calc(5% + 1px) 1px, calc(95% - 1px) 1px, calc(100% - 1.5px) 50%, calc(95% - 1px) calc(100% - 1px), calc(5% + 1px) calc(100% - 1px), 1.5px 50%);
    clip-path: polygon(calc(5% + 1px) 1px, calc(95% - 1px) 1px, calc(100% - 1.5px) 50%, calc(95% - 1px) calc(100% - 1px), calc(5% + 1px) calc(100% - 1px), 1.5px 50%);
}
.summary > div:last-of-type {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.summary > div:last-of-type h4 {
    font-size: 0.9rem;
    text-align: center;
}
.summary > div:last-of-type a {
    position: relative;
    display: block;
    width: 280px;
    height: var(--length);
    line-height: var(--length);
    margin: 50px auto 0;
    text-align: center;
    filter: drop-shadow(0px 0px 10px #000);
    color: #FFF;
}
.summary > div:last-of-type a:visited {
    color: #FFF;
}
.summary > div:last-of-type a p {
    background-color: rgb(255, 255, 255);
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
.summary > div:last-of-type a p::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: #222;
    -webkit-clip-path: polygon(calc(5% + 1px) 1px, calc(95% - 1px) 1px, calc(100% - 1.5px) 50%, calc(95% - 1px) calc(100% - 1px), calc(5% + 1px) calc(100% - 1px), 1.5px 50%);
    clip-path: polygon(calc(5% + 1px) 1px, calc(95% - 1px) 1px, calc(100% - 1.5px) 50%, calc(95% - 1px) calc(100% - 1px), calc(5% + 1px) calc(100% - 1px), 1.5px 50%);
}
@media only screen and (min-width: 960px) {
    section {
        margin: 200px auto 0;
        max-width: 1280px;
    }
    .summary {
        margin-top: 100PX;
    }
    .summary > div:not(:first-of-type) {
        margin-top: 100px;
    }
    .summary .sponly {
        display: none;
    }
    .summary > div:first-of-type > p {
        margin-top: 50px;
        font-size: 1.2rem;
        line-height: 1.6em;
    }
    .summary > div:first-of-type > p.big {
        font-family: "M PLUS 1p", sans-serif;
        font-size: 2.4rem;
    }
    .summary > div:first-of-type > p:nth-of-type(1) {
        display: inline-block;
    }
    .summary > div:first-of-type > p:nth-of-type(2) {
        display: inline-block;
        margin-left: 1em;
    }
    .summary > div:first-of-type > p:last-of-type {
        margin-top: 100px;
    }
    .summary > div:first-of-type rt {
        font-family: "M PLUS 1p", sans-serif;
        margin: 10px 0 -4px;
    }
    .summary > div:first-of-type a {
        position: relative;
        display: block;
        width: 280px;
        height: var(--length);
        line-height: var(--length);
        margin: 50px auto 0;
        text-align: center;
        filter: drop-shadow(0px 0px 10px #000);
        color: #FFF;
    }
    .summary > div:first-of-type a:visited {
        color: #FFF;
    }
    .summary > div:first-of-type a p {
        background-color: rgb(255, 255, 255);
        -webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
        clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
    }
    .summary > div:first-of-type a p::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        background-color: #222;
        -webkit-clip-path: polygon(calc(5% + 1px) 1px, calc(95% - 1px) 1px, calc(100% - 1.5px) 50%, calc(95% - 1px) calc(100% - 1px), calc(5% + 1px) calc(100% - 1px), 1.5px 50%);
        clip-path: polygon(calc(5% + 1px) 1px, calc(95% - 1px) 1px, calc(100% - 1.5px) 50%, calc(95% - 1px) calc(100% - 1px), calc(5% + 1px) calc(100% - 1px), 1.5px 50%);
    }
    .summary .YouTube {
        width: calc(100% - 80px);
        max-width: 1280px;
    }
    .summary > div:last-of-type {
        max-width: 640px;
        margin: 100px auto 0;
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }
    .summary > div:last-of-type h4 {
        font-size: 1.1rem;
        margin-bottom: 30px;
        text-align: center;
    }
    .summary > div:last-of-type a {
        width: 320px;
    }
}
.modaal-inner-wrapper {
    width: 100vw;
    padding: 0 !important;
    box-sizing: border-box;
}
.modaal-container, .modaal-content-container {
    width: 90vw !important;
}
.modaal-container {
    overflow: hidden;
    background: #000;
}
.modaal-content-container {
    height: auto;
    margin: 0 auto;
    padding: 0 !important;
    overflow-y: auto;
    font-size: 0.8rem;
}
.modaal-content-container:target {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modaal-content-container table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    overflow-x: scroll;
}
.modaal-content-container th, .modaal-content-container td {
    width: 150px;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    letter-spacing: 0;
}
.modaal-content-container th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    color: #FFF;
}
.modaal-content-container th::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.modaal-content-container td {
    border: 1px solid #999;
    font-size: 3em;
}
.modaal-content-container td.normal {
    font-size: 0.8rem;
}
.modaal-content-container thead th::before {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
.modaal-content-container thead th:first-child {
    z-index: 10;
}
.modaal-content-container thead th:first-child::before {
    border: 1px solid #999;
    border-bottom: none;
}
.modaal-content-container thead th img {
    display: block;
    width: 200px;
}
.modaal-content-container tbody th::before {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.modaal-content-container tbody tr:last-of-type th::before {
    border-bottom: 1px solid #999;
}
@media only screen and (min-width: 960px) {
    .modaal-inner-wrapper {
        width: 100vw;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .modaal-container, .modaal-content-container {
        width: 100% !important;
    }
    .modaal-container {
        overflow: hidden;
        background: #000;
    }
    .modaal-content-container th, .modaal-content-container td {
        padding: 10px;
    }
}
.csmode > div {
    width: calc(100% - 40px);
    margin: 50px auto 0;
}
.csmode > div p:first-of-type {
    margin-top: 20px;
}
.csmode .areaList {
    margin-top: 30px;
    overflow: auto;
}
.csmode .areaList table {
    border: 1px solid #999;
}
.csmode .areaList th, .csmode .areaList td {
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
    font-size: 0.7rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.csmode .areaList th {
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}
.csmode .thumbnail > div {
    margin-top: 30px;
}
@media only screen and (min-width: 960px) {
    .csmode > div {
        width: calc(100% - 80px);
        margin: 100px auto 0;
    }
    .csmode > div p:first-of-type {
        margin-top: 40px;
    }
    .csmode .areaList {
        margin-top: 50px;
    }
    .csmode .areaList table {
        margin: auto;
    }
    .csmode .areaList th, .csmode .areaList td {
        font-size: 0.8rem;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .csmode .thumbnail {
        display: flex;
        justify-content: space-between;
    }
    .csmode .thumbnail > div {
        width: calc(50% - 20px);
        margin-top: 50px;
    }
}
.dlcmode h3 {
    font-family: "Orbitron", "M PLUS 1p", sans-serif;
    letter-spacing: 0.1rem;
    font-weight: bold;
}
.dlcmode > div {
    width: calc(100% - 40px);
    margin: 50px auto 0;
}
.dlcmode .pack div {
    margin: 30px auto 0;
}
@media only screen and (min-width: 960px) {
    .dlcmode > div {
        width: calc(100% - 80px);
        margin: 50px auto 0;
    }
    .dlcmode .pack {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px;
    }
    .dlcmode .pack h3 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .dlcmode .pack h3::after {
        margin-bottom: 0px;
    }
    .dlcmode .pack div {
        margin: 0px auto 0;
    }
    .dlcmode .pack div:nth-of-type(2) {
        -webkit-animation-delay: var(--animate-delay);
        animation-delay: var(--animate-delay);
    }
    .dlcmode .pack div:nth-of-type(3) {
        -webkit-animation-delay: calc(var(--animate-delay) * 2);
        animation-delay: calc(var(--animate-delay) * 2);
    }
}
footer {
    width: 100%;
    margin-top: 200px;
    padding: 100px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
footer h3 {
    font-family: "Orbitron", "M PLUS 1p", sans-serif;
    text-align: center;
}
footer h3::after {
    content: none;
}
footer dl {
    margin: 50px auto 0;
    font-size: 0.8em;
    text-align: center;
    letter-spacing: 0.1em;
}
footer dl dt {
    display: block;
    font-weight: bold;
}
footer dl dt:not(:first-of-type) {
    margin-top: 20px;
}
footer dl dd {
    display: block;
    margin: 5px auto 0;
    padding: 0;
    font-size: 0.9em;
}
footer dl small {
    margin: 0;
}
footer ul {
    padding: 0;
    margin: 100px auto 0;
    text-align: center;
    font-size: 0.9em; }
footer ul li {
    display: inline-block;
    list-style-type: none;
    border-right: 1px #eee solid;
    padding: 0 10px;
    text-align: center;
    line-height: 1; }
footer ul li:last-child {border: none; }
footer ul li a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer; }
footer ul li a:visited {color: #FFF; }
footer ul li a:hover {color: #FFF; }
footer ul li a:focus {outline: none; }
footer .logo {
    max-width: 150px;
    margin: 50px auto 0;
    text-align: center; }
footer .contactUs {
    text-align: center;
    margin-top: 100px;
}
footer .contactUs a {
    color: #FFF;
    padding: 0px 5px 5px;
    border-bottom: 1px solid #FFF;
}
footer .copyright {
    margin: 100px auto 0;
    text-align: center;
} 

/*SNS ボタン*/
.shareBox {
	width: 230px;
	margin: 100px auto 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.shareButtons {flex: 0 0 auto;}

.shareButtons a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-size: 50px;
}

.instBtn {background: url("../images/svg_logo_inst_wt.svg") no-repeat; }
.tweetBtn {background: url(../images/sns_ico_02_tw.svg) no-repeat;}
.fbBtn {background: url(../images/sns_ico_01_fb.svg) no-repeat;}
.lineBtn {background: url(../images/sns_ico_03_line.svg) no-repeat;}


/*# sourceMappingURL=dbcscore.css.map */