@charset "utf-8";
:root {
    --base-font-size: 14px;
    --base-font-color: #fff;
    --base-min-width: 320px;
    --base-max-width: 750px;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, -apple-system, system-ui, sans-serif;
    font-size: var(--base-font-size);
    line-height: 1.3;
    color: var(--base-font-color);
    background-color: #000;
}
a {
    color: var(--base-font-color);
    text-decoration: none;
}
p {
    margin: 0.6em 0;
    word-break: break-all;
}
ul,
ol {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    line-height: 0;
}

#App {
    width: 100%;
    min-width: var(--base-min-width);
    max-width: var(--base-max-width);
    min-height: 100dvh;
    margin: auto;
    background: #000 url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/bg.jpg') no-repeat center top;
    background-size: 100%;
}

.header {
    position: relative;
    height: 9rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/header-bg-ja.jpg') no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}
.hk .header {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/header-bg-hk.jpg') no-repeat center top;
    background-size: cover;
}
.en .header {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/header-bg-en.jpg') no-repeat center top;
    background-size: cover;
}
.ko .header {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/header-bg-ko.jpg') no-repeat center top;
    background-size: cover;
}
.topbox {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0.2rem;
}
.topbox-link {
    flex: auto;
    display: flex;
    justify-content: flex-end;
}
.topbox-link li {
    width: 0.6rem;
    margin: 0 0.06rem;
}
.topbox-link li a {
    display: block;
}
.language-box {
    flex: none;
    margin-left: 0.1rem;
    border-radius: 6px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.language-box > a {
    display: block;
    position: relative;
    padding: 0.4em 1.6em 0.4em 0.7em;
    color: #fff;
    word-break: keep-all;
    white-space: nowrap;
}
.language-box > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: translateY(-2px);
}
.languages {
    padding: 0.06rem 0;
}
.languages li a {
    display: block;
    padding: 0.5em 0.6em;
    color: #fff;
}
.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;
}
.tabs li {
    flex: none;
    margin: 0 0.1rem;
}
.tabs li a {
    display: block;
    width: 2.07rem;
    height: 0.82rem;
    font-size: 0;
    line-height: 0;
}

.dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-normal-ja.png') no-repeat;
    background-size: 100% 100%;
}
.hk .dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-normal-hk.png') no-repeat;
    background-size: 100% 100%;
}
.en .dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-normal-en.png') no-repeat;
    background-size: 100% 100%;
}
.ko .dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-normal-ko.png') no-repeat;
    background-size: 100% 100%;
}
.zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-normal-ja.png') no-repeat;
    background-size: 100% 100%;
}
.hk .zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-normal-hk.png') no-repeat;
    background-size: 100% 100%;
}
.en .zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-normal-en.png') no-repeat;
    background-size: 100% 100%;
}
.ko .zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-normal-ko.png') no-repeat;
    background-size: 100% 100%;
}
.hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-normal-ja.png') no-repeat;
    background-size: 100% 100%;
}
.hk .hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-normal-hk.png') no-repeat;
    background-size: 100% 100%;
}
.en .hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-normal-en.png') no-repeat;
    background-size: 100% 100%;
}
.ko .hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-normal-ko.png') no-repeat;
    background-size: 100% 100%;
}

.tabs li.active .dsxq {
    width: 2.45rem;
    height: 0.97rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-active-ja.png') no-repeat;
    background-size: 100% 100%;
}
.hk .tabs li.active .dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-active-hk.png') no-repeat;
    background-size: 100% 100%;
}
.en .tabs li.active .dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-active-en.png') no-repeat;
    background-size: 100% 100%;
}
.ko .tabs li.active .dsxq {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab1-active-ko.png') no-repeat;
    background-size: 100% 100%;
}
.tabs li.active .zptp {
    width: 2.45rem;
    height: 0.97rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-active-ja.png') no-repeat;
    background-size: 100% 100%;
}
.hk .tabs li.active .zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-active-hk.png') no-repeat;
    background-size: 100% 100%;
}
.en .tabs li.active .zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-active-en.png') no-repeat;
    background-size: 100% 100%;
}
.ko .tabs li.active .zptp {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab2-active-ko.png') no-repeat;
    background-size: 100% 100%;
}
.tabs li.active .hjgs {
    width: 2.45rem;
    height: 0.97rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-active-ja.png') no-repeat;
    background-size: 100% 100%;
}
.hk .tabs li.active .hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-active-hk.png') no-repeat;
    background-size: 100% 100%;
}
.en .tabs li.active .hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-active-en.png') no-repeat;
    background-size: 100% 100%;
}
.ko .tabs li.active .hjgs {
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/tab3-active-ko.png') no-repeat;
    background-size: 100% 100%;
}

.main {
    padding: 0.1rem 0 0.3rem 0;
}
.main section {
    margin: 0.2rem 0;
}
.content {
    margin: auto 0.2rem;
}
.page1-content1 {
    margin: 0 !important;
    padding: 0.48rem 0.46rem 0.6rem 0.56rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/page1-content1-bg.png') no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-content1 p:first-child {
    margin-top: 0;
}
.page1-content1 p:last-child {
    margin-bottom: 0;
}
.page1-title1 {
    height: 1.42rem;
    margin: auto;
}
.page1-title1 img {
    height: 100%;
    width: auto;
}
.page1-content3 {
    margin-top: -0.2rem;
    padding: 0.56rem 0.46rem 0.6rem 0.56rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/page1-content3-bg.png') no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-content3 h3 {
    margin: 0.4em 0;
    font-size: 1.2em;
}
.page1-content3 h3:first-child {
    margin-top: 0;
}
.page1-content3 span {
    color: #9e47ff;
}
.page1-content5 {
    padding: 0.55rem 0.46rem 0.76rem 0.56rem;
    background: url('//contentjp.fingerfun.co.jp/image/jpkof98/0609dsgc/page1-content5-bg.png') no-repeat center top;
    background-size: 100% 100%;
}
.page1-content5 > div {
    height: 4.9rem;
    overflow-y: auto;
}
.page1-content5 h3 {
    margin: 0.6em 0;
    font-size: 1.3em;
    color: #9e47ff;
}
.page1-content5 h3:first-child {
    margin-top: 0;
}

.footer {
    padding: 0.1rem 0.2rem;
    font-size: 13px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

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

@media screen and (min-width: 640px) {
    :root {
        --base-font-size: 18px;
    }
}
