/* uikit reset */
ol, ul {
    padding-left: 0;
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0;
}
/* uikit reset */

body {
    background: url('/cache/static/i/campaign/20th/bg_pattern.png?v=6') repeat center top / 20px 2990px;
    background-position-y: 500px;
}
input[type="radio"] ,
input[type="checkbox"] {
  display:none;
}
input[type="checkbox"]{
  opacity:0;　/* opacityで透過 */
  position: absolute;　/* absoluteでレイアウトに関与させないようにさせる */
}

#key_image {
    position: relative;
    background: url('/cache/static/i/campaign/20th/key_image_pc_bg.png?v=6') no-repeat center top / 2000px 520px;
    height: 520px;
    margin: 0 auto 5px;
}
#apng-animation {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 440px;
    height: 273px;
}
.subtitle {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.notice {
     width: 600px;
     margin: 0 auto 40px;
}

#anchor_menu {
    /* position: fixed; */
    position: absolute;
    top: 620px;
    left: 50%;
    margin-left: -628px;
    z-index: 100;
}
.anchor_link {
    display: block;
    width: 274px;
    height: 120px;
    margin: -10px 0;
    cursor: pointer;
}
#anchor_market {
    background: url('/cache/static/i/campaign/20th/pc/bnr_market.png?v=6');
    background-size: contain;
}
#anchor_award {
    background: url('/cache/static/i/campaign/20th/pc/bnr_award.png?v=6');
    background-size: contain;
}
#anchor_coin {
    background: url('/cache/static/i/campaign/20th/pc/bnr_coin.png?v=6');
    background-size: contain;
}
#anchor_myhistory {
    background: url('/cache/static/i/campaign/20th/pc/bnr_myhistory.png?v=6');
    background-size: contain;
}
#anchor_avatar {
    background: url('/cache/static/i/campaign/20th/pc/bnr_avatar.png?v=6');
    background-size: contain;
}
#anchor_circle {
    background: url('/cache/static/i/campaign/20th/pc/bnr_circle.png?v=6');
    background-size: contain;
}
#anchor_sns {
    background: url('/cache/static/i/campaign/20th/pc/bnr_sns.png?v=6');
    background-size: contain;
}
#anchor_comeback {
    background: url('/cache/static/i/campaign/20th/pc/bnr_comeback.png?v=6');
    background-size: contain;
}

#toggle_menu {
    position: fixed;
    top: 620px;
    left: 50%;
    margin-left: 380px;
    z-index: 100;
}
#toggle_sp {
    background: url('/cache/static/i/campaign/20th/toggle_sp.png?v=6') no-repeat center top / 248px 94px;
    width: 248px;
    height: 94px;
    cursor: pointer;
    margin-bottom: 20px;
}
#toggle_sp.active {
    background: url('/cache/static/i/campaign/20th/toggle_sp_active.png?v=6') no-repeat center top / 248px 94px;
}
#toggle_fp {
    background: url('/cache/static/i/campaign/20th/toggle_fp.png?v=6') no-repeat center top / 248px 94px;
    width: 248px;
    height: 94px;
    cursor: pointer;
}
#toggle_fp.active {
    background: url('/cache/static/i/campaign/20th/toggle_fp_active.png?v=6') no-repeat center top / 248px 94px;
}

#cpn_body {
    margin-top: 30px;
}
.toggle {
    /* width: 700px; */
    /* margin: 0 auto 50px; */
    overflow: hidden;
}

#content_sp {
    position: relative;
    background: #fff;
    border-radius: 25px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
