@charset "UTF-8";
/* image center */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .aligncenter {
  /* 871 */
  /* margin-left: auto; */
  /* margin-right: auto; */
  text-align: center; /* addon */
}

.wp-block-image.aligncenter {
  /* 844 */
  text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-latest-posts__featured-image.aligncenter {
  /* 1041 */
  margin-bottom: 1em;
  text-align: center;
}

.wp-block-image figcaption {
  margin: 8px 0; /* addon */
}

/* spacer */
.wp-block-spacer {
  /* 2508 */
  clear: both;
}

/* font-size */
.has-small-font-size {
  /* 2869 */
  font-size: 0.8125em;
}

.has-normal-font-size, .has-regular-font-size {
  font-size: 1em;
}

.has-medium-font-size {
  font-size: 1.25em;
}

.has-large-font-size {
  font-size: 2.25em;
}

.has-huge-font-size, .has-larger-font-size {
  font-size: 2.625em;
}

/* text-align */
.has-text-align-center {
  /* 2889 */
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

/* gallery */
.post ul.blocks-gallery-grid, .wp-block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: calc(50% - 1em);
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0; /* addon */
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 8px 0; /* addon */
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item, .wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item {
  -webkit-align-self: inherit;
      -ms-flex-item-align: inherit;
          align-self: inherit;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* columns */
.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 12px 0;
}

@media (min-width: 782px) {
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-columns.are-vertically-aligned-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* file */
.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file .wp-block-file__button {
  display: none;
}

/* flexible */
.wp-block-flexible-table-block-table figcaption {
  margin: 8px 0; /* addon */
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

em {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "Hiragino Sans", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #242323;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none;
}

a {
  color: #214dd2;
  text-decoration: none;
}
a:visited {
  color: #214dd2;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
}

.app-erase-display,
.app-show-display,
[class^=ua-device-],
[class^=local-erase-display-] {
  display: none;
}

[class*=appView--],
[class*=userDevice--],
[class*=parameterDisplay--] {
  display: none;
}

@media screen and (max-width: 750px) {
  .switch__display--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .switch__display--sp {
    display: none;
  }
}

.announce {
  width: 100%;
  max-width: 950px;
  margin: 8px auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announce__contents, .announce__contents--end, .announce__contents--notice, .announce__contents--attention, .announce__contents--emergency {
  padding: 8px;
  font-size: 1.2rem;
  border-radius: 5px;
}
.announce__contents--emergency {
  border: 1px solid #f03;
  color: #f03;
  background-color: #ffeef0;
}
.announce__contents--emergency[class*=__link] {
  color: #214dd2;
}
.announce__contents--emergency[class*=__link]:visited {
  color: #214dd2;
}
.announce__contents--attention {
  border: 1px solid #e6d600;
  background-color: #fffaee;
}
.announce__contents--notice {
  border: 1px solid #66c6aa;
  background-color: #f6fffc;
}
.announce__contents--end {
  color: #fff;
  background-color: #909090;
}
.announce__contents--end [class*=__link] {
  color: #fff;
}
.announce__contents--end [class*=__link]:visited {
  color: #fff;
}
.announce__contents--end[class*=__link]:visited {
  color: #fff;
}
.announce__text {
  display: block;
  line-height: 1.4;
}
.announce__link--overall {
  display: block;
}

@-webkit-keyframes headerFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.headerVer2 {
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999999999;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.headerVer2.header--show + * {
  padding-top: 60px;
}
.headerVer2.header--show.globalTransition--show + * {
  padding-top: 100px;
}
.headerVer2__inner {
  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;
  max-width: 100%;
  height: 60px;
  padding-right: 32px;
}
@media screen and (max-width: 906px) {
  .headerVer2__inner {
    max-width: 890px;
    background-color: #fff;
  }
}
@media screen and (max-width: 906px) {
  .headerVer2__navigation {
    display: none;
    opacity: 0;
    position: absolute;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
  }
}
.headerVer2__list {
  font-size: 0;
}
@media screen and (max-width: 906px) {
  .headerVer2__list {
    padding-top: 24px;
    background-color: #fff;
  }
}
@media screen and (max-width: 428px) {
  .headerVer2__list {
    padding-top: 6.4vw;
  }
}
.headerVer2__item, .headerVer2__item--store, .headerVer2__item--more {
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 906px) {
  .headerVer2__item, .headerVer2__item--store, .headerVer2__item--more {
    display: block;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 428px) {
  .headerVer2__item, .headerVer2__item--store, .headerVer2__item--more {
    font-size: 4.8vw;
  }
}
.headerVer2__item--begin {
  position: relative;
}
.headerVer2__item--begin::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(https://image.paypay.ne.jp/page/guide/common/images/ico_begin_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.headerVer2__item--emphasis {
  color: #ff5c5c;
}
@media screen and (min-width: 907px) {
  .headerVer2__item--emphasis {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 54px;
    height: 18px;
    text-align: center;
    color: #ff5c5c;
    font-size: 1rem;
    line-height: 1.6;
    border: 1px solid #ff5c5c;
    border-radius: 9px;
  }
}
.headerVer2__item--emphasis::after {
  content: "";
  position: absolute;
  display: block;
  top: 17px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ff5c5c;
  border-right: 1px solid #ff5c5c;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  background: #ffffff;
}
@media screen and (max-width: 906px) {
  .headerVer2__item--emphasis::after {
    display: none;
  }
}
.headerVer2__item--more {
  display: none;
}
@media screen and (min-width: 907px) and (max-width: 1080px) {
  .headerVer2__item--more {
    display: inline-block;
  }
}
.headerVer2__item--store {
  margin-left: 16px;
}
@media screen and (max-width: 906px) {
  .headerVer2__item--store {
    margin: 24px 0 0;
    font-size: 1.6rem;
    background-color: #f6f6f6;
  }
}
@media screen and (max-width: 428px) {
  .headerVer2__item--store {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 907px) {
  .headerVer2__item--store:hover .headerVer2__button {
    opacity: 0.7;
  }
}
.headerVer2__link, .headerVer2__link--current, .headerVer2__link--lowerGuide {
  display: block;
  position: relative;
  padding: 12px 10px;
  color: #242323;
}
@media screen and (max-width: 963px) {
  .headerVer2__link, .headerVer2__link--current, .headerVer2__link--lowerGuide {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 906px) {
  .headerVer2__link, .headerVer2__link--current, .headerVer2__link--lowerGuide {
    padding: 12px 28px;
    border-right: 24px solid #fff;
    border-left: 24px solid #fff;
  }
  .headerVer2__link:hover, .headerVer2__link--current:hover, .headerVer2__link--lowerGuide:hover {
    background-color: rgba(56, 149, 255, 0.2);
  }
}
@media screen and (max-width: 428px) {
  .headerVer2__link, .headerVer2__link--current, .headerVer2__link--lowerGuide {
    padding: 3.2vw 7.4666666667vw 3.2vw 7.4666666667vw;
    border-width: 0vw 6.4vw 0vw 6.4vw;
  }
}
.headerVer2__link:visited, .headerVer2__link--current:visited, .headerVer2__link--lowerGuide:visited {
  color: #242323;
}
.headerVer2__link:hover, .headerVer2__link--current:hover, .headerVer2__link--lowerGuide:hover {
  text-decoration: none;
}
.headerVer2__link:hover::after, .headerVer2__link--current:hover::after, .headerVer2__link--lowerGuide:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #ef3f3f;
}
@media screen and (max-width: 963px) {
  .headerVer2__link:hover::after, .headerVer2__link--current:hover::after, .headerVer2__link--lowerGuide:hover::after {
    left: 7px;
    width: calc(100% - 14px);
  }
}
@media screen and (max-width: 906px) {
  .headerVer2__link:hover::after, .headerVer2__link--current:hover::after, .headerVer2__link--lowerGuide:hover::after {
    content: none;
  }
}
.headerVer2__link--current, .headerVer2__link--lowerGuide {
  pointer-events: none;
}
@media screen and (max-width: 906px) {
  .headerVer2__link--current, .headerVer2__link--lowerGuide {
    position: relative;
  }
  .headerVer2__link--current::after, .headerVer2__link--lowerGuide::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 8px;
    height: 8px;
    background-color: #ff5c5c;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 906px) and (max-width: 428px) {
  .headerVer2__link--current::after, .headerVer2__link--lowerGuide::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.headerVer2__link--lowerGuide {
  pointer-events: auto;
}
.headerVer2__button {
  display: block;
  padding: 6px 24px;
  color: #fff;
  background-color: #f24f4f;
  border-radius: 5px;
  cursor: default;
}
@media screen and (max-width: 963px) {
  .headerVer2__button {
    padding: 6px 10px;
  }
}
.headerVer2__button:visited {
  color: #fff;
}
.headerVer2__button:hover {
  text-decoration: none;
}
.headerVer2__button:hover + .headerStore {
  top: 44px;
  max-height: 9999px;
  padding-top: 16px;
  opacity: 1;
}
.headerVer2__button:focus {
  text-decoration: none;
}
.headerVer2__button:focus + .headerStore {
  top: 44px;
  max-height: 9999px;
  padding-top: 16px;
  opacity: 1;
}
.headerVer2__moreButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 10px 0;
  border: none;
  color: transparent;
  font-size: 1.5rem;
  background-color: transparent;
}
.headerVer2__moreButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #242323;
  border-right: 2px solid #242323;
  -webkit-transform: translateY(-75%) translateX(50%) rotate(135deg);
          transform: translateY(-75%) translateX(50%) rotate(135deg);
}
.headerVer2__moreButton:hover {
  opacity: 0.7;
  text-decoration: none;
}
.headerVer2__moreButton:hover + .headerMore {
  top: 44px;
  max-height: 9999px;
  padding-top: 16px;
  opacity: 1;
}
.headerVer2__moreButton:focus {
  opacity: 0.7;
  text-decoration: none;
}
.headerVer2__moreButton:focus + .headerMore {
  top: 44px;
  max-height: 9999px;
  padding-top: 16px;
  opacity: 1;
}
.headerVer2__label {
  padding: 38px 24px 9px 48px;
  color: #909090;
  font-size: 1.4rem;
  -webkit-animation: headerFadein 400ms ease-out 0.4s both;
          animation: headerFadein 400ms ease-out 0.4s both;
}
@media screen and (max-width: 428px) {
  .headerVer2__label {
    padding: 10.1333333333vw 6.4vw 2.4vw 12.8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .headerVer2__label {
    display: none;
  }
}
.headerVer2__menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 906px) {
  .headerVer2__menu {
    display: block;
    z-index: 1000;
  }
}
.headerVer2__bar {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 3px;
  background-color: #242323;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headerVer2__bar::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242323;
  -webkit-transition: inherit;
  transition: inherit;
}
.headerVer2__bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242323;
  -webkit-transition: inherit;
  transition: inherit;
}
.headerVer2__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
}

.headerLogoVer2 {
  height: 60px;
  line-height: 1;
}
.headerLogoVer2__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;
  height: 100%;
  padding-left: 32px;
}
@media screen and (max-width: 906px) {
  .headerLogoVer2__link {
    padding-left: 16px;
  }
}
.headerLogoVer2__image {
  height: 36px;
}
@media screen and (max-width: 906px) {
  .headerLogoVer2__image {
    height: 32px;
  }
}

.navigationLogoVer2 {
  display: none;
}
@media screen and (max-width: 906px) {
  .navigationLogoVer2 {
    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;
    height: 60px;
    padding-left: 16px;
    line-height: 1;
    background-color: #fff;
  }
}
.navigationLogoVer2__image {
  height: 32px;
}

.headerMore {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 907px) {
  .headerMore:hover {
    top: 44px;
    max-height: 9999px;
    padding-top: 16px;
    opacity: 1;
  }
}
@media screen and (min-width: 907px) {
  .headerMore--open {
    top: 44px;
    max-height: 9999px;
    padding-top: 16px;
    opacity: 1;
  }
}
.headerMore__list {
  text-align: right;
  background-color: rgba(246, 246, 246, 0.9);
}
@media screen and (min-width: 907px) {
  .headerMore__item:first-child [class*=__link] {
    padding-top: 20px;
  }
  .headerMore__item:last-child [class*=__link] {
    padding-bottom: 20px;
  }
}
.headerMore__link {
  display: inline-block;
  min-width: 270px;
  padding: 10px 32px 10px 8px;
  color: #242323;
}
.headerMore__link:visited {
  color: #242323;
}
.headerMore__link:hover {
  color: #f15355;
  text-decoration: none;
}

.headerStore {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 907px) {
  .headerStore:hover {
    top: 44px;
    max-height: 9999px;
    padding-top: 16px;
    opacity: 1;
  }
}
@media screen and (min-width: 907px) {
  .headerStore--open {
    top: 44px;
    max-height: 9999px;
    padding-top: 16px;
    opacity: 1;
  }
}
.headerStore__list {
  text-align: right;
  background-color: rgba(246, 246, 246, 0.9);
}
@media screen and (min-width: 907px) {
  .headerStore__item:first-child [class*=__link] {
    padding-top: 20px;
  }
  .headerStore__item:last-child [class*=__link] {
    padding-bottom: 20px;
  }
}
.headerStore__link {
  display: inline-block;
  min-width: 270px;
  padding: 10px 32px 10px 8px;
  color: #242323;
}
.headerStore__link:visited {
  color: #242323;
}
.headerStore__link:hover {
  color: #f15355;
  text-decoration: none;
}
@media screen and (max-width: 906px) {
  .headerStore {
    position: static;
    max-height: 100%;
    overflow: inherit;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }
}
.headerStore__acorButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 55px;
  margin-top: 0;
  padding: 0;
  border: none;
  color: #242323;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 55px;
  background-color: transparent;
}
@media screen and (max-width: 428px) {
  .headerStore__acorButton {
    font-size: 4.26667vw;
  }
}
.headerStore__acorButton::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #242323;
  border-right: 2px solid #242323;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.headerStore.is-AcorShow .headerStore__acorButton::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 906px) {
  .headerStore__list {
    padding: 14px 0 36px 0;
    font-size: 1.6rem;
    text-align: left;
    background-color: transparent;
  }
}
@media screen and (max-width: 428px) {
  .headerStore__list {
    padding: 3.7333333333vw 0vw 9.6vw 0vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 906px) {
  .headerStore__link {
    display: block;
    position: relative;
    min-width: auto;
    padding: 12px 35px;
    border-right: 16px solid #f6f6f6;
    border-left: 16px solid #f6f6f6;
  }
}
@media screen and (max-width: 428px) {
  .headerStore__link {
    padding: 3.2vw 9.3333333333vw 3.2vw 9.3333333333vw;
    border-width: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
@media screen and (max-width: 906px) {
  .headerStore__link:visited {
    color: #242323;
  }
}
@media screen and (max-width: 906px) {
  .headerStore__link:hover {
    color: #242323;
    background-color: rgba(56, 149, 255, 0.2);
  }
}

.body-iphone-short .headerStore.js-headerAcorBox {
  min-height: 100px;
}

body.isHeaderMenuActive {
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.isHeaderMenuActive .headerVer2::after {
  content: "";
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.75);
}
body.isHeaderMenuActive .headerVer2__bar {
  background-color: transparent;
}
body.isHeaderMenuActive .headerVer2__bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.isHeaderMenuActive .headerVer2__bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.globalTransition__link {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 9px 16px;
  color: #fff;
  text-align: center;
  background-color: #f03;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.globalTransition__link:visited {
  color: #fff;
}
.globalTransition__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.globalTransition__link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  right: 0;
  width: 8px;
  height: 8px;
  margin-left: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .globalTransition__link::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 906px) {
  .switch__header--pc {
    display: none;
  }
}
@media screen and (min-width: 907px) and (max-width: 1080px) {
  .switch__header--more {
    display: none;
  }
}
@media screen and (min-width: 907px) {
  .switch__header--sp {
    display: none;
  }
}

.dvAppDownload {
  background-color: #f5f5f5;
  padding: 16px 0;
}
.dvAppDownload .section__txt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__txt {
    font-size: 1.2rem;
    line-height: 1.33;
    margin-bottom: 20px;
  }
}
.dvAppDownload .content__inner {
  max-width: 840px;
  margin: 0 auto;
}
.dvAppDownload .section__appLinks,
.dvAppDownload .section__appYjLinks {
  text-align: center;
  letter-spacing: -0.5rem;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appLinks,
  .dvAppDownload .section__appYjLinks {
    max-width: 540px;
    margin: 0 auto;
  }
}
.dvAppDownload .section__appLinks:after,
.dvAppDownload .section__appYjLinks:after {
  display: block;
  content: "";
  clear: both;
}
.dvAppDownload .section__appLinks span,
.dvAppDownload .section__appYjLinks span {
  margin: 0 6px;
}
.dvAppDownload .section__appLinks {
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appLinks {
    margin-top: -5px;
  }
  .dvAppDownload .section__appLinks span {
    margin: 0 5px;
  }
}
.dvAppDownload .section__appYjLinks {
  margin-top: 40px;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appYjLinks {
    margin-top: 20px;
  }
}
.dvAppDownload .section__appYjLinks span {
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .dvAppDownload .section__appYjLinks .yjapp__text {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appYjLinks .yjapp__text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .dvAppDownload .section__appYjLinks .yjapp__text {
    width: auto;
  }
}
.dvAppDownload .section__appYjLinks .yjapp__text img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 374px) {
  .dvAppDownload .section__appYjLinks .yjapp__text img {
    width: 260px;
  }
}
.dvAppDownload .section__appLinks__link {
  display: inline-block;
  letter-spacing: normal;
  background-color: #000;
  border-radius: 5px;
}
.dvAppDownload .section__appLinks__link img {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appLinks__link {
    width: 127.5px;
  }
  .dvAppDownload .section__appLinks__link img {
    width: auto;
  }
}
.dvAppDownload .section__qr {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__qr {
    display: none;
  }
}
.dvAppDownload .section__qr span {
  margin: 0 49px;
}

.appDownload {
  padding: 23px 0;
  background-color: #f5f5f5;
}
.appDownload__container--yahoo {
  margin-top: 32px;
}
.appDownload__text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .appDownload__text {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
.appDownload__text--emphasis {
  color: #ff203b;
}
.appDownload__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .appDownload__contents {
    max-width: 540px;
    margin: 0 auto;
  }
}
.appDownload__logo {
  margin-right: 4px;
}
.appDownload__device {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 13px;
}
.appDownload__image {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 750px) {
  .appDownload__image {
    height: 38px;
  }
}
@media screen and (max-width: 750px) {
  .appDownload__qr {
    display: none;
  }
}

.modalContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modalContents::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modalContents.is-modalContentsShow {
  opacity: 1;
  visibility: visible;
}
.modalContents__inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 950px;
  max-height: calc(100% - 100px);
  padding: 40px;
  background-color: #fff;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .modalContents__inner {
    width: calc(100% - 32px);
    padding: 40px 16px;
  }
}
.modalContents__close {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.modalContents__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 18px;
  height: 2px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalContents__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 18px;
  height: 2px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topicpath {
  background-color: #f6f6f6;
  max-width: 100%;
  margin: 0 auto;
}
.topicpath__list {
  margin: 0 auto;
  padding: 13px 32px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .topicpath__list {
    overflow-x: scroll;
    padding: 13px 0;
    white-space: nowrap;
  }
}
.topicpath__item {
  display: inline-block;
  color: #242323;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .topicpath__item:first-of-type {
    padding-left: 16px;
  }
  .topicpath__item:last-of-type {
    padding-right: 16px;
  }
}
.topicpath__item:not(:last-child) {
  position: relative;
  margin-right: 16px;
  padding-right: 20px;
}
.topicpath__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #848484;
  border-right: solid 1px #848484;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.topicpath__link {
  display: inline-block;
  color: #242323;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 400;
}
.topicpath__link:visited {
  color: #242323;
}
.topicpath__link:hover {
  color: #3895ff;
  text-decoration: none;
}

