@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;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    margin-top: 2px;
}

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

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

.modal .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

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

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

.modal .flex .btns {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@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;
        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: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
    }

    .modal .flex .flex-child {
        display: flex;
        flex-direction: column;
        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;
}

/* 左右の矢印を非表示に */
#guide .slick-arrow {
    display: none !important;
}

.text-box {
    /*position: relative;*/
    font-weight: bold;
}

.text-box p {
    height: 80px;
    margin-bottom: 5px;
}

.slick-next-btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
    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;
}

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

/* ボタン：遊戯王デュエリストポイント公式サイトとは */
a.btnydp {
    color: #333333;
    font-size: 15px;
    text-align: center;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    a.btnydp:hover {
        filter: contrast(3);
        transform: scale(1.025);
    }
}


/* ボタン：新規登録・ログイン */
a.btnmember {
    width: 100%;
    max-width: 240px;
    height: 55px;
    display: flex;
    justify-content: 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: bold;
    text-align: center;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    a.btnmember:hover {
        filter: contrast(3);
        transform: scale(1.025);
    }
}

a.btnmember--signup {
    border: solid 2px #e80013;
    background: linear-gradient(180deg, #f7f7f7 0%, #ccccdd 100%);
    color: #e80013;
    font-size: 17px;
    text-shadow: 0px 1px 0px #ffffff;
}

a.btnmember--signup span {
    background-color: #e80013;
    color: #fff;
    text-shadow: none;
    padding: 0.4em 0.7em;
    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 {
    max-width: 180px;
    background: linear-gradient(120deg, #5353ed 0%, #1313bc 100%);
    color: #333333;
    line-height: 1.10526;
    text-align: center;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
}

a.btnmember--gamesstore .text {
    font-size: 14px;
    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;
}

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

    a.btnmember--gamesstore .ic-container {
        margin-left: 3px;
    }

    a.btnmember--signup {
        font-size: 17px;
        margin: 0 5px 0 0;
    }

    a.btnmember--signup.btnmember-wide {
        max-width: 285px;
        width: calc(70% - 5px);
    }
}

/* リンク：もっと見る */
a.moreview {
    width: 180px;
    height: 38px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #666666;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #666666;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    a.moreview:hover {
        background-color: rgba(255, 255, 255, 0.5);
        filter: contrast(3);
        transform: scale(1.025);
    }
}

/*タイムライン*/
.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) {
    .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: 1010px;
    margin: 0 auto;
    padding: 0 10px;
}

/* 共通見出し */
.unititle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

@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: flex;
    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: flex;
    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: 229px 0 200px;
    background-image: url(/assets/img/bg_star_black.png);
}

.first__inner {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
}

.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;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 4px 2.94737em;
    letter-spacing: 1px;
    line-height: 1;
}

.first__header p {
    margin: 8px;
}