#content_sp a:hover{
    text-decoration: none;
}
.section_box_sp {
    color: #fff;
    border-radius: 10px;
    font-size: 26px;
    width: 650px;
    height: 450px;
    padding: 245px 200px 0 10px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    scroll-margin-top: 20px;
}
.section_box_sp p {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.section_box_sp span {
    font-size: 22px;
}
#section_sp_market {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_market.png?v=6');
    background-size: contain;
    width: 656px;
    height: 444px;
}
#section_sp_market .qr_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url('/cache/static/i/campaign/20th/pc/qr_market.png?v=6');
    background-size: contain;
    width: 152px;
    height: 152px;
}
#section_sp_award {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_award.png?v=6');
    background-size: contain;
    width: 656px;
    height: 444px;
}
#section_sp_award .qr_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url('/cache/static/i/campaign/20th/pc/qr_award.png?v=6');
    background-size: contain;
    width: 152px;
    height: 152px;
}
#section_sp_coin {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_coin.png?v=6');
    background-size: contain;
    width: 656px;
    height: 444px;
}
#section_sp_coin .qr_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url('/cache/static/i/campaign/20th/pc/qr_coin.png?v=6');
    background-size: contain;
    width: 152px;
    height: 152px;
}
#section_sp_myhistory {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_myhistory.png?v=6');
    background-size: contain;
    width: 656px;
    height: 444px;
}
#section_sp_myhistory .qr_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url('/cache/static/i/campaign/20th/pc/qr_myhistory.png?v=6');
    background-size: contain;
    width: 152px;
    height: 152px;
}
#section_sp_avatar {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_avatar.png?v=6');
    background-size: contain;
    width: 656px;
    height: 444px;
}
#section_sp_avatar .qr_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url('/cache/static/i/campaign/20th/pc/qr_avatar.png?v=6');
    background-size: contain;
    width: 152px;
    height: 152px;
}
#section_sp_circle {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_circle.png?v=6');
    background-size: contain;
    width: 656px;
    height: 444px;
}
#section_sp_circle .qr_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url('/cache/static/i/campaign/20th/pc/qr_circle.png?v=6');
    background-size: contain;
    width: 152px;
    height: 152px;
}
#section_sp_sns {
    position: relative;
    background: url('/cache/static/i/campaign/20th/pc/bg_sns.png?v=6');
    background-size: contain;
    width: 656px;
    height: 378px;
    padding: 245px 10px 0;
}
.qr_img::after {
    content:'';
    position: absolute;
    top: -41px;
    left: -29px;
    background: url('/cache/static/i/campaign/20th/pc/balloon_access.png?v=6');
    background-size: contain;
    width: 204px;
    height: 46px;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
      0% {transform: translateY(0);}
     50% {transform: translateY(-10px);}
    100% {transform: translateY(0);}
}
#subtitle_comeback {
    background: url('/cache/static/i/campaign/20th/pc/subtitle_comeback.png?v=6');
    background-size: contain;
    width: 704px;
    height: 84px;
    text-indent: -9999px;
}
#notice_comeback {
    font-size: 27px;
    padding: 20px;
}
#notice_comeback span {
    color: #ff5324;
    font-weight: bold;
}

.tab_content {
    position: relative;
}
#frame_fp {
    display: none;
    min-height: 1000px;
}
#frame_fp_top {
    position: absolute;
    top: -148px;
    left: 50%;
    margin-left: calc(-433px/2);
    background: url('/cache/static/i/campaign/20th/pc/frame_fp_top.png?v=6') no-repeat center top / contain;
    width: 435px;
    height: 150px;
    z-index: 10;
}
#frame_fp_left {
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -216.5px;
    background: url('/cache/static/i/campaign/20th/pc/frame_fp_left.png?v=6') no-repeat center top / contain;
    width: 44px;
    height: 599px;
    z-index: 10;
}
#frame_fp_right {
    position: absolute;
    top: -1px;
    right: 50%;
    margin-right: -218.5px;
    background: url('/cache/static/i/campaign/20th/pc/frame_fp_right.png?v=6') no-repeat center top / contain;
    width: 44px;
    height: 599px;
    z-index: 10;
}
#frame_fp_bottom {
    position: absolute;
    top: 598px;
    left: 50%;
    margin-left: calc(-432px/2);
    background: url('/cache/static/i/campaign/20th/pc/frame_fp_bottom.png?v=6') no-repeat center top / contain;
    width: 434px;
    height: 1047px;
    z-index: 10;
}
.frame_fp_bottom_btn {
    position: absolute;
    width: 92px;
    height: 52px;
    border-radius: 3px;
    cursor: pointer;
}
.frame_fp_bottom_btn.btn_1 {
    top: 602px;
    left: 63px;
}
.frame_fp_bottom_btn.btn_2 {
    top: 602px;
    left: 172px;
}
.frame_fp_bottom_btn.btn_3 {
    top: 602px;
    left: 279px;
}
.frame_fp_bottom_btn.btn_4 {
    top: 671px;
    left: 63px;
}
.frame_fp_bottom_btn.btn_5 {
    top: 671px;
    left: 172px;
}
.frame_fp_bottom_btn.btn_6 {
    top: 671px;
    left: 279px;
}
.frame_fp_bottom_btn.btn_7 {
    top: 740px;
    left: 63px;
}
.frame_fp_bottom_btn.btn_8 {
    top: 740px;
    left: 172px;
}
.frame_fp_bottom_btn.btn_9 {
    top: 740px;
    left: 279px;
}
.frame_fp_bottom_btn.btn_0 {
    top: 809px;
    left: 172px;
}
#content_fp {
    position: relative;
    display: none;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    background: #fff;
    left: 50%;
    margin-top: 145px;
    margin-bottom: 50px;
    margin-left: -175px;
    padding-bottom: 20px;
    text-align: center;
    width: 350px;
    height: 600px;
    overflow-y: scroll;
}
#fp_header {
    background: #f00;
    color: #fff;
    height: 35px;
    overflow: hidden;
}
.marquee_txt {
    padding-top: 8px;
    padding-left: 100%;
    width: fit-content;
    white-space: nowrap;
    animation: marquee-left 15s steps(150, end) infinite;
}
@keyframes marquee-left {
    100% {
        transform: translateX(-100%);
    }
}
#fp_menu {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
#fp_menu a {
    color: #182dd4;
    font-weight: bold;
    display: inline-block;
}
.uline {
    text-decoration: underline;
}

