@media screen and (min-width:1000px) {
    .game-area {
        top: 50px !important;
    }

}


.section--yellow {
    background: #F6C391;
}

.section--yellow {
    padding: 30px 0;
}

.spellbee-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}


.headline {
    margin-top: 15px;
    text-align: center;
}

.headline__title {
    color: #13141c;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 5px;
}


.spellbee-container p {
    color: #2b2e3a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px;
}

.side-left {
    height: auto !important;
}

.side-right {
    height: auto !important;
}


body {
    overflow: unset !important;
}






.section1 {
    padding: 30px 0;
    display: block;
    background: #fff3d7;
}

.spelling-bee-text h2:first-child {
    margin-top: 0;
}


.spelling-bee-text .h2--center {
    text-align: center;
}

.spelling-bee-text h2 {
    color: #13141c;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
}

.spelling-bee-text .ol {
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0;
}

.spelling-bee-text .ol li {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 25px;
    color: #2b2e3a;
    font-size: 16px;
    line-height: 24px;
}

.spelling-bee-text .ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 27px);
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #ffd12e;
    font-size: 30px;
    font-weight: 400;
}


.spelling-bee-text .ol li h3 {
    color: #13141c;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.spelling-bee-text .ol li span {
    color: #2b2e3a;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 30px;
}

.spelling-bee-text .ol li img {
    margin-top: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    max-width: 400px;
    width: 100%;
}

.spellbee-container img {
    border-style: none;
    -o-object-fit: contain;
    object-fit: contain;
}


.section--grey {
    background: #fff3d7;
}


.faq h2,
.spelling-bee-text__h1 {
    font-weight: 900;
    text-align: center;
}

.faq h2 {
    color: #13141c;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 0;
}

.faq ol {
    padding: 0;
    margin: 0;
}

.faq li,
.footer2 {
    background: #fff;
    line-height: 30px;
}

#hexGrid,
.faq li,
ul {
    list-style-type: none;
}

.faq li,
.notice {
    border-radius: 10px;
}

.faq li {
    padding: 15px 25px;
    margin: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    text-align: left;
}



.faq h3 {
    color: #13141c;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
    line-height: 26px;
}


.faq p,
.update {
    line-height: 28px;
}

.faq p {
    font-size: 15px;
    margin: 10px 0 5px;
    color: #2b2e3a;
}


.faq li span {
    padding: 1px 11px;
    background: #ff8800;
    border-radius: 5px;
    margin-right: 8px;
    color: #f5f5f5;
}





.logocontainer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1050px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
}


.logo-suika-wrapper {
    margin: 2px 0 0;
    vertical-align: top;
}


.logo-suika {
    top: 2px;
    width: 254px;
}

.logo-suika {
    position: relative;
    display: block;
    height: 40px;
    background: url(../assets/img/LogoSuika.png) no-repeat;
    background-size: contain;
}


.rule_seicho {
    margin-top: 15px;
}




@media screen and (max-width:500px) {

    #sp-no-standalone {
        position: relative;
        min-height: 50px;
        background: url(/images/LogoSuika.png) no-repeat;
        background-size: contain;
        max-width: 250px;
        margin: auto;
    }




    body {
        position: fixed !important;
    }


}



#fruitsRefreshRewordInfoButton {
    display: none !important;
}


.footer2 {
    padding: 20px 0 10px;
    background: #fff;
    line-height: 30px;
}


.footer__bottom,
.footer__links,
.rate {
    display: -webkit-box;
    display: -ms-flexbox;
}

