@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1334.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 901px) and (max-width: 1333.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\eb52";
    vertical-align: middle;
    line-height: inherit;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 3s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  51% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-40%, -50%);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ir_nav2 {
  padding: 0 0 80px;
  max-width: 1080px;
  margin: auto;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ir_nav2.nobottom {
  padding-bottom: 0;
}
.ir_nav2 > *.wide {
  grid-column: span 3;
}
.ir_nav2 > * ul li {
  list-style: none;
}
.ir_nav2 > * ul li a {
  position: relative;
  display: block;
}
.ir_nav2 > * ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  line-height: inherit;
  color: #1e82c8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .ir_nav2 {
    padding: 15px;
  }
  .ir_nav2 > * {
    grid-column: span 3;
  }
}/*# sourceMappingURL=add.css.map */