@charset "UTF-8";
@media screen and (max-width: 750px) {
  .switch__display--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .switch__display--sp {
    display: none;
  }
}
.topicpath {
  background: #f5f5f5;
}
.topicpath__list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px;
  font-size: 0;
}
.topicpath__item {
  display: inline-block;
  position: relative;
  color: #909090;
  font-size: 1rem;
}
.topicpath__item:not(:last-child) {
  margin-right: 8px;
  padding-right: 16px;
}
.topicpath__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
  color: #828282;
  font-weight: 700;
}
.topicpath__link {
  display: inline-block;
  color: #828282;
  font-weight: 700;
}
.topicpath__link:visited {
  color: #828282;
}

.mainVisual {
  background: url("https://image.paypay.ne.jp/page/store-case/images/bg_mv_city_01.png") bottom center/600px repeat-x #91D9F0;
}
.mainVisual__title {
  padding-top: 40px;
  color: #444444;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mainVisual__contents {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
}
.mainVisual__list {
  display: none;
  text-align: center;
  margin: 0 auto;
}
.mainVisual__list--dots {
  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;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 16px auto 70px;
}
.mainVisual__list--dots > li {
  display: inline-block;
  margin: 0 6px;
}
.mainVisual__list--dots > li > button {
  display: block;
  width: 14px;
  height: 14px;
  color: transparent;
  padding: 0;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.mainVisual__list--dots > li.slick-active > button {
  background: #fff;
}
.mainVisual__list > button.slick-prev {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 30%;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .mainVisual__list > button.slick-prev {
    left: 10%;
  }
}
.mainVisual__list > button.slick-next {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 30%;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .mainVisual__list > button.slick-next {
    right: 10%;
  }
}
@media screen and (max-width: 750px) {
  .mainVisual__list > .slick-list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.mainVisual__list.slick-initialized {
  display: block;
}
.mainVisual__item {
  padding: 0 16px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .mainVisual__item {
    max-width: 100%;
  }
}
.mainVisual__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;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #444444;
}
@media screen and (max-width: 750px) {
  .mainVisual__link {
    display: block;
  }
}
.mainVisual__link:visited {
  color: #444444;
}
.mainVisual__link:hover {
  opacity: 0.7;
  color: #444444;
  text-decoration: none;
}
.mainVisual__canvas {
  width: 40%;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .mainVisual__canvas {
    width: auto;
    margin-right: 0;
  }
}
.mainVisual__main {
  width: calc(60% - 16px);
}
@media screen and (max-width: 750px) {
  .mainVisual__main {
    width: auto;
  }
}
.mainVisual__text {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .mainVisual__text {
    font-size: 1.4rem;
  }
}
.mainVisual__name {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__name {
    margin-top: 8px;
  }
}
.mainVisual__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
}
.mainVisual__category {
  margin-bottom: 4px;
  padding: 4px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  font-size: 1.2rem;
}
.mainVisual__category:not(:last-child) {
  margin-right: 4px;
}

.contents {
  color: #444444;
}

.storeCase {
  padding-bottom: 96px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .storeCase {
    padding-bottom: 72px;
  }
}
.storeCase__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 16px 0;
}
.storeCase__subtitle {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.interviewPV {
  padding: 72px 0 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 750px) {
  .interviewPV {
    padding: 40px 0 50px;
  }
}
.interviewPV__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .interviewPV__title {
    font-size: 2rem;
  }
}
.interviewPV__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ff0033;
  margin: 13px auto 0;
}
.interviewPV__test--sup {
  font-size: 0.8rem;
  vertical-align: top;
  position: relative;
  top: 0.3em;
  color: #ff0033;
}
.interviewPV__container {
  max-width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .interviewPV__container {
    margin: 32px auto 0;
    padding: 0 16px;
  }
}
.interviewPV__main {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.interviewPV__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interviewCategory {
  padding: 40px 0 0;
}
.interviewCategory__container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.interviewCategory__categoryList {
  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;
}
.interviewCategory__categoryItem {
  width: calc((100% - 2px) / 3);
  padding: 16px;
  border-radius: 4px 4px 0 0;
  background: #3895ff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .interviewCategory__categoryItem {
    padding: 8px;
  }
}
.interviewCategory__categoryItem.active {
  background: #fff;
  color: #3895ff;
}
.interviewCategory__categoryLink {
  display: block;
  padding: 16px;
}
.interviewCategory__inner {
  display: none;
}
.interviewCategory__inner.active {
  display: block;
}
.interviewCategory__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .interviewCategory__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.interviewCategory__item {
  min-width: 120px;
}
@media screen and (max-width: 750px) {
  .interviewCategory__item {
    width: calc((100% - 16px) / 3);
    min-width: auto;
    margin-bottom: 8px;
  }
}
.interviewCategory__item:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .interviewCategory__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.interviewCategory__item.active .interviewCategory__link {
  background: #f24f4f;
  color: #fff;
  text-decoration: none;
}
.interviewCategory__link {
  display: block;
  padding: 8px;
  background: #fff;
  border: solid 1px #f24f4f;
  border-radius: 4px;
  color: #f24f4f;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .interviewCategory__link {
    padding: 8px 2px;
    font-size: 1.2rem;
  }
}
.interviewCategory__link:hover {
  background: #f24f4f;
  color: #fff;
  text-decoration: none;
}
.interviewCategory__link:visited {
  color: #f24f4f;
}
.interviewCategory__link:visited:hover {
  color: #fff;
}