.c-breadcrumb {
  width: 100%;
  background: #fff;
}
.c-breadcrumb--top {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #e6e6e6;
  position: relative;
  z-index: 99999;
}
@media screen and (max-width: 1079px) {
  .c-breadcrumb--top {
    display: none !important;
  }
}
.c-breadcrumb--bottom {
  border-top: 1px solid #e6e6e6;
}
.c-breadcrumb__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;
  padding-block: 12px;
  font-size: 1.2rem;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-breadcrumb__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;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  -webkit-mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_arrow.svg");
          mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #bababa;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-breadcrumb__link {
  color: #3895ff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-breadcrumb__link:visited {
  color: #3895ff;
}
@media screen and (min-width: 1281px) {
  .c-breadcrumb__link:hover {
    color: #badaff;
    text-decoration: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .c-breadcrumb__link:hover {
    color: #badaff;
    text-decoration: none;
  }
}
.c-breadcrumb__item:last-child .c-breadcrumb__link {
  color: #242323;
}

.stickyApp__body {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "Hiragino Sans", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-color: #f5f5f5;
}
.stickyApp__container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 24px;
}
.stickyApp__close {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .stickyApp__close {
    width: 30px;
    height: 32px;
  }
}
.stickyApp__close:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 18px;
  height: 2px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .stickyApp__close:before {
    top: 15px;
    right: 8px;
    width: 14px;
  }
}
.stickyApp__close:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 18px;
  height: 2px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .stickyApp__close:after {
    top: 15px;
    right: 8px;
    width: 14px;
  }
}
.stickyApp__wrapper {
  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;
}
.stickyApp__text {
  margin-right: 24px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .stickyApp__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .stickyApp__text {
    margin-right: 16px;
    font-size: 1.1rem;
  }
}
.stickyApp__text--emphasis {
  color: #ff203b;
}
.stickyApp__contents {
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.stickyApp__device {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.stickyApp__device:first-child {
  margin-right: 16px;
}
.stickyApp__image {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .stickyApp__image {
    height: 40px;
  }
}

.top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(247, 247, 247, 0.6);
  border-radius: 50%;
}
.top--sticky {
  bottom: 86px;
}
@media screen and (max-width: 750px) {
  .top--sticky {
    bottom: 78px;
  }
}
.top__button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_pagetop.svg");
          mask-image: url("https://image.paypay.ne.jp/page/common/images/ico_pagetop.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ff0033;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top__button:visited {
  color: transparent;
}
@media screen and (min-width: 751px) {
  .top__button:hover {
    background: #fd5c5c;
  }
}

@media screen and (min-width: 751px) {
  .page--appSticky #wovn-translate-widget {
    bottom: 86px !important;
  }
}
.page--appSticky .mobile.wovn--slide-out {
  bottom: 70px !important;
}
.page--appSticky .mobile.wovn--slide-in {
  bottom: 78px !important;
}

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

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

