@charset "UTF-8";
/*-------------------------------------------------
共通
-------------------------------------------------*/
/* 引き継ぎスタイル：モーダル */
.modal {
    max-width: 736px;
    font-size: 20px;
    overflow: scroll;
    padding: 18px;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.modal .app-box {
    width: 128px;
    height: 128px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    margin-top: 2px;
}

.modal .app-box-ppec {
    width: 160px;
    height: 160px;
}

.modal .app-img {
    width: 100%;
}

.modal .btns img {
    height: 50px;
    width: auto;
    margin: 8px;
}

.modal .btns .ppec-text-btn {
    margin: 8px;
    height: 50px;
    width: 168px; /* Google Playの画像サイズと合わせています */
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 8px;
    border-radius: 8px;
    background-color: #E60012;
}

.modal .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal .flex .flex-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-left: 20px;
}

.modal .flex .flex-child p {
    font-size: 30px;
    text-align: left;
}

.modal .flex .btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer !important;
}

.modal .close img {
    width: 100%;
}

@media (max-width: 767px) {
    .modal .flex .btns {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .modal {
        max-width: 260px;
    }
    .modal .app-box {
        max-width: 110px;
        max-height: 110px;
        -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
                filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
        margin-bottom: 15px;
    }
    .modal .btns img {
        height: 50px;
        width: auto;
        margin-bottom: 15px;
    }
    .modal .flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .modal .flex .flex-child {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        padding-left: 0;
    }
    .modal .flex .flex-child p {
        font-size: 18px;
        text-align: center;
        width: 12em;
        margin-bottom: 15px;
    }
}

/* 引き継ぎスタイル：ガイド用 slick01 */
.slick01 li {
    height: 410px;
    padding: 0 30px;
}

.slick01 .img-box {
    width: 100%;
    margin-bottom: 20px;
}

.slick01 img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
.text-box {
    /*position: relative;*/
    font-weight: 800;
}
.text-box p {
    height: 80px;
    margin-bottom: 5px;
}
.slick-next-btn {
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
    color: #FFFFFF!important;
    background: linear-gradient(180deg, #b60014, #990014);
    border: 2px solid #770000;
}
/*-------------------------------------------------
〜 1080px
-------------------------------------------------*/
@media (max-width: 1080px) {
    .slick01 img {
        max-width: 220px;
    }
}

@media (max-width: 900px) {
    .slick01 li {
        height: 320px;
    }

    .slick01 .img-box {
        margin-bottom: 10px;
    }

    .slick01 li {
        height: 385px;
        padding: 0 10px;
    }

    .slick01 p{
        font-size: 14px;
        height: 120px;
    }
    .slick01 img {
        max-width: 195px;
    }

}

@media (max-width: 767px) {
    .slick01 img {
        max-width: 195px;
    }
}

/* 引き継ぎスタイル：おすすめグッズ セット商品販売促進コメント */
.goods-box {
    position: relative;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
    text-align: left;
}

.goods-box li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.goods-box li .goods-frame {
    background-color: #fff;
    border-radius: 15px;
    height: auto;
    max-width: 100%;
    width: 100%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    margin: 0 0 14px 0;
    color: #5566CC;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px;
}

@media (max-width: 767px) {
    .goods-box li .goods-frame {
        position: relative;
    }
}

@media (max-width: 390px) {
    .goods-box li .goods-frame {
        margin: 5px 0;
    }

    .goods-box {
        padding: 25px 0 18px;
    }

    .goods-box li {
        margin: 0;
    }

}

/* 引き継ぎスタイル：キャンペーン当選連絡用 */
.result {
    text-align: center;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 20px;
    transform: rotate(0.05deg);
}

@media (max-width: 390px) {
    .result {
        font-size: 32px;
    }
}

/* ボタン：パワスピ・ポイントクラブとは */
a.btnppc {
    width: 100%;
    max-width: 185px;
    height: 56px;
    margin: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 3px #d4000d;
    background: linear-gradient(180deg, white 0%, #e4e4e4 99.96%);
    border-radius: 28px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: #d4000d;
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 800;
    text-align: center;
    padding-top: 0.1em;
}

@media only screen and (max-width: 920px) {
    a.btnppc {
        max-width: 150px;
        height: 40px;
        font-size: 12px;
        line-height: 1.16667;
    }
}

/* ボタン：新規登録・ログイン */
a.btnmember {
    width: 100%;
    max-width: 200px;
    height: 60px;
    margin: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}

a.btnmember--signup {
    border: solid 3px #d4000d;
    background: linear-gradient(180deg, white 0%, #e4e4e4 99.96%);
    color: #d4000d;
}

a.btnmember--signup.btnmember-wide {
    max-width: 320px;
}

a.btnmember--signup span {
    background-color: #d4000d;
    color: #fff;
    font-size: 0.90476em;
    font-weight: 700;
    padding: 0.2381em 0.47619em;
    border-radius: 1em;
    margin-left: 0.28571em;
}

a.btnmember--login {
    border: solid 3px #ffffff;
    background: linear-gradient(180deg, #d4000d 0%, #b3000d 99.92%);
    color: #ffffff;
}

/*KONAMI GAMES STORE*/

a.btnmember--gamesstore {
    background: #111111;
    color: #FFFF8d;
    line-height: 1.10526;
    text-align: center;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
}

a.btnmember--gamesstore .text {
    font-size: min(14px, 1vw);
    margin-top: 2px;
}

a.btnmember--gamesstore .ic-container {
    font-size: 0;
}

a.btnmember--gamesstore .ic {
    content: "";
    display: inline-block;
    width: 2.25em;
    height: 2.25em;
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: initial;
    margin-left: 2px;
}

a.btnmember--gamesstore .jppstore {
    background-image: url(/point_group/get_image?point_group_id=ppc-jpp);
}

a.btnmember--gamesstore .psastore {
    background-image: url(/point_group/get_image?point_group_id=ppc-psa);
}

a.btnmember--gamesstore .ppecstore {
    background-image: url(/point_group/get_image?point_group_id=ppc-ppec);
}

@media only screen and (max-width: 920px) {
    a.btnmember {
        max-width: 172px;
        height: 52px;
        font-size: 18px;
    }
    a.btnmember--gamesstore .ic-container {
        margin-left: 3px;
    }
    a.btnmember--signup.btnmember-wide {
        max-width: 285px;
    }
}

/* リンク：もっと見る */
a.moreview {
    width: 180px;
    height: 38px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #666666;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #666666;
}

/*タイムライン*/
.pawaspi{
    padding-top: 40px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    background-image: url(/assets/img/common/bg_gray.png);
    background-repeat: repeat;
    background-position: top center;
    font-weight: 800;
    border-top: solid 1px #cccccc;
    /*border-bottom: solid 6px #5AB414;*/
    padding-bottom: 30px;
}
.twitter{
    width: 90%;
    height: 778px!important;
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
    border: solid 9px #5AB414;
    background: #5AB414;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    /*border-radius: 15px;*/
}
@media (max-width: 767px) {
    .pawaspi {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .twitter {
        /*height:70vh !important;*/
        overflow: hidden;
    }
}

@media only screen and (max-width: 920px) {
    a.moreview {
        width: 150px;
        height: 34px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 560px) {
    a.moreview {
        width: 120px;
        height: 30px;
        font-size: 16px;
    }
}

/* 共通インナー */
.uniinner {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 10px;
}

/* 共通見出し */
.unititle {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

@media only screen and (max-width: 920px) {
    .unititle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 560px) {
    .unititle {
        font-size: 21px;
    }
}

/* 共通レイアウト：カラム 4→2 */
.grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.grid > li {
    width: calc((100% - 42px)/4);
    margin: 0 7px 14px;
}

.grid > li:nth-child(4n+1) {
    margin-left: 0;
}

.grid > li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 560px) {
    /* 2段組 */
    .grid > li {
        width: calc((100% - 10px)/2);
        margin: 0 5px 10px;
    }
    .grid > li:nth-child(4n+1) {
        margin-left: 5px;
    }
    .grid > li:nth-child(4n) {
        margin-right: 5px;
    }
    .grid > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .grid > li:nth-child(2n) {
        margin-right: 0;
    }
}

/* 共通レイアウト：カラム 4→4 */
.grid4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.grid4 > li {
    width: calc((100% - 42px)/4);
    margin: 0 7px 14px;
}

.grid4 > li:nth-child(4n+1) {
    margin-left: 0;
}

.grid4 > li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 560px) {
    .grid4 > li {
        width: calc((100% - 18px)/4);
        margin: 0 3px 7px;
    }
}

/* デバイスサイズごとの表示切り替え */
@media only screen and (min-width: 921px) {
    .hidePC {
        display: none !important;
    }
}

@media only screen and (min-width: 561px) and (max-width: 920px) {
    .hideTB {
        display: none !important;
    }
}

@media only screen and (max-width: 560px) {
    .hideSP {
        display: none !important;
    }
}

/* ページ内リンクのためのマージン */
.innerlink {
    padding-top: 135px;
    margin-top: -135px;
}

@media only screen and (max-width: 920px) {
    .innerlink {
        padding-top: 50px;
        margin-top: -50px;
    }
}

/*-------------------------------------------------
各パート
-------------------------------------------------*/
/* ヘッダー直下 */
.first {
    padding: 165px 0 200px;
    background-image: url(/assets/img/common/bg_yellow.png);
}

.first__inner {
    width: 100%;
    max-width: 1034px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.first__inner .pc {
    display: flex;
}

.first__inner .sp {
    display: none;
}

.first__header {
    width: 100%;
    max-width: 1034px;
    margin: 10px auto;
    background-color: #F5F5F5;
    color: #111111;
    border-radius: 10px;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: rotate(0.05deg);
    padding: 4px 0 4px 2.94737em;
    letter-spacing: 1px;
    line-height: 1;
}

.first__header p{
    margin: 8px;
}

.first__about {
    width: 445px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5px;
    position: relative;
}

.first__about__head {
    width: 228px;
}

.first__member {
    width: 615px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.first__member.not_login {
    width: 540px;
}

.first__member.store {
    width: 200px;
}

.top_btn {
    display: flex;
}

@media only screen and (max-width: 920px) {
    .first {
        padding: 70px 0 120px;
    }
    .first__inner {
        max-width: 380px;
        display: block;
    }
    .first__inner .pc {
        display: none;
    }

    .first__inner .sp {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .first__header {
        max-width: 370px;
        display: block;
        padding: 10px 5px;
        border-radius: 10px;
        font-size: 15px;
    }
    .first__header img{
        display: block;
        margin: 4px auto;
    }

    .first__about {
        width: 100%;
        margin-bottom: 15px;
    }
    .first__about__head {
        width: 185px;
    }
    .first__member,
    .first__member.not_login {
        width: 100%;
    }
    .first__member.store {
        width: 50%;
        padding-bottom: 5px;
    }

    .top_btn {
        flex-wrap: wrap;
        font-size: 13px;
    }
}

@media only screen and (max-width: 560px) {
    .first__inner {
        max-width: 350px;
        display: block;
    }

    .first__header {
        font-size: 13px;
        max-width: 340px;
        width: 95%;
    }
}

/* バナー */
.signboard {
    margin: -165px 0 0;
    position: relative;
    z-index: 2;
}

.signboard__item {
    width: 585px;
    margin: 0 7px;
}

.signboard__item a {
    display: block;
    padding-bottom: 10px;
}

.signboard__item a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 920px) {
    .signboard {
        margin: -100px 0 0;
    }
    .signboard__item {
        width: 400px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 560px) {
    .signboard__item {
        width: 336px;
        margin: 0 3px;
    }
}

/* バナー：スライダー：前後ボタン */
.signboard .slick-prev,
.signboard .slick-next {
    width: 120px;
    height: calc(100% - 10px);
    z-index: 100;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
}

.signboard .slick-prev:before,
.signboard .slick-next:before {
    display: none;
}

.signboard .slick-prev:after,
.signboard .slick-next:after {
    content: "";
    width: 36px;
    height: 51px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 51px;
}

.signboard .slick-prev {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.signboard .slick-prev:after {
    left: 20px;
    background-image: url(/assets/img/top/arrow_left.svg);
}

.signboard .slick-prev:hover, .signboard .slick-prev:focus {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.signboard .slick-next {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.signboard .slick-next:after {
    right: 20px;
    background-image: url(/assets/img/top/arrow_right.svg);
}

.signboard .slick-next:hover, .signboard .slick-next:focus {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

@media only screen and (max-width: 920px) {
    .signboard .slick-prev,
    .signboard .slick-next {
        width: 70px;
    }
    .signboard .slick-prev:after,
    .signboard .slick-next:after {
        content: "";
        width: 28.8px;
        height: 40.8px;
        background-size: 28.8px 40.8px;
    }
    .signboard .slick-prev:after {
        left: 5px;
    }
    .signboard .slick-next:after {
        right: 5px;
    }
}

/* バナー：スライダー：インジケーター */
.slick-dots {
    bottom: -20px;
}

.slick-dots li {
    width: 30px;
    height: 8px;
    margin: 0 7px;
}

.slick-dots li button {
    width: 30px;
    height: 8px;
    padding: 0;
}

.slick-dots li button:before {
    width: 30px;
    height: 8px;
    content: "";
    color: #cccccc;
    opacity: 1;
    border-radius: 4px;
    background-color: #cccccc;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #d4000d;
}

@media only screen and (max-width: 560px) {
    .slick-dots {
        bottom: -10px;
    }
    .slick-dots li {
        width: 20px;
        height: 6px;
        margin: 0 3px;
    }
    .slick-dots li button:before {
        width: 20px;
        height: 6px;
    }
}

/* PAWASPI NEWS */
.pwnews {
    padding: 215px 0 30px;
    margin-top: -205px;
    background-image: url(/assets/img/common/bg_gray.png);
}

.pwnews__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.pwnews__head__select {
    width: 290px;
    height: 40px;
    position: relative;
}

@media only screen and (max-width: 920px) {
    .pwnews__head__select {
        width: 260px;
        height: 36px;
    }
}

@media only screen and (max-width: 560px) {
    .pwnews {
        padding-bottom: 20px;
    }
    .pwnews__head__select {
        width: 260px;
        height: 32px;
    }
}

/* PAWASPI NEWS：プルダウン */
.newsfilter {
    width: 100%;
    border: solid 2px #bbbbbb;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    z-index: 2;
}

.newsfilter__head {
    height: 38px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    background-image: url(/assets/img/top/pulldown.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 21px 14px;
    transition: 0.2s ease-in-out;
}

.newsfilter__head.open {
    background-image: url(/assets/img/top/pulldown_up.svg);
}

.newsfilter__body {
    top: 38px;
    left: 0;
    display: none;
    padding: 0 10px;
}

.newsfilter__body > li {
    border-top: solid 1px #bbbbbb;
}

.newsfilter__body > li a {
    padding: 12px 0;
    display: block;
}

@media only screen and (max-width: 920px) {
    .newsfilter {
        font-size: 16px;
    }
    .newsfilter__head {
        height: 34px;
        background-size: 16.8px 11.2px;
    }
}

@media only screen and (max-width: 560px) {
    .newsfilter {
        font-size: 15px;
    }
    .newsfilter__head {
        height: 30px;
        background-size: 14.7px 9.8px;
    }
}

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

    .newsfilter {
        font-size: 13px;
        white-space: nowrap;
    }
}

/* PAWASPI NEWS：一覧 */
.pwnews__list {
    margin-bottom: 20px;
}

.pwnews__list > li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.pwnews__list > li img {
    width: 100%;
    height: auto;
}

.pwnews__list__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
    min-height: 39px;
}

.pwnews__list__date {
    font-size: 16px;
    font-weight: 700;
}

.pwnews__list__read {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    color: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 3px;
}

.pwnews__list__read.notyet {
    background-color: #cccccc;
}

.pwnews__list__read.done {
    background-color: #dd0000;
}

.pwnews__list__lead {
    padding: 8px;
    background-color: #e6e6e6;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.pwnews__list__title {
    padding: 5px 8px 0 8px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

.pwnews__list__label {
    padding: 8px 8px 0 8px;
}

.pwnews__list__label > li {
    display: inline-block;
    padding: 0.25em 0.5em;
    margin-bottom: 4px;
    background-color: #666666;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
}

.pwnews__list__bottom {
    padding-bottom: 4px;
}

@media only screen and (max-width: 920px) {
    .pwnews__list {
        margin-bottom: 20px;
    }
    .pwnews__list__head {
        padding: 5px;
        min-height: 30px;
    }
    .pwnews__list__date {
        font-size: 13px;
    }
    .pwnews__list__read {
        font-size: 13px;
    }
    .pwnews__list__lead {
        padding: 5px;
        font-size: 13px;
        letter-spacing: -0.05em;
    }
    .pwnews__list__title {
        padding: 5px 5px 0 5px;
        font-size: 13px;
        -webkit-transform: rotate(0.05deg);
                transform: rotate(0.05deg);
    }
    .pwnews__list__label {
        padding: 5px 5px 0 5px;
    }
    .pwnews__list__label > li {
        margin-bottom: 2px;
        border-radius: 2px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 560px) {
    .pwnews__list {
        margin-bottom: 10px;
    }
}

/* おすすめ交換アイテム */
.goods {
    padding: 40px 0 30px;
    background-image: url(/assets/img/common/bg_yellow.png);
}

.goods__head {
    margin-bottom: 40px;
}

.goods__list {
    margin-bottom: 16px;
}

.goods__list > li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 6px 6px 15px 6px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.goods__list > li a.new:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/img/common/ic_new.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70px 70px;
}

.goods__list > li img {
    width: 100%;
    height: auto;
}

.goods__list__top {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}

.goods__list__title {
    padding: 2px 5px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

.goods__list__point {
    width: 165px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #4c66cf;
    background-image: url(/assets/img/common/ic_p.svg);
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px 0 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
}

@media only screen and (max-width: 920px) {
    .goods {
        padding: 30px 0 25px;
    }
    .goods__head {
        margin-bottom: 30px;
    }
    .goods__list {
        margin-bottom: 16px;
    }
    .goods__list > li a {
        padding: 4px 4px 10px 4px;
        border-radius: 8px;
    }
    .goods__list > li a.new:before {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .goods__list__title {
        padding: 2px 4px 10px 4px;
        font-size: 14px;
    }
    .goods__list__point {
        width: 110px;
        height: 28px;
        margin: 0 auto;
        border-radius: 15px;
        background-position: left 3px center;
        background-repeat: no-repeat;
        background-size: 22px 22px;
        padding: 0 10px 0 0;
        font-size: 17px;
    }
}

@media only screen and (max-width: 560px) {
    .goods {
        padding: 25px 0 15px;
    }
    .goods__head {
        margin-bottom: 20px;
    }
    .goods__list {
        margin-bottom: 7px;
    }
    .goods__list > li a {
        padding: 4px 4px 5px 4px;
    }
    .goods__list > li a.new:before {
        width: 9vw;
        height: 9vw;
        background-size: 100%;
    }
    .goods__list__point {
        max-width: 90%;
        height: 18px;
        background-size: 14px 14px;
        padding: 0 2vw 0 0;
        font-size: 2.6vw;
    }
}

/* アプリと連携してポイントをGET! */
.applink {
    padding: 40px 0;
    background-image: url(/assets/img/common/bg_gray.png);
}

.applink__head {
    margin-bottom: 20px;
}

.applink__follow {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 35px;
    text-align: center;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.applink__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.applink__list > li {
    width: 32.03125%;
    max-width: 328px;
    margin-bottom: 15px;
}

.applink__list > li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 56px;
    padding: 0 25px 0 2px;
    border: solid 2px #999999;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.applink__list > li a img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.applink__list > li a p {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

@media only screen and (max-width: 920px) {
    .applink {
        padding: 35px 0;
    }
    .applink__follow {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .applink__list > li a p {
        font-size: 16px;
    }
    .applink__list > li a p.applink_ppec {
        font-size: 13px;
    }
}

@media only screen and (max-width: 560px) {
    .applink {
        padding: 25px 0;
    }
    .applink__head {
        margin-bottom: 15px;
    }
    .applink__follow {
        font-weight: 500;
    }
    .applink__list {
        display: block;
        -webkit-justify-content: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit;
    }
    .applink__list > li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 10px;
    }
    .applink__list > li a {
        height: 48px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    .applink__list > li a img {
        width: 44px;
        height: 44px;
        margin-right: 5px;
    }
    .applink__list > li a p.applink_ppec,
    .applink__list > li a p {
        font-size: 15px;
    }
}

/* パワスピ・ポイントクラブをはじめよう! */
.letsstart {
    padding: 40px 0 35px;
    background-color: #f0f0f0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.letsstart__head {
    margin-bottom: 40px;
}

.letsstart__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.letsstart__list__item {
    width: 24.5vw;
    max-width: 256px;
    padding-bottom: 5px;
    margin: 0 5px;
}

.letsstart__list__item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.letsstart__list__item p {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 700;
}

.letsstart__list__howto {
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.letsstart__list__regist {
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background-image: url(/assets/img/common/bg_yellow.png);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.letsstart__list__regist img {
    margin-top: 20px;
}

.letsstart__list__regist p {
    margin-bottom: 15px;
}

.letsstart__list__regist a.btnmember {
    width: calc(100% - 3px*2);
    max-width: inherit;
    margin: 0 3px 5px;
}

@media only screen and (max-width: 920px) {
    .letsstart {
        padding: 30px 0 25px;
    }
    .letsstart__head {
        margin-bottom: 20px;
    }
    .letsstart__list__item p {
        font-size: 13px;
    }
    .letsstart__list__regist img {
        margin-top: 10px;
    }
    .letsstart__list__regist p {
        margin-bottom: 5px;
    }
    .letsstart__list__regist a.btnmember {
        font-size: 2.05078vw;
    }
}

@media only screen and (max-width: 560px) {
    .letsstart {
        padding: 20px 0 15px;
    }
    .letsstart__head {
        line-height: 1.33333;
    }
    .letsstart__list__item {
        width: 220px;
        height: 280px;
    }
    .letsstart__list__regist a.btnmember {
        font-size: 18px;
    }
    .letsstart .slick-dots {
        bottom: -20px;
    }
}

/* リンク集 */
.gamelink {
    padding: 40px 0;
    background-image: url(/assets/img/common/bg_gray.png);
}

.gamelink__head {
    margin-bottom: 40px;
}

.gamelink__title {
    display: block;
    padding: 0 15px 0 45px;
    font-size: 18px;
    font-weight: bold;
    margin: 12px 2px;
    position: relative;
    line-height: 40px;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

.gamelink__title::before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: auto 24px;
    background-position: center center;
    background-repeat:no-repeat;
}
.web{
    color: #33bb66;
}
.sns{
    background-size: auto 20px;
    color: #ffa200;
}

.web::before {
    background-image: url(/assets/img/top/web.png);
}

.sns::before {
    background-image: url(/assets/img/top/sns.png);
}

@media only screen and (max-width: 920px) {
    .gamelink {
        padding: 30px 0;
    }
    .gamelink__head {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 560px) {
    .gamelink {
        padding: 20px 0;
    }
    .gamelink__head {
        margin-bottom: 20px;
    }
}

/* リンク集：一覧 */
.gamelink__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.gamelink__list .games-store{
    background: #000000;
    color: #ffff8d;
    border-radius: 10px;
}

.gamelink__list > li {
    width: 24%;
    margin: 0 5px 15px;
    padding: 5px;
    /*border-right: solid 1px #cccccc;*/
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    background-color: #ffffff;
    position: relative;
}

.gamelink__list__btn {
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
}

.gamelink__list > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/*.gamelink__list > li:nth-child(3n) {*/
/*    border-right: none;*/
/*}*/

.gamelink__list > li > a > img {
    width: 80px;
    height: 80px;
    margin-right: 5px;
}

.gamelink__list > li > a > img.gamelink_full_img {
    width: 74px;
    height: 74px;
    margin: 4px 6px 2px 5px;
}

.gamelink__list > li > a > img.gamelink_full_img2 {
    width: 68px;
    height: 68px;
    margin: 7px 9px 5px 8px;
}

.gamelink__list__body {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.gamelink__list__body__text {
    padding-top: 5px;
}

.gamelink__list__body__lead {
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3px;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);

}

.gamelink__list__body__title {
    font-size: 13px;
    line-height: 1.125;
    font-weight: 700;
    margin-bottom: 8px;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}


/*.gamelink__list__body__btn {*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    margin-left: -3px;*/
/*}*/

/*.gamelink__list__body__btn > li {*/
/*    margin-right: -2px;*/
/*}*/

/*.gamelink__list__body__btn > li a {*/
/*    display: block;*/
/*    width: 5.1vw;*/
/*    max-width: 56px;*/
/*}*/

/*.gamelink__list__body__btn > li a img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

@media only screen and (max-width: 920px) {
    .gamelink__list > li {
        width: 48%;
    }
    /*.gamelink__list > li:nth-child(3n) {*/
    /*    border-right: solid 1px #cccccc;*/
    /*}*/
    /*.gamelink__list > li:nth-child(2n) {*/
    /*    border-right: none;*/
    /*}*/
    .gamelink__list__body__btn > li a {
        width: 7vw;
    }
}

@media only screen and (max-width: 560px) {
    .gamelink__list {
        display: block;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .gamelink__list > li {
        width: 100%;
        padding-left: 3px;
    }

    .gamelink__list > li > img {
        margin-right: 10px;
    }

    .gamelink__list__body__title {
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .gamelink__list__body__btn > li a {
        width: 56px;
    }
}

/* 種々のリンク集 : 一覧 */
.misclink__list {
    display: flex;
    flex-wrap: wrap;
}

.misclink__list > li {
    margin: 0 5px 15px;
}

@media only screen and (max-width: 920px) {
    .misclink__list > li {
        width: 48%;
    }
}

@media only screen and (max-width: 560px) {
    .misclink__list > li {
        width: 100%;
    }
}

/* リンク集：みんなでパワプロ */
.gamelink__pawapro {
    padding: 0 0 0 5px;
}

.gamelink__pawapro a {
    width: 330px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 10px;
}

.gamelink__pawapro a img {
    width: 60px;
    height: 60px;
}

.gamelink__pawapro__body {
    padding-left: 5px;
}

.gamelink__pawapro__body__title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    background-image: url(/assets/img/top/pawapro_music_web.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.6em 1.6em;
    padding-left: 1.75em;
    margin-bottom: 0.25em;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

.gamelink__pawapro__body__text {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

@media only screen and (max-width: 920px) {
    .gamelink__pawapro {
        padding: 0 0 0 10px;
    }
    .gamelink__pawapro a {
        width: calc(100% - 10px);
    }
    .gamelink__pawapro__body__title {
        font-size: 15px;
    }
    .gamelink__pawapro__body__text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 560px) {
    .gamelink__pawapro {
        padding: 0 10px;
    }
    .gamelink__pawapro a {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        height: 80px;
    }
    .gamelink__pawapro__body__title {
        font-size: 14px;
    }
    .gamelink__pawapro__body__text {
        font-size: 13px;
        line-height: 1.23077;
    }
}


/* ゲーム開発者中途採用 */
.joblink__pawapro img {
   height: 86px;
}

.joblink__pawapro a {
   display: flex;
}

@media only screen and (max-width: 920px) {
    .joblink__pawapro {
        padding: 0 0 0 10px;
    }
}

@media only screen and (max-width: 560px) {
    .joblink__pawapro a {
        justify-content: center;
    }
}

/*-------------------------------------------------
会員
-------------------------------------------------*/
/* 会員：ポイント数 */
.pointnum {
    width: 100%;
    max-width: 185px;
    height: 56px;
    margin: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: linear-gradient(180deg, black 0%, #666666 100%);
    opacity: 0.9;
    border-radius: 28px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    position: relative;
}

.pointnum:before {
    content: "";
    width: calc(100% - 3px*2);
    height: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 25px 25px 0px 0px;
    background: linear-gradient(0deg, black 0%, white 100%);
    opacity: 0.5;
    z-index: 2;
}

.pointnum:after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/assets/img/common/ic_p_gold.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    z-index: 3;
}

.pointnum span {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    padding-right: 0.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 4;
}

.campaign-point {
    width: 100%;
    max-width: 185px;
    margin-right: 10px;
    border-radius: 28px;
}

.campaign-point .alert {
    position: absolute;
    top: -6px;
    right: 0px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: auto 35px;
    background-position: center right;
    background-repeat:no-repeat;
    background-image: url(/assets/img/alert.png);
    border-radius: 50%;
}

@media only screen and (max-width: 920px) {
    .pointnum {
        max-width: 140px;
        height: 40px;
        border-radius: 20px;
    }
    .pointnum:before {
        content: "";
        width: calc(100% - 2px*2);
        top: 2px;
        left: 2px;
        border-radius: 18px 18px 0px 0px;
    }
    .pointnum:after {
        content: "";
        width: 32px;
        height: 32px;
        left: 4px;
        background-size: 32px 32px;
    }
    .pointnum span {
        font-size: 20px;
    }

    .campaign-point {
        max-width: 140px;
    }

    .campaign-point .alert {
        width: 30px;
        height: 30px;
        background-size: auto 30px;
    }
}

/* 会員：ポイントをためる・ポイントをつかう */
a.btnmember--pointsave {
    border: solid 3px #009922;
    background: linear-gradient(180deg, white 0%, #e6e6e6 100%);
    color: #009922;
    font-size: 19px;
    line-height: 1.10526;
    text-align: left;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.94737em;
    position: relative;
}

a.btnmember--pointsave:before {
    content: "";
    width: 2.10526em;
    height: 2em;
    position: absolute;
    top: 50%;
    left: 1.57895em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/assets/img/common/ic_psave.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 2.10526em 2em;
}

a.btnmember--pointsave span {
    display: block;
    width: 47px;
    height: 53px;
    position: absolute;
    top: -27px;
    right: -17px;
    background-image: url(/assets/img/common/ic_psave_shoulder.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 47px 53px;
    color: #fff;
    text-align: center;
    z-index: 2;
}

a.btnmember--pointsave span.digit1 {
    /* 数値の桁数＝1 */
    font-size: 21px;
    line-height: 2.6;
}

a.btnmember--pointsave span.digit2 {
    /* 数値の桁数＝2 */
    font-size: 20px;
    line-height: 2.7;
}

a.btnmember--pointsave span.digit3 {
    /* 数値の桁数＝3 */
    font-size: 15px;
    line-height: 3.6;
}

a.btnmember--pointuse {
    border: solid 3px #4c66cf;
    background: linear-gradient(180deg, white 0%, #e6e6e6 100%);
    color: #4c66cf;
    font-size: 19px;
    line-height: 1.10526;
    text-align: left;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.94737em;
    position: relative;
}

a.btnmember--pointuse:before {
    content: "";
    width: 2.10526em;
    height: 2em;
    position: absolute;
    top: 50%;
    left: 1.57895em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/assets/img/common/ic_puse.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 2.10526em 2em;
}

@media only screen and (max-width: 920px) {
    a.btnmember--pointsave, a.btnmember--pointuse {
        font-size: 16px;
        line-height: 1.0625;
        padding-left: 3.75em;
    }
    a.btnmember--pointsave:before, a.btnmember--pointuse:before {
        left: 0.5em;
    }

    a.btnmember--gamesstore{
        max-width: 285px;
        font-size: 14px;
        border-radius: 10px;
        height: 40px;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }

    a.btnmember--gamesstore .text {
        font-size: 14px;
        margin-top: 0;
        flex: 1;
    }

    a.btnmember--pointsave span {
        width: 41px;
        height: 45px;
        top: -24px;
        right: -15px;
        background-size: 41px 45px;
    }
    a.btnmember--pointsave span.digit1 {
        font-size: 18px;
        line-height: 2.6;
    }
    a.btnmember--pointsave span.digit2 {
        font-size: 16px;
        line-height: 2.8;
    }
    a.btnmember--pointsave span.digit3 {
        font-size: 12px;
        line-height: 3.8;
    }
}

@media only screen and (max-width: 920px) {
    a.btnmember--gameestore {
        font-size: 13px;
    }
}

/* 会員：プリと連携してポイントをGET! */
.applink__list > li a.chain {
    position: relative;
    opacity: 0.6;
}

.applink__list > li a.chain:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -2px;
    right: -2px;
    border-radius: 0px 5px;
    background-color: #999999;
    background-image: url(/assets/img/top/applink_ic_chain.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.applink__list > li a.chain.active {
    opacity: 1;
    border: solid 2px #ed0000;
}

.applink__list > li a.chain.active:after {
    background-color: #ed0000;
}

@media only screen and (max-width: 920px) {
    .applink__list > li a.chain:after {
        width: 25px;
        height: 25px;
        background-size: 16px 16px;
    }
}

/* CLUB INFO */
.clubinfo {
    padding: 40px 0 55px;
    background-color: #f0f0f0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.clubinfo__head {
    margin-bottom: 40px;
}

.clubinfo__head a {
    color: #000000;
    padding-right: 1em;
    background-image: url(/assets/img/common/arrow_right.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.6em 0.96667em;
}

.clubinfo__list {
    width: 100%;
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
}

.clubinfo__list > li {
    border-top: solid 1px #cccccc;
}

.clubinfo__list > li:last-child {
    border-bottom: solid 1px #cccccc;
}

.clubinfo__list > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 22px 0;
}

.clubinfo__list__date {
    width: 8em;
    font-weight: 700;
}

.clubinfo__list__title {
    width: calc(100% - 8em);
    font-weight: 500;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

@media only screen and (max-width: 920px) {
    .clubinfo {
        padding: 25px 0 0;
    }
    .clubinfo__head {
        margin-bottom: 25px;
    }
    .clubinfo__list {
        padding: 0 15px;
    }
    .clubinfo__list > li:last-child {
        border-bottom: none;
    }
    .clubinfo__list > li > a {
        font-size: 14px;
        padding: 10px 0;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .clubinfo__list__date {
        width: 100%;
        margin-bottom: 5px;
    }
    .clubinfo__list__title {
        width: 100%;
        line-height: 1.42857;
    }
}

/* 小さいSP */
@media screen and (max-width: 374px) {
    html {
        font-size: 2.667vw;
    }

}

/* SNSシェア ポップアップ */
.sns-post-hide {
    display: none;
}

.sns-post-banner {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 90%;
    max-width: 360px;
    margin-left: min(5%, 30px);
}

.sns-post-banner .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 10px 8px 10px 10px;
    border-radius: 5px 40px 40px 5px;
    background: rgb(255, 255, 102, 0.8);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.sns-post-banner .thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.sns-post-banner .description {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    margin: 0 10px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.sns-post-banner .post-button {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    text-align: center;
    color: white;
    border-radius: 100%;
    background: linear-gradient(#ff0000, #cc0000);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.sns-post-banner .close {
    position: relative;
    top: -92px;
    left: -12px;
    width: 25px;
    border-radius: 100%;
    box-shadow: 0 1px 5px 0 black;
}

@media only screen and (max-width: 920px) {
    .sns-post-banner .description {
        font-size: 13px;
    }
}
