#page_top #product .notes p:before {
    content: none !important;
}

/*////////////// 選べるジーベン追加 //////////////*/
.new::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 275px;
    width: 80px;
    height: 34px;
    background: url(https://plaiaden.itembox.design/item/img/common/icon/NewIcon_text_yl.svg) no-repeat center;
    background-size: 100% auto;
    animation: flash 1.5s linear infinite;
}
#page_top #product .sieben li {
    position: relative;
}
#page_top #product .sieben li:first-child{
    margin: 0 auto;
    margin-top: 30px;
}
#page_top #product .sieben li:first-child .inner img.w400 {
    width: 400px;
}

/* PC*/
@media screen and (min-width: 768px) {
#page_top #product .sieben li:first-child{
    width: 100%;
}
#page_top #product .sieben li:first-child .inner .icon {
    right: 314px;
}
}

/* SP */
@media screen and (max-width: 767px) {
.new::before {
    top: -10px;
    right: -26px;
    width: 37%;
    height: 20%;
}
#page_top #product .sieben li:first-child{
    width: 70%;
}
#page_top #product .sieben li:first-child .inner .icon {
    right: 0;
}
}