<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Roboto+Condensed|Roboto);

@charset "UTF-8";

/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   Base
   繝ｪ繧ｻ繝�ヨcss縺ｨhtml隕∫ｴ�縺ｮ螳夂ｾｩ
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

/* ==========================================================================

   preset.scss
   繝励Μ繝溘ユ繧｣繝冶ｦ∫ｴ�縺ｮ險ｭ螳�

 */
*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

@media print,
screen and (min-width: 769px) {
    html.is-scrollOff {
        /*overflow: hidden;*/
        height: 100%;
    }

    html.is-scrollOff .glb-pageWrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
}

body {
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    font-family: YuGothic, 窶弸u Gothic Medium窶�, "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
    font-feature-settings: "palt";
}

@media print,
screen and (min-width: 769px) {
    body.is-scrollOff {
        /*overflow: hidden;*/
        height: 100%;
    }

    body.is-scrollOff .glb-pageWrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
}

main {
    display: block;
}

div {
    box-sizing: border-box;
}

/*
a:link,
a:visited,
a.touchend {
    color: #4d3417;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:active,
a:hover,
a.touchstart {
    text-decoration: none;
    color: #4d3417;
}
*/

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td {
    line-height: 1;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: bottom;
}

sup {
    font-size: .4em;
    vertical-align: top;
}

hr {
    height: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #ddd;
}

/* reset form elements */
/*
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: $col_black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}*/
/* ==========================================================================
   Layout/Module
   ========================================================================== */
/* ====================================================================

  #繧ｵ繧､繝医せ繝医Λ繧ｯ繝√Ε隕∫ｴ�

 */

/*indexcss*/

</pre></body></html>