@charset "UTF-8";

/* --------------------------------------------------
 keyvisual
-------------------------------------------------- */

#keyvisual {
    text-align: center;
    padding: 20px 0;
}

#keyvisual .inner {
    background: #111;
    max-width: 1200px;
    border-radius: 8px;
    padding: 10px 10px 0 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#keyvisual .home-slide {
    width: 68.4%;
    margin-right: 10px;
}

#keyvisual .home-contact {
    width: calc(31.6% - 10px);
}

#keyvisual .home-contact .blc {
    margin-bottom: 10px;
}

@media screen and (max-width: 585px) {
    #keyvisual .home-slide {
        width: 100%;
        margin-right: 0;
    }
    #keyvisual .home-contact {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    #keyvisual .home-contact .blc {
        width: 49%;
    }
    #keyvisual .home-contact .blc:first-child {
        display: none;
    }
}

/* --------------------------------------------------
 home-game
-------------------------------------------------- */

#home-game {
    text-align: center;
    margin-bottom: 10px;
}

/* --------------------------------------------------
 welcome
-------------------------------------------------- */

#welcome {
    padding: 50px 0;
}

#welcome .inner {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 1200px;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

#welcome h1 {
    text-align: center;
    margin-bottom: 10px;
}

#welcome p {
    line-height: 1.6;
}

#welcome .logo {
    max-width: 380px;
    text-align: center;
    margin: 20px auto 30px;
    position: relative;
    z-index: 1;
}

#welcome .txt-blc {
    position: relative;
    z-index: 1;
}

#welcome .txt-blc h1 {
    color: #09C;
    font-size: 180%;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

#welcome .txt-blc h2 {
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

#welcome .txt-blc h3 {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

#welcome .txt-blc .img {
    max-width: 60%;
    text-align: center;
    margin: 15px auto;
}

#welcome .txt-blc .img.full-w {
    max-width: none;
}

@media screen and (max-width: 767px) {
    #welcome .logo {
        max-width: 240px;
    }
    #welcome .txt-blc h1 {
        font-size: 140%;
    }
    #welcome .txt-blc h2 {
        font-size: 120%;
    }
    #welcome .txt-blc h3 {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    #welcome .logo {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    #welcome .txt-blc .img {
        max-width: 100%;
    }
}

/* --------------------------------------------------
 summarize
-------------------------------------------------- */

#summarize {
    padding: 50px 0;
}

#summarize .inner {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 1200px;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

#summarize h1 {
    text-align: center;
    margin-bottom: 10px;
}

#summarize p {
    line-height: 1.6;
}

#summarize .logo {
    max-width: 380px;
    text-align: center;
    margin: 20px auto 30px;
    position: relative;
    z-index: 1;
}

#summarize .txt-blc {
    position: relative;
    z-index: 1;
}

#summarize .txt-blc h1 {
    color: #09C;
    font-size: 180%;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

#summarize .txt-blc h2 {
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

#summarize .txt-blc h3 {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

#summarize .txt-blc .img {
    max-width: 60%;
    text-align: center;
    margin: 15px auto;
}

#summarize .txt-blc .img.full-w {
    max-width: none;
}

@media screen and (max-width: 767px) {
    #summarize .logo {
        max-width: 240px;
    }
    #summarize .txt-blc h1 {
        font-size: 140%;
    }
    #summarize .txt-blc h2 {
        font-size: 120%;
    }
    #summarize .txt-blc h3 {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    #summarize .logo {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    #summarize .txt-blc .img {
        max-width: 100%;
    }
}

/* --------------------------------------------------
 compare
-------------------------------------------------- */

#compare {
    padding: 50px 0;
}

#compare .inner {
    max-width: 1200px;
    margin: auto;
}

#compare table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

#compare table tr {
    border-bottom: #fff solid 1px;
}

#compare table td {
    color: #111;
    padding: 10px 5px;
    font-size: 12px;
}

#compare .compare-head {
    color: #fff;
    font-size: 18px;
    background: #0065cf;
}

#compare .compare-lsm99 {
    background: #ffde46;
    color: #111;
    font-size: 14px;
}

#compare .compare-other {
    background: #ccc;
    color: #111;
    font-size: 14px;
}

#compare .compare-name {
    font-weight: bold;
    background: #fff;
    color: #111;
}

#compare .topic {
    background: #ecf2ff;
    color: #111;
}

#compare .checkmark {
    text-align: center;
    color: #00ba00;
    font-weight: bold;
}

#compare .cross {
    text-align: center;
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #compare table td {
        font-size: 10px;
    }
    #compare .compare-head {
        font-size: 14px;
    }
    #compare .compare-lsm99 {
        font-size: 11px;
    }
    #compare .compare-other {
        font-size: 11px;
    }
}

