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

* {
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

a,
blockquote,
button,
code,
div,
figcaption,
h1,
h2,
h3,
input[type=email],
input[type=text],
input[type=password],
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
td,
textarea,
th,
ul {
  color: #1f1f1f;
}

a,
blockquote,
body,
br,
button,
code,
div,
figure,
figcaption,
h1,
h2,
h3,
html,
iframe,
img,
input,
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  overflow: hidden;
}

body {
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  font-size: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

p a {
  font-size: 100%;
  font-weight: bold;
}

strong {
  font-size: 100%;
  vertical-align: baseline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  font-size: 0;
  max-width: 100%;
}

svg {
  border: 0;
  stroke-width: 0;
}

ol,
ul {
  list-style: none;
}

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

td,
th {
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
}

th {
  font-weight: bold;
}

blockquote {
  quotes: none;
}

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

pre code {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
}

input[type=text] {
  background-color: transparent;
}

input[type=file],
input[type=checkbox] {
  display: none;
}

textarea {
  background-color: transparent;
  resize: vertical;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-y: scroll;
  overflow-anchor: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  font-family: inherit;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

::-webkit-resizer {
  display: none;
}

iframe {
  display: block;
  max-width: 100%;
}

.body {
  height: 100svh;
}
@media (max-width: 760px) {
  .body {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .body {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .body {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1345px) {
  .body {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}

.container {
  overflow-x: hidden;
}
@media (max-width: 760px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .container {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    right: 0;
  }
}
@media (min-width: 1345px) {
  .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    right: 0;
  }
}

@media (max-width: 760px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 1345px) {
  .main {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 384px;
  }
}

@media (max-width: 760px) {
  .sidebar {
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .sidebar {
    margin: 40px auto 0;
    max-width: 784px;
  }
}
@media (min-width: 1081px) and (max-width: 1344px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
}
@media (min-width: 1345px) {
  .sidebar {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 388px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.error {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 32px 35px;
}
@media (min-width: 1345px) {
  .error {
    border-radius: 8px;
    margin: 32px 0;
  }
}

.error h1 {
  line-height: 20px;
  font-size: 18px;
}

.error img {
  width: 144px;
  margin: 28px 0;
}

.error p {
  line-height: 17px;
  font-size: 15px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
@media (max-width: 760px) {
  .header {
    width: 100%;
    padding-right: 12px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .header {
    width: 100%;
    padding-right: 16px;
  }
}
@media (min-width: 1081px) {
  .header {
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24px;
  }
}

.header-primary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 1081px) {
  .header-primary {
    margin-right: 24px;
  }
}

@media (max-width: 1080px) {
  #open-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 100%;
  }
}
@media (min-width: 1081px) {
  #open-menu {
    display: none;
  }
}

@media (max-width: 1080px) {
  #open-menu img {
    height: 12px;
  }
}

.logo {
  display: block;
}

.logo img {
  height: 22px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-left: 12px;
  background-color: white;
}

.header-search img {
  cursor: pointer;
  width: 14px;
}

.header-account {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
}

.header-account img {
  cursor: pointer;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.header-sign button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}