.footerVer2 {
  position: relative;
  padding: 72px 0 0;
  background-color: #fff;
}
.footerVer2--sticky {
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .footerVer2--sticky {
    padding-bottom: 62px;
  }
}
.footerVer2__inner {
  padding: 120px 0 80px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 750px) {
  .footerVer2__inner {
    padding-top: 80px;
  }
}
.footerVer2__container {
  max-width: 1080px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 750px) {
  .footerVer2__container {
    max-width: 100%;
    display: block;
  }
}
.footerVer2__brand {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .footerVer2__brand {
    margin: 48px 0 0;
  }
}
.footerVer2__navigation:not(:first-child) {
  margin-top: 40px;
}
.footerVer2__heading {
  font-weight: 700;
  font-size: 1.3rem;
}
.footerVer2__list {
  margin-left: -16px;
  font-size: 0;
}
.footerVer2__item {
  display: inline-block;
  margin-top: 14px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  vertical-align: top;
}
.footerVer2__item:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.footerVer2__link {
  color: #606060;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  padding: 0 16px;
}
.footerVer2__link:visited {
  color: #606060;
}
.footerVer2__link:hover {
  opacity: 0.8;
  color: #00aae1;
  text-decoration: none;
}
.footerVer2__contents {
  max-width: 1080px;
  margin: 48px auto 0;
  padding: 0 24px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footerVer2__contents {
    max-width: 100%;
  }
}
.footerVer2__copyright {
  display: block;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  color: #606060;
  font-size: 1.1rem;
}

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

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