.articleList {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .articleList {
    margin-top: 32px;
  }
}
.articleList__list {
  font-size: 0;
}
.articleList__item {
  display: inline-block;
  width: calc((100% - 97px) / 3);
  vertical-align: top;
}
.articleList__item:not(:nth-child(-n+3)) {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .articleList__item:not(:nth-child(3n+1)) {
    margin-left: 48px;
  }
}
@media screen and (max-width: 750px) {
  .articleList__item {
    width: 100%;
  }
  .articleList__item:not(:first-child) {
    margin-top: 40px;
  }
}
.articleList__link {
  position: relative;
  display: block;
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.articleList__link:visited {
  color: #214dd2;
  color: #fff;
}
.articleList__link:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.articleList__canvas {
  width: 100%;
  height: 250px;
  overflow: hidden;
  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;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .articleList__canvas {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .articleList__canvas {
    height: 220px;
  }
}
.articleList__image {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  transition: 1s all;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  z-index: 1;
  position: relative;
}
.articleList__image:hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transition: 1s all;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .articleList__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: inherit;
    height: inherit;
  }
}
.articleList__contents, .relatedArticle__contents {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.articleList__textBox, .relatedArticle__textBox {
  position: relative;
  padding-right: 24px;
}
.articleList__textBox::after, .relatedArticle__textBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.articleList__name {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 1.4rem;
}
.articleList__description {
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  letter-spacing: -0.035rem;
}
.articleList__categories, .relatedArticle__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 8px;
}
.articleList__category, .relatedArticle__category {
  margin: 0 16px 3px 0;
  font-size: 1.2rem;
}
.articleList__category--link, .relatedArticle__category--link, .relatedArticle__category--link:visited, .relatedArticle__category--link:hover, .articleList__category--link:hover, .articleList__category--link:visited {
  padding: 2px;
  text-decoration: none;
  color: #3895ff;
  vertical-align: text-bottom;
}
.articleList__category--link:hover, .relatedArticle__category--link:hover {
  text-decoration: underline;
}
.articleList__icon, .relatedArticle__icon {
  max-width: 14px;
  margin-right: 4px;
}

.pagination {
  margin-top: 48px;
  text-align: center;
}
.pagination__item {
  display: inline-block;
  text-align: center;
}
.pagination__item:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .pagination__item:not(:first-child) {
    margin-left: 3px;
  }
}
.pagination__item > a {
  display: block;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: #eee;
  color: #909090;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pagination__item > a:visited {
  color: #909090;
}
.pagination__item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pagination__item > span.current {
  display: block;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: #f24f4f;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pagination__item > span.dots {
  display: block;
  width: 24px;
  height: 24px;
  padding: 3px;
  color: #909090;
  font-weight: 700;
}

.mainvisual {
  padding: 32px 16px;
  background: url(https://paypay.ne.jp/store-case/images/img_mv_02.jpg) 50%/cover no-repeat;
}
.mainvisual__inner {
  max-width: 664px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #bdebe6;
  outline: 5px solid #ffffff;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .mainvisual__inner {
    padding: 16px;
  }
}
.mainvisual__title {
  font-size: 2.6rem;
}
@media screen and (max-width: 750px) {
  .mainvisual__title {
    font-size: 2rem;
  }
}
.mainvisual__subtitle {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #ff0033;
}
@media screen and (max-width: 750px) {
  .mainvisual__subtitle {
    font-size: 1.6rem;
  }
}
.mainvisual__text {
  margin-top: 16px;
  color: #828282;
  font-size: 1.4rem;
  line-height: 2;
}

.article {
  margin: 40px auto 88px;
}
@media screen and (max-width: 750px) {
  .article {
    margin: 40px auto 56px;
    overflow-x: hidden;
  }
}
.article__title {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .article__title {
    font-size: 2rem;
  }
}
.article__date {
  display: block;
  margin-top: 24px;
  color: #909090;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .article__date {
    font-size: 1.2rem;
  }
}
.article__contents {
  margin-top: 32px;
  padding: 0 16px;
}

