@charset "UTF-8";
.section {
  line-height: 2;
  padding: 100px 16px;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 64px 16px;
  }
}

.header.header--show + * {
  padding-top: 0;
}
.header__inner {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner::after {
  content: none;
}
.header__link--store {
  display: block;
  color: #242323;
  margin-right: 8px;
  padding: 8px 24px;
  border: 1px solid #979797;
  border-radius: 3px;
}
@media screen and (max-width: 750px) {
  .header__link--store {
    font-size: 1.4rem;
    margin-right: 0;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 374px) {
  .header__link--store {
    font-size: 1.1rem;
    padding: 4px 6px;
  }
}
.header__link--store:visited {
  color: #242323;
}

.headerLogo {
  float: none;
}

.c-header__inner:not(:has(.c-header__menu-list):has(.c-header__menu)) {
  grid-template-columns: 320px 1fr 170px;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-header__inner:not(:has(.c-header__menu-list):has(.c-header__menu)) {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 1079px) {
  .c-header__inner:not(:has(.c-header__menu-list):has(.c-header__menu)) {
    grid-template-columns: 3fr 1fr;
  }
}

.menu__container {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.menu__containerFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.menu__nav {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .menu__nav {
    padding: 16px 0;
  }
}
.menu__list {
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0 8px;
}
@media screen and (max-width: 750px) {
  .menu__list {
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.menu__item {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .menu__item {
    width: calc((100% - 10px) / 3);
    font-size: 1.2rem;
  }
}
.menu__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;
  color: #3895ff;
  padding: 16px 0;
}
@media screen and (max-width: 750px) {
  .menu__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0;
  }
}
.menu__link--main {
  display: block;
}
@media screen and (max-width: 750px) {
  .menu__link--main {
    display: inline-block;
    min-width: 100px;
    text-align: center;
  }
}
.menu__link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3895ff;
  border-right: 2px solid #3895ff;
  display: block;
  color: #3895ff;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .menu__link::after {
    margin-left: 0;
  }
}
.menu__link:visited {
  color: #3895ff;
}

.mainVisual {
  background: url("https://image.paypay.ne.jp/page/store-online/images/bg_mainVisual_05.png") center/cover no-repeat;
  padding: 0 16px;
  max-width: 950px;
  margin: 0 auto;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    display: block;
    background: url("https://image.paypay.ne.jp/page/store-online/images/bg_mainVisual_06.png") center 30%/cover no-repeat;
    padding: 0 8px;
    min-height: 580px;
  }
}
.mainVisual__container, .topVisual__container {
  height: 361px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .mainVisual__container, .topVisual__container {
    text-align: center;
    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;
    height: 85vh;
  }
}
.mainVisual__textGroup {
  max-width: 800px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 30px;
  margin: 0 auto;
}
.mainVisual__title {
  text-align: left;
  padding-top: 40px;
}
@media screen and (max-width: 950px) {
  .mainVisual__title {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .mainVisual__title {
    padding-top: 0;
  }
}
.mainVisual__topGroup {
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  .mainVisual__topGroup {
    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-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
.mainVisual__topGroup--badge {
  background-color: #ff0333;
  color: #fff;
  display: block;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 16px 8px;
  padding: 4px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainVisual__topGroup--badge {
    font-size: 1.6rem;
    width: 80%;
    margin: 8px auto;
  }
}
.mainVisual__topTitle {
  color: #454545;
  font-size: 2.7rem;
  text-align: center;
  padding: 16px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .mainVisual__topTitle {
    padding: 0 16px;
  }
}
.mainVisual__topTitle--small {
  display: inline-block;
  font-size: 70%;
}
.mainVisual__topTitle--user {
  color: #FD5C5C;
  display: block;
  font-size: 7rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__topTitle--user {
    font-size: 5rem;
  }
}
.mainVisual__topTitle--medium {
  color: #FD5C5C;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .mainVisual__topTitle--medium {
    font-size: 2.6rem;
  }
}
.mainVisual__text {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  margin-top: 32px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .mainVisual__text {
    font-size: 1.8rem;
    margin-top: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .mainVisual__text {
    font-size: 1.7rem;
  }
}
.mainVisual__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .mainVisual__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .mainVisual__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.mainVisual__btn--entry:visited {
  color: #ffffff;
}
.mainVisual__caption {
  color: #666666;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 8px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.modal__lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: normal;
  max-width: 570px;
  background: #ffffff;
  text-align: center;
  overflow-y: scroll;
  padding: 48px 16px;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .modal__container {
    top: 30%;
    width: 90%;
    height: 600px;
    padding: 24px 16px;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}
.modal__form {
  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;
  gap: 0.75rem;
  margin: 24px auto;
}
.modal__form input {
  display: none;
}
.modal__text {
  font-size: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .modal__text {
    font-size: 1.2rem;
  }
}
.modal__label {
  font-size: 1.6rem;
}
.modal__option {
  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;
  gap: 0 16px;
  position: relative;
  margin-bottom: 0.4em;
  padding: 16px 0.7em;
  border-radius: 10px;
  background-color: #ffa8a5;
  min-height: 50px;
  cursor: pointer;
}
.modal__option:has(input:checked) {
  background-color: #ff0033;
  color: #fff;
  font-weight: 700;
}
.modal__option::before, .modal__option:has(input:checked)::after {
  border-radius: 50%;
  content: "";
}
.modal__option::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
}
.modal__option:has(input:checked)::after {
  position: absolute;
  top: 50%;
  left: calc(7px + 0.7em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #ff0033;
}
.modal__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .modal__list {
    gap: 16px;
  }
}
.modal__item {
  width: calc(25% - 16px);
}
@media screen and (max-width: 750px) {
  .modal__item {
    font-size: 1.6rem;
    width: calc(50% - 32px);
  }
}
.modal__link--entry {
  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;
  max-width: 350px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FF5C5C;
  margin: 0 auto 0;
  padding: 16px 0;
  border: 3px solid #FF5C5C;
  border-radius: 10px;
}
.modal__link--entry:visited {
  color: #FF5C5C;
}
.modal__link--entry:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .modal__link--entry:hover {
    opacity: 0.5;
  }
}
.modal .modal__main {
  display: inline-block;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.modal__close .modal__main {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.modal__close .modal__main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #7D7D7D;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close .modal__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #7D7D7D;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__logo {
  margin: 16px auto 0;
}
.modal__photo {
  padding: 16px;
}
.modal__name {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .modal__name {
    margin-top: 8px;
  }
}

.isActiveModal {
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.select {
  color: #242323;
  border-bottom-color: #f24f4f;
}

.show {
  display: block;
}

.reasons__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .reasons__container {
    max-width: 375px;
    margin: 100px auto 0;
  }
}
.reasons__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reasons__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .reasons__title {
    line-height: 1.5;
  }
}
.reasons__list {
  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;
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .reasons__list {
    display: block;
  }
}
.reasons__item {
  width: calc((100% - 107px) / 3);
}
@media screen and (max-width: 750px) {
  .reasons__item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .reasons__item:not(:first-child) {
    margin-top: 64px;
  }
}
.reasons__item--annotation:nth-child(1) {
  margin-top: 8px;
}
.reasons__photo {
  max-width: 230px;
  min-height: 155px;
  margin: 0 auto;
}
.reasons__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 24px;
}
.reasons__text {
  font-size: 1.5rem;
  margin-top: 16px;
}
.reasons__text--emphasis {
  color: #ff0033;
  font-size: 4rem;
}
.reasons__text--highlight {
  color: #ff0033;
  font-size: 2rem;
}
.reasons__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -0.5em;
}
.reasons__btnSingle {
  max-width: 950px;
  margin: 16px auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .reasons__btnSingle {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.reasons__btnGroup {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .reasons__btnGroup {
    width: 100%;
    padding: 8px 12px;
  }
}
.reasons__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .reasons__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .reasons__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.reasons__btn--entry:visited {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .partner {
    margin-top: 240px;
  }
}
.partner__container {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .partner__container {
    max-width: 375px;
    margin: 100px auto 0;
  }
}
.partner__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .partner__title {
    font-size: 2.4rem;
  }
}
.partner__title--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .partner__title--small {
    font-size: 1.8rem;
  }
}
.partner__text {
  margin-top: 32px;
}
.partner__provider {
  margin-top: 110px;
}
@media screen and (max-width: 750px) {
  .partner__provider {
    margin-top: 56px;
  }
}
.partner__subTitle {
  font-size: 2.2rem;
  font-weight: 700;
}
.partner__list--category {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 32px;
}
.partner__list--category .partner__item {
  width: calc((100% - 40px) / 5);
}
.partner__list--category .partner__item:nth-child(n+6) {
  margin-top: 10px;
}
.partner__list--category .partner__link {
  display: block;
  color: #606060;
  padding: 8px 0;
  border-radius: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.partner__list--category .partner__link:visited {
  color: #606060;
}
.partner__list--category .partner__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .partner__list--category .partner__link:hover {
    background: #f9f9f9;
  }
}
.partner__list--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .partner__list--logo {
    margin-top: 16px;
  }
}
.partner__list--logo .partner__item {
  width: 25%;
  line-height: 1.4;
  text-align: left;
  padding: 24px 15px 0;
}
@media screen and (max-width: 750px) {
  .partner__list--logo .partner__item {
    width: 50%;
    padding: 16px 8px;
  }
}
.partner__logo {
  margin-top: 56px;
}
.partner__photo {
  padding: 16px;
}
.partner__name {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .partner__name {
    margin-top: 8px;
  }
}
.partner__contact {
  margin-top: 4px;
}
.partner__link--web, .partner__link--contact {
  font-size: 1.4rem;
  text-decoration: underline;
}
.partner__link--entry, .pspCart__link--url {
  display: block;
  background: #fff;
  color: #3895FC;
  max-width: 665px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin: 15px auto 0;
  padding: 8px;
  border: #3895FC 3px solid;
  border-radius: 10px;
  max-width: 300px;
  font-weight: 400;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.partner__link--entry:visited, .pspCart__link--url:visited {
  color: #3895FC;
}
.partner__link--entry:hover, .pspCart__link--url:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .partner__link--entry:hover, .pspCart__link--url:hover {
    color: #ffffff;
    background: #3895FC;
  }
}
.partner__btnArea {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .partner__btnArea {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.partner__btnSingle {
  max-width: 950px;
  margin: 16px auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .partner__btnSingle {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.partner__btnGroup {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .partner__btnGroup {
    width: 100%;
    padding: 8px 12px;
  }
}
.partner__btnGroup--detail {
  padding-top: 48px;
}
.partner__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .partner__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .partner__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.partner__btn--entry:visited {
  color: #ffffff;
}

.payFlow {
  background: #EEF4FE;
}
.payFlow__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .payFlow__container {
    max-width: 375px;
    margin: 100px auto 0;
  }
}
.payFlow__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .payFlow__title {
    font-size: 2.4rem;
  }
}
.payFlow__annotation {
  color: #606060;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -0.5em;
}
.payFlow__contents {
  background: #fff;
  margin-top: 32px;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .payFlow__contents {
    padding: 16px;
  }
}
.payFlow__item--step {
  position: relative;
  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: 33.3333333333%;
  height: 55px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.payFlow__item--step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -0.8em;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #da4567;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .payFlow__item--step:not(:last-child)::after {
    content: none;
  }
}
.payFlow__item--step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: -12px;
  right: -1em;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .payFlow__item--step:not(:last-child)::before {
    content: none;
  }
}
.payFlow__item--detail {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .payFlow__item--detail {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .payFlow__item--detail:not(:first-child) {
    margin-top: 40px;
  }
}
.payFlow__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}
@media screen and (max-width: 750px) {
  .payFlow__detail {
    display: block;
    padding: 0;
  }
}
.payFlow__text {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.payFlow__text--detail {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .payFlow__text--detail {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 16px;
  }
}
.payFlow__text--highlight {
  color: #FF5C5C;
}
.payFlow__photo {
  max-width: 190px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .payFlow__photo {
    margin: 24px auto 0;
  }
}
.payFlow__link {
  display: block;
  background: #30C2F2;
  color: #ffffff;
  min-width: 350px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
  padding: 8px;
  min-width: 0;
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .payFlow__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .payFlow__link:hover {
    text-decoration: none;
    background: #66ccff;
  }
}
.payFlow__link:visited {
  color: #ffffff;
}
.payFlow__btnSingle {
  max-width: 950px;
  margin: 16px auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .payFlow__btnSingle {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.payFlow__btnGroup {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .payFlow__btnGroup {
    width: 100%;
    padding: 8px 12px;
  }
}
.payFlow__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .payFlow__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .payFlow__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.payFlow__btn--entry:visited {
  color: #ffffff;
}

.casestudy {
  background: #EEF4FE;
}
.casestudy__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .casestudy__container {
    max-width: 375px;
    margin: 100px auto 0;
  }
}
.casestudy__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .casestudy__title {
    font-size: 2.4rem;
  }
}
.casestudy__lead {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .casestudy__lead {
    font-size: 1.5rem;
  }
}
.casestudy__list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 32px 0 24px;
  text-align: center;
}
.casestudy__item {
  width: calc((100% - 36px) / 3);
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.casestudy__item--link {
  text-decoration: none;
  color: #3895ff;
}
.casestudy__item--link:visited {
  color: #3895ff;
}
.casestudy__item--link:hover {
  text-decoration: none;
}
.casestudy__item--link:hover .casestudy__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.9;
}
.casestudy__zoom {
  border-radius: 50%;
  max-width: 150px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  top: 50px;
}
@media screen and (max-width: 750px) {
  .casestudy__zoom {
    height: auto;
  }
}
.casestudy__contents {
  background: #fff;
  padding: 56px 16px 16px;
  border-radius: 8px;
  min-height: 280px;
}
@media screen and (max-width: 750px) {
  .casestudy__contents {
    min-height: 0;
    padding: 72px 16px 32px;
  }
}
.casestudy__text {
  font-weight: 700;
}
.casestudy__company {
  font-size: 1.2rem;
  font-weight: 700;
  color: #828282;
  margin-top: 12px;
}
.casestudy__image {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.casestudy__dots {
  margin-top: 26px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.casestudy__dots > li {
  display: inline-block;
  margin: 0 7.5px;
}
.casestudy__dots > li > button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #909090;
  color: transparent;
  outline: none;
  cursor: pointer;
}
.casestudy__dots > li.slick-active > button {
  background: #30C2F2;
}
.casestudy .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.casestudy .slick-slide {
  height: auto !important;
}
.casestudy__btn--link {
  display: block;
  background: #30C2F2;
  color: #ffffff;
  min-width: 350px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
  padding: 8px;
  min-width: 0;
  max-width: 240px;
}
@media screen and (max-width: 750px) {
  .casestudy__btn--link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .casestudy__btn--link:hover {
    text-decoration: none;
    background: #66ccff;
  }
}
.casestudy__btn--link:visited {
  color: #ffffff;
}
.casestudy__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .casestudy__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .casestudy__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.casestudy__btn--entry:visited {
  color: #ffffff;
}
.casestudy__btnArea {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .casestudy__btnArea {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.casestudy__btnSingle {
  max-width: 950px;
  margin: 16px auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .casestudy__btnSingle {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.casestudy__btnGroup {
  padding-top: 16px;
}
.casestudy__btnGroup--entry, .casestudy__btnGroup--doc {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .casestudy__btnGroup--entry, .casestudy__btnGroup--doc {
    width: 100%;
    padding: 8px 12px;
  }
}
.casestudy__entryBtn {
  display: block;
  background: #FF5C5C;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 25px auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .casestudy__entryBtn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .casestudy__entryBtn:hover {
    text-decoration: none;
    background: #f88685;
  }
}
.casestudy__entryBtn:visited {
  color: #ffffff;
}
.casestudy__entryBtn--doc {
  display: block;
  background: #41ac7b;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .casestudy__entryBtn--doc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .casestudy__entryBtn--doc:hover {
    text-decoration: none;
    background: #7cc1a2;
  }
}
.casestudy__entryBtn--doc:visited {
  color: #ffffff;
}

.comingSoon {
  background: #ccc;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
.comingSoon::before {
  content: "Coming soon...";
  font-size: 2rem;
  font-weight: 700;
  color: #242323;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.comingSoon:hover::before {
  font-size: 2.2rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.entryFlow {
  background: #fff;
}
.entryFlow__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .entryFlow__container {
    max-width: 375px;
    margin: 100px auto 0;
  }
}
.entryFlow__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .entryFlow__title {
    font-size: 2.4rem;
  }
}
.entryFlow__title--emphasis {
  color: #2455AA;
  font-size: 3.4rem;
}
.entryFlow__list {
  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;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .entryFlow__list {
    display: block;
  }
}
.entryFlow__item {
  width: calc((100% - 176px) / 4);
}
@media screen and (max-width: 750px) {
  .entryFlow__item {
    width: 100%;
    max-width: 193.5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .entryFlow__item:not(:first-child) {
    margin-top: 56px;
  }
}
.entryFlow__text {
  font-size: 1.5rem;
  margin-top: 24px;
}
.entryFlow__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -0.5em;
  color: #FF0033;
}
.entryFlow__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entryFlow__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entryFlow__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.entryFlow__btn--entry:visited {
  color: #ffffff;
}
.entryFlow__btnArea {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .entryFlow__btnArea {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.entryFlow__btnSingle {
  max-width: 950px;
  margin: 16px auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .entryFlow__btnSingle {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.entryFlow__btnGroup {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .entryFlow__btnGroup {
    width: 100%;
    padding: 8px 12px;
  }
}
.entryFlow__entryBtn {
  display: block;
  background: #FF5C5C;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 25px auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entryFlow__entryBtn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entryFlow__entryBtn:hover {
    text-decoration: none;
    background: #f88685;
  }
}
.entryFlow__entryBtn:visited {
  color: #ffffff;
}
.entryFlow__entryBtn--doc {
  display: block;
  background: #41ac7b;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entryFlow__entryBtn--doc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entryFlow__entryBtn--doc:hover {
    text-decoration: none;
    background: #7cc1a2;
  }
}
.entryFlow__entryBtn--doc:visited {
  color: #ffffff;
}

.faq {
  background: #fff;
  padding: 120px 16px;
}
@media screen and (max-width: 750px) {
  .faq {
    padding: 96px 16px;
  }
}
.faq__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .faq__container {
    margin: 100px auto 0;
  }
}
.faq__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .faq__title {
    font-size: 2.4rem;
  }
}
.faq__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.faq__item {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.faq__list .js-faqListSelect {
  color: #ff0033;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
}
.faq__link {
  color: #3895ff;
}
.faq__link:visited {
  color: #3895ff;
}
.faq__contents {
  display: none;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .faq__contents {
    margin-top: 32px;
  }
}
.faq .js-faqListShow {
  display: block;
}
.faq__detail {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.faq__question {
  position: relative;
  padding: 22px 16px 22px 77px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .faq__question {
    padding: 22px 16px 22px 62px;
  }
}
@media screen and (min-width: 751px) {
  .faq__question:hover {
    opacity: 0.7;
  }
}
.faq__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f24f4f;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .faq__question::before {
    left: 22px;
  }
}
.faq__answer {
  display: none;
  position: relative;
  top: 8px;
  margin: 0 0 40px;
  padding: 6px 0 0 77px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .faq__answer {
    padding: 6px 0 0 62px;
  }
}
.faq__answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f24f4f;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .faq__answer::before {
    left: 22px;
  }
}
.faq__text {
  line-height: 1.4;
}
.faq__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -0.5em;
  padding-top: 8px;
}
.faq__btnArea {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .faq__btnArea {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.faq__btnSingle {
  max-width: 950px;
  margin: 16px auto;
  border-radius: 10px;
  padding: 10px 40px;
}
@media screen and (max-width: 750px) {
  .faq__btnSingle {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.faq__btnGroup {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .faq__btnGroup {
    width: 100%;
    padding: 8px 12px;
  }
}
.faq__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .faq__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .faq__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.faq__btn--entry:visited {
  color: #ffffff;
}

.js-questionOpen {
  color: #606060;
}
.js-questionOpen::before {
  color: #707070;
}

.post h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 80px;
}
.post h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background: #ff0402;
  margin-top: 6px;
}
.post h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 28px;
}
.post p {
  margin-top: 28px;
}
.post small {
  font-size: 1.2rem;
  color: #909090;
}
.post strong {
  font-weight: 700;
}
.post__contents {
  max-width: 950px;
  margin: 80px auto 0;
  padding: 0 16px;
}
.post__photo {
  margin-top: 28px;
  text-align: center;
}
.post .post__caption {
  font-size: 1.2rem;
  margin-top: 8px;
}
.post__interview {
  color: #666666;
  font-weight: 700;
}
.post .mainVisual__container, .post .topVisual__container {
  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;
  max-width: 950px;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .post .mainVisual__container, .post .topVisual__container {
    height: 100%;
    padding-bottom: 0;
  }
}
.post .mainVisual__textGroup {
  max-width: 800px;
  color: #ffffff;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 30px;
  margin: 50% auto;
}
.post .mainVisual__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  padding-top: 0;
}
.post .mainVisual__name {
  margin-top: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.post .about {
  max-width: 950px;
  line-height: 1.6;
  margin: 50px auto 0;
  padding: 0 16px;
}
.post .about__title {
  font-size: 2.4rem;
  margin-top: 0;
}
.post .about__title::after {
  content: none;
}
.post .about__lead {
  margin-top: 20px;
}
.post .about__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
  .post .about__detail {
    display: block;
  }
}
.post .about__photo {
  max-width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .post .about__photo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .post .about__name {
    margin-top: 20px;
  }
}
.post .about__desc {
  margin-top: 20px;
}
.post .point {
  max-width: 950px;
  margin: 60px auto 0;
  padding: 0 16px;
}
.post .point__container {
  font-weight: 700;
  padding: 25px;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.post .point__title {
  font-size: 1.6rem;
  margin-top: 0;
}
.post .point__title::after {
  content: none;
}
.post .point__list {
  counter-reset: num 0;
}
.post .point__item {
  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;
  margin-top: 20px;
}
.post .point__item::before {
  counter-increment: num 1;
  content: counter(num);
  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: 35px;
  min-width: 35px;
  height: 35px;
  color: #ffffff;
  background: #ff0402;
  margin-right: 14px;
  border-radius: 100%;
}
.post .inquiry__btnGroup {
  padding-top: 16px;
}
@media screen and (max-width: 750px) {
  .post .inquiry__btnGroup {
    padding: 16px 28px 0;
  }
}
.post .inquiry__entryBtn {
  display: block;
  background: #FF5C5C;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 25px auto 0;
  padding: 16px 8px;
  border-radius: 10px;
  max-width: 350px;
}
@media screen and (max-width: 750px) {
  .post .inquiry__entryBtn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .post .inquiry__entryBtn:hover {
    text-decoration: none;
    background: #f88685;
  }
}
.post .inquiry__entryBtn:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .post .inquiry__entryBtn {
    max-width: 330px;
  }
}
.post .website__name {
  font-weight: 700;
  margin-top: 80px;
}
.post .website__url {
  margin-top: 4px;
}

.entry, .post + .entry {
  background: #2455AA url("https://image.paypay.ne.jp/page/store-online/images/bg_entry_01.png") center bottom/755px no-repeat;
}
@media screen and (max-width: 750px) {
  .entry, .post + .entry {
    background: #2455AA url("https://image.paypay.ne.jp/page/store-online/images/bg_entry_01.png") center bottom/80% no-repeat;
    margin-bottom: 32px;
  }
}
.entry__container {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .entry__container {
    max-width: 375px;
    margin: 0 auto;
  }
}
.entry__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .entry__title {
    font-size: 2.4rem;
  }
}
.entry__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -0.5em;
  display: block;
  width: 100%;
  text-align: center;
}
.entry__link {
  color: #3895ff;
}
.entry__link:visited {
  color: #3895ff;
}
.entry__infoArea {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .entry__infoArea {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
@media screen and (max-width: 750px) {
  .entry__infoArea {
    padding: 16px 16px 32px;
  }
}
.entry__infoGroup {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 750px) {
  .entry__infoGroup {
    width: 100%;
    padding: 8px 12px;
  }
}
.entry__btnGroup {
  max-width: 890px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .entry__btnGroup {
    padding: 0;
  }
}
.entry__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entry__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entry__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.entry__btn--entry:visited {
  color: #ffffff;
}
.entry__linkBtn {
  display: block;
  background: #FF5C5C;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 25px auto 0;
  padding: 16px 8px;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .entry__linkBtn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entry__linkBtn:hover {
    text-decoration: none;
    background: #f88685;
  }
}
.entry__linkBtn:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .entry__linkBtn {
    margin-bottom: 0;
  }
}
.entry__linkBtn--doc {
  display: block;
  background: #41ac7b;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entry__linkBtn--doc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entry__linkBtn--doc:hover {
    text-decoration: none;
    background: #7cc1a2;
  }
}
.entry__linkBtn--doc:visited {
  color: #ffffff;
}