.footerSnsVer2__lead {
  color: #606060;
  font-size: 1.3rem;
}
.footerSnsVer2__list {
  margin-top: 8px;
  font-size: 0;
}
.footerSnsVer2__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9rem;
  text-align: center;
}
.footerSnsVer2__item:not(:last-child) {
  margin-right: 10px;
}
.footerSnsVer2__link {
  color: #606060;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}
.footerSnsVer2__link:visited {
  color: #606060;
}
.footerSnsVer2__link:hover {
  opacity: 0.8;
  color: #00aae1;
  text-decoration: none;
}
.footerSnsVer2__icon {
  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;
  width: 40px;
  height: 40px;
}
.footerSnsVer2__image {
  display: block;
  max-width: 24px;
  height: auto;
  margin-bottom: 0;
}
.footerSnsVer2__text {
  display: inline-block;
  margin-top: 4px;
  font-size: 1rem;
}

.footerCompanyVer2__item {
  font-size: 1.2rem;
  line-height: 1.7rem;
  vertical-align: top;
}
.footerCompanyVer2__item:not(:first-child) {
  margin-top: 14px;
}
.footerCompanyVer2__link {
  color: #606060;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.footerCompanyVer2__link:visited {
  color: #606060;
}
.footerCompanyVer2__link:hover {
  opacity: 0.8;
  color: #00aae1;
  text-decoration: none;
}

.footerLogoVer2__image {
  height: 36px;
}
@media screen and (max-width: 906px) {
  .footerLogoVer2__image {
    height: 32px;
  }
}