/* ----------------------------------- */
/* Page Title */
/* ----------------------------------- */
.page-title {
  padding: 11.9rem 0 11rem;
}
.page-title .page-title__inner {
  max-width: 110.4rem;
  width: 100%;
  padding: 0;
}
.page-title .page-title__category {
  font-size: 1.2rem;
  font-weight: 500;
  color: #E50011;
  margin: 0 0 1.2rem;
  letter-spacing: 0.02em;
}
.page-title .page-title__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 0 0 1.6rem;
}
.page-title .page-title__date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #E50011;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
}
.page-title .page-title__categories {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
}
.page-title .page-title__campaign {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 1.6rem 0 0;
}
.page-title .page-title__campaign-label {
  display: inline-block;
  background: linear-gradient(to right, #e50011 60%, #f39800 100%);
  color: #ffffff;
  padding: 0.4rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.page-title .page-title__campaign-dates {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E50011;
  letter-spacing: 0.04em;
}
.page-title .page-title__heading {
  font-size: 4rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 3.7rem 0 5.6rem;
  }
  .page-title .page-title__inner {
    max-width: 33.9rem;
  }
  .page-title .page-title__meta {
    gap: 0.8rem;
    margin: 0 0 1.2rem;
  }
  .page-title .page-title__date {
    font-size: 1rem;
  }
  .page-title .page-title__category {
    font-size: 1rem;
    margin: 0 0 0.6rem;
  }
  .page-title .page-title__campaign {
    gap: 0.8rem;
    margin: 0 0 1.2rem;
  }
  .page-title .page-title__campaign-label {
    font-size: 1rem;
    padding: 0.3rem 1.2rem;
  }
  .page-title .page-title__campaign-dates {
    font-size: 1.2rem;
  }
  .page-title .page-title__heading {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
  }
}

/* ----------------------------------- */
/* Breadcrumb */
/* ----------------------------------- */
.breadcrumb {
  border-bottom: 0.2rem solid transparent;
  border-image: linear-gradient(to right, #E50011, #fed867) 1;
  padding: 1.5rem 0;
  margin-bottom: 3.8rem;
}
.breadcrumb .breadcrumb__inner {
  max-width: 110.4rem;
  width: 100%;
  padding: 0;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.3);
}
.breadcrumb .breadcrumb__item:first-child {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.breadcrumb .breadcrumb__item:last-child {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.breadcrumb .breadcrumb__item + .breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 0.15rem;
  background-color: #E50011;
  margin: 0 0.7rem 0rem 1rem;
  flex-shrink: 0;
}
.breadcrumb .breadcrumb__link {
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.breadcrumb .breadcrumb__link.custom-color {
  color: #000000 !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1.5rem 0;
  }
  .breadcrumb .breadcrumb__list {
    row-gap: 0.8rem;
  }
  .breadcrumb .breadcrumb__item {
    font-size: 1rem;
  }
  .breadcrumb .breadcrumb__item:not(:first-child) .breadcrumb__link {
    letter-spacing: 0.01em;
  }
  .breadcrumb .breadcrumb__item + .breadcrumb__item::before {
    width: 2.4rem;
    margin: 0 0.8rem 0rem 0.9rem;
  }
  .breadcrumb .breadcrumb__item:last-child {
    letter-spacing: 0.04em;
  }
  .breadcrumb .breadcrumb__inner {
    max-width: 33.9rem;
  }
}

.breadcrumb__notice {
  padding: 1.2rem 0 0;
  margin-top: -5rem;
}
.breadcrumb__notice .container {
  max-width: 110.4rem;
  margin: 0 auto;
  color: #E50011;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb__notice .container {
    max-width: 33.9rem;
  }
}

/* ----------------------------------- */
/* Related Nav                         */
/* ----------------------------------- */
/* Marquee animation for watermark */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Pause animation for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .related-nav__watermark-track {
    animation: none;
  }
}
.related-nav {
  background-color: #3a3a3a;
  padding: 8.8rem 0 9rem;
  position: relative;
}
.related-nav .related-nav__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
  max-width: 118.4rem;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}
