.page-bunfes * {
    box-sizing: border-box;
}

.page-bunfes {
    background: #000;
    color: #fff;
    padding-bottom: 100px;
}

.page-bunfes p {
    font-size: 20px;
    line-height: 40px;
}

.page-bunfes img {
    width: 100%;
}

.page-bunfes .banner {
    background: url("/common/design/user/img/bunfes/banner-pc.png") no-repeat;
    background-size: 100%;
    padding: 20px 0;
    margin-bottom: 80px;
    position: relative;
}

.page-bunfes .banner:after {
    content: '';
    display: block;
    height: 200px;
    width: 100vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2),rgba(0, 0, 0, 1));
    position: absolute;
    bottom: -10px;
}

.page-bunfes .banner .container_s1 {
    position: relative;
    z-index: 2;
}

.page-bunfes .banner .btn-link {
    background: #fcdb5d;
    border: 5px solid #d7cc00;
    border-radius: 15px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 104px;
    overflow: hidden;
    width: 545px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -35px auto 0;
}
.page-bunfes .banner .btn-link:before {
    content: '';
    display: block;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.page-bunfes .banner .btn-link:after {
    content: '';
    display: block;
    border-left: 15px solid #000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.page-bunfes .recommend {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 60px;
}

.page-bunfes .recommend h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 50px;
}

.page-bunfes .recommend p {
    margin-bottom: 50px;
}

.page-bunfes .box-line-fff {
    border: 3px solid #fff;
    padding: 20px 30px;
    text-align: left;
}

.page-bunfes .box-line-fff p {
    margin-bottom: 0;
}

.page-bunfes .top-twitter {
    margin-bottom: 80px;
}

.page-bunfes .top-twitter .title {
    color: #fcdb5d;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.page-bunfes .top-twitter .title .icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 15px;
}

.page-bunfes .top-twitter .content {
    display: flex;
    align-items: center;
    padding: 0 100px;
}

.page-bunfes .top-twitter .image-main {
    width: 200px;
    flex-shrink: 0;
    margin-right: 50px;
    padding: 20px;
}

.page-bunfes .top-twitter .text {
    flex: 1;
}

.page-bunfes .top-twitter p:not(:last-child) {
    margin-bottom: 50px;
}

.page-bunfes .note-twitter {
    display: inline-flex;
    align-items: center;
    background: #00a0e9;
    border-radius: 6px;
    padding: 5px 10px;
}

.page-bunfes .note-twitter .image {
    display: flex;
    margin-right: 5px;
    width: 30px;
}

.page-bunfes .note-twitter .text {
    line-height: 20px;
    color: #fff;
}

.page-bunfes .title-uppercase {
    font-size: 40px;
    font-weight: 700;
    color: #fcdb5d;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.page-bunfes .list-item {
    padding: 0 50px;
    margin-bottom: 70px;
}

