@charset "utf-8";

html {
  height: 100%;
}
body {
  background-color: #000;
  margin: 0;
  color: #fff;
  height: 100%;
  font: 400 0.875rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
a {
  color: #a4a4a4;
  cursor: pointer;
  text-decoration: none;
}

/**
  header
**/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.nav_header {
  background-color: #A2252D;
  height: 54px;
}
.header_top_left {
  float: left;
}
.header_top_right {
  float: right;
}

.header_top_wrapper {
  background-color: #A2252D;
  height: 54px;
}

.header_top_left {
  float: left;
}
.header_top_right {
  float: right;
}

.ham_menu {
  width: 50px;
  height: 100%;
  float: left;
  padding: 18px 0 0 22px;
}
.ham_menu img{
  width: 22px;
}
.header_logo {
  padding-top: 12px;
  width: 155px;
  height: 100%;
  float: left;
}
.header_logo img{
  width: 100%;
}

nav.nav_header_sub {
  background-color: #2d2d2d;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
}
.header_sub {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
}
.header_sub a{
  padding: 0 20px;
  font-size: 15px;
}
.header_sub a:hover,
.header_sub .on{
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 3px;
  text-decoration-color: #c22934;
  color: #fff;
}


/*
.SidebarScroll::-webkit-scrollbar {
  scrollbar-color: #434343 #242424;
}
.SidebarScroll::-webkit-scrollbar-track {
  background-color: #333;
}
.SidebarScroll::-webkit-scrollbar-thumb {
  background-color: white;
  border: 2px solid red;
}
.SidebarScroll::-webkit-scrollbar-thumb:hover {
  background-color: red;
}
  */

/**
  main
**/
main {
  margin-top: 96px;
  height: 100%;
  /*float: left;*/
  width: 100%;
}

/**
  aside
**/
aside {
  /*float: left;*/
  background-color: #141415;
  height: 100%;
  width: 210px;
  position: fixed;
  top: 96px;
  left: 0;
  font-size: 13px;
  color: #fff;
}
.SidebarScroll{
  padding: 20px 6px 0 20px;
  height: 100%;
  overflow-y: hidden;
  scrollbar-width: thin;
  overflow-y: scroll;
  scrollbar-color: #141415 #141415;
}
.SidebarScroll:hover{
  /*overflow-y: scroll;*/
  scrollbar-color: #292929 #141415;
}
.nav_aside_sub{
  width: 100%;
}
.nav_aside_sub a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  line-height: 27px;
}
.nav_aside_sub .lang_link {
  color: rgba(248, 248, 248, .5);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav_aside_sub .lang_link:hover {
  color: #fff;
  cursor: pointer;
}
#icon_arrow {
  margin-top: 2px;
}
.aside_selectlang {
  color: rgba(248, 248, 248, .5);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 12px;
  white-space: nowrap;
}
.aside_selectlang li {
  list-style-type: none;
  /*line-height: 26px;*/
  letter-spacing: 0.05em;
  margin-left: -40px;
  margin-bottom: 16px;
}
.aside_selectlang li:hover {
  color: #fff;
  text-decoration: underline 1px #fff;
  cursor: pointer;
}
.aside_link {
  display: table;
  height: 28px;
  padding-left: 6px;
  width: 100%;
  margin-bottom: 3px;
}
.aside_link.on,
.aside_link:hover{
  background-color: #2d2d2d;
  border-radius: 6px;
}
.aside_link .flag {
  width: 24px;
  height: 17px;
  position: absolute;
  top: 6px;
  left: 5px;
}
.aside_link span {
  padding-left: 40px;
}


.main_contents {
  /*float: left;*/
  margin-left: 210px;
  width: calc(100% - 210px);
}
.MainScroll{
  padding: 0 20px;
  /*height: 1000px;*/
  overflow-y: hidden;
}

.page_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
}
.index_page_header {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    color: rgba(248, 248, 248, .4);
    max-width: 1000px;
}
.page_contents {
  height: 3000px;
}

footer {
    background: #212223;
    color: #fff;
    padding: 14px 0;
    z-index: 2;
    font-size: .75rem;
}

/*
main {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  max-width: 100vw;
}
.SidebarStatic {
  display: flex;
  height: calc(100vh - 0 - 0);
  height: calc(100vh - var(--offset-top, 0) - var(--offset-bottom, 0));
  position: sticky;
  top: 54px;
}
aside {
  background-color: #141415;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.SidebarScroll {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  max-height: 100%;
  overflow-y: scroll;
  overscroll-behavior: none;
  padding-top: 10px;
  transition: scrollbar-color 1ms ease-in-out 1.5s;
  scrollbar-color: transparent transparent;
  scrollbar-gutter: auto;
  scrollbar-width: thin;
}
.main_contents {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
.page_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
.index_page_header {
    align-items: flex-start;
    margin: 16px 0 !important;
    position: relative;
}
.models_list_container {

}

.nav_aside_sub{
  padding: 10px 0 0 0;
}
.aside_link {
  display: table;
  height: 28px;
  padding-left: 6px;
  width: 100%;
  margin-bottom: 2px;
}
.aside_link.on,
.aside_link:hover{
  background-color: #2d2d2d;
  border-radius: 4px;
}
.aside_link a {
  display: block;
  color: #fff;
  font-size: inherit;
  height: 100%;
  width: 100%;
}
.aside_link a:hover {
  text-decoration: none;
}
.aside_link a {
  display: table-cell;
  vertical-align: middle;
}
.nav_aside_sub p{
  color: rgba(248, 248, 248, .5);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

footer {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  max-width: 100%;
  min-width: 0;
}
.footer_container {
  background: #212223;
  color: #fff;
  padding: 14px 0;
  position: relative;
  z-index: 2;
  font-size: .75rem;
}

.footer_frame {
  margin: 15px;
}
.footer_row {
  display: flex;
}
.footer_row .left {
  flex: none;
  padding: .375rem .7rem .375rem .325rem;
  width: 33.3333333333%;
}
.footer_row .right {
}

.NavigationsListSection {
  display: flex;
  flex-wrap: wrap;
}
.BlockContainer {
  flex: 1 1 0;
  padding: .375rem .7rem;
}
.BlockTitle {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  line-height: normal;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
*/

/* 共通 */

.SidebarSeparator {
  background: rgba(216, 216, 216, .1);
  border: 0;
  height: 1px;
  margin: 20px 0 30px;
}
.clear {
  clear: both;
}
.cvt_white {
  filter: brightness(0) invert(1);
  color: #fff;
}
.float_right {
  float: right;
}