/* --------------------------------------------------
 promotion
-------------------------------------------------- */

#promotion {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 50px 0;
    position: relative;
}

#promotion::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background: linear-gradient(90deg, transparent, #06c 30%, #06c 70%, transparent);
}

#promotion::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background: linear-gradient(90deg, transparent, #06c 30%, #06c 70%, transparent);
}

#promotion .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

#promotion .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#promotion .list .item {
    width: 49%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    transition: all .4s;
}

#promotion .list .item:hover {
    transform: scale(1.05);
}

#promotion .list .item:nth-child(2n+2) {
    margin-right: 0;
}

#promotion .list .item:last-child {
    margin-right: 0;
}

#promotion .list .item img {
    background-image: linear-gradient(180deg,#251f14,#0f0e0a),linear-gradient(180deg,#a78059 -30%,#f2d7a9 22%,#715236 72%,#f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box,border-box;
    width: 100%;
    border-radius: 10px;
    padding: 2px;
}

/*@media screen and (max-width: 767px) {*/
/*    #promotion .list .item {*/
/*        width: 49%;*/
/*    }    */
/*    #promotion .list .item:nth-child(3n+3) {*/
/*        margin-right: 2%;*/
/*    }*/
/*    #promotion .list .item:nth-child(2n+2) {*/
/*        margin-right: 0;*/
/*    }*/
/*    #promotion .list .item:last-child {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

@media screen and (max-width: 480px) {
    #promotion .list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }
    #promotion .list .item {
        width: 100%;
    }    
}
/* --------------------------------------------------
 news-post
-------------------------------------------------- */

#news-post {
    padding: 50px 0;
    position: relative;
}

#news-post .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

#news-post .btn-style03 {
    text-align: center;
    margin-top: 20px;
}

/* --------------------------------------------------
 article-post
-------------------------------------------------- */

#article-post {
    padding: 50px 0;
    position: relative;
}

#article-post .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

#article-post .btn-style03 {
    text-align: center;
    margin-top: 20px;
}

/* --------------------------------------------------
 howto
-------------------------------------------------- */

#howto {
    padding: 50px 0;
    position: relative;
}

#howto .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

#howto .btn-style03 {
    text-align: center;
    margin-top: 20px;
}

#howto .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#howto .list .item {
    width: 32%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    transition: all .4s;
}

#howto .list .item:hover {
    transform: scale(1.05);
}

#howto .list .item:nth-child(3n+3) {
    margin-right: 0;
}

#howto .list .item:last-child {
    margin-right: 0;
}

#howto .list .item a {
    text-decoration: none;
    display: block;
    position: relative;
}

#howto .list .item img {
    background-image: linear-gradient(180deg,#251f14,#0f0e0a),linear-gradient(180deg,#a78059 -30%,#f2d7a9 22%,#715236 72%,#f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box,border-box;
    width: 100%;
    border-radius: 10px;
    padding: 2px;
}

#howto .list .item .subj {
    background-image: linear-gradient( rgba(0, 0, 0, 0.059),rgba(0, 0, 0, 0.859));
    color: #fff;
    text-align: left;
    font-size: 110%;
    font-weight: 600;
    width: calc(100% - 4px);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 15px;
    margin: 0 2px 2px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;
}

@media screen and (max-width: 767px) {
    #howto .list .item {
        width: 49%;
    }    
    #howto .list .item:nth-child(3n+3) {
        margin-right: 2%;
    }
    #howto .list .item:nth-child(2n+2) {
        margin-right: 0;
    }
    #howto .list .item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #howto .list .item .subj {
        font-size: 90%;
        padding: 4px 10px;
    }
}

/* --------------------------------------------------
 review
-------------------------------------------------- */

#review {
    padding: 50px 0;
    position: relative;
}

#review .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

#review .btn-style03 {
    text-align: center;
    margin-top: 20px;
}

/* --------------------------------------------------
 faq
-------------------------------------------------- */

#faq {
    padding: 50px 0;
    position: relative;
}

#faq .inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

#faq .list {
    width: 100%;
    box-sizing: border-box;
}

#faq .list .accordion {
    background: rgb(48, 48, 48);
    background-origin: border-box;
    border-radius: 10px;
    padding: 2px;
    margin-bottom: 10px;
}

#faq .list .accordion .accord-ttl {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 10px;
    line-height: 1.2;
    padding: 15px 15px 15px 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

#faq .list .accordion .accord-ttl.onclick {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#faq .list .accordion .accord-ttl::before {
    content: "\f0da";
    color: #fd5;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 14px;
    left: 15px;
}

#faq .list .accordion .accord-ttl.onclick::before {
    content: "\f0d8";
}

#faq .list .accordion .accord-content {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.6;
    padding: 15px;
}