* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Yumin-m";
  src: url(../assets/fonts/yuminm.otf);
}

@font-face {
  font-family: "Yumin-db";
  src: url(../assets/fonts/yumindb.ttf);
}

@font-face {
  font-family: "Yu-b";
  src: url(../assets/fonts/YuGothB.ttc);
}

@font-face {
  font-family: "Yu-m";
  src: url(../assets/fonts/YuGothM.ttc);
}

@font-face {
  font-family: "Yu-thic-light";
  src: url(../assets/fonts/Yu\ Gothic\ Light.ttf);
}

@font-face {
  font-family: "Yu-gothic-regular";
  src: url(../assets/fonts/yu-gothic-regular.ttf);
}

@font-face {
  font-family: "Hiragino-Kaku-Gothic";
  src: url(../assets/fonts/Hiragino\ Kaku\ Gothic\ ProN\ W3.otf);
}

html,
body {
  position: relative;
  height: auto;
}

html {
  font-size: 0.831vw;
  font-size: clamp(8px, 0.831vw, 10px);
  margin: 0;
  scroll-behavior: smooth;
}

@media print, screen and (max-width: 990px) and (min-width: 769px) {
  html {
    font-size: 1.0101vw;
    font-size: clamp(8px, 1.0101vw, 10px);
  }
}

@media print, screen and (max-width: 768px) and (min-width: 641px) {
  html {
    font-size: 1.302vw;
    font-size: clamp(8px, 1.302vw, 10px);
  }
}

@media print, screen and (max-width: 640px) and (min-width: 426px) {
  html {
    font-size: 1.562vw;
    font-size: clamp(8px, 1.562vw, 10px);
  }
}

@media print, screen and (max-width: 425px) {
  html {
    font-size: 2.352vw;
    font-size: clamp(6px, 2.352vw, 10px);
  }
}

body {
  background-color: #f1f1f1;
  font-family: "Hiragino-Kaku-Gothic";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.6;
}

table,tr,td {
  border-collapse: collapse;
}

.scrollbar-container::-webkit-scrollbar {
  width: 5px;
  height: 20px;
}

.scrollbar-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.scrollbar-container::-webkit-scrollbar-thumb {
  background: #888;
}

.scrollbar-container::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  display: block;
  background: #555;
}

.scrollbar-container-x::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.invisible-scrollbar-container::-webkit-scrollbar {
  display: none;
}

.main-container {
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: auto;
}

.navbar-container {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: auto;
}

.bg-e2e2e2 {background-color: #e2e2e2;}
.bg-f2f2f2 {background-color: #f2f2f2;}

.full-container {
  background-color: #F2F2F2;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: auto;
}

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;
  vertical-align: baseline;
}
