@charset "utf-8";

/* bluerose.html
========================================================================= */
#suntory_contents .rose_wrap{
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #suntory_contents .rose_wrap .img_wrap{
        width: 106px;
    }
    #suntory_contents .rose_wrap .text_wrap{
        width: calc(100% - 122px);
    }
    #suntory_contents .pc_flex_wrap .img_wrap + .img_wrap,
    #performance .inner + .inner,
    #suntory_contents .w500  + .w632{
        margin-top: 32px;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .pc_flex_wrap .img_wrap + .img_wrap{
        margin-top: 30px;
    }
    #suntory_contents .rose_wrap{
        align-items: center;
    }
    #suntory_contents .rose_wrap .img_wrap{
        width: 160px;
    }
    #suntory_contents .rose_wrap .text_wrap{
        width: calc(100% - 184px);
    }
    #performance{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 32px 8px;
    }
    #performance .inner{
        max-width: 578px;
        width: calc(50% - 4px);
    }
}