* {
    box-sizing: border-box;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.btn-top-banner {
    border-radius: 50px;
    background-color: #d61518;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 700;
}
.btn-top-banner img {
    position: absolute;
}
.img__banner {
    margin: 0 auto;
}
.text__banner {
    color: #613636;
    font-weight: 700;
}
.hashtag-idol {
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient( 45deg, #f7c052, #f0aa7c, #ea93a8);
}
.intro {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/oshinobi/bg-intro.png") top no-repeat;
    background-size: 100%;
}
.intro__event--text {
    color: #613636;
}
.intro__event--time {
    background: linear-gradient( 45deg, #f7c052, #f0aa7c, #ea93a8);
    font-weight: 700;
    color: #613636;
}
.intro__event {
    width: fit-content;
    margin: 0 auto;
}
.intro__guess {
    position: relative;
    padding: 50px 0;
}
.intro__guess::before {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/oshinobi/bg-intro-guess.png") top no-repeat;
    background-size: 100%;
    top: 0;
}
.intro__guess::before,
.intro__guess::after {
    position: absolute;
    content: '';
    height: 30px;
    width: 100%;
    left: 0;
}
.intro__guess::after {
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/oshinobi/bg-intro-guess.png") bottom no-repeat;
    background-size: 100%;
    bottom: 0;
}
.intro__guess--text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #613636;
    margin: 15px 0;
}
.narrowbuzz-6-list-members {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.narrowbuzz-6-member-item {
    width: calc(25% - 10px);
    box-shadow: 0 4px 0 #f59aab;
    background-color: #f7c8d1;
    text-align: left;
    border-radius: 50px;
    font-weight: 700;
    color: #613636;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.narrowbuzz-6-member-item::after {
    content: '';
    background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/oshinobi/btn-banner.png") center no-repeat;
    background-size: 100%;
    position: absolute;
}
.narrowbuzz-6-member-item span {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile__head {
    background: linear-gradient( 45deg, #f7c052, #f0aa7c, #ea93a8);
    align-items: center;
    justify-content: space-between;
}
.idol__name {
    align-items: center;
}
.name-idol {
    font-weight: 700;
    color: #613636;
}
.button-link {
    font-size: 14px;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: relative;
    border-radius: 50px;
}
.but-twit {
    background-color: #000000;
}
.profile__content--idol {
    align-items: flex-start;
}
.idol__text {
    color: #492d00;
}
.text__tshirt {
    color: #613636;
    font-weight: 700;
}
.but-tool {
    background-color: #d61518;
    box-shadow: 0 2px 0 #71080a;
}
.idol__event--img {
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .banner {
        background: url("https://s3.ap-northeast-1.amazonaws.com/storage.up-t.jp/Campaign/akb48/background-banner-sp.webp") center no-repeat;
        background-size: 100% 100%;
        min-height: 293px;
    }
    .img__banner {
        width: 100%;
    }
    .banner__content {
        padding: 0;
        min-height: 293px;
    }
    .hashtag-idol {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
    }
    .intro {
        padding: 50px 0 30px;
    }
    .text__banner {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px;
    }
    .btn-top-banner {
        padding: 10px 30px;
        box-shadow: 0 2px 0 #71080a;
        font-size: 15px;
        line-height: 25px;
    }
    .btn-top-banner img {
        top: 15px;
        right: 8px;
        width: 15px;
        height: 15px;
    }
    .intro__event {
        padding: 30px 0;
    }
    .intro__event--text {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
        font-weight: 400;
        text-align: left;
    }
    .intro__event--time {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .narrowbuzz-6-member-item {
        width: calc(50% - 10px);
        box-shadow: 0 2px 0 #f59aab;
        padding: 8px 15px 8px 10px;
        margin: 5px;
        font-size: 11px;
        line-height: 20px;
    }
    .narrowbuzz-6-member-item::after {
        top: 10px;
        right: 8px;
        height: 15px;
        width: 15px;
    }
    .info__guess {
        margin-top: 20px;
    }
    .profile {
        padding: 5px;
        margin: 10px 0 0 0;
        border: none;
    }
    .profile__head {
        padding: 5px 10px;
    }
    .idol__name {
        gap: 10px;
    }
    .name-idol {
        line-height: 20px;
        font-size: 15px;
    }
    .name-idol span {
        line-height: 20px;
        font-size: 12px;
    }
    .crown-img {
        height: 40px;
        width: 62px;
    }
    .button-link {
        padding: 10px;
    }
    .button-link img {
        width: 15px;
    }
    .profile__content {
        background-color: #fffef4;
        padding: 10px 20px;
        box-shadow: 7px 7px 0 #e677a1;
    }
    .profile__content--idol {
        flex-direction: column;
        gap: 15px;
    }
    .idol__text {
        font-size: 12px;
        line-height: 20px;
    }
    .idol__avatar img {
        width: 70%;
        margin: 0 auto;
        min-height: 213px;
    }
    .list__item {
        gap: 5px;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    .item__sell {
        width: 49%;
        margin-bottom: 15px;
    }
    .text__tshirt {
        font-size: 12px;
        line-height: 20px;
    }
    .idol__event--img {
        gap: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .idol__avatar {
        display: flex;
        justify-content: center;
    }
    .img__banner img {
        min-height: 270px;
    }
    .intro__event img {
        min-height: 307px;
        width: 100%;
    }
    .intro__guess img {
        min-height: 50px;
    }
    .intro__guess--img {
        width: 50%;
    }
    .text-center {
        text-align: center;
    }
    .img__tshirt img {
        min-height: 150px;
    }
}