.introduction {
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 0 16px;
}
.introduction__client {
  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;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .introduction__client {
    display: block;
    border: none;
    padding: 0;
  }
}
.introduction__heading {
  line-height: 1.6;
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.introduction__text {
  line-height: 1.6;
  margin-top: 16px;
}
.introduction__canvas {
  width: 39%;
}
@media screen and (max-width: 750px) {
  .introduction__canvas {
    margin-top: 24px;
    width: 100%;
  }
}
.introduction__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .introduction__contents {
    margin: 20px 0 0;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }
}
.introduction__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.introduction__detail:not(:first-child) {
  margin-top: 8px;
}
.introduction__label {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  color: #f24f4f;
  font-size: 1.6rem;
  font-weight: 700;
}
.introduction__data {
  max-width: 484px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .introduction__data {
    max-width: calc(100% - 50px);
  }
}
.introduction__data:not(:first-of-type) {
  margin-left: 8px;
}

.topic__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 16px;
  border-top: #ddd solid 1px;
}
@media screen and (max-width: 750px) {
  .topic__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .topic__item {
    width: calc((100% - 8px) / 2);
  }
}
.topic__item:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .topic__item:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .topic__item:nth-of-type(2n) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 750px) {
  .topic__item:nth-of-type(n+3) {
    margin-top: 8px;
  }
}
.topic__link, .topic__link--coupon, .topic__link--senior, .topic__link--cost, .topic__link--attract, .topic__link--sales {
  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;
}
@media screen and (max-width: 750px) {
  .topic__link, .topic__link--coupon, .topic__link--senior, .topic__link--cost, .topic__link--attract, .topic__link--sales {
    font-size: 1.4rem;
  }
}
.topic__link:visited, .topic__link--coupon:visited, .topic__link--senior:visited, .topic__link--cost:visited, .topic__link--attract:visited, .topic__link--sales:visited {
  color: #3895ff;
}
.topic__link::before, .topic__link--coupon::before, .topic__link--senior::before, .topic__link--cost::before, .topic__link--attract::before, .topic__link--sales::before {
  content: "";
  width: 44px;
  height: 31px;
  display: block;
  margin-right: 4px;
}
.topic__link--sales::before {
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_category_05.png) no-repeat left bottom/contain;
}
.topic__link--attract::before {
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_category_05.png) no-repeat left bottom/contain;
}
.topic__link--cost::before {
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_category_01.png) no-repeat left bottom/contain;
}
.topic__link--senior::before {
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_category_02.png) no-repeat left bottom/contain;
}
.topic__link--coupon::before {
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_category_03.png) no-repeat left bottom/contain;
}

.message {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .message {
    margin-top: 24px;
  }
}
.message__heading {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .message__heading {
    font-size: 1.8rem;
  }
}
.message__text {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .message__text {
    margin-top: 20px;
  }
}

.entry {
  max-width: 1040px;
  margin: 32px auto 0;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .entry {
    margin-top: 24px;
  }
}
.entry__button {
  text-align: center;
}
.entry__link, .entry__link--jichikai, .entry__link--small {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  background: #f24f4f;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .entry__link, .entry__link--jichikai, .entry__link--small {
    padding: 12px 16px;
  }
}
.entry__link:hover, .entry__link--jichikai:hover, .entry__link--small:hover {
  color: #fff;
}
.entry__link:visited, .entry__link--jichikai:visited, .entry__link--small:visited {
  color: #fff;
}
.entry__link--small {
  font-size: 1.8rem;
}
.entry__link--jichikai {
  font-size: 1.8rem;
  position: relative;
  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;
}
.entry__main--jichikai {
  position: relative;
}
.entry__main--jichikai::after {
  content: "";
  position: absolute;
  top: 73%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-left: 8px;
}

.point {
  margin-top: 32px;
  padding: 24px 0 28px;
  background: #f7f3f3;
}
@media screen and (max-width: 750px) {
  .point {
    margin-top: 24px;
  }
}
.point__title {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
  font-weight: 700;
  font-size: 2rem;
}
.point__list {
  max-width: 1040px;
  margin: 16px auto 0;
  padding: 0 16px;
  counter-reset: olcounter;
}
.point li {
  position: relative;
  padding-left: 3em;
  line-height: 1.5;
}
.point li:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .point li:not(:first-child) {
    margin-top: 16px;
  }
}
.point li::before {
  counter-increment: olcounter;
  content: counter(olcounter);
  position: absolute;
  top: -4px;
  left: 0;
  width: 3rem;
  height: 3rem;
  padding: 6px 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  background: #ff944c;
}
@media screen and (max-width: 750px) {
  .point li::before {
    top: 4px;
  }
}

