@import url(https://fonts.googleapis.com/css?family=Changa+One:400,400italic);

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

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

html,
body {
    position: relative;
    height: 100%;
    min-height: 100%
}

ul,
ol,
li {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    text-decoration: underline;
    outline: 0
}

img {
    vertical-align: bottom;
    line-height: 0
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    font-size: 12px
}

label {
    cursor: pointer
}

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

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

sub,
sup {
    position: relative;
    line-height: 0
}

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

body {
    color: #666;
    font-size: 12px;
    line-height: 1.333
}

a:link {
    color: #676767
}

a:visited {
    color: #676767
}

a:hover {
    color: #676767
}

a:active {
    color: #676767
}

html {
    overflow-y: scroll
}

input,
select,
textarea {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    vertical-align: middle
}

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

button {
    margin: 0;
    padding: 1px 6px;
    color: #666;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff0;
    color: #000;
    font-weight: bold
}

small {
    font-size: 75%
}

sub {
    font-size: 75%;
    bottom: -.25em
}

sup {
    font-size: 75%;
    top: -.5em
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

textarea {
    margin: 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #c6c6c6;
    overflow: auto;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

body {
    font-size: 100%;
    font-family: Arial, sans-serif;
    width: 100%;
    min-width: 320px;
    background: rgba(11, 86, 202, 0.8);
    -webkit-text-size-adjust: 100%;
    position: relative
}

body a {
    font-family: Arial, sans-serif
}

body a:focus,
body *:focus {
    outline: none
}

@media screen and (min-width: 769px) {
    body {
        min-width: 960px
    }
}

.wf {
    font-family: 'Changa One', cursive
}

.bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

.bg-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 1
}

.bg-image {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: url('../img/bg_sp.png') 50% 50% no-repeat;
    background-size: cover;
    animation: bgPan 8s ease-in-out infinite
}

@keyframes bgPan {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(-4%, 1.5%)
    }

    50% {
        transform: translate(3%, -3%)
    }

    75% {
        transform: translate(-3%, 4%)
    }

    100% {
        transform: translate(0, 0)
    }
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #22f0ff, #0074ff);
    background: linear-gradient(to bottom, #22f0ff, #0074ff);
    opacity: .7
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg_pc.png') center top repeat;
    opacity: .4
}

@media screen and (max-width:768px) {
    .bg-pattern {
        display: none
    }
}

.wrapper {
    position: relative;
    min-width: 320px;
    overflow: hidden
}

@media screen and (min-width: 769px) {
    .wrapper {
        width: 100%;
        min-width: 960px
    }
}

.hero {
    position: relative;
    padding: 10px 0 0;
    text-align: center
}

@media screen and (min-width: 769px) {
    .hero {
        padding: 10px 0 5px
    }
}

.hero_read {
    margin-top: 20px
}

@media screen and (min-width: 769px) {
    .hero_read {
        margin-top: 0
    }
}

a.hero_installLink {
    display: block;
    margin: 12px auto 0;
    padding: 12px 0;
    font-family: 'Changa One', cursive;
    font-size: 18px;
    color: #ffd700;
    text-align: center;
    text-decoration: underline;
    min-height: 44px;
    line-height: 44px
}

a.hero_installLink:hover,
a.hero_installLink:visited,
a.hero_installLink:active {
    color: #ffd700
}

@media screen and (min-width: 769px) {
    a.hero_installLink {
        font-size: 28px;
        margin-top: 0;
        padding: 0;
        min-height: auto;
        line-height: normal
    }
}

.hero-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: visible
}

.hdec {
    position: absolute;
    width: 32px;
    opacity: .35;
    animation: hdecFloat 4s ease-in-out infinite
}

@media screen and (min-width: 769px) {
    .hdec {
        width: 50px
    }
}

@keyframes hdecFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.hdec-l1,
.hdec-r1 {
    animation-delay: 0s;
    animation-duration: 3.8s
}

.hdec-l2,
.hdec-r2 {
    animation-delay: 0.6s;
    animation-duration: 4.2s
}

.hdec-l3,
.hdec-r3 {
    animation-delay: 1.2s;
    animation-duration: 3.6s
}

.hdec-l4,
.hdec-r4 {
    animation-delay: 0.3s;
    animation-duration: 4.4s
}

.hdec-l5,
.hdec-r5 {
    animation-delay: 0.9s;
    animation-duration: 3.4s
}

.hdec-l1 {
    left: 4%;
    top: 8%
}

.hdec-l2 {
    left: 2%;
    top: 28%
}

.hdec-l3 {
    left: 4%;
    top: 48%
}

.hdec-l4 {
    left: 2%;
    top: 68%
}

.hdec-l5 {
    left: 4%;
    top: 88%
}

.hdec-r1 {
    right: 4%;
    top: 8%
}

.hdec-r2 {
    right: 2%;
    top: 28%
}

.hdec-r3 {
    right: 4%;
    top: 48%
}

.hdec-r4 {
    right: 2%;
    top: 68%
}

.hdec-r5 {
    right: 4%;
    top: 88%
}

@media screen and (min-width: 769px) {
    .hdec-l1 {
        left: 8%;
        top: 10%
    }

    .hdec-l2 {
        left: 5%;
        top: 30%
    }

    .hdec-l3 {
        left: 8%;
        top: 50%
    }

    .hdec-l4 {
        left: 5%;
        top: 70%
    }

    .hdec-l5 {
        left: 8%;
        top: 90%
    }

    .hdec-r1 {
        right: 8%;
        top: 10%
    }

    .hdec-r2 {
        right: 5%;
        top: 30%
    }

    .hdec-r3 {
        right: 8%;
        top: 50%
    }

    .hdec-r4 {
        right: 5%;
        top: 70%
    }

    .hdec-r5 {
        right: 8%;
        top: 90%
    }
}

.storeBtn {
    text-align: center
}

.storeBtn_body {
    position: relative
}

.storeBtn_ghLink {
    display: inline-block;
    margin-top: 14px;
    text-decoration: none;
    text-align: right
}

.storeBtn_ghLink .bg_logoL5 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    opacity: 0.4;
    transition: opacity .2s
}

