@charset "UTF-8";
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

@font-face {
    font-family: "Oswaldr";
    src: url("/assets/font/OswaldRegular.ttf");
    font-weight: 200;
}

html {
    /* @mixin media-range */
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    html {
        font-size: calc(100vw / 28);
    }
}

html *, html *::after, html *::before {
    box-sizing: inherit;
}

body {
    height: 100%;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    body {
        min-width: 1180px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

ol,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

address,
em {
    font-style: normal;
}

hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #f2f2f2;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

svg {
    max-width: 100%;
}

a {
    color: #0055AE;
    transition: 0.15s ease;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

area:focus {
    outline: none;
}

p {
    margin: 0;
}

/*lightboxで背景から画像がはみ出さないようにするためのCSS*/
#fancybox-wrap {
    box-sizing: initial !important;
}
