@charset "UTF-8";
@media print {
    body { display: none !important; }
}

/*トップパネル　e飛伝3追加　2025.06*/
.top-navi__inner {
  max-width: 1892px;/*既存サイズ変更*/
  }
@media (max-width: 1458px) {
  .top-navi__inner {
     padding: 0 0 40px 0;
  }
}
.top-navi__main {
  max-width: 1272px;/*既存サイズ変更*/
}
.top-navi__link span:last-child {
  font-size:1.4rem;/*既存サイズ変更*/
}
.top-navi__item.-charter .top-navi-charter {
  font-size:1.4rem;/*既存サイズ変更*/
}
.top-navi-search {
  width: 310px;/*既存サイズ変更*/
}

@media (max-width: 1458px) {
  .top-navi-search {
     width: 250px;
     height: 160px;
  }
}

@media (max-width: 1458px) {
  .top-navi__item.-charter .top-navi-charter {
    height: 130px;
    min-width: 130px;
  }
}

@media (max-width: 1458px) {
  .top-navi__link {
     min-width: 80px;
     height: 100%;
  }
}

@media (max-width: 1458px) {
  .top-navi-search {
    height: auto;
  }
}

.top-navi__item.-ehiden3 {
  background: #192259;
  padding: 16px 16px 16px 0;
}

@media (max-width: 1024px) {
  .top-navi__item.-ehiden3 {
     padding: 16px 32px;
  }
}

@media (max-width: 767px) {
  .top-navi__item.-ehiden3 {
    /*padding: 0 16px 16px;*/
    display: none;
  }
}

.icon-ehiden3:before {
  content: '';
  display: inline-block;
  width: 130px;
  height: 50px;
  background-image: url(./img/top/ico_top-navi-ehiden3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  overflow: visible;
  margin-top:30px;
}

.top-navi-ehiden3:hover .icon-ehiden3:before {
  background-image: url(./img/top/ico_top-navi-ehiden3-white.svg);
}

.top-navi-ehiden3 {
  display: -ms-grid;
  display: grid;
  height: fit-content;
  transition: 0.3s all;
}

.top-navi-ehiden3:hover {
  color: #fff;
}

.top-navi-ehiden3:hover .top-navi-ehiden3__body {
  background: #3B4A9F;
}

@media (min-width: 1025px) {
  .top-navi-ehiden3 {
    /*grid-template-columns: 100%;*/
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi-ehiden3 {
    /*grid-template-columns: 20% 50% 30%;
    grid-template-rows: 100%;*/
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-ehiden3 {
    /*grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;*/
  }
}

.top-navi-ehiden3__heading {
  line-height: 1.4;
  text-align: center;
  /*grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: center;*/
  white-space: nowrap;
  margin-bottom: 6px;
}

.top-navi-ehiden3__heading span {
  font-size: 1rem;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .top-navi-ehiden3__heading {
    /*grid-row: 1 / 2;
      grid-column: 2 / 3;*/
    text-align: left;
    /*margin: 0 16px;*/
    margin-bottom: 8px;
  }

  .top-navi-ehiden3__heading span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-ehiden3__heading {
    margin: 0 0 8px;
  }

  .top-navi-ehiden3__heading span {
    font-size: 1.2rem;
  }
}

.top-navi-ehiden3__body {
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #fff;
  /*grid-row: 2 / 3;
    grid-column: 1 / 2;
    align-self: center;*/
  background: #fff;
  padding: 8px 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 1024px) {
  .top-navi-ehiden3__body {
    /*grid-row: 1 / 2;
      grid-column: 1 / 2;*/
    margin-bottom: 0;
  }

  .top-navi-ehiden3__body h2 {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-ehiden3__body {
    /*grid-row: 1 / 3;
      grid-column: 1 / 2;*/
  }

  .top-navi-ehiden3__body h2 {
    font-size: 2.2rem;
  }
}

.top-navi-ehiden3__body h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.top-navi-ehiden3__body span {
  font-size: 12rem;
  display: block;
  margin-top: -2rem;
}

.top-navi-ehiden3__body p {
  margin-top: -2.5rem;
  font-size: 1.2rem;
}

.top-navi-smartclub {
    height: fit-content;/*既存変更*/
}