.related-nav .related-nav__watermark {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: -0.6rem;
  left: 0;
}
.related-nav .related-nav__item--content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.related-nav .related-nav__watermark-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.related-nav .related-nav__watermark span {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #707070;
  white-space: nowrap;
  margin-right: 2.4rem;
}
.related-nav .related-nav__heading {
  flex: 0 0 25.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 3.6rem;
  letter-spacing: 0.08em;
  margin: 0;
}
.related-nav .related-nav__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2.4rem;
  max-width: 77.6rem;
}
.related-nav .related-nav__link {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 0 0 1.2rem;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-direction: column;
}
.related-nav .related-nav__link::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #E50011;
  transition: width 0.3s ease;
}
@media screen and (min-width: 769px) {
  .related-nav .related-nav__link:hover {
    color: #FFFFFF;
  }
  .related-nav .related-nav__link:hover::after {
    width: 100%;
  }
  .related-nav .related-nav__link:hover .related-nav__icon {
    transform: translateX(0.8rem);
  }
}
.related-nav .related-nav__num {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #E50011;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.04em;
  margin-right: 0;
  min-width: 3rem;
  margin-bottom: -0.2rem;
  align-self: flex-start;
}
.related-nav .related-nav__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  flex: 1;
  display: block;
  align-self: flex-end;
  padding-bottom: 0.2rem;
}
.related-nav .related-nav__icon {
  width: 2rem;
  height: auto;
  flex-shrink: 0;
  margin-right: 1.6rem;
  transition: transform 0.3s ease;
}
.related-nav .related-nav__icon-window {
  width: 2.2rem;
  height: 1.6;
  flex-shrink: 0;
}
.related-nav .related-nav__link:not(.related-nav__link--arrow) .related-nav__text {
  color: rgba(255, 255, 255, 0.5);
}
.related-nav .related-nav__link:not(.related-nav__link--arrow) .related-nav__num {
  opacity: 0.5;
}
.related-nav .related-nav__link:not(.related-nav__link--arrow) .related-nav__icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .related-nav {
    padding: 3.4rem 0 4.8rem;
    overflow: hidden;
  }
  .related-nav .related-nav__watermark {
    top: 0;
  }
  .related-nav .related-nav__watermark span {
    font-size: 2.9rem;
  }
  .related-nav .related-nav__inner {
    flex-direction: column;
    padding: 0 1.8rem !important;
    gap: 1.9rem;
  }
  .related-nav .related-nav__heading {
    flex: 0;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.09em;
    margin-top: 1.5rem;
  }
  .related-nav .related-nav__list {
    flex: 0;
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 1.4rem;
  }
}
/* ----------------------------------- */
/* Service Station page layout         */
/* ----------------------------------- */
@keyframes slideInRightPresident {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .main--service-station .page-title {
    padding-top: 3.7rem;
  }
  .main--service-station .page-title__category {
    margin-bottom: 1rem;
  }
}
.main--service-station .page-intro {
  position: relative;
}
.main--service-station .page-intro__background-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  display: block;
  top: 43.2rem;
  right: 0;
  width: 56.8rem;
  clip-path: inset(0 0 0 100%);
  animation: slideInRightPresident 2s cubic-bezier(0.21, 0.85, 0.35, 1) forwards;
}
@media screen and (max-width: 768px) {
  .main--service-station .page-intro__background-image {
    width: 27rem;
    top: 68.8rem;
  }
}
.main--service-station .page-intro__background-image img {
  display: block;
  width: 100%;
  height: auto;
}

.related-nav__heading {
  flex: 0 0 15.8rem !important;
}
@media screen and (max-width: 768px) {
  .related-nav__heading {
    flex: 0 !important;
  }
}

.page-title {
  padding: 11.8rem 0 11rem;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 3rem 0 5.2rem;
  }
}

