
.scene--fixedNav a {
  color:#fff !important;
  color: white !important;
}
.scene--fixedNav {
font-size: 1.5rem;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    position: fixed;
  width: 100%;
  background: rgba(4, 4, 4, 0.9);
  color: #fff;
  top: 0;
  font-weight: normal;
  z-index: 600; }
  .scene--fixedNav a, .scene--fixedNav a:hover {
    text-decoration: none; }
  .scene--fixedNav .page__contents {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
  .scene--fixedNav .page__contents__inner {
/*    min-height: none;
display: none;*/
display: block;
}
    @media screen and (min-width: 1024px) {
      .scene--fixedNav .page__contents__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        min-height: 6rem; } }
  .scene--fixedNav .itemList {
    display: block;
    padding: 1rem 0;
    font-size: 2.4rem; }
    .scene--fixedNav .itemList > div {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #666; }
      .scene--fixedNav .itemList > div span {
        position: relative; }
    .scene--fixedNav .itemList > div:last-child {
      border-bottom: none; }
    .scene--fixedNav .itemList a {
      width: 100%;
      display: block;
      padding: 2rem 1rem; }
    .scene--fixedNav .itemList > div.active a .bg .on {
      opacity: 1; }
    .scene--fixedNav .itemList a:hover {
      color: #fff; }
      .scene--fixedNav .itemList a:hover .bg .on {
        opacity: 1; }

  .scene--fixedNav .logo {
    position: static !important;
    width: 169px;
    margin-top: 5px;
    padding-top: 0px;
    left: auto;
    top: 0px;
    transform: none !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 340px) {

      .scene--fixedNav .logo {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        min-width: 169px;
        width: auto; }
    }
  .scene--fixedNav nav {
    display: none; }
    @media screen and (min-width: 1024px) {
      .scene--fixedNav nav {
        display: block; } }
  .scene--fixedNav nav.show {
    display: block; }
  .scene--fixedNav nav a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .scene--fixedNav nav a > img {
      position: relative; }
    .scene--fixedNav nav a .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .scene--fixedNav nav a .bg > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .scene--fixedNav nav a .bg .on {
        opacity: 0;
        transition: opacity 0.3s ease;
        background: rgba(120, 120, 120, 0.5); }
        @media screen and (min-width: 1024px) {
          .scene--fixedNav nav a .bg .on {
            background: none; } }
  .scene--fixedNav nav a.active .bg .on {
    opacity: 1; }
  .scene--fixedNav .snslink {
    position: relative;
    top: 0;
    right: 0; }
    .scene--fixedNav .snslink .snslink__content__inner > div {
      padding: 0 1rem; }
    .scene--fixedNav .snslink img {
      height: 45px; }
    @media screen and (min-width: 1024px) {
      .scene--fixedNav .snslink {
        position: relative;
        padding: 0; }
        .scene--fixedNav .snslink .snslink__content__inner > div {
          padding: 1.5rem 1rem; }
        .scene--fixedNav .snslink img {
          height: 30px; } }

@media screen and (min-width: 1024px) {
  .scene--fixedNav {
    height: auto; }
    .scene--fixedNav .page__contents nav {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      padding-right: 2rem; }
    .scene--fixedNav .page__contents .selectLanguage {
      margin-left: auto; }
    .scene--fixedNav .page__contents .itemList {
      font-size: 1.7rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex: 1;
      flex: 1;
      padding-right: 1rem; }
      .scene--fixedNav .page__contents .itemList > div {
        width: 25%;
        border-bottom: none; }
      .scene--fixedNav .page__contents .itemList a {
        position: relative;
        padding: 0.5rem 1rem; }
      .scene--fixedNav .page__contents .itemList a::before {
        content: '';
        position: absolute;
        display: inline-block;
        background: #40475c;
        height: 1.7rem;
        width: 1px;
        left: 0;
        top: 50%;
        margin-top: -0.85rem; }
      .scene--fixedNav .page__contents .itemList > div:last-child a:last-child::after {
        content: '';
        position: absolute;
        display: inline-block;
        background: #40475c;
        height: 1.7rem;
        width: 1px;
        right: 0;
        top: 50%;
        margin-top: -0.85rem; } }
.scene--fixedNav.vertical.show {
  height: 100%; }

@media screen and (min-width: 1024px) {
  .scene--fixedNav.vertical.show {
    overflow: scroll; } }
.body--sp .scene--fixedNav.vertical.show {
  overflow: scroll; }

.globalNavTrigger {
  position: absolute;
  top: 0rem;
  left: 1rem;
  padding: 1rem 1rem 0.8rem 0.8rem;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center; }
  @media screen and (min-width: 320px) {
    .globalNavTrigger {
      top: 2rem; } }
  @media screen and (min-width: 835px) {
    .globalNavTrigger {
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); } }

@media screen and (min-width: 1024px) {
  .globalNavTrigger {
    display: none; } }
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  right: 0; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 13px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0; }


.body--under .underContentBox {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 6.5rem 2rem 1rem;
}


  .navbar {
      display: none;
      height: 0;
  }

/* ==============================================================================

  width 769～

============================================================================== */
@media screen and (min-width: 769px){
  .contentsBox {
      padding: 30px 0;
  }

}
/* ==============================================================================

  width 992～

============================================================================== */
@media screen and (min-width: 992px) {
  .mainVisual {
    padding-top: 12rem;
  }

.navbar {
    display: block;
    position: fixed;
    height: 6rem;
    top: 6rem !important;
  }

}



.logo img{
 max-height: 70px;
}

.logo a{
 display: block;
 padding: 10px;
}