@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  font-size: 62.5%;

  /* 10÷16=62.5% */
}

input {
  /* -webkit-appearance:none; */

  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;

  margin: 0;
}

/* @font-face {
  font-family: "Noto Sans JP";

  src: url("NotoSansJP-Regular/NotoSansJP-Regular.woff2") format("woff2"),
    url("NotoSansJP-Regular/NotoSansJP-Regular.woff") format("woff"),
    url("NotoSansJP-Regular/NotoSansJP-Regular.ttf") format("truetype"),
    url("NotoSansJP-Regular/NotoSansJP-Regular.eot") format("embedded-opentype"),
    url("NotoSansJP-Regular/NotoSansJP-Regular.svg") format("svg"),
    url("NotoSansJP-Regular/NotoSansJP-Regular.otf") format("opentype");

  font-weight: normal;

  font-style: normal;
} */

@font-face {
  font-family: "Avenir";

  src: url("Avenir/Avenir-Medium.ttf") format("truetype"),
    url("Avenir/AvenirLTStd-Black.otf") format("opentype"),
    url("Avenir/Avenir-Light.ttf") format("truetype"),
    url("Avenir/AvenirNextLTPro-Bold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  font-family: "Noto Sans JP", "Microsoft YaHei", sans-serif;

  list-style: none;

  -webkit-appearance: none;

  outline: none;
}

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

img {
  max-width: 100%;

  height: auto;

  width: auto\9;

  /* ie8 */

  -ms-interpolation-mode: bicubic;
}

*:focus {
  outline: none;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;

  padding: 0;

  border: none;
}

body {
  color: #555;
}

.clearfix:after {
  content: "";

  display: block;

  visibility: hidden;

  height: 0;

  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;

  color: #969696;
}

a:hover {
  color: #969696;

  text-decoration: none;
}

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

fieldset,
img {
  border: none;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

input:password {
  ime-mode: disabled;
}

* {
  box-sizing: border-box;
}

.line1 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: box;

  display: -webkit-box;

  line-clamp: 1;

  box-orient: vertical;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  word-break: break-all;
}

.line2 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: box;

  display: -webkit-box;

  line-clamp: 2;

  box-orient: vertical;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  word-break: break-all;
}

.centerboth {
  display: flex;

  display: -webkit-flex;

  align-items: center;

  -webkit-align-items: center;

  justify-content: center;

  -webkit-justify-content: center;
}

html,
body {
  height: 100%;

  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #969696;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #969696;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #969696;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #969696;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
