#about-ydp-top img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#about-ydp-top .banner {
    margin-top: 10px;
}

.about-img {
    width: 100%;
    text-align: center;
}

.flex {
    display: flex;
    justify-content: space-evenly;
}

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

.about-img img {
    width: 600px;
}

.about-img img.about-img-small {
    width: 400px;
}

.about-img img.about-img-auto {
    width: auto;
    max-height: 480px;
    border: 1px solid #666;
}

.about-img img.about-img-auto_height {
    max-width: 240px;
    height: auto;
    border: 1px solid #666;
}

.about-img img.about-img-auto_height.horizontal {
    max-width: 60%;
}


.about-img img.about-img-large {
    width: 100%;
}


#warning {
    display: block;
}

.goods-box {
    width: 100%;
    text-align: center;
    margin: 8px 0;
}

img.about-img-auto.goods {
    max-height: 200px;
    max-width: 100%;
}

img.about-img-auto.goods-big {
    max-height: 280px;
    max-width: 100%;
}

.gray {
    color: #777777;
}

.btn-gray {
    display: inline-block;
    padding: 0 12px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #777777;
    margin-right: 10px;
    text-align: center;
}

.about-img .down_arrow {
    width: 32px;
}

.about-img .banner-img {
    border-radius: initial;
}

.general-step .ydp-link-group {
    text-align: center;
}

.ydp-link-group-red.app {
    text-align: center;
}

.ydp-link-group-red.app img {
    height: 60px;
}


.ydp-link-group .tab {
    width: 30%;
    padding: 12px 8px;
}

.ydp-link-group.app .tab {
    width: 15%;
    padding: 16px 8px 8px 8px;
}

.relative {
    position: relative;
    margin-bottom: 80px;
}

.panel-group {
    border: solid 1px #CCC;
    border-top: none;
    background: #eee;
}

.panel {
    display: none;
}


.text-red a:default,
.text-red a:link,
.text-red a:active,
.text-red a:visited {
    color: #B60014;
}

.tab.active {
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.ydp-link-group a.acvive {
    color: #ffffff !important;
}

.panel.is-show {
    display: block;
}


/*数字*/
ol.cp_clist {
    counter-reset: cp_clist;
    list-style-type: none;
    padding: 0.5em;
}

ol.cp_clist li {
    position: relative;
    padding-left: 30px;
    padding: 0.5em 0.5em 0.5em 30px;
}

ol.cp_clist li::before {
    position: absolute;
    display: inline-block;
    top: 1.25em;
    left: 0;
    /* カウントさせる */
    counter-increment: cp_clist;
    content: counter(cp_clist);
    /*装飾*/
    padding: 0 0.2em 0 0.2em;
    background: #B60014;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transform: translateY(-50%);
}

ol.cp_clist1 {
    counter-reset: cp_clist1;
    list-style-type: none;
    padding: 0.5em;
    padding-top: 50px;

}

ol.cp_clist1 li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
}

ol.cp_clist1 li::before {
    position: absolute;
    display: inline-block;
    top: 1.25em;
    left: 0;
    /* カウントさせる */
    counter-increment: cp_clist1;
    content: counter(cp_clist1);
    /*装飾*/
    padding: 0 0.2em 0 0.2em;
    background: #777777;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transform: translateY(-50%);
}


/*アコーディオン*/
.accordion-btn {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 70%;
    height: clamp(52px, calc(52 / 375 * 100vw), 60px);
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: #777777;
    font-size: clamp(12px, calc(12 / 375 * 100vw), 18px);
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2 !important;
    border-radius: 100vh;
    padding-right: 50px;
    position: relative;
    margin-bottom: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.menu__item__link {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 1rem;
    position: relative;
}

.accordion-btn:after {
    content: "";
    background-image: url(/assets/img/general/switch-btn2.png);
    display: inline-block;
    position: absolute;
    right: 10px;
    text-align: center;
    width: clamp(30px, calc(30 / 375 * 100vw), 40px);
    height: clamp(30px, calc(30 / 375 * 100vw), 40px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s ease-out;
}

.accordion-btn.on:after {
    /*background-image: url(/assets/img/general/switch-btn1.png);*/
    transform: rotate(45deg);
    transition: all 0.1s ease-out;

}

.accordion-btn.menu-close:after {
    background-image: url(/assets/img/general/switch-btn1.png);
}

.submenu {
    background: #eeeeee;
    display: none;
    border-radius: 15px;
}

.submenu__item {
    color: #222;
    padding: 1rem;
}

.item-button {
    display: inline-block;
    min-width: 290px;
    font-size: 20px;
    font-weight: bold;
    border-width: 3px;
    border-style: solid;
    border-radius: 25px;
    vertical-align: middle;
    margin: 15px 0;
    padding: 7px 20px;
    line-height: 24px;
    text-align: center;
}

.item-button-able {
    color: #5566CC !important;
    border-color: #5566CC;
    background: linear-gradient(180deg, #ffffff, #ebebeb);
}

.item-button.item-button-able:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}


.download-button-box {
    text-align: center;
}

.foot {
    padding-top: 20px;
    text-align: center;
    min-height: auto;
    color: #666666;
    font-size: 16px;
}

.small-img {
    border-radius: 20px;
}

.games-store h1 {
    border-width: 0;
    background: #666666;
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    border-radius: 5px;
}

.games-store .accordion-btn {
    border-width: 0;
    background: #444444;
    color: #FFFFFF !important;
}

.games-store .first-img {
    /*padding-top: 68px;*/
    /*background: linear-gradient(to bottom, #333333 0%, #333333 50%, #ffffff 50%, #ffffff 100%);*/
}

.games-store .first-img .about-img {
    margin: 0;
}

.ydp .games-store .ydp-box.first-img {
    padding: 0;
}

.games-store .about-img img.about-img-auto_height {
    border: 1px solid #999;
    border-radius: 5px;
}

.games-store .about-img img.about-img-auto_width {
    border: 1px solid #999;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
}


.games-store .flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
}

.games-store .flex-center .small-img {
    max-width: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

@media (max-width: 390px) {
    .first-img .about-img {
        padding: 0 15px;
    }
}


.first-inner {
    padding: 20px;
}

@media (max-width: 920px) {
    .first-inner {
        padding: 15px;
    }
}

.games-store .background {
    background: #222222;
    border-radius: 10px 10px 0 0;
}

.games-store .ydp-buttons {
    margin-top: -1px;
    background: #222222;
    background: linear-gradient(to bottom, #222222 0%, #222222 34%, #ffffff 34%, #ffffff 100%);
}

.gamesstore-payment {
    text-align: center;
}

.gamesstore-payment img {
    width: 100%;
    height: auto;
}

/* ボタン：新規登録・ログイン */

.first__member {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* プライバシーステートメント */
#truste h2 {
    border-style: none;
}

#truste h3 {
    margin-bottom: 0;
}

#truste .truste-logo {
    text-align: right;
    margin-bottom: 10px;
}

#truste .truste-logo a:hover {
    opacity: 0.75;
}

