@charset "utf-8";
/* CSS Document */
article.main {
    width: 100%;
    margin: auto;
    padding: 90px 0 0;
    /* min-height: calc(100vh - 231px); */
}
article.main section {
    max-width: 1000px;
    margin: auto;
    min-height: 650px;
}
article.main section h1 {
    width: 60%;
    display: block;
    margin: 0 auto 50px;
}
article.main section h1 img {
    width: 100%;
}
article.main section p.read {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
}
article.main section nav.links {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
article.main section nav.links a {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
    background: #0c2666;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    justify-content: center;
    height: 60px;
    text-align: center;
    position: relative;
    line-height: 1.4;
}
article.main section nav.links a::after {
    content: '';
    width: 16px;
    height: 16px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
}
article.main section nav.links a.deactive {
    background: #ccc;
}
article.main section nav.links a.deactive::after {
    content: none;
}
article.main section nav.links .suppportmovies {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin: 0;
}
article.main section nav.links .suppportmovies a {
    display: inline-flex;
    font-size: 12px;
    width: 49%;
}
article.main section nav.links .suppportmovies a::after {
    content: none;
}
article.main section nav.links .suppportmovies a p {
    padding-top: 0;
}
article.main section nav.links .suppportmovies a span {
    display: block;
}
article.main section nav.links .suppportmovies a span::before {
    content: '';
    width: 20px;
    height: 14px;
    display: inline-block;
    background: url(/2024/images/support/icon_movie.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: -0.1em;
}
article.main section .suppportmovies {
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
article.main section .suppportmovies a {
    display: block;
    width: 47%;
}
article.main section .suppportmovies a figure {
    position: relative;
}
article.main section .suppportmovies a figure::before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background: url(/2024/images/top/btn_on.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
article.main section .suppportmovies a p {
    font-size: 12px;
    padding-top: 0.5em;
}
article.main section .suppportmovies img {
    width: 100%;
}
#pc_bnr {
    background: rgb(230 245 210);
    padding: 20px 20px;
    min-height: 100px;
}
#bnr nav {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#bnr nav a:nth-child(odd) {
    margin-right: 4%;
}
#bnr nav a {
    display: block;
    width: 48%;
    margin: 20px 0;
}
#bnr nav a img {
    width: 100%;
}
body.support_evesele article.main {
    margin-bottom: 100px;
}
body.support_evesele article.main section nav.links {
    margin-bottom: 40px;
}
body.support_evesele button#close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color: #36bac8;
    position: relative;
    line-height: 1
}
body.support_evesele button#close span {
    width: 1em;
    height: 1em;
    display: block;
    position: relative;
}
body.support_evesele button#close span::before, body.support_evesele button#close span::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #36bac8;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    transform: rotate(-45deg);
}
body.support_evesele button#close span::after {
    transform: rotate(45deg);
}
body.support_evesele a#return_selection {
    max-width: 348px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 2%;
    background: #fff;
    border: solid 2px #36bac8;
    color: #36bac8;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    justify-content: center;
    height: 60px;
    text-align: center;
    position: relative;
    line-height: 1.4;
}
body.support_evesele a#return_selection::before {
    content: '';
    width: 16px;
    height: 16px;
    border-right: solid 2px #36bac8;
    border-bottom: solid 2px #36bac8;
    transform: rotate(-225deg);
    position: absolute;
    left: 5%;
    top: calc(50% - 8px);
}
@media screen and (min-width: 640px) {
    article.main section nav.links a:not(.deactive):hover, body.support_evesele a#return_selection:hover, article.main section .suppportmovies a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 1000px) {
    article.main {
        padding: 9vw 0 0;
    }
    article.main section h1 {
        margin: 0 auto 5vw;
    }
    article.main section p.read {
        font-size: 1.6vw;
        margin-bottom: 5vw;
    }
    article.main section nav.links {
        margin-bottom: 3vw;
    }
    article.main section nav.links a {
        font-size: 1.6vw;
        height: 6vw;
    }
    article.main section nav.links a::after {
        width: 1.6vw;
        height: 1.6vw;
        top: calc(50% - 0.8vw);
    }
    article.main section nav.links .suppportmovies a, article.main section nav.links .suppportmovies a p, article.main section nav.links .suppportmovies a span {
        font-size: 1.2vw;
    }
    article.main section nav.links .suppportmovies a span::before {
        width: 2vw;
        height: 1.4vw;
    }
    #pc_bnr {
        padding: 4vw 2vw;
        min-height: 10vw;
    }
    #bnr nav a {
        margin-bottom: 4vw;
    }
}
@media screen and (max-width: 767px) {
    article.main {
        padding: 25vw 0 0;
        min-height: unset
    }
    article.main section {
        min-height: 100vw;
    }
    article.main section h1 {
        width: 90%;
        margin: 0 auto 6vw;
    }
    article.main section p.read {
        font-size: 3.6vw;
        padding: 0 4vw;
        margin-bottom: 8;
        width: 100%;
    }
    article.main section nav.links {
        width: 92%;
        margin-bottom: 10vw;
    }
    body.support_evesele article.main section nav.links {
        margin-bottom: 4vw;
    }
    article.main section nav.links a {
        width: 100%;
        font-size: 3.8vw;
        height: 14vw;
        margin-bottom: 4vw;
    }
    article.main section nav.links a::after {
        width: 3vw;
        height: 3vw;
        right: 5%;
        top: calc(50% - 1.5vw);
    }
    article.main section .suppportmovies {
        width: 92%;
        margin-bottom: 10vw;
        display: flex;
        justify-content: space-between;
    }
    article.main section .suppportmovies a {
        display: block;
        width: 48%;
    }
    article.main section .suppportmovies a figure::before {
        width: 10vw;
        height: 10vw;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
    }
    article.main section nav.links .suppportmovies {
        width: 100%;
    }
    article.main section nav.links .suppportmovies a, article.main section nav.links .suppportmovies a p, article.main section nav.links .suppportmovies a span {
        font-size: 2.8vw;
    }
    article.main section nav.links .suppportmovies a span::before {
        width: 4.6vw;
        height: 3vw;
    }
    #pc_bnr {
        display: none;
    }
    #sp_bnr {
        display: block;
        width: 100%;
        z-index: 1000;
        padding: 0;
        margin-bottom: 0;
        position: sticky;
        bottom: 14vw;
        z-index: 400;
    }
    #sp_bnr a img {
        width: 100%;
    }
    body.bnr footer {
        padding-bottom: 10vw;
    }
    #sp_bnr #bnr_close {
        width: 6vw;
        height: 6vw;
        display: block;
        background: #666;
        border-radius: 50%;
        position: absolute;
        top: -22vw;
        right: 0;
        border: solid 1px #fff;
        z-index: 1001;
    }
    #sp_bnr #bnr_close::before, #sp_bnr #bnr_close::after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        transform: rotate(45deg);
    }
    #sp_bnr #bnr_close::after {
        transform: rotate(-45deg);
    }
    article.main section .suppportmovies a p {
        font-size: 2.6vw;
    }
    body.support_evesele header#fixed_header.place_header h1 {
        padding-left: 0;
        width: 100%;
        justify-content: center;
    }
    body.support_evesele a#return_selection {
        max-width: unset;
        width: 92%;
        margin-bottom: 0;
    }
    body.bnr #pagetop{
        bottom:40vw;
    }
}