.section_box_fp {
    width: 100%;
    margin-bottom: 12px;
    scroll-margin-top: 10px;
}
.section_subtitle_fp {
    color: #fff;
    height: 22px;
    text-align: left;
    padding-left: 12px;
}
.section_flex_fp {
    display: flex;
    padding: 6px;
}
.section_flex_game_fp {
    display: flex;
    padding: 12px 12px 5px;
    text-align: left;
}.section_flex_game_fp > div {
    width: 100%;
    padding-left: 10px;
}
.section_flex_game_fp img {
    max-width: unset;
    height: min-content;
}
.section_flex_game_fp .game_name {
    display: inline-block;
    font-weight: bold;
    margin: 0;
}
.section_flex_game_fp .qr_arrow {
    font-size: 14px;
    text-align: right;
    margin: 10px 0 0;
}
#section_fp_gamelink .game_bnr {
    margin-bottom: 10px;
}
.section_box_fp hr {
    position: relative;
    border-top: 1px dashed #e289a2;
    background: #fff;
    margin: 0;
}
.section_box_fp hr::after {
    content: "";
    display: block;
    background: #fff;
    position: relative;
    top: -2px;
    width: 100%;
    height: 1px;
}
.section_image_fp {
    display: inline-block;
    width: 120px;
    margin-right: 6px;
    flex-shrink: 0;
}
.section_image_fp img {
    display: block;
    width: 120px;
    height: 120px;
}
.section_notice_fp {
    display: inline-block;
    text-align: left;
    max-width: 320px;
}
.qr_layout {
    text-align: right;
    font-size: 14px;
}
.qr_layout img {
    width: 60px;
    vertical-align: bottom;
}
#section_fp_market {
    background: #ebffdc;
}
#section_fp_market .tips {
    font-weight: bold;
}
#section_fp_market .tips,
#section_fp_market span {
    color: #006923;
}
#section_fp_market .section_subtitle_fp {
    background: #3a9859;
    border-top: 1px solid #9dccac;
    border-bottom: 1px solid #9dccac;
}
#section_fp_award {
    background: #fffbe3;
}
#section_fp_award .tips {
    font-weight: bold;
}
#section_fp_award .tips,
#section_fp_award span {
    color: #cb6c00;
}
#section_fp_award .section_subtitle_fp {
    background: #ff9114;
    border-top: 1px solid #ffc88a;
    border-bottom: 1px solid #ffc88a;
}
#section_fp_coin {
    background: #e0f3f5;
}
#section_fp_coin .tips {
    font-weight: bold;
}
#section_fp_coin .tips,
#section_fp_coin span {
    color: #182dd4;
}
#section_fp_coin .section_subtitle_fp {
    background: #2f83ea;
    border-top: 1px solid #97c1f5;
    border-bottom: 1px solid #97c1f5;
}
#section_fp_myhistory {
    background: #ffeee7;
}
#section_fp_myhistory .tips {
    font-weight: bold;
    color: #b40101;
}
#section_fp_myhistory .section_subtitle_fp {
    background: #ff4848;
    border-top: 1px solid #ffa4a4;
    border-bottom: 1px solid #ffa4a4;
}
#section_fp_avatar {
    background: #fffbe3;
}
#section_fp_avatar .tips {
    font-weight: bold;
    color: #a300ff;
}
#section_fp_avatar .section_subtitle_fp {
    background: #a300ff;
    border-top: 1px solid #d180ff;
    border-bottom: 1px solid #d180ff;
}
#section_fp_circle {
    background: #e6ffe3;
}
#section_fp_circle .tips {
    font-weight: bold;
    color: #d95208;
}
#section_fp_circle .section_subtitle_fp {
    background: #d95208;
    border-top: 1px solid #eca984;
    border-bottom: 1px solid #eca984;
}
#section_fp_sns {
    background: #e9e9e9;
}
#section_fp_sns a {
    font-weight: bold;
    color: #242424;
}
#section_fp_sns .section_subtitle_fp {
    background: #242424;
    border-top: 1px solid #929292;
    border-bottom: 1px solid #929292;
}
#section_fp_gamelink {
    background: #ffe8e8;
}
#section_fp_gamelink span {
    color: #ff5324;
}
#section_fp_gamelink .section_subtitle_fp {
    background: #ff6666;
    border-top: 1px solid #ffb3b3;
    border-bottom: 1px solid #ffb3b3;
}
.footer_menu_fp {
    text-align: left;
    line-height: 1.6;
    padding: 0 12px 30px;
}
.footer_menu_fp a {
    color: #182dd4;
    font-weight: bold;
    display: inline-block;
}