.first__about {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.first__about__head {
    height: 52px;
}

.first__about__head img {
    margin: 0 5px;
    height: 100%;
}

a.first__about__link {
    width: 30px;
    height: 30px;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #b60014;
    color: white;
    font-weight: 900;
    border-radius: 1.5em;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0 4px;
}

a.first__about__link img {
    width: 100%;
    height: 100%;
}

.first__member {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.first__member__point {
    width: 338px;
    background: linear-gradient(rgba(17, 17, 17, 0.8), rgba(102, 102, 102, 0.8));
    border-radius: 8px;
    padding: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
    position: relative;
}

.first__member__point .buttons {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.first__member__point .buttons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    color: #555555;
    font-weight: bold;
    text-shadow: 0px 1px 0px #ffffff;
    background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
    transition: 0.3s ease-in-out;
}

.first__member__point .buttons a p {
    height: 23px;
    line-height: 23px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .first__member__point .buttons a:hover {
        filter: contrast(0.8);
    }

    .first__member__point .buttons a:hover>p {
        transform: scale(1.05);
    }
}

.first__member__point .buttons .get {
    border-right: solid 1px #dbdbdb;
}

.first__member__point .buttons .get p {
    background-image: url(/assets/img/ic_get2.png);
    background-size: 23px auto;

}

.first__member__point .buttons .use {
    border-left: solid 1px #fff;
}

.first__member__point .buttons .use p {
    background-image: url(/assets/img/ic_use2.png);
    background-size: 22px auto;
}

.first__member__point .pop-count {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    color: #FFF;
    width: auto;
    height: auto;
    padding: 3px 4.5px;
    background: #e60012;
    filter: drop-shadow(0px 1px 1px #333);
    position: absolute;
    left: 125px;
    top: 35px;
    z-index: 1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #FFF;
    min-width: 1.75em;
}

.first__member.store {
    width: 200px;
}

.top_btn {
    display: flex;
}

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

    .first__inner {
        max-width: 380px;
        margin-top: 50px;
    }

    .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 {
        height: 40px;
    }

    a.first__about__link {
        width: 27px;
        height: 27px;
        padding: 6px;
    }

    .first__member.store {
        width: 50%;
        padding-bottom: 5px;
    }

    .first__member__point .buttons {
        width: 100%;
        height: 30px;
        flex-direction: row;
        border-radius: 0 0 6px 6px;
    }

    .first__member__point .buttons .get {
        border: 0;
        border-right: solid 1px #ccc;
    }

    .first__member__point .buttons .use {
        border: 0;
        border-left: solid 1px #fff;
    }

    .first__member__point .buttons a {
        width: 50%;
        height: 100%;
        font-size: 16px;
        font-weight: 900;
    }

    .first__member__point .buttons .use,
    .first__member__point .buttons .get {
        background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
    }

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

@media only screen and (max-width: 560px) {
    .first {
        padding: 134px 0 110px;
    }

    .first__inner {
        width: 90%;
        max-width: 370px;
        display: block;
        margin-bottom: 10px;
    }

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

@media only screen and (max-width: 360px) {
    .first__inner {
        width: 98%;
    }
}

/* バナー */
.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;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .signboard__item a:hover {
        filter: contrast(1.5);
    }
}

.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;
    transform: inherit;
    transition: 0.3s ease-in-out;
}

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

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

.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/arrow_left.svg);
    transition: 0.3s ease-in-out;
}

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

.signboard .slick-prev:hover::after {
    left: 10px;
}

.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/arrow_right.svg);
    transition: 0.3s ease-in-out;
}

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

.signboard .slick-next:hover::after {
    right: 10px;
}

@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: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 7px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
}

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

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

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

.ydpnews__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ydpnews__head__title {
    text-align: left;
    width: calc((100% - 10px) / 2);
}

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

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

@media only screen and (max-width: 560px) {
    .ydpnews {
        padding-bottom: 20px;
        padding-top: 135px;
        margin-top: -135px;
    }

    .ydpnews__head__select {
        height: 32px;
    }
}

/* KONAMI Gamesストア：プルダウン */
.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: bold;
    position: absolute;
    z-index: 3;
}

.newsfilter__head {
    height: 38px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-image: url(/assets/img/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/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;
    }
}

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

.ydpnews__list>li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .ydpnews__list>li a:hover {
        transform: scale(1.025);
    }

    .ydpnews__list>li a:hover img {
        filter: contrast(1.5);
    }
}

.ydpnews__list>li img {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
}

.ydpnews__list__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    min-height: 39px;
}

.ydpnews__list__date {
    font-size: 16px;
    font-weight: bold;
}

.ydpnews__list__read {
    font-size: 1px;
    line-height: 1;
    white-space: nowrap;
    color: #ffffff;
    width: 21px;
    height: 21px;
}

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

.ydpnews__list__read.done {
    position: relative;
}

.ydpnews__list__read.done::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    right: 0;
    background-image: url(/assets/img/ic_alert.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: 21px auto;

}

