
.rail .content_inner {
  padding-top: 10rem;
}
@media screen and (max-width: 959.98px) {
  .rail .content_inner {
    padding-top: 8rem;
  }
}
.rail .pass {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 959.98px) {
  .rail .pass {
    display: block;
  }
}
.rail .pass .item {
  width: calc((100% - 6rem) / 3);
  border-radius: 1.6rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 959.98px) {
  .rail .pass .item {
    width: 100%;
    margin-top: 4rem;
  }
  .rail .pass .item:first-child {
    margin-top: 0;
  }
}
.rail .pass .img {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  overflow: hidden;
}
.rail .pass .content {
  padding: 2rem 2rem 3rem;
}
.rail .pass .ttl {
  min-height: 7.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #002952;
  margin: 0 0 2rem;
}
@media screen and (max-width: 959.98px) {
  .rail .pass .ttl {
    font-size: 4rem;
  }
}
.rail .pass .list {
  display: flex;
  justify-content: space-between;
}
.rail .pass .list .link a {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  min-height: 5.6rem;
  display: inline-grid;
  place-content: center;
  font-weight: 600;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  color: #fff;
  transition: 0.3s color;
  border: none;
  background-color: transparent;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 959.98px) {
  .rail .pass .list .link a {
    width: 100%;
    font-size: 3rem;
    border-radius: 1.2rem;
    min-height: 9.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.rail .pass .list .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background-color: #0066bf;
  border-radius: 1rem;
  transition: 0.3s background-color, 0.3s width, 0.3s height;
}
.geco .rail .pass .list .link a {
  padding-top: 0.4rem;
}
.win .rail .pass .list .link a {
  padding-top: 0.4rem;
}
.rail .pass .list .link a span {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .rail .pass .list .link a:hover, .rail .pass .list .link a:focus {
    color: #002952;
  }
  .rail .pass .list .link a:hover::before, .rail .pass .list .link a:focus::before {
    background-color: #d6e0ea;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
@media screen and (max-width: 959.98px) {
  .rail .pass .list .link.border {
    width: 33rem;
  }
}
.rail .pass .list .link.border a {
  color: #002952;
}
.rail .pass .list .link.border a::before {
  border: 1px solid #002952;
  background: #fff;
}
@media (any-hover: hover) {
  .rail .pass .list .link.border a:hover::before {
    background-color: #d6e0ea;
  }
}
@media screen and (max-width: 959.98px) {
  .rail .pass .list .link.book {
    width: calc(100% - 35rem);
  }
}
.rail .pass .list .link.book a span {
  position: relative;
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 959.98px) {
  .rail .pass .list .link.book a span {
    padding: 0 4rem 0 0;
  }
}
.rail .pass .list .link.book a span::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 0.9em;
  height: 0.9em;
  background: url(../img/common/icn_ticket.svg) center center/100% auto no-repeat;
}
@media screen and (max-width: 959.98px) {
  .rail .pass .list .link.book a span::after {
    top: 0.9rem;
  }
}
@media (any-hover: hover) {
  .rail .pass .list .link.book a:hover span::after {
    background: url(../img/common/icn_ticket_s.svg) center center/100% auto no-repeat;
  }
}
.rail .block {
  margin: 13rem 0 0;
}
.rail .block:last-of-type {
  padding-bottom: 4rem;
}
.rail .block > .ttl {
  font-size: 5rem;
  color: #002952;
  line-height: 1;
  margin: 0 0 4rem;
}
.rail .block .img_wrapper {
  aspect-ratio: 585/308;
}