.page-intro .page-intro__sections--service-station .page-intro__background-between {
  position: absolute;
  height: 130rem;
  top: 26.6%;
  left: -165%;
  z-index: 1;
}
.page-intro .page-intro__sections--service-station .page-intro__background-between-text {
  height: 100%;
  width: 100%;
  font-size: 14.6rem;
  transform: rotate(90deg);
  font-weight: 600;
  color: #f5f5f5;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
}
.page-intro .page-intro__sections--service-station .page-intro__group--payment {
  flex-direction: column;
}
.page-intro .page-intro__sections--service-station .page-intro__group--self-ss {
  display: flex;
  gap: 0;
  flex-direction: column;
}
.page-intro .page-intro__sections--service-station .page-intro__group-item {
  display: flex;
  flex-direction: row;
  gap: 6.6rem;
}
.page-intro .page-intro__sections--service-station .page-intro__item {
  padding-top: 0;
  margin-bottom: 11.8rem;
  position: relative;
}
.page-intro .page-intro__sections--service-station .page-intro__group {
  position: relative;
  z-index: 1;
}
.page-intro .page-intro__sections--service-station .page-intro__title {
  margin: 0 0 2.7rem;
}
.page-intro .page-intro__sections--service-station .page-intro__title-text {
  line-height: 4.9rem;
  letter-spacing: 0.08em;
}
.page-intro .page-intro__sections--service-station .page-intro__title-text--self-ss {
  line-height: 5rem;
  letter-spacing: 0.09em;
}
.page-intro .page-intro__sections--service-station .page-intro__title-num {
  margin-bottom: -0.2rem;
}
.page-intro .page-intro__sections--service-station .page-intro__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #000000;
  letter-spacing: 0.03em;
  margin: 0 0 4.8rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-text-paragraph {
  letter-spacing: 0.049em;
}
.page-intro .page-intro__sections--service-station .page-intro__step-text-paragraph--special {
  margin-top: 2.8rem;
  letter-spacing: 0.045em;
}
.page-intro .page-intro__sections--service-station .page-intro__step-text-paragraph--self-ss {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
.page-intro .page-intro__sections--service-station .page-intro__step-text-paragraph--self-ss span {
  margin-left: 0 !important;
  letter-spacing: 0.04em;
}
.page-intro .page-intro__sections--service-station .page-intro__step-text-paragraph span {
  margin-left: 0.7rem;
}
.page-intro .page-intro__sections--service-station .page-intro__link {
  font-size: 1.6rem;
  letter-spacing: 0.074em;
  padding-right: 1.6rem;
  padding-bottom: 1.5rem;
  min-width: 18.8rem;
  border-bottom: 1px solid #eaeaea;
}
.page-intro .page-intro__sections--service-station .page-intro__image {
  margin-top: 0.2rem;
}
.page-intro .page-intro__sections--service-station .page-intro__tabs {
  margin-top: -3.1rem;
  margin-bottom: -1.2rem;
}
.page-intro .page-intro__sections--service-station .page-intro__tab {
  width: 29.4rem;
  padding: 0.5rem 0.3rem 0.5rem 0.4rem;
  letter-spacing: 0.05em;
}
.page-intro .page-intro__sections--service-station .page-intro__card {
  padding: 4.3rem 4rem 5rem;
  height: 74.8rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-title {
  margin-bottom: 2.2rem;
  letter-spacing: 0.09em;
}
.page-intro .page-intro__sections--service-station .page-intro__card-image {
  margin-bottom: 2.2rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-list {
  padding: 0 1rem;
  margin-bottom: 2.9rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-list--special {
  padding: 0 0.8rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-list-item {
  margin-bottom: 0.7rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-list-item::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: #E50011;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.page-intro .page-intro__sections--service-station .page-intro__card-list-item img {
  height: 1.1rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-list-item--special {
  margin-bottom: 0.6rem;
}
.page-intro .page-intro__sections--service-station .page-intro__steps {
  margin-top: 0;
  padding-right: 4.7rem;
}
.page-intro .page-intro__sections--service-station .page-intro__card-link {
  width: 26.4rem;
  margin: 0 auto;
  padding-left: 0.4rem;
}
@media screen and (min-width: 769px) {
  .page-intro .page-intro__sections--service-station .page-intro__card-link:hover svg g {
    fill: #E50011;
  }
}
.page-intro .page-intro__sections--service-station .page-intro__step {
  gap: 4.8rem;
  padding-top: 4.7rem;
  padding-bottom: 2.6rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-media {
  flex: 0 0 14.4rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-media img {
  height: 100%;
}
.page-intro .page-intro__sections--service-station .page-intro__step-label {
  margin-top: -0.2rem;
  margin-bottom: 0.2rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-label--special {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-numbers {
  padding-bottom: 2rem;
  gap: 0.6rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-numbers--special {
  gap: 0.5rem;
  padding-bottom: 2.1rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-numbers .is-block-pc {
  display: flex;
}
.page-intro .page-intro__sections--service-station .page-intro__step-numbers .is-block-sp {
  display: none;
}
.page-intro .page-intro__sections--service-station .page-intro__step-number {
  gap: 0.8rem;
  font-size: 1.6rem;
  padding: 1.6rem 1.6rem 1.4rem 2.4rem;
  letter-spacing: 0.042em;
  font-weight: 500;
}
.page-intro .page-intro__sections--service-station .page-intro__step-caution-wrapper {
  background: #F5F5F5;
  border-radius: 0.8rem;
  position: relative;
  padding: 6.3rem 4rem 3.7rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-caution {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem 0 0.8rem 0;
  padding: 0.8rem 1.5rem 0.6rem 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.page-intro .page-intro__sections--service-station .page-intro__step-note {
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
}
.page-intro .page-intro__sections--service-station .page-intro__step-note::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: #E50011;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.page-intro .page-intro__sections--service-station .page-intro__step-note img {
  height: 1.3rem;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited {
  width: 94.6%;
  margin-top: 4.6rem;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited-title {
  padding: 0.8rem 4.1rem 0.6rem 4.1rem;
  border-radius: 0.8rem 0;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited-list {
  padding: 2.3rem 4.8rem 4.7rem;
  gap: 0.5rem;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited-list .is-block-pc {
  display: flex;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited-list .is-block-sp {
  display: none;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited-item {
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
}
.page-intro .page-intro__sections--service-station .page-intro__prohibited-item::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: #E50011;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.page-intro .page-intro__sections--service-station .top-hero__swoosh,
.page-intro .page-intro__sections--service-station .page-intro__background-image,
.page-intro .page-intro__sections--service-station .page-intro__background-image--payment,
.page-intro .page-intro__sections--service-station .page-intro__background-image--self-ss {
  position: absolute;
  width: 90rem;
  top: 76.6%;
  left: calc(100% - 53rem);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}
.page-intro .page-intro__sections--service-station .top-hero__swoosh img,
.page-intro .page-intro__sections--service-station .page-intro__background-image img,
.page-intro .page-intro__sections--service-station .page-intro__background-image--payment img,
.page-intro .page-intro__sections--service-station .page-intro__background-image--self-ss img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-intro .page-intro__sections--service-station .page-intro__item.is-in-view .top-hero__swoosh,
.page-intro .page-intro__sections--service-station .page-intro__item.is-in-view .page-intro__background-image {
  animation-name: slideInRightSwooshPC;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.21, 0.85, 0.35, 1);
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .page-intro .page-intro__sections--service-station .page-intro__background-between {
    display: none;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item {
    margin-bottom: 6.2rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__title .page-intro__title-text {
    line-height: 1.6;
  }
  .page-intro .page-intro__sections--service-station .page-intro__text {
    margin-top: 0.1rem;
    margin-bottom: 3rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) {
    position: relative;
    margin-bottom: 6.2rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__group {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__content {
    display: contents;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__content .page-intro__title {
    order: 1;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__content .page-intro__text {
    order: 2;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__content .page-intro__link {
    order: 4;
    margin-top: 3.1rem;
    width: auto;
    padding-bottom: 1.5rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__image {
    order: 3;
    width: 100%;
    margin: 0;
    flex: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__image img {
    width: 100%;
    border-radius: 0.8rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .top-hero__swoosh,
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__background-image {
    position: absolute;
    display: block;
    top: 79.7%;
    width: 54.8rem;
    left: calc(100% - 26rem);
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .top-hero__swoosh img,
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1) .page-intro__background-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1).is-in-view .top-hero__swoosh,
  .page-intro .page-intro__sections--service-station .page-intro__item:nth-child(1).is-in-view .page-intro__background-image {
    animation-name: slideInRightSwooshPC;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.21, 0.85, 0.35, 1);
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  .page-intro .page-intro__sections--service-station .page-intro__group--payment {
    gap: 4.4rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__tabs {
    margin-top: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__cards {
    width: 100%;
    gap: 3.2rem;
    grid-template-columns: 1fr;
  }
  .page-intro .page-intro__sections--service-station .page-intro__card-title {
    font-size: 2rem;
    margin-bottom: 2.9rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__card {
    width: 100%;
    padding: 3.5rem 2.9rem 30px;
    height: auto;
  }
  .page-intro .page-intro__sections--service-station .page-intro__card::before {
    width: 72%;
  }
  .page-intro .page-intro__sections--service-station .page-intro__card-list {
    padding: 0;
    margin: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__card-link {
    width: 22.3rem;
    margin: 0 auto;
    gap: 3.2rem;
    margin-top: 1.3rem;
    margin-bottom: 1.2rem;
    padding-left: 0.3rem;
    padding-top: 0.2rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss {
    position: relative;
    margin-bottom: 4.5rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__group {
    flex-direction: column;
    gap: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__group-item {
    flex-direction: column;
    gap: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__title {
    order: 1;
    margin-bottom: 2.8rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__title .page-intro__title-text {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.09em;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-text-paragraph {
    order: 2;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
    letter-spacing: 0.035em;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-text-paragraph--special {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-text-paragraph--special span {
    white-space: nowrap;
    margin-left: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-text-paragraph--self-ss span {
    white-space: normal;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__image {
    order: 3;
    width: 100%;
    flex: 0;
    margin: 0 0 3rem 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__image img {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    display: block;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__steps {
    order: 4;
    margin-top: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step {
    display: grid;
    grid-template-columns: 12rem 1fr;
    grid-template-rows: auto auto;
    gap: 1.8rem 1.6rem;
    padding-top: 3.2rem;
    padding-bottom: 2.9rem;
    border-bottom: 1px solid #eaeaea;
    align-items: flex-start;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step--special {
    padding-top: 3.1rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step:first-child {
    padding-top: 1.7rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-media {
    grid-column: 1;
    grid-row: 1;
    flex: none;
    width: 11.6rem;
    height: 11.6rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.6rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-body {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    display: contents;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-label {
    font-size: 1.2rem;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    color: #e94b3c;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 3.3rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #000;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 5.5rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-text {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 0;
    margin-top: 0.4rem;
    letter-spacing: 0.035em;
    color: #000000;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-text p {
    margin: 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-numbers {
    grid-column: 1/-1;
    padding-bottom: 0;
    gap: 0.8rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
    width: 100%;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-numbers--special {
    gap: 0.8rem;
    padding-bottom: 0;
    margin-top: 0.6rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-numbers .is-block-pc {
    display: none;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-numbers .is-block-sp {
    display: flex;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-number {
    gap: 0.7rem;
    font-size: 1.6rem;
    padding: 1.7rem 1.2rem 1.9rem 2rem;
    letter-spacing: 0.05em;
    background: #f9f9f9;
    border-radius: 0.4rem;
    line-height: 2.8rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-caution-wrapper {
    grid-column: 1/-1;
    margin-top: 0.3rem;
    padding: 6.2rem 2.9rem 2.9rem;
    margin-bottom: 0.2rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__step-caution {
    padding: 0.8rem 1.5rem 0.7rem 1.6rem;
    font-size: 1.6rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited {
    order: 5;
    width: 100%;
    margin-top: 3.2rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited-title {
    font-size: 1.6rem;
    padding: 0.8rem 3.3rem 0.6rem;
    border-radius: 0.8rem 0;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited-list {
    padding: 2.2rem 3rem 3rem;
    gap: 1.2rem;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited-list .is-block-pc {
    display: none;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited-list .is-block-sp {
    display: flex;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited-item {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.035em;
  }
  .page-intro .page-intro__sections--service-station .page-intro__item--self-ss .page-intro__prohibited-item img {
    height: 1.1rem;
  }
}
@keyframes slideInRightSwoosh {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInRightSwooshPC {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeftSwoosh {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.page-intro-mobile-nav.is-open .page-intro__nav.js-intro-nav br {
  display: none;
}

.top-hero__swoosh_page {
  position: absolute;
  top: 93rem;
  mix-blend-mode: hard-light;
  right: -86rem;
  width: 148.2rem;
  height: 51.6rem;
}

/*# sourceMappingURL=service-station.css.map */
