@import url("https://use.typekit.net/etf2ulr.css");
/* ==========================================================
 mixin 
========================================================== */
/* ==========================================================
 font 
========================================================== */
body {
  /* font-family: "source-han-sans-japanese", sans-serif; */
  /* Proxima Nova Regular */
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  font-variant-numeric: tabular-nums;
}

/* ==========================================================
text style
========================================================== */
body {
  width: 100%;
  line-height: 2;
  color: var(--black);
  /* overflow-y: scroll;
  overflow-x: hidden; */
}

/* ==========================================================
base style
========================================================== */
:root {
  --primary: #131431;
  --secondary: #324468;
  --tertiary: #AA8944;
  --gray: #F4F4F4;
  --black: #333333;
  --height: 96px;
}
@media (max-width: 1079px) {
  :root {
    --height: 9.6rem;
  }
}
@media (max-width: 767px) {
  :root {
    --height: 58px;
  }
}

/* ==========================================================
 slideIn anime
========================================================== */
/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-style: normal;
}

html {
  font-size: 62.5%;
  visibility: hidden;
}
@media (max-width: 1079px) {
  html {
    font-size: 0.9267840593vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6075619296vw;
  }
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  width: 100%;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  /* margin-top: 96px; */
  color: var(--black);
}
@media (max-width: 1079px) {
  main {
    /* margin-top: 9.6rem; */
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  main {
    /* margin-top: 58px; */
  }
}

.u-inner {
  position: relative;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u-inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .u-in--pc {
    width: calc(100% - 1.5rem);
  }
}/*# sourceMappingURL=common-tdh-k.css.map */