@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    service lineup page
------------------------------------------------------------ */
.p-mv__bg {
  background-image: url(../../../assets/img/lineup/track-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.p-mv__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 2.4rem;
  }
}
.p-mv__ttl--en {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 1.4rem;
  }
}
.p-mv__txt {
  margin: 5rem auto 12rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 1.4rem;
  }
}
.p-mv__trck {
  pointer-events: none;
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 40%;
  }
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-bottom: 2.2rem;
    width: 3rem;
  }
}

.p-cont__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 6rem 3rem;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 5rem;
  }
}
.p-cont__list li {
  height: 100%;
}
.p-cont__list li a {
  height: inherit;
}

.p-tabs {
  position: relative;
}
.p-tabs::after {
  background-color: #474545;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-tabs__list {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1064px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
  margin-top: -5.5rem;
}
.p-tabs__list__item__a {
  display: block;
  font-size: 19.17px;
  font-size: 1.917rem;
  padding: 1rem 0;
  border: 2px solid #474545;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B9BABA;
  position: relative;
}
@media (max-width: 768px) {
  .p-tabs__list__item__a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-tabs__list__item__a {
    font-size: 1.4rem;
  }
}
.p-tabs__list__item__a.is-active {
  background-color: #ffffff;
  pointer-events: none;
}
.p-tabs__list__item__a.is-active::before {
  background-color: #ffffff;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p-ctg__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 60%;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .p-ctg__list {
    width: 100%;
  }
}
.p-ctg__list__item.is-select {
  border: 2px solid #FFE800;
  background-color: #FFE800;
}
.p-ctg__list__item input {
  display: none;
}/*# sourceMappingURL=style.css.map */