@charset "UTF-8";
body.--menu-active {
  overflow: hidden; }

.btn {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer; }
  .btn.--ripple {
    border: 1px solid #FF6B00;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    transition-duration: .8s;
    z-index: 2; }
    .btn.--ripple::after {
      background: #fff;
      border-radius: 50%;
      content: "";
      display: block;
      height: 0;
      left: 0;
      margin: auto;
      opacity: 0;
      padding-top: 100%;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) scale(0.1);
      transition: opacity .5s, transform 0s, color .2s;
      transition-delay: 0s, .4s, 0s;
      right: 0;
      width: 100%;
      z-index: -1; }
    .btn.--ripple:hover {
      background-color: #fff;
      color: #FF6B00; }
      .btn.--ripple:hover::after {
        opacity: 1;
        transform: translateY(-50%) scale(1.2);
        transition-delay: 0s;
        transition: opacity .8s, transform .4s ease-in-out; }

.btn-outline {
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  height: 50px;
  min-height: 50px;
  padding: 0 16px;
  text-decoration: none;
  transition: opacity .2s ease-in-out; }
  .btn-outline:hover {
    opacity: .7;
    text-decoration: none; }
  .btn-outline .btn-text {
    align-items: center;
    display: flex;
    font-size: 14px; }
    .btn-outline .btn-text.--arrow:before {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      align-items: center;
      display: flex;
      justify-content: center;
      background-image: url("./img/icon/icon-nav-arrow.svg");
      content: "";
      height: 6px;
      margin-right: 8px;
      width: 6px; }

.header {
  align-items: center;
  display: flex;
  background-color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  height: 70px;
  left: 0;
  padding: 0;
  position: fixed;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 1001; }
  @media (min-width: 940px) {
    .header {
      height: 90px;
      padding: 0; } }

.header__inner {
  align-items: center;
  display: flex;
  color: #333;
  height: 100%;
  transition: background-color 0.2s ease-in-out;
  width: 100%; }
  @media screen and (min-width: 940px) {
    .header__inner {
      width: inherit; } }

.header__logo,
.header__logo-invast {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./img/logo/logo-sp.svg");
  height: 32px;
  margin-left: 12px;
  min-width: 147px;
  width: 147px;
  z-index: 5; }
    @media screen and (min-width: 940px) {
    .header__logo,
    .header__logo-invast {
      background-image: url("./img/logo/logo-pc.svg");
      height: 70px;
      margin-left: 24px;
      min-width: 87px;
      width: 87px; }
    .header__logo-invast {
      display: block; }
    }
  .header__logo img,
  .header__logo-invast img {
    height: 56px; }

.header__nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.9, 0.12, 0.66, 0.49), opacity 0.6s ease-in-out; }
  @media screen and (max-width: 939px) {
    .header__nav.--active {
      align-items: center;
      background-color: #F1F1F1;
      flex: 1;
      height: calc(100vh - 70px);
      max-height: calc(100vh - 70px);
      left: 0;
      opacity: 1;
      padding: 56px 12px 80px;
      position: absolute;
      right: 0;
      top: 70px;
      transform: translateX(0); }
      .header__nav.--active .header__nav--list {
        display: block;
        max-width: 450px;
        overflow-y: auto;
        width: 100%; }
        .header__nav.--active .header__nav--list .nav__item--header,
        .header__nav.--active .header__nav--list .nav__item--header-no-js {
          align-items: center;
          display: flex;
          border-bottom: 1px solid #ddd;
          color: #333;
          font-size: 20px;
          justify-content: space-between;
          padding: 24px 16px; }
          .header__nav.--active .header__nav--list .nav__item--header::after {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            align-items: center;
            display: flex;
            justify-content: center;
            background-image: url("./img/icon/icon-add.svg");
            content: "";
            content: none !important;
            height: 20px;
            width: 20px; }
          .header__nav.--active .header__nav--list .nav__item--header.--active::after {
            background-image: url("./img/icon/icon-remove.svg"); } }
  .header__nav .nav__nest-list {
    padding: 16px 16px 32px; }
    @media screen and (min-width: 940px) {
      .header__nav .nav__nest-list {
        align-items: center;
        display: flex;
        padding: 0; } }
    .header__nav .nav__nest-list li {
      align-items: center;
      display: flex;
      flex: 1;
      font-size: 18px;
      height: 48px; }
      @media screen and (min-width: 940px) {
        .header__nav .nav__nest-list li {
          flex: unset;
          font-size: 14px; }
          .header__nav .nav__nest-list li:not(:last-of-type) {
            margin-right: 24px; } }
      .header__nav .nav__nest-list li a {
        align-items: center;
        display: flex;
        color: #333;
        height: 100%;
        flex: 1; }
        .header__nav .nav__nest-list li a.active {
          color: #FF6B00;
          text-decoration: none; }
          .header__nav .nav__nest-list li a.active::before {
            background-image: url("./img/icon/icon-circle-arrow-right-on.svg"); }
        .header__nav .nav__nest-list li a:hover {
          color: #FF6B00;
          text-decoration: none; }
          .header__nav .nav__nest-list li a:hover::before {
            background-image: url("./img/icon/icon-circle-arrow-right-on.svg"); }
        @media screen and (min-width: 940px) {
          .header__nav .nav__nest-list li a {
            flex: unset; } }
        .header__nav .nav__nest-list li a::before {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          align-items: center;
          display: flex;
          background-image: url("./img/icon/icon-circle-arrow-right.svg");
          content: "";
          height: 16px;
          margin-right: 12px;
          width: 16px; }
          @media screen and (min-width: 940px) {
            .header__nav .nav__nest-list li a::before {
              margin-top: 1px; } }
  @media screen and (min-width: 940px) {
    .header__nav {
      align-items: flex-end;
      display: flex;
      flex-direction: row;
      height: inherit;
      margin-left: 32px;
      opacity: 1;
      transform: initial; } }
  .header__nav .header__nav--list {
    display: none; }
    @media screen and (min-width: 940px) {
      .header__nav .header__nav--list {
        display: grid;
        grid-template-columns: repeat(5, auto); } }
    .--active .header__nav .header__nav--list {
      display: block;
      max-width: 450px;
      width: 100%; }
    .header__nav .header__nav--list .nav__items--item {
      padding: 0 24px; }
      @media screen and (min-width: 940px) {
        .header__nav .header__nav--list .nav__items--item {
          max-width: 147px;
          padding: 0;
          text-align: center; }
          .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
            padding: 0 0 0 50px; }
          .header__nav .header__nav--list .nav__items--item .nav__item--header,
          .header__nav .header__nav--list .nav__items--item .nav__item--header-no-js {
            position: relative; }
          .header__nav .header__nav--list .nav__items--item .nev__item--body {
            align-items: center;
            display: flex;
            justify-content: center;
            background-color: #f7f7f7;
            height: 106px;
            left: 0;
            opacity: 1;
            position: absolute;
            top: 100%;
            visibility: visible;
            width: 100vw;
            z-index: 1004; } }
    .header__nav .header__nav--list .nav__item--header,
    .header__nav .header__nav--list .nav__item--header-no-js {
      color: #333;
      text-decoration: none; }
      @media screen and (min-width: 940px) {
        .header__nav .header__nav--list .nav__item--header,
        .header__nav .header__nav--list .nav__item--header-no-js {
          align-items: center;
          display: flex;
          justify-content: center;
          color: #333;
          line-height: 90px;
          position: relative;
          text-decoration: none;
          white-space: nowrap;
          width: 100%; }
          .header__nav .header__nav--list .nav__item--header::before {
            background: #FF6B00;
            bottom: 0;
            content: "";
            content: none !important;
            height: 2px;
            left: 0;
            position: absolute;
            transform: scale(0, 1);
            transform-origin: center top;
            transition: transform 0.2s ease-in-out;
            width: 100%; }
          .header__nav .header__nav--list .nav__item--header:hover::before {
            transform: scale(1, 1); }
          .header__nav .header__nav--list .nav__item--header.active,
          .header__nav .header__nav--list .nav__item--header-no-js.active {
            color: #FF6B00; }
            .header__nav .header__nav--list .nav__item--header.active::before {
              transform: scale(1, 1); }
          .header__nav .header__nav--list .nav__item--header.--active::before {
            transform: scale(1, 1); } }

.header__btn--list {
  align-items: center;
  display: flex;
  font-size: 12px;
  height: 46px;
  margin-left: auto; }
  @media screen and (min-width: 940px) {
    .header__btn--list {
      font-size: 14px;
      height: 100%; } }
  .header__btn--list .btn {
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-duration: 0.4s;
    width: 70px;
    z-index: 2; }
    .header__btn--list .btn a {
      align-items: center;
      display: flex;
      justify-content: center;
      color: #fff;
      height: 100%;
      padding: 0 8px; }
    @media screen and (min-width: 940px) {
      .header__btn--list .btn {
        width: 80px; } }
    .header__btn--list .btn::after {
      background: #fff;
      border-radius: 50%;
      content: "";
      display: block;
      height: 0;
      left: 0;
      margin: auto;
      opacity: 0;
      padding-top: 100%;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) scale(0.1);
      transition: opacity 0.5s, transform 0s;
      transition-delay: 0s, 0.4s;
      right: 0;
      width: 100%;
      z-index: -1; }
    .header__btn--list .btn:hover a {
      text-decoration: none; }
    .header__btn--list .btn:hover::after {
      opacity: 1;
      transform: translateY(-50%) scale(1.2);
      transition-delay: 0s;
      transition: opacity 0.8s, transform 0.4s ease-in-out; }
    @media screen and (min-width: 940px) {
      .header__btn--list .btn {
        width: 140px; } }
    .header__btn--list .btn.btn__account {
      background-color: #FF6B00;
      border: 1px solid #FF6B00; }
      .header__btn--list .btn.btn__account:hover a {
        color: #FF6B00; }
    .header__btn--list .btn.btn__login {
      background-color: #777;
      border: 1px solid #777; }
      .header__btn--list .btn.btn__login:hover a {
        color: #777; }

.header__nav--icon {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  flex-direction: column;
  height: 100%;
  min-width: 48px;
  padding: 0 12px;
  width: 48px;
  z-index: 9999; }
  @media screen and (min-width: 940px) {
    .header__nav--icon {
      display: none; } }
  .header__nav--icon.--active span {
    background-color: #777; }
    .header__nav--icon.--active span:nth-child(1) {
      top: 8px;
      transform: rotate(45deg); }
    .header__nav--icon.--active span:nth-child(2) {
      opacity: 0;
      transform: translateX(150%); }
    .header__nav--icon.--active span:nth-child(3) {
      top: -12px;
      transform: rotate(-45deg); }
  .header__nav--icon span {
    background-color: #777;
    display: block;
    height: 2px;
    position: relative;
    transition: transform ease-in-out 0.2s, opacity 0.1s ease-in-out;
    width: 100%; }
    .header__nav--icon span:nth-child(1) {
      top: 0; }
    .header__nav--icon span:nth-child(2) {
      background-color: #FF6B00;
      margin: 8px 0; }
    .header__nav--icon span:nth-child(3) {
      top: 0; }

.nav__items {
  display: none; }
  @media screen and (min-width: 940px) {
    .nav__items {
      align-items: center;
      display: flex;
      height: initial; } }
  .nav__items .nav__items--item {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 940px) {
      .nav__items .nav__items--item:not(:last-of-type) {
        margin-right: 16px; } }
    .nav__items .nav__items--item.--has-child {
      cursor: pointer; }
      .nav__items .nav__items--item.--has-child::after {
        background-color: rgba(245, 245, 245, 0.6);
        content: "";
        height: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        visibility: hidden;
        width: 100%; }
      @media screen and (min-width: 940px) {
        .nav__items .nav__items--item.--has-child:hover::after {
          height: 28px;
          opacity: 1;
          visibility: visible; }
        .nav__items .nav__items--item.--has-child:hover .nav__items--item-header::before {
          transform: scale(1, 1); }
        .nav__items .nav__items--item.--has-child:hover .nav__items--item-body {
          opacity: 1;
          visibility: visible; } }
    .nav__items .nav__items--item .nav__items--item-header {
      line-height: 68px;
      padding: 0 16px;
      position: relative; }
      @media screen and (min-width: 940px) {
        .nav__items .nav__items--item .nav__items--item-header {
          line-height: 28px; } }
      .nav__items .nav__items--item .nav__items--item-header::after {
        align-items: center;
        display: flex;
        content: "\e5cc";
        font-family: "Material Icons";
        position: absolute;
        top: 0;
        right: 16px; }
      .nav__items .nav__items--item .nav__items--item-header.--active {
        background-color: #f5f5f5;
        font-weight: bold; }
        .nav__items .nav__items--item .nav__items--item-header.--active::after {
          content: "\e5cf"; }
      @media screen and (min-width: 940px) {
        .nav__items .nav__items--item .nav__items--item-header::before {
          background: #f15a24;
          bottom: -1px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          transform: scale(0, 1);
          transform-origin: center top;
          transition: transform 0.3s;
          width: 100%; }
        .nav__items .nav__items--item .nav__items--item-header::after {
          display: none; } }
    .nav__items .nav__items--item .nav__items--item-body {
      align-items: center;
      display: flex;
      height: 0;
      left: 0;
      opacity: 0;
      padding: 0 16px;
      top: 100%;
      visibility: hidden;
      width: 100%; }
      @media screen and (min-width: 940px) {
        .nav__items .nav__items--item .nav__items--item-body {
          height: 28px;
          justify-content: flex-end;
          padding: 0 56px;
          position: absolute;
          transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; } }
      .nav__items .nav__items--item .nav__items--item-body.--active {
        background-color: #f5f5f5;
        height: auto;
        opacity: 1;
        visibility: visible; }
      .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list {
        color: #333;
        width: 100%;
        z-index: 100; }
        .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list li {
          align-items: center;
          display: flex; }
          .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list li::before {
            align-items: center;
            display: flex;
            content: "・";
            margin-right: 8px; }
            @media screen and (min-width: 940px) {
              .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list li::before {
                display: none; } }
        @media screen and (min-width: 940px) {
          .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list {
            align-items: center;
            display: flex;
            justify-content: flex-end; }
            .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list li {
              align-items: center;
              display: flex;
              justify-content: center;
              transition: all 0.1s ease-in-out; }
              .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list li:hover {
                color: #FF6B00; }
              .nav__items .nav__items--item .nav__items--item-body .nav__items--item-list li:not(:last-child) {
                margin-right: 32px; } }

.header__hamburger {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin-right: 16px;
  min-width: 32px;
  width: 32px; }

.hamburger {
  background-color: transparent;
  border-color: transparent;
  margin-left: 16px;
  z-index: 9999; }
  @media screen and (min-width: 940px) {
    .hamburger {
      display: none; } }
  .hamburger.--active span {
    background-color: #333; }
    .hamburger.--active span:nth-child(1) {
      top: 5px;
      transform: rotate(45deg); }
    .hamburger.--active span:nth-child(2) {
      opacity: 0; }
    .hamburger.--active span:nth-child(3) {
      top: -13px;
      transform: rotate(-45deg); }
  .hamburger span {
    background-color: #fff;
    display: block;
    height: 1px;
    position: relative;
    transition: ease .4s;
    width: 100%; }
    .--minify .hamburger span {
      background-color: #333; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      margin: 8px 0; }
    .hamburger span:nth-child(3) {
      top: 0; }

.footer {
  background-color: #333;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  padding: 0; }
  .footer .footer__contents {
    padding: 60px 20px 30px; }
    @media screen and (min-width: 940px) {
      .footer .footer__contents {
        margin: 0 auto;
        max-width: 940px;
        padding: 60px 0 64px;
        width: 100%; } }
  .footer a {
    color: #fff; }

.breadcrumbs__nav {
  align-items: center;
  display: flex;
  background-color: #F1F1F1;
  min-height: 60px;
  padding: 0 20px;
  position: relative; }
  .breadcrumbs__nav::before {
    background-color: #ddd;
    content: "";
    display: block;
    left: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%; }
  @media screen and (min-width: 940px) {
    .breadcrumbs__nav {
      margin: 0 auto;
      padding: 0;
      width: 100%; } }
  .breadcrumbs__nav .breadcrumbs__nav--list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    height: 100%; }
    @media screen and (min-width: 940px) {
      .breadcrumbs__nav .breadcrumbs__nav--list {
        margin: 0 auto;
        max-width: 940px;
        width: 100%; } }
    .breadcrumbs__nav .breadcrumbs__nav--list .breadcrumbs__nav--list-item {
      align-items: center;
      display: flex;
      color: #777; }
      .breadcrumbs__nav .breadcrumbs__nav--list .breadcrumbs__nav--list-item a {
        color: #FF6B00;
        text-decoration: underline; }
        .breadcrumbs__nav .breadcrumbs__nav--list .breadcrumbs__nav--list-item a:hover {
          text-decoration: none; }
      .breadcrumbs__nav .breadcrumbs__nav--list .breadcrumbs__nav--list-item + .breadcrumbs__nav--list-item::before {
        align-items: center;
        display: flex;
        justify-content: center;
        content: ">";
        height: 22px;
        margin: 0 8px; }

.footer__logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./img/logo/logo-footer.svg");
  cursor: pointer;
  display: block;
  height: 108px;
  margin-bottom: 40px;
  width: 132px; }
  .footer__logo:hover {
    opacity: .7; }
  @media screen and (min-width: 940px) {
    .footer__logo {
      margin-bottom: 56px; } }

.footer__link {
  display: grid;
  gap: 32px 0; }
  @media screen and (min-width: 940px) {
    .footer__link {
      font-size: 14px;
      gap: 56px 32px;
      grid-template-columns: 1fr 1fr 1fr !important;
      justify-content: space-between;
      justify-items: stretch;
      margin: 0 auto; } }
  .footer__link + .footer__note {
    margin-top: 48px; }

.footer__link--nav-header {
  color: #FF6B00;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 16px; }
  .footer__link--nav-header:nth-child(n+2) {
    margin-top: 1.6rem; }

.footer__link--nav-body .footer__link--nav-list li a {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: opacity .2s ease-in-out; }
  .footer__link--nav-body .footer__link--nav-list li a:hover {
    opacity: .7; }
  .footer__link--nav-body .footer__link--nav-list li a:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: url("./img/icon/icon-nav-arrow.svg");
    content: "";
    height: 6px;
    margin-right: 8px;
    width: 6px; }

.footer__note + .footer__attention {
  margin-top: 24px; }

.footer__note--list {
  margin-top: 12px; }
  .footer__note--list .note__list--item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 22px; }
    @media screen and (min-width: 940px) {
      .footer__note--list .note__list--item {
        align-items: center;
        flex-direction: row; } }

.footer__attention {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 24px; }
  .footer__attention h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 12px; }
  .footer__attention .attention__note {
    font-size: 12px;
    line-height: 22px; }
    .footer__attention .attention__note + h2 {
      margin-top: 24px; }

.footer__btn--row {
  display: flex;
  flex-direction: column;
  margin-top: 15px; }
  @media screen and (min-width: 940px) {
    .footer__btn--row {
      align-items: center;
      flex-direction: row; } }
  .footer__btn--row .btn-outline {
    flex: 1;
    justify-content: flex-start; }
    .footer__btn--row .btn-outline + .btn-outline {
      margin-top: 12px; }
      @media screen and (min-width: 940px) {
        .footer__btn--row .btn-outline + .btn-outline {
          margin-left: 12px;
          margin-top: 0; } }

.footer__copy {
  align-items: center;
  display: flex;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 22px;
  margin-top: 32px;
  width: 100%; }
  @media screen and (min-width: 940px) {
    .footer__copy {
      margin-top: 55px; } }

main {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 70px; }
  @media screen and (min-width: 940px) {
    main {
      padding-top: 90px; } }

.contents {
  display: flex;
  flex-direction: column;
  height: 100%; }

/*# sourceMappingURL=app.css.map */

/*----------------------------------------------------
 maimate header
----------------------------------------------------*/
@media screen and (min-width: 940px) {
  .header-maimate .header__inner {
    margin-left: auto;
    margin-right: auto;
    min-width: 940px;
    padding-left: 1em;
    padding-right: 1em;
    width: 66%;
  }
}

/* header__logo */
.header-maimate .header__logo {
    background-image: url("./img/logo/logo-maimate.svg");
    height: 44px;
    margin-left: 12px;
    min-width: 77px;
    width: 77px;
}
@media screen and (min-width: 940px) {
    .header-maimate .header__logo {
        background-image: url("./img/logo/logo-maimate.svg");
        height: 56px;
    }
}
/* header__btn */
.header-maimate .header__btn--list {
  margin-right: 8px;
}
.header-maimate .header__btn--list li {
  padding-left: 16px;
}

/* header__nav */
.header-maimate .header__nav--icon span:nth-child(2) {
  background-color: #777;
}

@media screen and (max-width: 939px) {
  .header-maimate .header__nav.--active .header__nav--list .nav__item--header::after {
    background-image: none;
  }  
}
@media screen and (min-width: 940px) {
  .header-maimate .header__nav {
    margin-left: 100px;
  }
  .header-maimate .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 25px;
  }
}

/*----------------------------------------------------
 triauto header
----------------------------------------------------*/
/* header__logo */
.header-for-triauto .header__logo {
  background-image: url("./img/logo/logo-triauto.png");
  height: 44px;
  margin-left: 12px;
  min-width: 120px;
  width: 120px;
}
@media screen and (min-width: 940px) {
  .header-for-triauto {
    font-size: 12px;
  }
  .header-for-triauto .header__logo {
      height: 56px;
      min-width: 150px;
      width: 150px;
  }
  .header-for-triauto .header__nav .header__nav--list {
    grid-template-columns: repeat(8, auto);
  }
  .header-for-triauto .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 1100px) {
}
@media screen and (min-width: 1280px) {
  .header-for-triauto .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 20px;
  }
  .header-for-triauto {
    font-size: 14px;
  }
}

@media screen and (min-width: 1350px) {
  .header-for-triauto .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 30px;
  }
  .header-for-triauto .header__logo {
    min-width: 225px;
    width: 225px;
  }
}
@media screen and (min-width: 1500px) {
  .header-for-triauto .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 50px;
  }
}


/*----------------------------------------------------
 click365 header
----------------------------------------------------*/
/* header__logo */
.header-click365 .header__logo {
  background-image: url("./img/logo/logo-click365.png?20240830") !important;
  height: 44px;
  margin-left: 12px;
  min-width: 120px;
  width: 120px;
}
@media screen and (min-width: 940px) {
  .header-click365 .header__logo {
      height: 56px;
      min-width: 130px;
      width: 130px;
      }
}

/*----------------------------------------------------
 default header
----------------------------------------------------*/
/* header__logo */
.header-default .header__logo,
.header-click365 .header__logo-invast {
  background-image: url("./img/logo/logo-invast.png?20240830");
  height: 44px;
  margin-left: 12px;
  min-width: 120px;
  width: 120px;
}
.header-click365 .header__logo {
  display: none;
}
@media screen and (min-width: 940px) {
  .header-click365 .header__logo {
    display: block;
  }
  .header-default .header__nav {
    margin-left: 2rem;
  }
  .header-default .header__nav .header__nav--list {
    grid-template-columns: repeat(9, auto);
  }
  .header-default .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding: 0 0 0 1rem;
  }
  .header-default .header__nav .header__nav--list li {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header-default .header__nav {
    margin-left: 3.2rem;
  }
  .header-default .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1150px) {
  .header-default .header__logo,
  .header-click365 .header__logo-invast {
    height: 56px;
    min-width: 225px;
    width: 225px;
  }
  .header-default .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .header-default .header__nav .header__nav--list li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .header-default .header__nav .header__nav--list li {
    font-size: 14px;
  }
  .header-default .header__nav .header__nav--list .nav__items--item:not(:first-of-type) {
    padding-left: 3rem;
  }
}

/*----------------------------------------------------
 pc/sp
----------------------------------------------------*/
.pc {
  display: none;
}

.pc-i {
  display: none;
}

.sp {
  display: block;
}

.sp-i {
  display: inline;
}

@media (min-width: 940px) {
  .pc {
      display: block;
  }

  .pc-i {
      display: inline;
  }

  .sp,
  .sp-i {
      display: none;
  }
}