.ydpnews__list__lead {
    padding: 8px;
    background-color: #e6e6e6;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}

.ydpnews__list__title {
    padding: 5px 8px 0 8px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

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

.ydpnews__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;
}

.ydpnews__list__bottom {
    padding-bottom: 4px;
}

@media only screen and (max-width: 920px) {
    .ydpnews__list {
        margin-bottom: 20px;
    }

    .ydpnews__list__head {
        padding: 5px;
        min-height: 30px;
    }

    .ydpnews__list__date {
        font-size: 13px;
    }

    .ydpnews__list__read {
        font-size: 13px;
    }

    .ydpnews__list__lead {
        padding: 5px;
        font-size: 13px;
        letter-spacing: -0.05em;
    }

    .ydpnews__list__title {
        padding: 5px 5px 0 5px;
        font-size: 13px;
    }

    .ydpnews__list__label {
        padding: 5px 5px 0 5px;
    }

    .ydpnews__list__label>li {
        margin-bottom: 2px;
        border-radius: 2px;
        font-size: 12px;
    }
}

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

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

.goods__head {
    margin-bottom: 40px;
}

.goods__list {
    margin-bottom: 30px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
}

@media only screen and (max-width: 920px) {
    .goods__list {
        grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    .goods__list {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }
}

.goods__list>li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .goods__list>li a:hover {
        transform: scale(1.025);
    }

    .goods__list>li a:hover img {
        filter: contrast(1.5);
    }
}

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

.goods__list>li img {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
}

.goods__list__top {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    margin-bottom: clamp(10px, calc(10 / 375 * 100vw), 14px);
}

.goods__list__title {
    padding: 2px 5px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.goods__list__point {
    height: clamp(23px, calc(23 / 375 * 100vw), 30px);
    margin: 0 auto;
    border-radius: 20px;
    background-color: #e60012;
    background-image: url(/assets/img/ic_p_white.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 15px 0 0;
    font-size: 20px;
    font-weight: bold;
    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.new:before {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .goods__list__title {
        padding: 2px 4px 10px 4px;
        font-size: 14px;
    }

    .goods__list__point {
        height: 23px;
        margin: 0 auto;
        border-radius: 15px;
        background-position: left 3px center;
        background-repeat: no-repeat;
        background-size: 19px 19px;
        padding: 0 10px 0 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 560px) {
    .goods {
        padding: 25px 0 15px;
    }

    .goods__head {
        margin-bottom: 20px;
    }
}

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

.applink__head {
    margin-bottom: 20px;
}

.applink__follow {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 35px;
    text-align: center;
}

.applink__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
}

.applink__list>li {
    width: 316px;
}

.applink__list>li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    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);
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .applink__list>li a:hover {
        filter: contrast(1.5);
        transform: scale(1.025);
    }
}

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

.applink__list>li a p {
    font-size: 18px;
    font-weight: bold;
    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;
    }
}

@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;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }

    .applink__list>li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 10px;
    }

    .applink__list>li a {
        height: 52px;
        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 {
        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: flex;
    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: bold;
}

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

.image-overlay-container {
    position: relative;
}

.overlay-image1,
.overlay-image2,
.overlay-image3,
.overlay-image4 {
    position: absolute;
    width: 18.8%;
    height: auto;
    object-fit: cover;
    opacity: 1;
    pointer-events: none;
}

.overlay-image1 {
    top: 28.5%;
    left: 12.5%;
}

.overlay-image2 {
    top: 28.5%;
    left: 69.3%;
}

.overlay-image3 {
    top: 56.5%;
    left: 4.3%;
}

.overlay-image4 {
    top: 56.5%;
    left: 77.1%;
}

.letsstart__list__regist {
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #12181c;
    color: #fff;
}

.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;
    }

    .letsstart__list__regist a.btnmember {
        font-size: 18px;
    }

    .letsstart .slick-dots {
        bottom: -20px;
    }

    .slick-track {
        display: flex;
    }

    .slick-slide {
        height: auto !important;
    }
}