.post + .entry {
  margin: 32px 0 100px;
}

.entryTop__lead, .stickyOnline__lead {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .entryTop__lead, .stickyOnline__lead {
    font-size: 1.5rem;
  }
}
.entryTop__lead::before, .stickyOnline__lead::before {
  background: url("https://image.paypay.ne.jp/page/store-online/images/ico_store-online_left.png") center/cover no-repeat;
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
}
.entryTop__lead::after, .stickyOnline__lead::after {
  background: url("https://image.paypay.ne.jp/page/store-online/images/ico_store-online_right.png") center/cover no-repeat;
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
}
.entryTop__link--entry {
  display: block;
  background: #FF5C5C;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entryTop__link--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entryTop__link--entry:hover {
    text-decoration: none;
    background: #f88685;
  }
}
.entryTop__link--entry:visited {
  color: #ffffff;
}
.entryTop__link--doc {
  display: block;
  background: #41ac7b;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .entryTop__link--doc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .entryTop__link--doc:hover {
    text-decoration: none;
    background: #7cc1a2;
  }
}
.entryTop__link--doc:visited {
  color: #ffffff;
}

.stickyOnline {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(51, 50, 50, 0.9);
  width: 100%;
  padding: 0 16px;
  opacity: 0.95;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.stickyOnline__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 750px) {
  .stickyOnline__container {
    padding: 0;
  }
}
.stickyOnline__lead {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .stickyOnline__lead {
    display: none;
  }
}
.stickyOnline__lead::before {
  background: url("https://image.paypay.ne.jp/page/store-online/images/ico_store-online_leftw.png") center/cover no-repeat;
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
}
.stickyOnline__lead::after {
  background: url("https://image.paypay.ne.jp/page/store-online/images/ico_store-online_rightw.png") center/cover no-repeat;
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
}
.stickyOnline__btnArea {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 40px;
  display: block;
}
@media screen and (max-width: 750px) {
  .stickyOnline__btnArea {
    display: block;
    max-width: 100%;
    padding: 8px 0;
  }
}
.stickyOnline__btnGroup {
  display: block;
}
.stickyOnline__btn--entry {
  display: block;
  background: #FF0033;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .stickyOnline__btn--entry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .stickyOnline__btn--entry:hover {
    text-decoration: none;
    background: #ffa8a5;
  }
}
.stickyOnline__btn--entry:visited {
  color: #ffffff;
}
.stickyOnline__link {
  display: block;
  background: #FF5C5C;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .stickyOnline__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .stickyOnline__link:hover {
    text-decoration: none;
    background: #f88685;
  }
}
.stickyOnline__link:visited {
  color: #ffffff;
}
.stickyOnline__link--doc {
  display: block;
  background: #41ac7b;
  color: #ffffff;
  max-width: 320px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 16px 8px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .stickyOnline__link--doc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .stickyOnline__link--doc:hover {
    text-decoration: none;
    background: #7cc1a2;
  }
}
.stickyOnline__link--doc:visited {
  color: #ffffff;
}

