@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: YakuHanJP, YakuHanMP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, source-han-sans-japanese, sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #8a8a8a;
    outline: none;
}

@font-face {
    font-family: "FunctionsPro";
    src: url('/fonts/FunctionPro-Bold-webfont.eot');
    src: url('/fonts/FunctionPro-Bold-webfont_iefix.eot') format('embedded-opentype'),
        url('/fonts/FunctionPro-Bold-webfont.woff') format('woff'),
        url('/fonts/FunctionPro-Bold-webfont.ttf') format('truetype'),
        url('/fonts/FunctionPro-Bold-webfont.svg') format('svg');
    font-weight: 700;
}

@font-face {
    font-family: "FunctionsPro";
    src: url('/fonts/FunctionPro-Medium-webfont.eot');
    src: url('/fonts/FunctionPro-Medium-webfont_iefix.eot') format('embedded-opentype'),
        url('/fonts/FunctionPro-Medium-webfont.woff') format('woff'),
        url('/fonts/FunctionPro-Medium-webfont.ttf') format('truetype'),
        url('/fonts/FunctionPro-Medium-webfont.svg') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: "FunctionsPro";
    src: url('/fonts/FPro-light.eot');
    src: url('/fonts/FPro-light_iefix.eot') format('embedded-opentype'),
        url('/fonts/FPro-light.woff') format('woff'),
        url('/fonts/FPro-light.ttf') format('truetype'),
        url('/fonts/FPro-light.svg') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: "FunctionsPro";
    src: url('/fonts/FPro-book.eot');
    src: url('/fonts/FPro-book_iefix.eot') format('embedded-opentype'),
        url('/fonts/FPro-book.woff') format('woff'),
        url('/fonts/FPro-book.ttf') format('truetype'),
        url('/fonts/FPro-book.svg') format('svg');
    font-style: normal;
}

@font-face {
    font-family: "futura-pt";
    src: url("/fonts/futura-pt-book.woff2") format("woff2");
    font-style: normal;
}

@font-face {
    font-family: "futura-pt";
    src: url("/fonts/futura-pt-book-italic.woff2") format("woff2");
    font-style: normal;
}

@font-face {
    font-family: "futura-pt";
    src: url("/fonts/futura-pt-medium.woff2") format("woff2");
    font-style: normal;
}

a {
    text-decoration: none;
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
    image-rendering: auto;
}

video {
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

html,
body {
    font-size: 100%;
    /* font-size: 62.5%; */
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    /* -webkit-appearance: none; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}