/* リンク集 */
.gamelink {
    padding: 40px 0;
    background-image: url(/assets/img/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;
}

.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;
}

.gamelink__title.web {
    padding-left: 35px;
    color: #33bb66;
}

.gamelink__title.sns {
    background-size: auto 20px;
    color: #ffa200;
}

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

.gamelink__title.sns::before {
    background-image: url(/assets/img/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: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

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

.gamelink__list .games-store2 {
    color: #333333;
    border-radius: 10px;
}

.gamelink__list>li {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    background-color: #ffffff;
    position: relative;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .gamelink__list>li:hover {
        filter: contrast(1.25);
        transform: scale(1.025);
    }
}

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

.gamelink__list>li>a {
    display: flex;
    align-items: center;
    height: 74px;
}

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

.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>li>a>img.gamelink_full_img3 {
    width: 81px;
    height: 58px;
    margin: 4px 6px 2px 5px;
}

.gamelink__list__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 25px;
}

.gamelink__list__body__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gamelink__list__body__lead {
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}

.gamelink__list__body__title {
    font-size: 13px;
    line-height: 1.125;
    font-weight: bold;
}

/* KONAMI Gamesストアへのリンクだけアイコン2ヶ */
.gamelink__list.konami-games-store>li>a {
    justify-content: space-between;
    gap: 5px;
}

.gamelink__list.konami-games-store>li>a>img {
    margin: 0;
}

.gamelink__list.konami-games-store>li>a>img.is-small {
    width: 66px;
    height: 66px;
}

.gamelink__list.konami-games-store>li>a .gamelink__list__body {
    flex-grow: 1;
    /* align-items: center; */
}

@media only screen and (max-width: 920px) {
    .gamelink__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .gamelink__list__body__btn>li a {
        width: 7vw;
    }
}

@media only screen and (max-width: 560px) {
    .gamelink__list {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .gamelink__list>li {
        padding-left: 3px;
    }

    .gamelink__list__body__title {
        line-height: 1.2;
    }

    .gamelink__list__body__btn>li a {
        width: 56px;
    }
}

/* 種々のリンク集 : 一覧 */
.misclink__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
    margin-bottom: 20px;
}

.misclink__list>li {
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .misclink__list>li:hover {
        transform: scale(1.025);
    }
}

@media only screen and (max-width: 560px) {
    .misclink__list {
        padding: 0 15px;
    }
}

/*-------------------------------------------------
会員
-------------------------------------------------*/
/* 会員：ポイント数 */
.pointnum {
    height: 36px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #f56e6e;
    position: relative;
    border-radius: 6px 0 0 6px;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)50%);
}

.pointnum:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background-image: url(/assets/img/ic_p_red.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.pointnum span {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    padding-right: 0.5em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 4;
}

.campaign-point {
    flex: 1;
}

.campaign-point .alert {
    position: absolute;
    bottom: 7px;
    left: 34px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/assets/img/alert.svg);
    border-radius: 50%;
}

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

    .campaign-point .alert {
        width: 15px;
        height: 15px;
        bottom: 5px;
        left: 24px;
    }
}

/* 会員：ポイントをためる・ポイントをつかう */
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;
    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;
    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;
    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;
    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/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 #e60012;
}

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

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

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

.ydpinfo__head {
    margin-bottom: 40px;
}

.ydpinfo__head a {
    color: #000000;
    padding-right: 1.75em;
    background-image: url(/assets/img/arrow_right_black.svg);
    background-position: right 0.25em center;
    background-repeat: no-repeat;
    background-size: 0.8em auto;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .ydpinfo__head a:hover {
        opacity: 0.8;
        background-position: right center;
    }
}

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

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

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

.ydpinfo__list>li>a {
    display: flex;
    font-size: 16px;
    padding: 22px 0;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .ydpinfo__list>li>a:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
}

.ydpinfo__list__date {
    width: 8em;
    font-weight: bold;
}