.uk-slider {
    position: relative;
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
}
.slider_box {
    background: #ececec;
    border-radius: 20px;
    width: 572px;
    padding: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.slider_box .gamelink_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.slider_box .gamelink_flex_box > div {
    text-align: left;
    width: 100%;
}
.slider_box .game_name {
    margin-top: 28px;
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px;
}
.slider_box .game_bnr {
    border-radius: 5px;
}
.slider_arrow {
    position: absolute;
    top: 170px;
    width: 70px;
    height: 70px;
    text-indent: 100%;
    overflow: hidden;
}
.slider_arrow.prev {
    left: 0;
    background: url('/cache/static/i/campaign/20th/slider_arrow_prev.png?v=6') no-repeat center top / 70px 70px;
    width: 70px;
    height: 70px;
}
.slider_arrow.next {
    right: 0;
    background: url('/cache/static/i/campaign/20th/slider_arrow_next.png?v=6') no-repeat center top / 70px 70px;
    width: 70px;
    height: 70px;
}
.uk-dotnav {
    justify-content: center;
}
.uk-dotnav>*>* {
    background: #ececec;
    border: none;
}
.uk-dotnav>.uk-active>* {
    background: #83addd;
}

.emj {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 20px;
    vertical-align: sub;
}
.emj_avatar {
    background: url('/cache/static/i/campaign/20th/emoji_avatar.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(30px/2);
}
.emj_chocolate {
    background: url('/cache/static/i/campaign/20th/emoji_chocolate.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_comment {
    background: url('/cache/static/i/campaign/20th/emoji_comment.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_fp {
    background: url('/cache/static/i/campaign/20th/emoji_fp.png?v=6') no-repeat center center;
    background-size: calc(21px/2) calc(39px/2);
}
.emj_game {
    background: url('/cache/static/i/campaign/20th/emoji_game.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(33px/2);
}
.emj_heart {
    background: url('/cache/static/i/campaign/20th/emoji_heart.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_medal {
    background: url('/cache/static/i/campaign/20th/emoji_medal.png?v=6') no-repeat center center;
    background-size: calc(33px/2) calc(39px/2);
}
.emj_note {
    background: url('/cache/static/i/campaign/20th/emoji_note.png?v=6') no-repeat center center;
    background-size: calc(33px/2) calc(33px/2);
}
.emj_pencil {
    background: url('/cache/static/i/campaign/20th/emoji_pencil.png?v=6') no-repeat center center;
    background-size: calc(33px/2) calc(33px/2);
}
.emj_present {
    background: url('/cache/static/i/campaign/20th/emoji_present.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_quiz {
    background: url('/cache/static/i/campaign/20th/emoji_quiz.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_ribbon {
    background: url('/cache/static/i/campaign/20th/emoji_ribbon.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(36px/2);
}
.emj_smile {
    background: url('/cache/static/i/campaign/20th/emoji_smile.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(36px/2);
}
.emj_star {
    background: url('/cache/static/i/campaign/20th/emoji_star.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_vote {
    background: url('/cache/static/i/campaign/20th/emoji_vote.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num0 {
    background: url('/cache/static/i/campaign/20th/emoji_num0.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num1 {
    background: url('/cache/static/i/campaign/20th/emoji_num1.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num2 {
    background: url('/cache/static/i/campaign/20th/emoji_num2.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num3 {
    background: url('/cache/static/i/campaign/20th/emoji_num3.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num4 {
    background: url('/cache/static/i/campaign/20th/emoji_num4.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num5 {
    background: url('/cache/static/i/campaign/20th/emoji_num5.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num6 {
    background: url('/cache/static/i/campaign/20th/emoji_num6.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num7 {
    background: url('/cache/static/i/campaign/20th/emoji_num7.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}
.emj_num8 {
    background: url('/cache/static/i/campaign/20th/emoji_num8.png?v=6') no-repeat center center;
    background-size: calc(39px/2) calc(39px/2);
}


