@charset "utf-8";
/*---------------------------------------------------------------------
Reset Style
reset.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
    line-height: 1.6em;
    margin-block-end: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}
ul[role='list'],
ol[role='list'],
ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    vertical-align: baseline;
}