.ydpinfo__list__title {
    width: calc(100% - 8em);
    font-weight: 500;
}

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

    .ydpinfo__head {
        margin-bottom: 25px;
    }

    .ydpinfo__list {
        padding: 0 15px;
    }

    .ydpinfo__list>li:last-child {
        border-bottom: none;
    }

    .ydpinfo__list>li>a {
        font-size: 14px;
        padding: 10px 0;
        flex-direction: column;
    }

    .ydpinfo__list__date {
        width: 100%;
        margin-bottom: 5px;
    }

    .ydpinfo__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);
    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;
}

.sns-post-banner .post-button {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    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;
    }
}

.gs-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    width: 100%;
    padding: 20px 0 15px;
}

@media only screen and (max-width: 560px) {
    .gs-banner {
        padding: 0 0 10px;
    }
}

.gs-banner p {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.gs-banner .imgs {
    display: flex;
}

.gs-banner a {
    display: inline-block;
    margin: 0 6px 0 5px;
}

.gs-banner img {
    width: 65px;
    height: 65px;
    vertical-align: middle;
}

/* ウィークリーログインポップアップ */
.weekly-mission .flex {
    display: flex;
    justify-content: space-evenly;
}

.weekly-mission .reward {
    font-size: 25px;
    display: flex;
    margin: 40px 0;
}

.weekly-mission .reward.hide {
    display: none;
}

.weekly-mission .icon {
    display: flex;
    height: 1.5em;
    width: auto;
}

.weekly-mission .banner {
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .weekly-mission .reward {
        margin: 10px 0;
    }
}

.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }
}

/* アイテムログインボーナス */
.bonus {
    background-image: url(/assets/img/bg_star_dark.png);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
}

.bonus img {
    width: 100%;
    height: auto;
}

.bonus__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.bonus__title {
    font-size: clamp(16px, calc(16 / 375 * 100vw), 18px);
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.bonus__question {
    width: 30px;
    height: 30px;
}

.bonus__question a {
    display: block;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .bonus__question a:hover {
        filter: contrast(2);
        transform: scale(1.05);
    }
}

.bonus__content {
    display: flex;
    gap: 10px;
}

.bonus__body {
    display: flex;
    gap: 5px;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;
    position: relative;
}

.bonus__pict {
    width: 62px;
}

.bonus__weekly {
    display: flex;
    gap: 5px;
}

.bonus__weekly p {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.bonus__receive {
    width: 105px;
    border: solid 2px #e80013;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 1px 2px #000;
    height: calc(100% - 2px);
    transition: 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .bonus__receive:hover {
        filter: contrast(1.5);
        transform: scale(1.025);
    }
}

.bonus__receive.is-checked {
    pointer-events: none;
}

.bonus__receive.is-checked::before {
    content: "";
    width: calc(100% + 2px*2);
    height: calc(100% + 2px*2);
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    background-color: rgba(0, 0, 0, 0.75);
}

.bonus__receive.is-checked::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-image: url(/assets/img/ic_check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px auto;
}

.bonus__receive__pict,
.bonus__item__pict {
    width: 47px;
    margin: 0 auto;
    padding: 2px 0;
}

.bonus__receive__text {
    background-color: #e80013;
    color: #fff;
    padding: 2px 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bonus__item {
    width: 69px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 8px;
    border: solid 1px #cccccc;
}

.bonus__item__text {
    letter-spacing: -0.07em;
    color: #999999;
    padding-bottom: 2px;
}

@media only screen and (max-width: 920px) {
    .bonus {
        margin-bottom: 5px;
    }

    .bonus__content {
        flex-direction: column;
    }
}

/* アイテムログインボーナス：連携してGETしよう */
.bonus__linkage {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 2px #999999;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus__linkage.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/applink_ic_chain.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

a.bonus__linkage__btn {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #e80013;
    padding: 0.2em 3.2em;
    border-radius: 0.6em;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    a.bonus__linkage__btn:hover {
        filter: contrast(1.5);
        transform: scale(1.05);
    }
}