.storeBtn_ghLink:hover .bg_logoL5 {
    opacity: 0.7
}

@media screen and (min-width: 769px) {
    .storeBtn_ghLink {
        margin-top: 18px
    }

    .storeBtn_ghLink .bg_logoL5 {
        width: 26px;
        height: 26px;
        background-size: 26px 26px
    }
}

.storeBtn ul {
    font-size: 0
}

.storeBtn li {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .storeBtn li {
        margin: 0 15px
    }
}

.disclaimer {
    margin-top: 18px;
    padding: 12px 16px;
    font-family: 'Changa One', cursive;
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 6px
}

@media screen and (min-width: 769px) {
    .disclaimer {
        font-size: 18px;
        margin-top: 24px;
        padding: 14px 20px
    }
}

.install {
    padding: 20px 0;
    background: url('../img/top_cmn/ptn_trailer.png') repeat 0 0;
    background-size: 47px auto;
    background-color: rgba(22, 71, 162, 0.75)
}

@media screen and (min-width: 769px) {
    .install {
        padding: 77px 0 78px 0;
        background: url('../img/top_pc/bg_trailer.png') no-repeat center bottom, url('../img/top_cmn/ptn_trailer.png') repeat 0 0;
        background-size: 1476px auto, 94px auto;
        background-color: rgba(22, 71, 162, 0.75)
    }
}

.install h1 {
    text-align: center
}

.install_ttl {
    display: inline-block;
    padding: 8px 20px;
    font-family: 'Changa One', cursive;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
    letter-spacing: 2px
}

@media screen and (min-width: 769px) {
    .install_ttl {
        font-size: 40px;
        padding: 12px 30px
    }
}

.installContent {
    padding: 15px 10px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    text-align: left
}