.page-bunfes .list-item ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.page-bunfes .list-item li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.page-bunfes .list-item .items {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.page-bunfes .list-item .content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-bunfes .list-item .image-main {
    width: 50%;
    height: 200px;
}

.page-bunfes .list-item .image-main img {
    height: 100%;
    object-fit: contain;
}

.page-bunfes .list-item .text {
    width: 50%;
    color: #000;
    font-size: 20px;
    line-height: 36px;
}

.page-bunfes .list-item .text span {
    display: block;
    font-weight: 700;
}

.page-bunfes .list-item .text .item-name {
    font-size: 21px;
}

.page-bunfes .list-item .box-btn {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.page-bunfes .list-item .item-a {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}

.page-bunfes .list-item .btn {
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 36px;
    padding: 10px 5px;
}

.page-bunfes .list-item .btn .image {
    display: flex;
    width: 30px;
    flex-shrink: 0;
    margin-right: 5px;
}

.btn-d61518 {
    background: #d61518;
}

.btn-1da1f2 {
    background: #1da1f2;
}

.page-bunfes .list-item .btn .text {
    color: #fff;
    width: max-content;
}

.page-bunfes .poster {
    display: flex;
    margin-bottom: 80px;
}

.page-bunfes .poster .image-poster {
    width: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

.page-bunfes .poster .box-text {
    background: #030e25;
    padding: 20px 25px 50px;
}

.page-bunfes .poster .text-image {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #fff;
    display: flex;
}

.page-bunfes .poster .text-image .image {
    width: 170px;
    flex-shrink: 0;
    margin-left: 10px;
}

.page-bunfes .item-buy-product h4 {
    color: #000;
    font-weight: 700;
}

.page-bunfes .item-buy-product p {
    font-size: 16px;
    line-height: 26px;
}

.page-bunfes .txt-infor span {
    font-weight: 400;
}

.page-bunfes a.btn-create {
    background-color: #ef8700;
    margin-top: 20px;
}

.page-bunfes .spec {
    margin-bottom: 80px;
}

.page-bunfes .list-buy-product {
    justify-content: center;
}

.page-bunfes .list-buy-product .item-buy-product {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
}

.page-bunfes .list-buy-product .item-buy-product:nth-child(2) {
    margin-right: 0;
}

.page-bunfes .support-tweet-i .box-upper h3 {
    font-size: 22px;
    color: #000;
}

.page-bunfes .support-tweet-i .box-lower p {
    font-size: 16px;
}

.page-bunfes .support-tweet-i .box-lower .note {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.page-bunfes .content-social-box {
    display: flex;
    justify-content: space-between;
}

.page-bunfes .what-is-box .box-item,
.page-bunfes .content-social-box .item-sb {
    width: calc(100%/2 - 10px);
}

.page-bunfes .support-tweet-i .twitter-box .box-upper:after {
    top: -10px;
}

.info-factory-bunes .bubunbunbowl-5-content {
    padding: 50px 0;
}

.info-factory-bunes .bubunbunbowl-5-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.info-factory-bunes .bubunbunbowl-5-content p {
    font-size: 18px;
    line-height: 28px;
}

.info-factory-bunes .bubunbunbowl-5-content .d-flex-ct {
    justify-content: center;
}

.info-factory-bunes .bubunbunbowl-5-quanlity {
    margin-left: 50px;
}

.page-bunfes-sp {
    padding-bottom: 50px;
}

.page-bunfes-sp p {
    font-size: 14px;
    line-height: 20px;
}

.page-bunfes-sp .banner .btn-link {
    font-size: 18px;
    width: 335px;
    height: 60px;
    border-width: 3px;
    border-radius: 8px;
    position: relative;
    margin: -60px auto 0;
}

.page-bunfes-sp .banner .btn-link:before {
    width: 20px;
    height: 20px;
}

.page-bunfes-sp .banner .btn-link:after {
    border-left: 8px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: 15px;
}

.page-bunfes-sp .recommend h2 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

.page-bunfes-sp .banner{
    margin-bottom: 40px;
    padding: 10px 0;
}

.page-bunfes-sp .recommend p {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.page-bunfes-sp .recommend p {
    margin-bottom: 25px;
}

.page-bunfes-sp .box-line-fff {
    padding: 10px 8px;
}

.page-bunfes-sp .box-line-fff p {
    margin-bottom: 15px;
}

.page-bunfes-sp .top-twitter {
    margin-bottom: 50px;
}

.page-bunfes-sp .top-twitter .title .icon {
    width: 55px;
    height: 45px;
}

.page-bunfes-sp .top-twitter .text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.page-bunfes-sp .top-twitter .title {
    margin-bottom: 25px;
}

.page-bunfes-sp .top-twitter .content {
    flex-direction: column;
    padding: 0 10px;
}

.page-bunfes-sp .note-twitter .image {
    width: 17px;
}

.page-bunfes-sp .top-twitter .content .text {
    font-size: 14px;
    font-weight: 500;
}

.page-bunfes-sp .note-twitter {
    padding: 2px 5px;
}

.page-bunfes-sp .top-twitter p:not(:last-child) {
    margin-bottom: 30px;
}

.page-bunfes-sp .top-twitter .image-main {
    width: 130px;
    margin-right: 0;
}

.page-bunfes-sp .list-item .content {
    flex-direction: column;
    margin-bottom: 0;
}

.page-bunfes-sp .title-uppercase {
    margin-bottom: 33px;
}

.page-bunfes-sp .list-item {
    padding: 0;
    margin-bottom: 56px;
}

.page-bunfes-sp .list-item .text {
    font-size: 11px;
    line-height: 20px;
}

.page-bunfes-sp .list-item .text .item-name{
    font-size: 12px;
}

.page-bunfes-sp .list-item .items {
    padding: 12px 10px;
    border-radius: 8px;
}

.page-bunfes-sp .list-item .box-btn {
    flex-direction: column;
}

.page-bunfes-sp .list-item li {
    padding-left: 9px;
    padding-right: 9px;
}

.page-bunfes-sp .list-item .text {
    width: 100%;
}

.page-bunfes-sp .list-item .item-a {
    width: 100%;
}

.page-bunfes-sp .list-item .btn {
    font-size: 13px;
    padding: 11px 15px;
    line-height: 20px;
}

.page-bunfes-sp .list-item .btn .image {
    width: 15px;
}

.page-bunfes-sp .list-item .image-main {
    width: 100%;
}

.page-bunfes-sp .poster {
    flex-direction: column;
    margin-bottom: 56px;
}

.page-bunfes-sp .poster .image-poster {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
}

.page-bunfes-sp .poster .box-text {
    padding: 18px 10px 26px;
}

.page-bunfes-sp .poster .text-image {
    border-top: 1px solid #fff;
}

.page-bunfes-sp .poster .text-image .image {
    width: 106px;
}

.page-bunfes-sp .spec .title-uppercase {
    margin-bottom: 25px;
}

.page-bunfes-sp .spec {
    margin-bottom: 62px;
}

.page-bunfes-sp .list-buy-product .item-buy-product {
    width: 100%;
}

.page-bunfes-sp .item-buy-product h4 {
    margin-bottom: 11px;
}

.page-bunfes-sp .spec .info a img{
    width: 12px;
}

.page-bunfes-sp .spec .info .txt-infor,
.page-bunfes-sp .spec .info .txt-red,
.page-bunfes-sp .txt-link {
    font-size: 10px;
}

.page-bunfes-sp .spec .info .txt-red,
.page-bunfes-sp .txt-link {
    text-align: right;
}

.page-bunfes-sp .spec .info .txt-infor {
    padding: 13px 11px;
    width: 100%;
}

.page-bunfes-sp .spec .info .txt-infor {
    margin-bottom: 6px;
}

.page-bunfes-sp .spec .item-buy-product .info-pr .img {
    width: calc(40% - 12px);
    margin-right: 10px;
}

.page-bunfes-sp .spec .item-buy-product .info-pr {
    justify-content: space-between;
    margin-bottom: 13px;
}

.page-bunfes-sp .item-buy-product .img {
    margin-right: 0;
}

.page-bunfes-sp .item-buy-product .info {
    width: 60%;
}

.page-bunfes-sp .txt-infor span {
    font-weight: 700;
}

.margin-right-8 {
    margin-right: 8px;
}

.page-bunfes-sp .item-buy-product p {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    min-height: max-content;
}

.page-bunfes-sp .list-buy-product .item-buy-product {
    margin: 0;
}

.page-bunfes-sp .spec .list-buy-product {
    margin-bottom: 46px;
}

.page-bunfes-sp .spec .support-tweet-i .title-uppercase {
    margin-bottom: 29px;
}

.page-bunfes-sp .support-tweet-i .box-upper h3 {
    font-size: 17px;
}

.page-bunfes-sp .support-tweet-i .twitter-box .box-upper:after {
    width: 109px;
    top: -5px;
    right: -39px;
}

.page-bunfes-sp .support-tweet-i .twitter-box .box-upper {
    padding: 11px 12px;
}

.page-bunfes-sp .support-tweet-i .twitter-box .box-lower p span,
.page-bunfes-sp .support-tweet-i .box-lower p {
    font-size: 13px;
}

.page-bunfes-sp .support-tweet-i .twitter-box .box-lower {
    padding: 15px 13px;
}

.page-bunfes-sp .support-tweet-i .box-lower .note {
    font-size: 9px;
    line-height: 20px;
    margin-top: 10px;
}

.page-bunfes-sp .content-social-box {
    flex-direction: column;
    justify-content: center;
}

.info-factory-bunes-sp .bubunbunbowl-5-content {
    text-align: center;
    padding: 29px 0 26px 0;
}

.info-factory-bunes-sp .bubunbunbowl-5-quanlity {
    margin-left: 0;
    margin-bottom: 20px;
}

.info-factory-bunes-sp .bubunbunbowl-5-content p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin-right: 10px;
}

.info-factory-bunes-sp .bubunbunbowl-5-content h2 {
    font-size: 25px;
    margin-bottom: 18px;
}

.info-factory-bunes-sp .bubunbunbowl-5-quanlity img {
    max-width: 92px;
    height: 92px;
}

.page-bunfes .hover_bkgr_fricc-1 {
    display: block;
}

.page-bunfes .popupCloseButton-1 {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff;
    border: 2px solid;
    background: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 34px;
}

.page-bunfes-sp .what-is-box .box-item,
.page-bunfes-sp .content-social-box .item-sb {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .page-bunfes .hover_bkgr_fricc-1 > div {
        width: 90%;
        max-width: 100%;
    }
}

.page-bunfes .list-buy-product .box-info {
    margin-left: -5px;
    margin-right: -5px;
}

.page-bunfes .list-buy-product .box-info .item {
    width: 50%;
    padding:0 5px;
}

.page-bunfes .list-buy-product .box-info .txt-infor {
    padding: 5px;
}
