* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.banner img {
    min-height: 450px;
    max-height: 850px;
}

.content-banner {
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 13%;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.btn--banner {
    border: 3px solid #000000;
    background: linear-gradient( 10deg, #ff155d 38%, #ff1fa9, #ff23c3);
    padding: 25px 120px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
    text-shadow: 3px 0 0 #7d000c;
    text-align: center;
    border-radius: 20px;
}

.intro {
    padding: 80px 0;
    background-color: #fff4f4;
}

.open-part {
    background-color: #ffe4ef;
    color: #ff155d;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 35px;
}

.intro__content--text {
    font-size: 18px;
    line-height: 28px;
    flex: 1;
    margin-bottom: 25px;
}

.intro__content--text span {
    color: red;
}

.intro__content--image {
    flex: 1;
}

.text-1 {
    color: #494949;
}

.intro__content {
    gap: 35px;
    align-items: center;
    margin-bottom: 25px;
}

.text-2 {
    color: #ff155d;
    position: relative;
    font-weight: 700;
}

.text-2::after {
    content: '';
    position: absolute;
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/pink-cross-right.png") center no-repeat;
    background-size: contain;
    top: 2px;
    right: 33%;
    display: block;
    height: 20px;
    width: 12px;
}

.text-2::before {
    content: '';
    position: absolute;
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/pink-cross-left.png") center no-repeat;
    background-size: contain;
    top: 2px;
    left: 33%;
    display: block;
    height: 20px;
    width: 12px;
}

.text-goods {
    font-size: 24px;
    line-height: 30px;
    color: #9e9e9e;
    margin-bottom: 30px;
    font-weight: 700;
}

.goods {
    padding: 80px 0;
}

.list-pr-ds {
    grid-template-columns: 100%;
    display: grid;
}

.price-shirt {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 0;
}

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

.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: 15px 5px;
}

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

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

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

.list-pr-ds .pr-img {
    border: none;
}

.item-sell {
    padding: 20px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 23%;
}

.box-goods {
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 80px;
}

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

.idol-tag {
    font-size: 17px;
    line-height: 22px;
    color: #5bc3ff;
    font-weight: 700;
    background-color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
}

.list-idol {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 27px 17px;
    column-gap: 10px;
    row-gap: 7px;
    flex-wrap: wrap;
    flex: 1;
}

.list-idol a {
    width: 32%;
}

.info-idol {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.top-idol {
    padding: 24px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.avatar-idol {
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    width: 100%;
}

.name-top-idol {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #000000;
}

.avatar-img {
    width: 134px;
    padding: 10px;
    margin: 5px;
}

.choice-idol {
    gap: 10px;
    align-items: flex-start;
}

.list-sell-item {
    padding: 15px 0 0;
}

.top-idol .item-sell {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.top-idol .list-pr-ds .pr-img {
    width: 134px;
    margin: 5px;
    position: relative;
    padding: 10px;
    background-color: #fff;
}

.top-idol .item-sell.last {
    margin-bottom: 0;
}

.x-part {
    flex: 1;
}

.narrowbuzz-6-list-members {
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    border-radius: 20px;
    padding: 25px 30px;
    background-color: #f5f5f5;
    width: fit-content;
    gap: 40px;
}

.narrowbuzz-6-list-members.main-nav-scrolled {
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.narrowbuzz-6-list-members select {
    border: 1px solid #ececec !important;
    appearance: auto;
    padding: 10px 15px;
    color: #5bc3ff;
    font-size: 18px;
    line-height: 20px;
    border-radius: 30px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 350px;
}

.event-select {
    position: relative;
}

.event-select::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #5bc3ff;
}

.select-text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.box__img--gift {
    position: relative;
    margin-bottom: 30px;
}

.list__icon--gift {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/img-gift.png") center no-repeat;
    background-size: 100%;
    padding: 230px 30px 20px;
}

.icon-gift {
    position: relative;
}

.icon-gift-1 {
    top: -48px;
    left: -5px;
    width: 155px;
    height: 155px;
}

.icon-gift-2 {
    top: 19px;
    left: 6px;
    width: 130px;
    height: 130px;
}

.icon-gift-3 {
    top: 0;
    left: 26px;
    width: 130px;
    height: 130px;
}

.icon-gift-4 {
    top: 19px;
    left: 49px;
    width: 130px;
    height: 130px;
}

.icon-gift-5 {
    top: 0;
    left: 85px;
    width: 130px;
    height: 130px;
}

.icon-gift-6 {
    top: 18px;
    left: 108px;
    width: 130px;
    height: 130px;
}

.icon-gift-7 {
    top: -48px;
    left: 93px;
    width: 155px;
    height: 155px;
}

.point-rank {
    font-size: 18px;
    line-height: 28px;
    color: #5c5c5c;
    margin: 5px 0;
}

.box__img--amazon {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/box__img--amazon.png") center no-repeat;
    background-size: 100% 100%;
    padding: 180px 30px 20px 100px;
    justify-content: space-between;
}

.amazon__box--text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.amazon__box--text span {
    font-size: 24px;
    color: #ff155d;
}

.amazon__box-time {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    padding: 14px 34px;
    background-color: #f5f5f5;
    margin: 10px auto;
    width: fit-content;
}

.img-amazon {
    max-width: 260px;
}

.amazon__box--x {
    justify-content: space-between;
}

.disabled {
    pointer-events: none;
}

.disabled .but-link {
    background-color: #4a4a4a;
}

.main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
}

.but-flex {
    flex: 1;
}

.text-center {
    text-align: center;
}
@media (max-width: 1100px) {
    .banner img {
        min-height: 300px;
    }

    .btn--banner {
        border: 1px solid #000000;
        padding: 12px 40px;
        font-size: 16px;
        line-height: 20px;
        text-shadow: 1px 0 0 #7d000c;
        border-radius: 10px;
        width: max-content;
    }

    .content-banner {
        border-radius: 10px;
        bottom: 17%;
        border: 1px solid #ffffff;
    }

    .intro {
        padding: 40px 0;
    }

    .open-part {
        font-size: 17px;
        line-height: 20px;
        padding: 10px 0;
        margin-bottom: 18px;
    }

    .intro__content {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .intro__content--text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .text-2::before {
        top: 0;
        left: 26%;
        height: 15px;
    }

    .text-2::after {
        top: 0;
        right: 26%;
        height: 15px;
    }

    .goods {
        padding: 40px 0;
    }

    .text-goods {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .choice-idol {
        flex-direction: column;
    }

    .box-goods {
        gap: 10px;
        margin-bottom: 40px;
    }

    .item-sell {
        padding: 5px;
        border-radius: 10px;
        width: 48%;
    }

    .narrowbuzz-6-list-members {
        margin: 20px auto;
        border-radius: 10px;
        padding: 12px 15px;
        gap: 30px;
    }

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

    .goods select {
        width: 100%;
        padding: 10px;
    }

    .name-shirt,
    .price-shirt {
        font-size: 12px;
        line-height: 15px;
    }

    .but-link {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        padding: 10px;
    }

    .avatar-idol {
        padding-bottom: 5px;
        width: 100%;
    }

    .name-top-idol {
        font-size: 16px;
        line-height: 20px;
    }

    .avatar-img {
        width: 138px;
        padding: 10px;
        margin: 5px;
    }

    .but-link img {
        width: 18px;
        margin-right: 3px;
    }

    .list__icon--gift {
        background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/img-gift-sp.png") center no-repeat;
        background-size: 100% 100%;
        padding: 140px 20px 20px;
        margin-bottom: 20px;
    }

    .icon-gift {
        position: relative;
    }

    .icon-gift-1 {
        top: -12px;
        left: 0;
        width: 55px;
        height: 55px;
    }

    .icon-gift-2 {
        top: 8px;
        left: 3px;
        width: 45px;
        height: 45px;
    }

    .icon-gift-3 {
        top: 0;
        left: 9px;
        width: 45px;
        height: 45px;
    }

    .icon-gift-4 {
        top: 7px;
        left: 14px;
        width: 45px;
        height: 45px;
    }

    .icon-gift-5 {
        top: 0;
        left: 24px;
        width: 45px;
        height: 45px;
    }

    .icon-gift-6 {
        top: 5px;
        left: 36px;
        width: 45px;
        height: 45px;
    }

    .icon-gift-7 {
        top: -14px;
        left: 33px;
        width: 55px;
        height: 55px;
    }

    .point-rank {
        font-size: 12px;
        line-height: 20px;
    }

    .box__img--amazon {
        background: url('https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/box__img--amazon-sp.png') center no-repeat;
        background-size: 100% 100%;
        padding: 60px 20px 20px;
        justify-content: center;
    }

    .amazon__box--x {
        flex-direction: column;
    }

    .img-amazon {
        margin: 0 auto;
        width: 50%;
    }

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

    .amazon__box--text span {
        font-size: 17px;
    }

    .amazon__box-time {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
    }

    .narrowbuzz-6-list-members select {
        padding: 5px 50px 5px 10px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 10px;
    }

    .top-idol .list-pr-ds .pr-img {
        width: 134px;
        margin: 5px;
        min-height: auto;
    }

    .top-idol {
        padding: 10px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
    }
}