.installContent h2 {
    margin: 16px 0 8px;
    font-family: 'Changa One', cursive;
    font-size: 17px;
    color: #ffd700
}

.installContent h3 {
    margin: 12px 0 6px;
    font-family: 'Changa One', cursive;
    font-size: 14px;
    color: #ffd700
}

.installContent ol,
.installContent ul {
    margin: 0 0 8px;
    padding-left: 20px
}

.installContent ol li {
    list-style: decimal;
    margin: 3px 0
}

.installContent ul li {
    list-style: disc;
    margin: 3px 0
}

.installContent a {
    color: #4fc3ff;
    text-decoration: underline;
    padding: 2px 4px
}

.installContent a:hover {
    color: #81d4fa
}

@media screen and (min-width: 769px) {
    .installContent {
        padding: 30px 80px;
        font-size: 15px
    }

    .installContent h2 {
        font-size: 22px;
        margin: 24px 0 10px
    }

    .installContent h3 {
        font-size: 18px
    }
}

.introduction {
    padding: 20px 0 40px 0;
    background: url('../img/top_cmn/ptn_intro.png') repeat 0 0;
    background-size: 111px auto;
    background-color: rgba(255, 186, 0, 0.8)
}

@media screen and (min-width: 769px) {
    .introduction {
        padding: 77px 0 80px 0;
        background-size: 222px auto;
        background-color: rgba(255, 186, 0, 0.8)
    }
}

.introduction h1 {
    text-align: center
}

.introduction .bg_ttl1 {
    display: block;
    width: 226px;
    height: 69px;
    background: url('../img/top_sp/ttl2.png') no-repeat;
    background-size: 226px 69px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block !important
}

@media screen and (min-width: 769px) {
    .introduction .bg_ttl1 {
        display: block;
        width: 680px;
        height: 72px;
        background: url('../img/top_pc/ttl2.png') no-repeat;
        background-size: 680px 72px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top
    }
}

.gameImgs {
    margin-top: -22px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 0;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.gameImgs::-webkit-scrollbar {
    display: none
}

@media screen and (min-width: 769px) {
    .gameImgs {
        margin-top: 33px;
        font-size: 0;
        white-space: nowrap;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
        scroll-snap-type: none;
        display: block;
        gap: 0;
        padding: 0;
        scrollbar-width: auto;
        -ms-overflow-style: auto
    }
}

.gameImgs li {
    margin-top: 44px;
    text-align: center;
    scroll-snap-align: center;
    flex: 0 0 100%;
    display: inline-block;
    white-space: normal
}

@media screen and (min-width: 769px) {
    .gameImgs li {
        margin-top: 0;
        display: inline-block;
        scroll-snap-align: auto;
        flex: none
    }

    .gameImgs li:nth-child(2) {
        margin: 0 78px
    }
}

.gameImgs li>p {
    position: relative;
    display: inline-block
}

.gameImgs .capture {
    width: 214px;
    border: solid 2px #000;
    border-radius: 6px;
    overflow: hidden
}

@media screen and (min-width: 769px) {
    .gameImgs .capture {
        width: 260px;
        border: solid 4px #000;
        border-radius: 12px
    }
}

.gameImgs .bg_chars {
    position: absolute
}

.gameImgs .bg_char1 {
    display: block;
    width: 126.5px;
    height: 181.5px;
    background: url('../img/top_cmn/char1.png') no-repeat;
    background-size: 126.5px 181.5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    bottom: -22px;
    right: -44px
}

@media screen and (min-width: 769px) {
    .gameImgs .bg_char1 {
        width: 188px;
        height: 269px;
        background-size: 188px auto;
        font-size: 0;
        bottom: -30px;
        right: -68px
    }
}

.gameImgs .bg_char2 {
    display: block;
    width: 131px;
    height: 189px;
    background: url('../img/top_cmn/char2.png') no-repeat;
    background-size: 131px 189px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    bottom: -22px;
    right: -44px
}

@media screen and (min-width: 769px) {
    .gameImgs .bg_char2 {
        width: 192px;
        height: 279px;
        background-size: 192px auto;
        font-size: 0;
        bottom: -30px;
        right: -74px
    }
}

.gameImgs .bg_char3 {
    display: block;
    width: 133px;
    height: 191px;
    background: url('../img/top_cmn/char3.png') no-repeat;
    background-size: 133px 191px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    bottom: -24px;
    right: -51px
}

@media screen and (min-width: 769px) {
    .gameImgs .bg_char3 {
        width: 195px;
        height: 280px;
        background-size: 195px auto;
        font-size: 0;
        bottom: -33px;
        right: -100px
    }
}

.carouselDots {
    text-align: center;
    margin-top: 16px;
    font-size: 0
}

@media screen and (min-width: 769px) {
    .carouselDots {
        display: none
    }
}

.carouselDots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background .2s
}

