/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126 MOD
License: none (public domain)
*/

html, body {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
}
#suntory_contents :where(
    div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video
) {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#suntory_contents :where(
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, main
) {
    display: block;
}
#suntory_contents :where(ol, ul) {
    list-style: none;
}
#suntory_contents :where(blockquote, q) {
    quotes: none;
}
#suntory_contents :where(
    blockquote:before, blockquote:after,
    q:before, q:after
) {
    content: '';
    content: none;
}
#suntory_contents :where(table) {
    border-collapse: collapse;
    border-spacing: 0;
}

/* berow from html5doctor */
#suntory_contents :where(a) {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
#suntory_contents :where(ins) {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
#suntory_contents :where(mark) {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
#suntory_contents :where(del) {
    text-decoration: line-through;
}
#suntory_contents :where(abbr[title], dfn[title]) {
    border-bottom:1px dotted;
    cursor:help;
}
#suntory_contents :where(table) {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
#suntory_contents :where(hr) {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
#suntory_contents :where(input, select) {
    vertical-align:middle;
}

/* common.css */
html, body {
    scroll-behavior: smooth;
}
#suntory_contents :where(*) {
    margin: 0 auto;
    box-sizing: border-box;
}
#suntory_contents :where(img, picture) {
    display: block;
    width: 100%;
    height: auto;
}
#suntory_contents :where(input, button, textarea) {
    font-family: inherit;
    -ms-text-size-adjust: inherit;
    -webkit-text-size-adjust: inherit;
    font-weight: inherit;
    color: inherit;
}
#suntory_contents :where(input[type="text"], input[type="tel"], textarea) {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    max-width: 100%;
}
#suntory_contents :where(button) {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#suntory_contents :where(sup) {
    display: inline-block;
    font-size: 0.5em;
    transform: translateY(-50%);
}
#suntory_contents :where(sub) {
    display: inline-block;
    font-size: 0.5em;
    transform: translateY(30%);
    text-indent: 0;
}
#suntory_contents :where(*:focus-visible) {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}
