* {
    box-sizing: border-box;
}

.banner {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/kinma/bg-banner.png") top no-repeat;
    background-size: 100% 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 70px 0;
    min-height: 800px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.d-none {
    display: none;
}

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

.banner__text {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    text-shadow: 0 3px #ffffff, 0 -3px #ffffff, 3px -1px #ffffff, -3px 2px #ffffff, 3px 1px #ffffff, -3px -1px #ffffff;
    margin: 10px 0 30px;
}

.box__link--text {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.banner__box--link {
    padding: 20px 35px;
    background-color: rgba(255, 255, 255, 0.7);
}

.banner__top {
    width: 60%;
}

.btn__banner {
    background: linear-gradient(#ff4549, #f32a2e, #e70e12);
    border-radius: 10px;
    padding: 10px 30px 10px 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    position: relative;
}

.btn__banner span {
    font-size: 20px;
}

.list__banner--btn {
    gap: 10px;
    justify-content: center;
}

.btn__banner::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #fff;
    top: 41%;
    right: 10px;
}

.intro {
    padding: 100px 0;
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/kinma/bg-intro.png") top no-repeat;
    background-size: contain;
}

.text__open {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
    font-weight: 700;
}

.text__open--about {
    color: #ffffff;
}

.text__open--goods {
    color: #23b4ff;
}

.about__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.about__box--warning {
    background-color: #ffffff;
    padding: 35px 50px;
}

.warning__head--text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #e61010;
}

.warning__head {
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.warning__text {
    font-size: 16px;
    line-height: 26px;
}

.warning__text span {
    color: #e30c12;
}

.warning__head img {
    width: 30px;
    gap: 10px;
}

.about {
    padding-bottom: 130px;
}

.tabs__box {
    background-color: #f4f4f4;
    padding: 10px 0;
    width: 100%;
}

.tabs__box--list {
    justify-content: center;
    gap: 50px;
}

.tabs-a-ct {
    font-size: 24px;
    line-height: 30px;
    color: #858585;
}

.status-yuyami-item.active .tabs-a-ct {
    color: #23b4ff;
}

.list-buy {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}

.idol-info-sell {
    background-color: #FFFFFF;
    padding: 10px 20px;
    width: 32%;
    border-radius: 5px;
}

.idol-sell {
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.part-idol {
    flex: 1;
}

.img-idol,
.img-white-shirt {
    padding: 20px 0;
    height: 260px;
}

.but-link {
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 10px;
}

.but-link img {
    width: 20px;
    margin-right: 3px;
    vertical-align: middle;
}

.img-white-shirt {
    position: relative;
}

.img-white-shirt:after {
    content: "";
    background-image: url(/common/design/user/img/iket/ic-plus-grey.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 27px;
}

.but-tool {
    background-color: #d60c34;
}

.but-twit {
    background-color: #000000;
}

.d-flex-ct {
    display: flex;
}

.name-idol-sell,
.text-name {
    min-height: 40px;
}
@media (max-width: 1100px) {
    .banner__text {
        font-size: 12px;
        line-height: 20px;
        text-shadow: 0 2px #ffffff, 0 -2px #ffffff, 2px 0 #ffffff, -2px 1px #ffffff, 2px 1px #ffffff, -2px 0 #ffffff;
        margin: 10px 0 30px;
    }

    .banner {
        background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/kinma/bg-banner-sp.png") top no-repeat;
        background-size: 100% 100%;
        padding: 20px 0;
        min-height: 480px;
    }

    .box__link--text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .banner__box--link {
        padding: 10px 15px;
    }

    .btn__banner {
        border-radius: 5px;
        padding: 7px 18px 7px 8px;
        font-size: 16px;
        line-height: 25px;
    }

    .btn__banner span {
        font-size: 10px;
    }

    .btn__banner::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        top: 40%;
        right: 5px;
    }

    .intro {
        padding: 50px 0;
        background: url('https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/kinma/bg-intro.png') top no-repeat;
        background-size: contain;
    }

    .text__open {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .about__box--warning {
        padding: 15px;
    }

    .warning__head {
        margin-bottom: 15px;
    }

    .warning__head img {
        width: 20px;
        gap: 5px;
    }

    .warning__head--text {
        font-size: 17px;
        line-height: 25px;
    }

    .warning__text {
        font-size: 14px;
        line-height: 20px;
    }

    .about {
        padding-bottom: 50px;
    }

    .goods {
        justify-content: center;
    }

    .tabs-a-ct {
        font-size: 14px;
        line-height: 20px;
    }

    .tabs__box--list {
        gap: 10px;
    }

    .idol-info-sell {
        padding: 8px;
        width: 100%;
    }

    .img-idol,
    .img-white-shirt {
        padding: 10px 0;
        height: 200px;
    }

    .but-link {
        width: 100%;
        border-radius: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .but-twit img {
        width: 15px;
        margin-right: 3px;
    }

    .banner__top {
        width: 100%;
    }

    .banner__top--img {
        width: 70%;
        margin: 0 auto 20px;
    }

    .idol-sell {
         align-items: flex-start;
    }
}