@charset "utf-8";

/* bluerose.html
========================================================================= */
#suntory_contents .rose_wrap{
    margin-top: 16px;
}
#suntory_contents .rose_wrap .img_wrap{
    width: 106px;
}
#suntory_contents .rose_wrap .text_wrap{
    width: calc(100% - 122px);
}
#suntory_contents #performance .pc_flex_wrap + .pc_flex_wrap{
    margin-top: 28px;
}
@media screen and (max-width: 767px) {
    #suntory_contents .pc_flex_wrap .img_wrap + .img_wrap{
        margin-top: 16px;
    }
    #suntory_contents .pc_flex_wrap figure + .w632{
        margin-top: 16px;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .pc_flex_wrap .img_wrap + .img_wrap{
        margin-top: 30px;
    }
    #suntory_contents .rose_wrap{
        margin-top: 64px;
        align-items: center;
    }
    #suntory_contents .rose_wrap .img_wrap{
        width: 160px;
    }
    #suntory_contents .rose_wrap .text_wrap{
        width: calc(100% - 184px);
    }
    #suntory_contents #performance .pc_flex_wrap + .pc_flex_wrap{
        margin-top: 40px;
    }
}