.snsShare {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .snsShare__list {
    padding: 0 16px;
  }
}
.snsShare__item {
  display: inline-block;
}
.snsShare__item:not(:last-child) {
  margin-right: 16px;
}
.snsShare__button {
  display: block;
  width: 48px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.articleTop {
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 0 16px;
}
.articleTop__container {
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.articleTop__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.articleTop__list {
  margin-top: 16px;
}
.articleTop__item {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.articleTop__item:not(:first-of-type) {
  margin-top: 8px;
}
.articleTop__link {
  color: #3895ff;
}
.articleTop__link:hover {
  color: #3895ff;
}
.articleTop__link:visited {
  color: #3895ff;
}
.articleTop__link::before {
  content: "●";
  margin-right: 8px;
}

.banner {
  margin-top: 32px;
  padding: 32px 0;
  background: #f5f5f5;
}
.banner__link {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.banner__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .banner__link {
    width: 80%;
  }
}

.apply {
  max-width: 720px;
  margin: 56px auto 32px;
  padding: 24px 16px;
  border: solid 1px #ff0032;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.apply__heading {
  display: inline-block;
  position: relative;
  margin: 0 16px;
  padding: 0 16px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .apply__heading {
    font-size: 1.6rem;
  }
}
.apply__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #242323;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.apply__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #242323;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.apply__button {
  margin-top: 24px;
}
.apply__link--entry {
  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: 95%;
  height: 70px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ff0033;
}
@media screen and (max-width: 750px) {
  .apply__link--entry {
    font-size: 1.6rem;
  }
}
.apply__link--entry:visited {
  color: #fff;
}
.apply__link--entry:hover {
  background-color: #b03932;
  text-decoration: none;
}
.apply__link--entry::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.apply__link--coupon, .apply__link--tel {
  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: 95%;
  height: 70px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ff7e7d;
}
@media screen and (max-width: 750px) {
  .apply__link--coupon, .apply__link--tel {
    font-size: 1.6rem;
  }
}
.apply__link--coupon:visited, .apply__link--tel:visited {
  color: #fff;
}
.apply__link--coupon:hover, .apply__link--tel:hover {
  background-color: #c05d5d;
  text-decoration: none;
}
.apply__link--coupon [class*=__textGroup], .apply__link--tel [class*=__textGroup] {
  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;
  text-align: center;
}
.apply__link--coupon [class*=__lead], .apply__link--tel [class*=__lead] {
  margin-top: 0;
  font-size: 1.2rem;
  text-align: center;
}
.apply__link--coupon [class*=__main], .apply__link--tel [class*=__main] {
  margin-top: 5px;
  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;
}
.apply__link--coupon [class*=__main]::before, .apply__link--tel [class*=__main]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://image.paypay.ne.jp/page/store/cost/images/ico_tel_01.png) center/contain no-repeat;
  margin-right: 8px;
}
.apply__link--tel {
  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: 95%;
  height: 70px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #20bf7a;
}
@media screen and (max-width: 750px) {
  .apply__link--tel {
    font-size: 1.6rem;
  }
}
.apply__link--tel:visited {
  color: #fff;
}
.apply__link--tel:hover {
  background-color: #299064;
  text-decoration: none;
}
.apply__text {
  font-size: 1.2rem;
}
.apply__button + .apply__text {
  margin-top: 8px;
}

.blogArticle {
  max-width: 1040px;
  margin: 32px auto 0;
  padding: 0 16px;
  font-size: 1.6rem;
}
.blogArticle__text:not(:last-child) {
  margin: 0;
}
.blogArticle__text--note {
  font-size: 1.2rem;
  color: #909090;
}
.blogArticle__text--bottomBlank {
  padding-bottom: 28px;
}
.blogArticle p {
  margin-bottom: 28px;
  line-height: 1.6;
}
.blogArticle a {
  color: #56afe2;
}
.blogArticle strong, .blogArticle b {
  font-weight: 700;
}
.blogArticle h2 {
  position: relative;
  margin: 60px 0 50px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 2rem;
}
.blogArticle h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 28px;
  background-color: #ff0402;
}
.blogArticle h3 {
  margin: 60px 0 20px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.blogArticle h4 {
  margin: 60px 0 27px;
  font-weight: 700;
  font-size: 1.8rem;
}
.blogArticle ul {
  margin-bottom: 28px;
}
.blogArticle ul li {
  position: relative;
  margin: 14px 0;
  padding-left: 1.5em;
  line-height: 1.5;
}
.blogArticle ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #e0e0e0;
  font-size: 1.4rem;
}
.blogArticle ol {
  margin-bottom: 28px;
  counter-reset: olcounter;
}
.blogArticle ol li {
  position: relative;
  margin: 14px 0;
  padding-left: 2.5em;
  line-height: 1.5;
}
.blogArticle ol li::before {
  counter-increment: olcounter;
  content: counter(olcounter);
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  padding: 3px 8px;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #052d73;
  border-radius: 2px;
}
.blogArticle table {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.blogArticle table th {
  padding: 14px;
  border: 1px solid #efefef;
  font-weight: 700;
}
.blogArticle table td {
  padding: 14px;
  border: 1px solid #efefef;
}
.blogArticle blockquote {
  position: relative;
  margin: 48px 0;
  padding: 40px 64px;
  background-color: #f5f5f5;
}
.blogArticle blockquote > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .blogArticle blockquote {
    padding: 20px 48px;
  }
}
.blogArticle blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 19px;
  background: url(https://paypay.ne.jp/store-case/images/ico_blockquote_01.png) 50%/100% no-repeat;
}
@media screen and (max-width: 750px) {
  .blogArticle blockquote::before {
    top: 15px;
    left: 15px;
    width: 16px;
    height: 16px;
  }
}
.blogArticle blockquote::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 19px;
  background: url(https://paypay.ne.jp/store-case/images/ico_blockquote_02.png) 50%/100% no-repeat;
}
@media screen and (max-width: 750px) {
  .blogArticle blockquote::after {
    bottom: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.blogArticle .post__note {
  display: block;
  margin-top: -16px;
  color: #606060;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .blogArticle .post__note {
    font-size: 1.2rem;
  }
}
.blogArticle .post__note + .post__note {
  margin-top: -24px;
}
.blogArticle .post__note--annotationMark {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .blogArticle .post__note--annotationMark {
    font-size: 1.2rem;
  }
}
.blogArticle .post__information--emergency {
  margin-bottom: 24px;
  padding: 12px 12px 4px;
  border: 1px solid #f03;
  color: #f03;
  font-size: 1.2rem;
  background-color: #ffeef0;
  border-radius: 5px;
}
.blogArticle .post__information--emergency * {
  margin-bottom: 8px;
}
.blogArticle .post__information--red {
  margin-bottom: 24px;
  padding: 12px 12px 4px;
  border: 1px solid #ffb6c1;
  border-left: 10px solid #ffb6c1;
  font-size: 1.2rem;
}
.blogArticle .post__information--red * {
  margin-bottom: 8px;
}
.blogArticle .post__information--attention {
  margin-bottom: 24px;
  padding: 12px 12px 4px;
  border: 1px solid #e6d600;
  font-size: 1.2rem;
  background-color: #fffaee;
  border-radius: 5px;
}
.blogArticle .post__information--attention * {
  margin-bottom: 8px;
}
.blogArticle .post__information--notice {
  margin-bottom: 24px;
  padding: 12px 12px 4px;
  border: 1px solid #66c6aa;
  font-size: 1.2rem;
  background-color: #f6fffc;
  border-radius: 5px;
}
.blogArticle .post__information--notice * {
  margin-bottom: 8px;
}
.blogArticle .post__information--end {
  margin-bottom: 24px;
  padding: 12px 12px 4px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #909090;
  border-radius: 5px;
}
.blogArticle .post__information--end * {
  margin-bottom: 8px;
}
.blogArticle .post__target {
  margin-bottom: 28px;
  padding: 30px 40px;
  border: 1px solid #f0f0f0;
}
.blogArticle .post__target--title {
  margin-bottom: 20px;
  font-weight: 700;
}
.blogArticle .post__target ul {
  margin-bottom: 0;
}
.blogArticle .post__separation {
  padding-top: 30px;
}
.blogArticle .post__separation::before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  bottom: 25px;
  width: 180px;
  height: 2px;
  background-color: #e0e0e0;
}
.blogArticle .blogArticle__contentsIndex {
  margin-bottom: 28px;
  padding: 30px 40px;
  border: 1px solid #f0f0f0;
}
@media screen and (max-width: 750px) {
  .blogArticle .blogArticle__contentsIndex {
    padding: 10px 20px;
  }
}
.blogArticle .blogArticle__contentsIndex__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}
.blogArticle .blogArticle__contentsIndex ul {
  margin-bottom: 0;
}
.blogArticle .blogArticle__linkcard {
  margin: 20px 0;
}
.blogArticle .blogArticle__linkcard > a {
  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;
  padding: 14px;
  border: 1px solid #ebebeb;
  color: #444444;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.blogArticle .blogArticle__linkcard > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .blogArticle .blogArticle__linkcard > a {
    display: block;
  }
}
.blogArticle .blogArticle__linkcard p {
  line-height: 1.5;
}
.blogArticle .blogArticle__linkcard__thumbnail {
  width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .blogArticle .blogArticle__linkcard__thumbnail {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
.blogArticle .blogArticle__linkcard__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blogArticle .blogArticle__linkcard__content__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}
.blogArticle .blogArticle__linkcard__content__date {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
  color: #959595;
}
.blogArticle .blogArticle__linkcard__content__description {
  margin: 0;
  font-size: 1.2rem;
  color: #acacac;
}
.blogArticle .blogImgText__content::after {
  content: "";
  display: block;
  clear: both;
}
.blogArticle .blogImgText__content__image img {
  width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}
.blogArticle .block2col {
  font-size: 0;
}
.blogArticle .block2col__item {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  font-size: 1.4rem;
  vertical-align: middle;
}
.blogArticle .block2col__item:not(:nth-child(-n+2)) {
  margin-top: 10px;
}
.blogArticle .block2col__item:nth-child(2n) {
  margin-left: 10px;
}

.appImage {
  text-align: center;
}
.appImage img {
  max-width: 60%;
}

.sectionContact {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .sectionContact {
    padding: 40px 16px;
  }
}
.sectionContact--content {
  padding: 0;
}
.sectionContact_bg {
  background-color: #ffffff;
}
.sectionContact .entryBtn--online, .sectionContact .entryBtn--inquiry {
  position: relative;
  z-index: 2;
  margin: 0 auto 32px;
  font-weight: 700;
  width: 70%;
  height: 70px;
}
@media screen and (max-width: 750px) {
  .sectionContact .entryBtn--online, .sectionContact .entryBtn--inquiry {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.sectionContact .entryBtn--online a, .sectionContact .entryBtn--inquiry a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  background-color: #ff0033;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 70px;
  font-size: 2.2rem;
  line-height: 70px;
}
.sectionContact .entryBtn--online a:visited, .sectionContact .entryBtn--inquiry a:visited {
  color: #ffffff;
}
.sectionContact .entryBtn--online a:hover, .sectionContact .entryBtn--inquiry a:hover {
  background-color: #b03932;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .sectionContact .entryBtn--online a, .sectionContact .entryBtn--inquiry a {
    font-size: 1.8rem;
  }
}
.sectionContact .entryBtn--online span, .sectionContact .entryBtn--inquiry span {
  position: relative;
}
.sectionContact .entryBtn--online span i.new-window, .sectionContact .entryBtn--inquiry span i.new-window {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 14px;
  height: 10px;
}
.sectionContact .entryBtn--online span i.new-window::before, .sectionContact .entryBtn--inquiry span i.new-window::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}
.sectionContact .entryBtn--online span i.new-window::after, .sectionContact .entryBtn--inquiry span i.new-window::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  top: -3px;
  right: -3px;
  background: #ff0033;
}
.sectionContact .entryBtn--online i.new-window::after, .sectionContact .entryBtn--inquiry i.new-window::after {
  background: #ff0033;
}
.sectionContact .entryBtn--inquiry {
  margin: 0 auto;
  width: 30%;
  height: inherit;
}
@media screen and (max-width: 750px) {
  .sectionContact .entryBtn--inquiry {
    width: 80%;
  }
}
.sectionContact .entryBtn--inquiry a {
  background-color: #f5a623;
  height: 48px;
  font-size: 1.8rem;
  line-height: 48px;
}
.sectionContact .entryBtn--inquiry a:hover {
  background-color: #f5a623;
  opacity: 0.7;
}
.sectionContact .entryBtn--inquiry i.new-window::after {
  background: #f5a623;
}
.sectionContact .merchantEntry__lead {
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .sectionContact .merchantEntry__lead {
    font-size: 1.6rem;
  }
}
.sectionContact .merchantEntry__lead::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 24px;
  margin-right: 8px;
  vertical-align: text-bottom;
  background: url(https://image.paypay.ne.jp/page/store/campaign/images/ico_textBefore_01.png) center bottom no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 750px) {
  .sectionContact .merchantEntry__lead::before {
    width: 22px;
    height: 15px;
    margin-right: 4px;
  }
}
.sectionContact .merchantEntry__lead::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 24px;
  vertical-align: text-bottom;
  background: url(https://image.paypay.ne.jp/page/store/campaign/images/ico_textAfter_01.png) center bottom no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 750px) {
  .sectionContact .merchantEntry__lead::after {
    width: 22px;
    height: 15px;
  }
}