.carouselDots .dot.active {
    background: #fff
}

.snsInfo {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.85)
}

@media screen and (min-width: 769px) {
    .snsInfo {
        margin-top: 40px;
        padding-bottom: 60px;
        font-size: 0;
        text-align: center
    }
}

.info_widgetBox {
    margin: 0;
    width: auto;
    display: block
}

@media screen and (min-width: 769px) {
    .info_widgetBox {
        margin: 0 15px;
        width: 376px;
        display: inline-block;
        vertical-align: top
    }
}

.m-twTL {
    margin: 10px auto 30px;
    padding: 5px 5px 5px;
    width: 290px;
    min-height: 340px;
    height: 340px;
    overflow: hidden;
    border: solid 1px #e8e8e8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 769px) {
    .m-twTL {
        margin: 0 auto;
        background: #fff;
        width: 376px;
        min-height: 480px
    }
}

.m-fbTL {
    margin: 10px auto 0;
    width: 290px;
    min-height: 340px;
    height: 340px;
    overflow: hidden
}

@media screen and (min-width: 769px) {
    .m-fbTL {
        margin: 0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        width: 376px;
        min-height: 480px
    }
}

.topAside {
    padding: 30px 0;
    background-color: rgba(18, 44, 76, 0.85)
}

@media screen and (min-width: 769px) {
    .topAside {
        padding: 58px 0 60px
    }
}

@media screen and (min-width: 769px) {
    .topAside .snsSec {
        margin: 32px auto 0;
        font-size: 0;
        width: 780px;
        background: url('../img/top_pc/border_dot.png') no-repeat center center
    }
}

@media screen and (min-width: 769px) {

    .topAside .snsLink,
    .topAside .snsBtn {
        display: inline-block;
        vertical-align: top;
        width: 374px
    }
}

.topAside .snsLink {
    margin-top: 29px;
    padding-top: 25px;
    text-align: center;
    background: url('../img/top_sp/border_dot.png') no-repeat center 0;
    background-size: 218px auto
}

@media screen and (min-width: 769px) {
    .topAside .snsLink {
        margin-top: 0;
        margin-right: 30px;
        padding-top: 0;
        background: none
    }
}

.topAside .snsLink ul {
    margin-top: 10px
}

@media screen and (min-width: 769px) {
    .topAside .snsLink ul {
        margin-top: -4px
    }
}

.topAside .snsLink li {
    margin-top: 6px
}

@media screen and (min-width: 769px) {
    .topAside .snsLink li {
        margin-top: 14px
    }
}

.topAside .snsBtn {
    margin-top: 29px;
    padding-top: 25px;
    text-align: center;
    background: url('../img/top_sp/border_dot.png') no-repeat center 0;
    background-size: 218px auto
}

@media screen and (min-width: 769px) {
    .topAside .snsBtn {
        margin-top: 0;
        padding-top: 0;
        background: none
    }
}

.topAside .snsBtn ul {
    margin-top: 12px
}

@media screen and (min-width: 769px) {
    .topAside .snsBtn ul {
        margin-top: 22px
    }
}

.topAside .snsBtn li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px
}

@media screen and (min-width: 769px) {
    .topAside .snsBtn li {
        margin: 0 12px
    }
}