.footer__bottom,
.rate {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.footer__copir,
.footer__links {
    font-weight: 400;
    font-size: 13px;
}

.footer__copir {
    color: #2c2f3e;
    line-height: 12px;
}


.footer__links {
    color: #2c2f3e;
    line-height: 12px;
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copir,
.footer__links {
    font-weight: 400;
    font-size: 13px;
}

.footer__links li {
    border-left: 1px solid #75798d;
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__links a {
    color: #2c2f3e;
    text-decoration: none;
}

.footer__message {
    color: #9599ae;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 10px;
}

@media screen and (max-width: 750px) {

    .footer__bottom,
    .footer__links,
    .rate {
        display: flex;
        flex-direction: column;
    }

    .footer__links {
        line-height: 20px;
    }

    .footer__links li {
        border-left: none;
    }


}






@media (min-width: 900px) {
    @media (min-height: 760px) and (max-height: 780px) {

        #canvasDiv,
        #Cocos2dGameContainer,
        canvas,
        .game-area {
            width: 344px !important;
            min-width: 344px !important;
            max-width: 430px !important;
            height: 603.2px !important;
            min-height: 603.2px !important;
            max-height: 754px !important;
            margin: 0 auto;
        }


    }
}





.ranking {
    background-color: #ffc571;
    border-radius: 35px;
    color: #fff;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px #cc854c;
    padding: 7px;
}

.uppperresult {
    padding: 8px;
    background: #fad0aa;
    border-radius: 10px;
    margin-bottom: 5px;
}


.ranking h3 {
    font-size: 18px;
    line-height: 45px;
    font-family: inherit;
    height: 45px;
    margin: 0;
    text-shadow: 0.2px 0.2px #d24e26, -0.2px 0.2px #d24e26, 0.2px -0.2px #d24e26, -0.2px -0.2px #d24e26, 0.2px 0.2px 0px #d24e26;
    text-transform: uppercase;
    color: #bb5b3d;
}


.ranking ul {
    padding-left: 0rem;
}

.ranking ul {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 6px;
    border-radius: 9px;
    background: linear-gradient(#f6af54, #f7ab51);
    padding-bottom: 1px;
}

.ranking li {
    line-height: 35px;
    font-size: 21px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 7px;
}



.R1 {
    color: #ea9b0c;
    border-bottom: 1px solid #d1b64d;
    background-image: linear-gradient(to right, #fce89d, #ecd78a);
    text-shadow: 0.5px 0.5px #aec4d9, -0.5px 0.5px #fce89d, 0.5px -0.5px #fce89d, -0.5px -0.5px #fce89d, 0.5px 0.5px 0px #fce89d;
}

.R2 {
    background: #9abadb;
    color: #798a98;
    border-bottom: 1px solid #adc4da;
    background-image: linear-gradient(to right, #a8c2db, #e4e3cd);
    text-shadow: 0.5px 0.5px #aec4d9, -0.5px 0.5px #a8c2db, 0.5px -0.5px #a8c2db, -0.5px -0.5px #a8c2db, 0.5px 0.5px 0px #a8c2db;
}

.R3 {
    background: #f8af78;
    color: #b57a49;
    border-bottom: 1px solid #f39650;
    background-image: linear-gradient(to right, #f8b179, #f5d7a2);
    text-shadow: 0.5px 0.5px #f8b179, -0.5px 0.5px #f8b179, 0.5px -0.5px #f8b179, -0.5px -0.5px #f8b179, 0.5px 0.5px 0px #f8b179;
}

.Innner1 {
    width: 200px;
    margin: auto;
    margin-right: 20px;
}

.Innner2 {
    width: 200px;
    margin: auto;
    margin-right: 20px;
}

.Innner3 {
    width: 200px;
    margin: auto;
    margin-right: 20px;
}

.Innner4 {
    width: 200px;
    margin: auto;
    margin-right: 20px;
}

.Innner5 {
    width: 200px;
    margin: auto;
    margin-right: 20px;
}


.Innner1::before {
    content: "";
    background: url(https://suika.gg/images/icon1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 55px;
    margin-top: 1px;
}


.Innner2::before {
    content: "";
    background: url(https://suika.gg/images/icon2.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 55px;
    margin-top: 1px;
}

.Innner3::before {
    content: "";
    background: url(https://suika.gg/images/icon3.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 55px;
    margin-top: 1px;
}


.Innner4::before {
    content: "";
    background: url(https://suika.gg/images/icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 55px;
    margin-top: 1px;
}

.R4 {
    background: #9abadb;
    color: #a67837;
    border-bottom: 1px solid #e7cd8e;
    background-image: linear-gradient(to right, #e7cd8c, #e7d7b1);
    text-shadow: 0.5px 0.5px #e7cd8c, -0.5px 0.5px #e7cd8c, 0.5px -0.5px #e7cd8c, -0.5px -0.5px #e7cd8c, 0.5px 0.5px 0px #e7cd8c;
}



.character {
    background-color: rgb(255 197 113 / 49%);
    border-radius: 35px;
    color: #fff;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px #cc854c;
    padding: 1px 0px 0px 0px;
}

@import url(https://fonts.bunny.net/css?family=azeret-mono:400,700,900);

:root {
    --col-bg: #FFD59D;
    --col-bg-light: #FFDCAE;
    --col-bg-lighter: #FFEEDB;
    --col-primary: #FF5300;
    --col-primary-dark: #FF2700;
    --col-primary-light: #FF8800;
    --col-shadow: rgba(0, 0, 0, 0.25);
    --col-white: #fff;
}

#game-canvas {
    position: relative;
}

#game-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    font-weight: 700;
    display: none;
    transform-origin: top left;
}

#game-score {
    position: absolute;
    text-align: left;
    width: 100%;
    border-bottom: 2px dotted #333;
    font-size: 84px;
    font-weight: 900;
    padding-left: 16px;
    color: var(--col-bg-lighter);
    text-shadow: 3px 3px 0 var(--col-primary), -3px -3px 0 var(--col-primary), -3px 3px 0 var(--col-primary), 3px -3px 0 var(--col-primary);
}

#game-end-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    background-color: var(--col-shadow);
}

#game-end {
    text-align: center;
    padding: 32px 48px;
    background-color: var(--col-bg-lighter);
    border: 5px solid var(--col-primary);
    box-shadow: 0 4px 32px var(--col-shadow);
    border-radius: 32px;
    margin: 0 auto;
    pointer-events: initial;
    user-select: initial;
}

#game-end-title {
    font-weight: 700;
    font-size: 48px;
    color: var(--col-primary-dark);
}

#game-end-link {
    display: inline-block;
    color: var(--col-white);
    font-size: 24px;
    text-decoration: none;
    background-color: var(--col-primary-light);
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 4px 4px 0 var(--col-shadow);
}

#game-end-link:hover {
    background-color: var(--col-primary);
    box-shadow: 6px 6px 0 var(--col-shadow);
}

#game-status {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background-color: var(--col-bg-lighter);
    display: flex;
}

.game-status-item {
    display: flex;
    line-height: 1;
    align-items: center;
    margin-right: 32px;
}

.game-status-label {
    color: #666;
    font-size: 16px;
    margin-left: 24px;
    margin-right: 8px;
}

#game-highscore-value {
    color: #333;
    font-weight: 700;
    font-size: 24px;
}

#game-next-fruit {
    width: 24px;
    height: 24px;
}

table {
    border-collapse: collapse;
    margin-bottom: 25px;
}

th,
td {
    padding: 5px 10px;
    border: 1px solid !important;
}

section.section {
    padding: 15px 25px;
    margin: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    text-align: left;
}