@charset "UTF-8";

@font-face {
  font-family: "unitedarrows-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UNITEDARROWS/unitedarrows-Regular.html");
  src: url("../fonts/UNITEDARROWS/unitedarrows-Regular-2.html") format("woff2"), url("../fonts/UNITEDARROWS/unitedarrows-Regular-3.html") format("woff"), url("../fonts/UNITEDARROWS/unitedarrows-Regular-4.html") format("opentype"), url("../fonts/UNITEDARROWS/unitedarrows-Regular-5.html") format("truetype"), url("../fonts/UNITEDARROWS/unitedarrows-Regulard41d.html?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: "unitedarrows-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UNITEDARROWS/unitedarrows-Medium.html");
  src: url("../fonts/UNITEDARROWS/unitedarrows-Medium-2.html") format("woff2"), url("../fonts/UNITEDARROWS/unitedarrows-Medium.woff") format("woff"), url("../fonts/UNITEDARROWS/unitedarrows-Medium-3.html") format("opentype"), url("../fonts/UNITEDARROWS/unitedarrows-Medium-4.html") format("truetype"), url("../fonts/UNITEDARROWS/unitedarrows-Mediumd41d.html?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: "unitedarrows-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UNITEDARROWS/unitedarrows-Bold.html");
  src: url("../fonts/UNITEDARROWS/unitedarrows-Bold-2.html") format("woff2"), url("../fonts/UNITEDARROWS/unitedarrows-Bold-3.html") format("woff"), url("../fonts/UNITEDARROWS/unitedarrows-Bold-4.html") format("opentype"), url("../fonts/UNITEDARROWS/unitedarrows-Bold-5.html") format("truetype"), url("../fonts/UNITEDARROWS/unitedarrows-Boldd41d.html?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: "unitedarrows-Extrabold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UNITEDARROWS/unitedarrows-Extrabold.html");
  src: url("../fonts/UNITEDARROWS/unitedarrows-Extrabold-2.html") format("woff2"), url("../fonts/UNITEDARROWS/unitedarrows-Extrabold-3.html") format("woff"), url("../fonts/UNITEDARROWS/unitedarrows-Extrabold-4.html") format("opentype"), url("../fonts/UNITEDARROWS/unitedarrows-Extrabold-5.html") format("truetype"), url("../fonts/UNITEDARROWS/unitedarrows-Extraboldd41d.html?#iefix") format("embedded-opentype");
}

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, i,
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-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  /*font-family: Avenir, "Helvetica Neue", Verdana, Helvetica, Arial, Roboto, YuGothic,"Meiryo UI", メイリオ, Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: YuGothic,"Meiryo UI", メイリオ, Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 1;
  position: relative;
}

body.noscroll {
  overflow: hidden;
}

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

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

a {
  color: #000;
  text-decoration: none;
}

.clearfix {
  display: inline-block;
  height: 1%;
}

.clearfix::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

*:focus {
  outline: none;
}

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

.font-bol {
  font-weight: 900;
}

.uafont-reg {
  font-family: 'unitedarrows-Regular', sans-serif;
  font-style: normal;
}

.uafont-med {
  font-family: 'unitedarrows-Medium', sans-serif;
  font-style: normal;
}

.uafont-bol {
  font-family: 'unitedarrows-Bold', sans-serif;
  font-style: normal;
}

.uafont-ex {
  font-family: 'unitedarrows-Extrabold', sans-serif;
  font-style: normal;
}

body .g-container .ua-logo a {
  width: 200px;
}
@media screen and (max-width: 767px) {
  body .g-container .ua-logo a {
    width: 53.333%;
    max-width: 200px;
  }
}