.topAside .ttl {
    color: #e1f7ff;
    font-weight: normal;
    font-size: 18px;
    text-align: center
}

@media screen and (min-width: 769px) {
    .topAside .ttl {
        font-size: 24px
    }
}

.topAside .ttl1 {
    line-height: 20px
}

@media screen and (min-width: 769px) {
    .topAside .ttl1 {
        line-height: 24px
    }
}

@media screen and (min-width: 769px) {
    .topAside .ttl2 {
        line-height: 50px
    }
}

.bg_logoL5 {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/cmn/logo_l5.png') no-repeat;
    background-size: 24px 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .bg_logoL5 {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        font-size: 0
    }
}

.bg_logoMainTtl {
    display: block;
    width: 242px;
    height: 166px;
    background: url('../img/cmn/logo_gamettl.png') no-repeat;
    background-size: 242px 166px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block
}

@media screen and (min-width: 769px) {
    .bg_logoMainTtl {
        width: 421px;
        height: 288px;
        background-size: 421px auto;
        font-size: 0
    }
}

.bg_readTtl {
    display: block;
    width: 280px;
    height: 64px;
    background: url('../img/top_sp/txt_read.png') no-repeat;
    background-size: 280px 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block !important
}

@media screen and (min-width: 769px) {
    .bg_readTtl {
        display: block;
        width: 707px;
        height: 40px;
        background: url('../img/top_pc/txt_read.png') no-repeat;
        background-size: 707px 81px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        font-size: 0
    }
}

.bg_btn_and {
    display: block;
    width: 290px;
    height: 63px;
    background: url('../img/cmn/btn_and.png') no-repeat;
    background-size: 290px 63px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block
}

@media screen and (min-width: 769px) {
    .bg_btn_and {
        width: 375px;
        height: 85px;
        background-size: 375px auto;
        font-size: 0
    }
}

.bg_btn_ios {
    display: block;
    width: 290px;
    height: 63px;
    background: url('../img/cmn/btn_ios.png') no-repeat;
    background-size: 290px 63px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block
}

@media screen and (min-width: 769px) {
    .bg_btn_ios {
        width: 375px;
        height: 85px;
        background-size: 375px auto;
        font-size: 0
    }
}

.bg_btn_discord {
    display: block;
    width: 290px;
    height: 63px;
    background: url('../img/cmn/btn_discord.png') no-repeat;
    background-size: 290px 63px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block
}

@media screen and (min-width: 769px) {
    .bg_btn_discord {
        width: 375px;
        height: 85px;
        background-size: 375px auto;
        font-size: 0
    }
}

.bg_bnr_fb {
    display: block;
    width: 290px;
    height: 65.5px;
    background: url('../img/top_sp/bnr_official_fb.jpg') no-repeat;
    background-size: 290px 65.5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block !important
}

@media screen and (min-width: 769px) {
    .bg_bnr_fb {
        display: block;
        width: 258px;
        height: 66px;
        background: url('../img/top_pc/bnr_official_fb.jpg') no-repeat;
        background-size: 258px 66px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top
    }
}

.bg_bnr_tw {
    display: block;
    width: 290px;
    height: 65px;
    background: url('../img/top_sp/bnr_official_tw.jpg') no-repeat;
    background-size: 290px 65px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-block !important
}

@media screen and (min-width: 769px) {
    .bg_bnr_tw {
        display: block;
        width: 258px;
        height: 66px;
        background: url('../img/top_pc/bnr_official_tw.jpg') no-repeat;
        background-size: 258px 66px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top
    }
}

.bg_btn_fb {
    display: block;
    width: 51px;
    height: 51px;
    background: url('../img/top_cmn/ico_fb.png') no-repeat;
    background-size: 51px 51px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .bg_btn_fb {
        width: 79px;
        height: 79px;
        background-size: 79px auto;
        font-size: 0
    }
}

