@charset "UTF-8";
.c-container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 80px;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-container {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 1079px) {
  .c-container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-container {
    padding-inline: 20px;
  }
}

.c-arrow::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 8px;
}
.c-arrow::after {
  -webkit-mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_arrow.svg");
          mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_arrow.svg");
}
.c-arrow--red::after {
  background: #ff0033;
}
.c-arrow--gray::after {
  background: #909090;
}
.c-arrow--down::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-external::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 8px;
}
.c-external::after {
  -webkit-mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_external-link.svg");
          mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_external-link.svg");
}
.c-external--black::after {
  background: #242323;
}
.c-external--red::after {
  background: #ff0033;
}

.c-footerWrap {
  position: relative;
  background-color: #fff;
  padding-top: 72px;
}

.c-footerShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  padding: 0 24px;
  color: #606060;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .c-footerShare {
    display: block;
    margin-bottom: 56px;
    padding: 0 16px;
    text-align: center;
  }
}
.c-footerShare__list {
  margin-left: 16px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .c-footerShare__list {
    margin: 16px 0 0;
  }
}
.c-footerShare__item {
  display: inline-block;
}
.c-footerShare__item:not(:last-child) {
  margin-right: 8px;
}
.c-footerShare__button {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footerShare__button:hover {
  opacity: 0.6;
}
.c-footerShare__image {
  max-width: 34px;
}

.c-footerDownload {
  padding: 80px 0 62px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 750px) {
  .c-footerDownload {
    padding: 62px 0;
  }
}
.c-footerDownload__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-footerDownload__container {
    display: block;
  }
}
.c-footerDownload__qr {
  width: 113px;
  height: 113px;
  margin: 4px 24px 0 0;
}
@media screen and (max-width: 906px) {
  .c-footerDownload__qr {
    display: none;
  }
}
.c-footerDownload__lead {
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 906px) {
  .c-footerDownload__lead {
    text-align: center;
  }
}
.c-footerDownload__lead--accent {
  color: #f03;
}
.c-footerDownload__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -24px;
}
@media screen and (max-width: 906px) {
  .c-footerDownload__download {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 24px;
  }
}
.c-footerDownload__device {
  margin: 24px 0 0 24px;
}
.c-footerDownload__image {
  width: auto;
  height: 60px;
}
.c-footerDownload__noteDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-footerDownload__noteDetail {
    margin-top: 48px;
  }
}
.c-footerDownload__inner {
  padding: 0 24px;
}
.c-footerDownload__note {
  position: relative;
  padding-left: 24px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.c-footerDownload__note::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-subFooter {
  padding: 100px 16px;
  background: #eee;
}
@media screen and (max-width: 750px) {
  .c-subFooter {
    padding: 80px 0;
  }
}
.c-subFooter__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.c-subFooter__container {
  max-width: 950px;
  margin: 48px auto 0;
}
@media screen and (min-width: 751px) {
  .c-subFooter__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .c-subFooter__container {
    margin-top: 32px;
  }
}
@media screen and (min-width: 751px) {
  .c-subFooter__content {
    width: calc(50% - 24px);
  }
  .c-subFooter__content:first-child {
    margin-right: 48px;
  }
}
@media screen and (max-width: 750px) {
  .c-subFooter__content:last-child {
    margin-top: 48px;
  }
}
.c-subFooter__category:not(:first-child) {
  margin-top: 48px;
}
.c-subFooter__heading {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-subFooter__heading {
    padding: 0 24px;
  }
}
.c-subFooter__list {
  margin-top: 16px;
  border-top: 1px solid #e6e6e6;
}
.c-subFooter__item.is-AcorShow .c-subFooter__button::after {
  content: none;
}
.c-subFooter__link {
  position: relative;
  display: block;
  padding: 16px 48px 16px 24px;
  color: #242323;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-subFooter__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 29px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #858585;
  border-right: 2px solid #858585;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-subFooter__link:visited {
  color: #242323;
}
.c-subFooter__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-subFooter__button {
  position: relative;
  padding: 16px 40px 16px 24px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-subFooter__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #858585;
}
.c-subFooter__button::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 29px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #858585;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 751px) {
  .c-subFooter__button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.c-subarticleList {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .c-subarticleList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-subarticleList__item {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .c-subarticleList__item {
    width: 50%;
  }
  .c-subarticleList__item:nth-of-type(2n - 1) {
    border-right: 1px solid #e6e6e6;
  }
  .c-subarticleList__item:nth-last-child(-n+2):nth-of-type(2n - 1) {
    border-bottom: none;
  }
  .c-subarticleList__item:nth-last-child(-n+2):nth-of-type(2n - 1) + * {
    border-bottom: none;
  }
}
.c-subarticleList__link {
  position: relative;
  display: block;
  color: #242323;
  font-size: 1.4rem;
  padding: 16px 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-subarticleList__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 29px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #858585;
  border-right: 2px solid #858585;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .c-subarticleList__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    height: 100%;
    padding: 8px 40px 8px 24px;
    font-size: 1.2rem;
  }
}
.c-subarticleList__link:visited {
  color: #242323;
}
.c-subarticleList__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c-footer {
  background: #f7f7f7;
}
.c-footer__inner {
  position: relative;
  padding-block: 64px;
}
@media screen and (max-width: 1079px) {
  .c-footer__inner {
    padding-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    padding-top: 28px;
  }
}
.c-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 48px;
}
@media screen and (max-width: 1079px) {
  .c-footer__top {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .c-footer__sitemap {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-footer__sitemap {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1281px) {
  .c-footer__terms {
    padding-right: 36px;
  }
}
@media screen and (max-width: 1079px) {
  .c-footer__terms {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__terms {
    margin-top: 32px;
  }
}
.c-footer__terms-list {
  margin-top: 40px;
}
@media screen and (max-width: 1079px) {
  .c-footer__terms-list {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__terms-list {
    margin-top: 32px;
  }
}
.c-footer__terms-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 1281px) {
  .c-footer__terms-item {
    width: 268px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-footer__terms-item {
    width: 228px;
  }
}
@media screen and (max-width: 1079px) {
  .c-footer__terms-item {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__terms-item {
    width: 100%;
  }
}
.c-footer__terms-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #242323;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-footer__terms-link:visited {
  color: #242323;
}
@media screen and (min-width: 1281px) {
  .c-footer__terms-link:hover {
    color: #909090;
    text-decoration: none;
  }
  .c-footer__terms-link:hover.c-external::after, .c-footer__terms-link:hover.c-external--black::after {
    background: #909090;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-footer__terms-link:hover {
    color: #909090;
    text-decoration: none;
  }
  .c-footer__terms-link:hover.c-external::after, .c-footer__terms-link:hover.c-external--black::after {
    background: #909090;
  }
}
@media screen and (max-width: 1079px) {
  .c-footer__terms-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__terms-link::after {
  width: 12px;
  height: 12px;
}
.c-footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  padding-top: 48px;
}
.c-footer__bottom-txt {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) {
  .c-footer__bottom-txt {
    width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__bottom-txt {
    width: 100%;
    padding-inline: 14px;
  }
}
.c-footer__bottom-copy {
  font-size: 10px;
  font-weight: 400;
}
.c-footer__pagetop {
  display: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop {
    position: static;
    display: none;
    margin: 48px auto 0;
  }
}
.c-footer__pagetop-link {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_pagetop.svg");
          mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_pagetop.svg");
  background: #ff0033;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .c-footer__pagetop-link:hover {
    background: #fd5c5c;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-footer__pagetop-link:hover {
    background: #fd5c5c;
  }
}

.c-sitemap__item:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1079px) {
  .c-sitemap__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1079px) {
  .c-sitemap__item {
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-sitemap__heading {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 1079px) {
  .c-sitemap__heading {
    pointer-events: all;
  }
}
@media screen and (min-width: 1281px) {
  .c-sitemap__heading::after {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-sitemap__heading::after {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .c-sitemap__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-block: 20px;
  }
  .c-sitemap__heading.active.c-arrow::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.c-sitemap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1079px) {
  .c-sitemap__list {
    display: none;
    padding-block: 20px;
    border-top: 1px dashed #e6e6e6;
  }
}
@media screen and (max-width: 1079px) {
  .c-sitemap__list-item {
    width: 352px;
    padding-left: 16px;
  }
  .c-sitemap__list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap__list-item {
    width: 100%;
    padding-inline: 20px;
  }
}
.c-sitemap__merchantList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1079px) {
  .c-sitemap__merchantList {
    display: block;
  }
}
.c-sitemap__link {
  font-size: 13px;
  font-weight: 400;
  color: #242323;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-sitemap__link:visited {
  color: #242323;
}
@media screen and (min-width: 1281px) {
  .c-sitemap__link:hover {
    color: #909090;
    text-decoration: none;
  }
  .c-sitemap__link:hover.c-external::after, .c-sitemap__link:hover.c-external--black::after {
    background: #909090;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-sitemap__link:hover {
    color: #909090;
    text-decoration: none;
  }
  .c-sitemap__link:hover.c-external::after, .c-sitemap__link:hover.c-external--black::after {
    background: #909090;
  }
}
@media screen and (max-width: 1079px) {
  .c-sitemap__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-sitemap__link::after {
  width: 12px;
  height: 12px;
}

.c-footerSns {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-footerSns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-top: 4px;
}
.c-footerSns__item {
  font-size: 0.8rem;
  text-align: center;
}
.c-footerSns__link {
  color: #999;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-footerSns__link:visited {
  color: #999;
}
@media screen and (min-width: 751px) {
  .c-footerSns__link:hover {
    color: #909090;
    text-decoration: none;
    opacity: 0.8;
  }
}
.c-footerSns__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.c-footerSns__image {
  display: block;
  width: 23px;
}
.c-footerSns__text {
  display: block;
  font-size: 0.8rem;
}

.c-footer--sticky {
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .c-footer--sticky {
    padding-bottom: 62px;
  }
}