.relatedArticle {
  margin-top: 48px;
  padding: 16px;
  background: #f6f4f3;
}
@media screen and (max-width: 750px) {
  .relatedArticle {
    margin-top: 48px;
  }
}
.relatedArticle__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.relatedArticle__list {
  max-width: 1040px;
  margin: 16px auto;
  font-size: 0;
  padding: 0 16px;
}
.relatedArticle__item {
  display: inline-block;
  width: calc((100% - 64px) / 3);
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .relatedArticle__item {
    width: 100%;
  }
}
.relatedArticle__item:not(:first-child) {
  margin-left: 31px;
}
@media screen and (max-width: 750px) {
  .relatedArticle__item:not(:first-child) {
    margin: 40px 0 0;
  }
}
.relatedArticle__link {
  display: block;
  position: relative;
  color: #444444;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.relatedArticle__link:visited {
  color: #444444;
}
.relatedArticle__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.relatedArticle__button > .relatedArticle__link {
  max-width: 340px;
  display: block;
  margin: 32px auto 16px;
  padding: 16px;
  border: solid 1px #3895ff;
  border-radius: 8px;
  background: #fff;
  color: #3895ff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .relatedArticle__button > .relatedArticle__link {
    width: auto;
    max-width: initial;
  }
}
.relatedArticle__button > .relatedArticle__link:visited {
  color: #3895ff;
}
.relatedArticle__canvas {
  width: 100%;
  height: 230px;
  overflow: hidden;
  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;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .relatedArticle__canvas {
    display: block;
  }
}
.relatedArticle__image {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .relatedArticle__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: inherit;
    height: inherit;
  }
}
.relatedArticle__textBox {
  color: #fff;
}
.relatedArticle__name {
  font-size: 1.4rem;
  font-weight: 700;
}
.relatedArticle__description {
  margin-top: 8px;
  font-size: 1.2rem;
}
.searchCategory {
  position: fixed;
  z-index: 2;
}
.searchCategory__container {
  max-width: 420px;
  position: fixed;
  top: 70px;
  right: -180%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.searchCategory.active .searchCategory__container {
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .searchCategory.active .searchCategory__container {
    width: 94%;
  }
}
.searchCategory__inner {
  position: relative;
  padding: 8px;
  border-radius: 8px 0px 0px 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: rgba(255, 255, 255, 0.95);
}
.searchCategory__title {
  color: #FC5C5C;
}
.searchCategory__menu {
  position: fixed;
  top: 80px;
  right: 0;
  width: 48px;
  display: none;
  padding: 8px;
  border-left: solid 2px #FF5C5C;
  border-top: solid 2px #FF5C5C;
  border-bottom: solid 2px #FF5C5C;
  border-radius: 8px 0px 0px 8px;
  background: #fff;
  color: #FF5C5C;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .searchCategory__menu {
    height: 48px;
  }
}
.searchCategory__menu::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_search_02.png) no-repeat left top/contain;
}
.searchCategory__menu.active {
  position: static;
  width: auto;
  padding: 0 8px 0 0;
  border: none;
  background: none;
  vertical-align: middle;
}
.searchCategory__menu.active::before {
  background: url(https://image.paypay.ne.jp/page/store-case/images/ico_search_02.png) no-repeat left top/contain;
}
.searchCategory__menu--text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .searchCategory__menu--text {
    display: none;
  }
}
.searchCategory.active .searchCategory__menu--text {
  display: none;
  padding: 0;
}
.searchCategory__category {
  margin-top: 8px;
}
.searchCategory__heading {
  font-size: 1.4rem;
  color: #606060;
}
.searchCategory__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 8px;
}
.searchCategory__item {
  width: calc((100% - 16px) / 3);
  max-width: 120px;
  display: block;
  margin: 0 8px 8px 0;
  border-radius: 3px;
  background: #FCEDED;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .searchCategory__item {
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
  }
}
.searchCategory__item:nth-of-type(3n) {
  margin-right: 0;
}
.searchCategory__button {
  width: 60%;
  margin: 8px auto;
  text-align: center;
}
.searchCategory__link {
  display: block;
  padding: 4px 0;
  color: #FC5C5C;
}
.searchCategory__link:visited {
  color: #FC5C5C;
}
.searchCategory__button > .searchCategory__link {
  padding: 16px;
  border: solid 1px #FC5C5C;
  border-radius: 8px;
  font-weight: 700;
}
.searchCategory__overlay {
  display: none;
}
.searchCategory.active .searchCategory__overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