.bg_btn_tw {
    display: block;
    width: 51px;
    height: 51px;
    background: url('../img/top_cmn/ico_tw.png') no-repeat;
    background-size: 51px 51px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .bg_btn_tw {
        width: 79px;
        height: 79px;
        background-size: 79px auto;
        font-size: 0
    }
}

.m-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section_body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
    padding: 0 10px
}

@media screen and (min-width: 769px) {
    .section_body {
        min-width: 960px;
        padding: 0
    }
}

.o-hide {
    display: none !important
}

.pcHide {
    display: block
}

@media screen and (min-width: 769px) {
    .pcHide {
        display: none
    }
}

.spHide {
    display: none
}

@media screen and (min-width: 769px) {
    .spHide {
        display: block
    }
}

.footer {
    position: relative;
    padding: 28px 0;
    background-color: rgba(0, 16, 36, 0.9);
    text-align: center;
    color: #315a91;
    font-size: 12px
}

@media screen and (min-width: 769px) {
    .footer {
        font-size: 14px;
        padding: 35px 0
    }
}

.footer .footer_txt {
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.footer dt {
    line-height: 1.2;
    text-align: left;
    padding: 5px 0 0 0;
    white-space: nowrap;
    width: 136px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .footer dt {
        padding: 0 10px 10px 0;
        width: 180px
    }
}

.footer dd {
    line-height: 1.2;
    padding: 5px 0 0 10px;
    position: relative;
    text-align: left;
    white-space: normal;
    width: 150px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 769px) {
    .footer dd {
        padding: 0 0 0 15px;
        white-space: nowrap;
        width: 195px
    }
}

.footer dd::before {
    margin-top: -.3em;
    content: "|";
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -1px;
    color: #122c4c
}

@media screen and (min-width: 769px) {
    .footer dd::before {
        margin-top: -.5em;
        left: 0
    }
}

.footer .subLink {
    margin: 20px 0;
    font-size: 0;
    text-align: center
}

@media screen and (min-width: 769px) {
    .footer .subLink {
        margin: 15px 0 -10px
    }
}

.footer .subLink li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

@media screen and (min-width: 769px) {
    .footer .subLink li {
        margin: 0 10px;
        font-size: 14px
    }
}

.footer .subLink li a {
    color: #315a91;
    text-decoration: underline
}

.footer .logo {
    margin-top: 15px;
    font-size: 0;
    text-align: center
}

@media screen and (min-width: 769px) {
    .footer .logo {
        margin-top: 30px
    }
}

.footer .logo p {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width: 769px) {
    .footer .logo p {
        margin: 0 15px
    }
}

.footer .copyright {
    margin-top: 12px
}

@media screen and (min-width: 769px) {
    .footer .copyright {
        margin-top: 10px
    }
}

.footer .copyright small {
    display: block;
    font-size: 12px !important
}

.footer .copyright small:nth-child(2) {
    margin-top: 3px
}

@media screen and (min-width: 769px) {
    .footer .copyright small {
        font-size: 12px !important;
        display: inline-block
    }

    .footer .copyright small:nth-child(2) {
        margin-top: 0
    }
}

.bg_ftLogoL5 {
    display: block;
    width: 66px;
    height: 31px;
    background: url("../img/footer/logo_l5.png") no-repeat;
    background-size: 66px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .bg_ftLogoL5 {
        width: 73px;
        height: 34px;
        background-size: 73px auto
    }
}

.bg_ftLlogoNhn {
    display: block;
    width: 63px;
    height: 31px;
    background: url("../img/footer/logo_nhn.png") no-repeat;
    background-size: 63px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .bg_ftLlogoNhn {
        width: 78px;
        height: 34px;
        background-size: 78px auto
    }
}

.widget-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-size: 14px;
    text-align: center;
    background: #f5f5f5
}

.hero_credits {
    margin: 10px 0 4px;
    color: #b0d4ff;
    font-size: 11px;
    text-align: center;
    font-style: italic
}

@media screen and (min-width:769px) {
    .hero_credits {
        font-size: 13px;
        margin-top: 0
    }
}