.topVisual {
  background: #2455AA;
}
.topVisual__container {
  /*トップページ*/
  height: 300px !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topVisual__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .topVisual__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .topVisual__title {
    font-size: 2rem;
  }
}
.topVisual__text {
  display: inline-block;
  text-align: center;
}
.topVisual__text--small {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .topVisual__text--small {
    font-size: 1.8rem;
  }
}

.pspCart__container {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .pspCart__container {
    max-width: 375px;
  }
}
.pspCart__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .pspCart__title {
    font-size: 2.4rem;
  }
}
.pspCart__text {
  margin-top: 32px;
}
.pspCart__image {
  max-width: 174px;
}
.pspCart__subTitle {
  font-size: 2.2rem !important;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .pspCart__subTitle {
    font-size: 1.8rem !important;
    padding-bottom: 56px;
  }
}
.pspCart__list--category {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 32px;
}
.pspCart__list--category .pspCart__item, .pspCart__list--category .pspCart__list--logo .pspCart__item--top, .pspCart__list--logo .pspCart__list--category .pspCart__item--top {
  width: calc((100% - 40px) / 5);
}
.pspCart__list--category .pspCart__item:nth-child(n+6), .pspCart__list--category .pspCart__list--logo .pspCart__item--top:nth-child(n+6), .pspCart__list--logo .pspCart__list--category .pspCart__item--top:nth-child(n+6) {
  margin-top: 10px;
}
.pspCart__list--category .pspCart__link {
  display: block;
  color: #606060;
  padding: 8px 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pspCart__list--category .pspCart__link:visited {
  color: #606060;
}
.pspCart__list--category .pspCart__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .pspCart__list--category .pspCart__link:hover {
    background: #f9f9f9;
  }
}
@media screen and (max-width: 750px) {
  .pspCart__list--logo {
    margin-top: 16px;
  }
}
.pspCart__list--logo .pspCart__item, .pspCart__list--logo .pspCart__item--top {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 750px) {
  .pspCart__list--logo .pspCart__item, .pspCart__list--logo .pspCart__item--top {
    padding: 40px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .pspCart__list--logo .pspCart__item--top {
    border-top: none;
  }
}
.pspCart__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: 1px solid #cccccc;
  padding-top: 72px;
}
@media screen and (max-width: 750px) {
  .pspCart__heading {
    display: none;
  }
}
.pspCart__categoryTitle {
  text-align: center;
  padding-bottom: 4px;
  min-width: calc((100% - 10px) / 3);
}
.pspCart__categoryTitle--sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .pspCart__categoryTitle--sp {
    width: 30%;
    display: inline-block;
    min-width: initial;
    padding: 0;
    margin: 0;
  }
}
.pspCart__categoryTitle:first-of-type {
  margin-left: calc((100% - 10px) / 3);
}
.pspCart__photo {
  display: inline-block;
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .pspCart__photo {
    width: 100%;
    padding-bottom: 32px;
  }
}
.pspCart__name {
  display: inline-block;
  width: 33.3333333333%;
  margin: 0 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .pspCart__name {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0;
  }
}
.pspCart__url {
  display: inline-block;
  width: 33.3333333333%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .pspCart__url {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pspCart__link--text {
  margin-top: 0 !important;
}
@media screen and (max-width: 750px) {
  .pspCart__link--text {
    width: 60%;
    margin: 0 auto !important;
    font-size: 1.6rem;
  }
}
.pspCart__link--url {
  font-size: 1.6rem;
  max-width: 255px;
}
@media screen and (max-width: 750px) {
  .pspCart__link--url {
    font-size: 1.5rem;
    margin: 0 auto;
  }
}