.stickyCoupon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(51, 50, 50, 0.9);
  width: 100%;
  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;
}
.stickyCoupon__container {
  max-width: 950px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 8px 8px;
}
.stickyCoupon__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;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.stickyCoupon__item, .stickyCoupon__item--detail, .stickyCoupon__item--doc, .stickyCoupon__item--tel {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__item, .stickyCoupon__item--detail, .stickyCoupon__item--doc, .stickyCoupon__item--tel {
    width: 100%;
  }
}
.stickyCoupon__item--tel {
  margin-right: 80px;
}
@media screen and (max-width: 822px) {
  .stickyCoupon__item--tel {
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .stickyCoupon__item--tel {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 750px) {
  .stickyCoupon__item--doc {
    max-width: 100%;
    margin-right: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 750px) {
  .stickyCoupon__item--detail {
    max-width: 100%;
    margin-right: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.stickyCoupon__link, .stickyCoupon__link--detail, .stickyCoupon__link--doc, .stickyCoupon__link--tel {
  height: 64px;
  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;
  margin: 10px;
  padding: 16px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link, .stickyCoupon__link--detail, .stickyCoupon__link--doc, .stickyCoupon__link--tel {
    height: 50px;
    margin: 0 auto;
    padding: 16px 8px;
    font-size: 1.4rem;
  }
}
.stickyCoupon__link::before, .stickyCoupon__link--detail::before, .stickyCoupon__link--doc::before, .stickyCoupon__link--tel::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
}
.stickyCoupon__link:visited, .stickyCoupon__link--detail:visited, .stickyCoupon__link--doc:visited, .stickyCoupon__link--tel:visited {
  color: #ffffff;
}
.stickyCoupon__link:hover, .stickyCoupon__link--detail:hover, .stickyCoupon__link--doc:hover, .stickyCoupon__link--tel:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
.stickyCoupon__link--tel {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--tel {
    padding: 16px 8px;
    border-radius: 8px;
    background: #3895ff;
  }
}
.stickyCoupon__link--tel::before {
  width: 25px;
  height: 25px;
  background: url("https://image.paypay.ne.jp/page/store-case/images/ico_tel_01.png") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--tel::before {
    margin-top: 0;
  }
}
.stickyCoupon__link--doc {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.stickyCoupon__link--doc::before {
  width: 25px;
  height: 25px;
  background: url("https://image.paypay.ne.jp/page/store-case/images/ico_doc_01.png") center/contain no-repeat;
}
.stickyCoupon__link--detail {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.stickyCoupon__link--detail::before {
  content: none;
}
.stickyCoupon__textGroup {
  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;
}
.stickyCoupon__main--detail {
  position: relative;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__main--detail {
    font-size: 1.3rem;
  }
}
.stickyCoupon__main--detail::after {
  content: "";
  position: absolute;
  display: block;
  top: 75%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-left: 10em;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__main--detail::after {
    top: 73%;
  }
}
.stickyCoupon__lead {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__lead {
    font-size: 1.4rem;
  }
}
.stickyCoupon__text {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 822px) {
  .stickyCoupon__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .stickyCoupon__text {
    display: none;
  }
}
.stickyCoupon__subText, .stickyJichikai__subText--hours, .stickyJichikai__subText--charge, .stickyCoupon__subText--hours, .stickyCoupon__subText--charge {
  font-size: 1.2rem;
  font-weight: 400;
}
.stickyCoupon__subText--charge {
  font-size: 1.2rem;
}
.stickyCoupon__subText--hours {
  font-size: 1.4rem;
}

.stickyJichikai {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(51, 50, 50, 0.9);
  width: 100%;
  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;
}
.stickyJichikai__container {
  max-width: 950px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 8px 8px;
}
.stickyJichikai__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;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.stickyJichikai__item, .stickyJichikai__item--doc, .stickyJichikai__item--tel {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__item, .stickyJichikai__item--doc, .stickyJichikai__item--tel {
    width: 100%;
  }
}
.stickyJichikai__item--tel {
  margin-right: 80px;
}
@media screen and (max-width: 822px) {
  .stickyJichikai__item--tel {
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .stickyJichikai__item--tel {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 750px) {
  .stickyJichikai__item--doc {
    max-width: 100%;
    margin-right: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.stickyJichikai__link, .stickyJichikai__link--detail, .stickyJichikai__link--doc, .stickyJichikai__link--tel {
  height: 64px;
  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;
  margin: 10px;
  padding: 16px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__link, .stickyJichikai__link--detail, .stickyJichikai__link--doc, .stickyJichikai__link--tel {
    height: 50px;
    margin: 0 auto;
    padding: 16px 8px;
    font-size: 1.4rem;
  }
}
.stickyJichikai__link::before, .stickyJichikai__link--detail::before, .stickyJichikai__link--doc::before, .stickyJichikai__link--tel::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
}
.stickyJichikai__link:visited, .stickyJichikai__link--detail:visited, .stickyJichikai__link--doc:visited, .stickyJichikai__link--tel:visited {
  color: #ffffff;
}
.stickyJichikai__link:hover, .stickyJichikai__link--detail:hover, .stickyJichikai__link--doc:hover, .stickyJichikai__link--tel:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
.stickyJichikai__link--tel {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__link--tel {
    padding: 16px 8px;
    border-radius: 8px;
    background: #3895ff;
  }
}
.stickyJichikai__link--tel::before {
  width: 25px;
  height: 25px;
  background: url("https://image.paypay.ne.jp/page/store-case/images/ico_tel_01.png") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__link--tel::before {
    margin-top: 0;
  }
}
.stickyJichikai__link--doc {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.stickyJichikai__link--doc::before {
  width: 25px;
  height: 25px;
  background: url("https://image.paypay.ne.jp/page/store-case/images/ico_doc_01.png") center/contain no-repeat;
}
.stickyJichikai__link--detail {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.stickyJichikai__link--detail::before {
  content: none;
}
.stickyJichikai__textGroup {
  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;
}
.stickyJichikai__main--detail {
  position: relative;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__main--detail {
    font-size: 1.3rem;
  }
}
.stickyJichikai__main--detail::after {
  content: "";
  position: absolute;
  display: block;
  top: 75%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-left: 10em;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__main--detail::after {
    top: 73%;
  }
}
.stickyJichikai__lead {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .stickyJichikai__lead {
    font-size: 1.4rem;
  }
}
.stickyJichikai__text {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 822px) {
  .stickyJichikai__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .stickyJichikai__text {
    display: none;
  }
}
.stickyJichikai__subText {
  font-size: 1.2rem;
  font-weight: 400;
}
.stickyJichikai__subText--charge {
  font-size: 1.2rem;
}
.stickyJichikai__subText--hours {
  font-size: 1.4rem;
}

.top {
  bottom: 130px;
}

.download {
  margin-top: 0;
}