/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126 MOD
License: none (public domain)
*/

:where(#suntory_contents :is(
    html, body, 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 */
:where(#suntory_contents :is(
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, main
)) {
    display: block;
}
:where(#suntory_contents :is(body)) {
    line-height: 1;
}
:where(#suntory_contents :is(ol, ul)) {
    list-style: none;
}
:where(#suntory_contents :is(blockquote, q)) {
    quotes: none;
}
:where(#suntory_contents :is(
    blockquote:before, blockquote:after,
    q:before, q:after
)) {
    content: '';
    content: none;
}
:where(#suntory_contents :is(table)) {
    border-collapse: collapse;
    border-spacing: 0;
}

/* berow from html5doctor */
:where(#suntory_contents :is(a)) {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
:where(#suntory_contents :is(ins)) {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
:where(#suntory_contents :is(mark)) {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
:where(#suntory_contents :is(del)) {
    text-decoration: line-through;
}
:where(#suntory_contents :is(abbr[title], dfn[title])) {
    border-bottom:1px dotted;
    cursor:help;
}
:where(#suntory_contents :is(table)) {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
:where(#suntory_contents :is(hr)) {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
:where(#suntory_contents :is(input, select)) {
    vertical-align:middle;
}

/* common.css */
html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
:where(#suntory_contents :is(*)) {
    margin: 0 auto;
    box-sizing: border-box;
}
:where(#suntory_contents :is(img, picture)) {
    display: block;
    width: 100%;
    height: auto;
}
:where(#suntory_contents :is(input, button, textarea)) {
    font-family: inherit;
    -ms-text-size-adjust: inherit;
    -webkit-text-size-adjust: inherit;
    font-weight: inherit;
    color: inherit;
}
:where(#suntory_contents :is(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%;
}
:where(#suntory_contents :is(button)) {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
:where(#suntory_contents :is(sup)) {
    display: inline-block;
    font-size: 0.5em;
    transform: translateY(-50%);
}
:where(#suntory_contents :is(sub)) {
    display: inline-block;
    font-size: 0.5em;
    transform: translateY(30%);
    text-indent: 0;
}
:where(#suntory_contents :is(*:focus-visible)) {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}