#truste .ydp-box {
    margin-bottom: 30px;
}

#truste p {
    word-break: break-all;
}

@media only screen and (max-width: 920px) {
    .first__member {
        width: 100%;
        /*max-width: 360px;*/
    }
}

a.btnmember {
    width: 100%;
    max-width: 200px;
    /* height: 60px; */
    height: clamp(52px, calc(52 / 375 * 100vw), 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

@media (hover: hover) and (pointer: fine) {
    a.btnmember:hover {
        transition: 0.3s ease-in-out;
        filter: contrast(1.25);
        transform: scale(1.025);
    }
}

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

a.btnmember--signup span {
    background-color: #d4000d;
    color: #fff;
    font-size: 0.90476em;
    font-weight: bold;
    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;
}

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

a.btnmember--qa {
    border: solid 2px #969696;
    background: #f0f0f0;
    color: #333333;
    max-width: none;
    margin-top: 22px;
    margin-bottom: 10px;
    max-width: 70%;
}

a.btnmember.disabled {
    background: #bbbbbb;
    pointer-events: none;
}

a.btnmember--signup.btnmember-wide {
    max-width: 60%;
}

@media only screen and (max-width: 920px) {
    a.btnmember {
        max-width: 172px;
        /* height: 52px; */
        font-size: 18px;
    }

    a.btnmember--store {
        max-width: 70%;
    }

    a.btnmember--qa {
        max-width: 70%;
    }

    a.btnmember--qa.not_login,
    a.btnmember--signup.btnmember-wide {
        max-width: 350px;
    }
}


@media (max-width: 767px) {

    .about-img img,
    .about-img img.about-img-small {
        width: 80%;
        height: auto;
    }

    .about-img img.about-img-auto_height {
        width: 75%;
    }

    .about-img img.about-img-auto_height.horizontal {
        width: 100%;
        max-width: 100%;
    }

    .about-img .banner-img {
        width: 100%;
    }

    .flex img.about-img-auto {
        display: block;
        margin: 10px auto 20px;
    }

    .flex {
        display: block;
    }

    .ydp-link-group.app .tab {
        width: 33%;
    }

    .ydp-link-group .tab {
        width: 45%;
    }

    .ydp-link-group.app .tab {
        padding: 8px 4px 4px 4px;
    }

    .ydp-link-group.app .tab p {
        font-size: 14px;
    }

    /*アコーディオン*/
    .accordion-btn {
        max-width: 420px;
        width: 100%;
        /* font-size: 15px; */
        /* padding: 0 40px 0 0; */
    }

    .ydp-link-group-red.app img {
        height: 50px;
    }

    .small-img {
        width: 100%;
        height: auto;
    }

    .games-store .flex-center {
        flex-direction: column;
    }

    .games-store .flex-center .small-img {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .ydp-link-group .tab.product {
        font-size: 14px;
    }

    a.btnmember--store {
        max-width: 420px;
    }
    a.btnmember--qa {
        max-width: 420px;
    }


}

@media (max-width: 390px) {

    .about-img img,
    .about-img img.about-img-small {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .flex img.about-img-auto {
        display: block;
        margin: 10px auto;
    }

    .pc {
        display: none;
    }

    .ydp-link-group .tab {
        width: 50%;
    }

    /*アコーディオン*/
    .accordion-btn {
        max-width: 380px;
        width: 102%;
        /* font-size: 12px; */
        /* padding: 0 24px 0 0; */
    }

    .ydp-link-group.app .tab {
        width: 29%;
    }

    .ydp-link-group .tab.product {
        font-size: 12px;
    }
}