.mainVisual {
  background: #FF0033;
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
}
.mainVisual__image {
  width: 100%;
}

.menu {
  padding: 16px;
  background: #FFF2F2;
}
@media screen and (max-width: 750px) {
  .menu {
    padding: 8px;
  }
}
.menu__container {
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .menu__container {
    max-width: 950px;
  }
}
.menu__item {
  background: #fff;
  border: solid 1px #CCCCCC;
}
.menu__item:not(:first-child) {
  border-top: none;
}
@media screen and (max-width: 750px) {
  .menu__item:not(:first-child) .menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu__item:first-child {
  text-align: center;
}
.menu__link {
  color: #3895ff;
}
.menu__link:visited {
  color: #3895ff;
}
.menu__link {
  display: block;
  position: relative;
  padding: 20px 8px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .menu__link {
    height: 62px;
  }
}
.menu__link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 17px solid #CCCCCC;
}
.menu__link--icon {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu__link--main {
  display: inline-block;
  margin-left: 88px;
}
.menu.navFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-top: 0;
  padding: 0;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.navFixed .menu__container {
  max-width: 950px;
}
.navFixed .menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navFixed .menu__item {
  width: 25%;
}
.navFixed .menu__item:not(:first-child) {
  border-top: solid 1px #CCCCCC;
  border-left: none;
}
.navFixed .menu__link {
  height: 63px;
  color: #242323;
}
.navFixed .menu__link:visited {
  color: #242323;
}
.navFixed .menu__link--icon {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.navFixed + .entry {
  padding-top: 374px;
}

.entry {
  padding: 88px 16px 72px;
}
.entry__container {
  max-width: 950px;
  margin: 0 auto;
}
.entry__title {
  position: relative;
  padding: 24px 8px 4px;
  background: #FF5C5C;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .entry__title {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.entry__title--lead {
  max-width: 430px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 8px;
  background: #ffffff;
  border: solid 3px #FF954C;
  border-radius: 50px;
  color: #FF954C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .entry__title--lead {
    max-width: 290px;
  }
}
.entry__list {
  margin-top: 32px;
}
.entry__item {
  max-width: 528px;
  margin: 16px auto 0;
  padding: 16px;
  border: solid 1px #eeeeee;
  border-radius: 8px;
}
.entry__heading {
  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;
  color: #FF954C;
  font-weight: 700;
  text-align: center;
}
.entry__number {
  max-width: 33px;
  margin-right: 8px;
}
.entry__canvas {
  max-width: 305px;
  margin: 24px auto;
}
.entry__text--bold {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.entry__text--center {
  text-align: center;
}
.entry__button + .entry__text {
  max-width: 338px;
  margin: 24px auto 0;
}
.entry__button > [class$=__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 338px;
  margin: 24px auto 0;
  padding: 16px 8px;
  background: #FF5C5C;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.entry__button > [class$=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry__button > [class$=__link]:visited {
  color: #ffffff;
}
.entry__link {
  color: #3895ff;
}
.entry__link:visited {
  color: #3895ff;
}
.entry__contents {
  max-width: 305px;
  margin: 24px auto;
  text-align: center;
}
.entry__label, .planCp__label--main, .stampcardCp__label--main, .couponCp__label--main {
  display: inline-block;
  margin: 24px auto 8px;
  padding: 4px 8px;
  background: #DFF7F7;
  border-radius: 50px;
  color: #00C1C1;
  font-size: 1.2rem;
  font-weight: 700;
}
.entry__photo {
  margin: 16px auto;
}

.planCp {
  padding: 72px 16px;
}
.planCp__container {
  max-width: 950px;
  margin: 0 auto;
}
.planCp__lead, .stampcardCp__lead, .couponCp__lead {
  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;
  max-width: 535px;
  margin: 0 auto;
}
.planCp__lead::before, .stampcardCp__lead::before, .couponCp__lead::before {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px;
  background-color: #FF5C5C;
}
.planCp__lead::after, .stampcardCp__lead::after, .couponCp__lead::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 24px;
  background-color: #FF5C5C;
}
.planCp__lead--icon, .stampcardCp__lead--icon, .couponCp__lead--icon {
  display: inline-block;
  max-width: 80px;
}
.planCp__title, .stampcardCp__title, .couponCp__title {
  margin: 8px auto 0;
  color: #FF5C5C;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.planCp__wrap, .stampcardCp__wrap, .couponCp__wrap, .planCp__wrap--pink, .stampcardCp__wrap--pink, .couponCp__wrap--pink {
  margin: 32px auto 0;
  padding: 16px 16px 40px;
}
.planCp__wrap--pink, .stampcardCp__wrap--pink, .couponCp__wrap--pink {
  background: #FFFAFA;
}
.planCp__contents, .stampcardCp__contents, .couponCp__contents {
  max-width: 530px;
  margin: 8px auto 0;
}
.planCp__contents:not(:first-child), .stampcardCp__contents:not(:first-child), .couponCp__contents:not(:first-child) {
  margin-top: 24px;
}
.planCp__heading, .stampcardCp__heading, .couponCp__heading {
  font-weight: 700;
  text-align: center;
}
.planCp__text, .stampcardCp__text, .couponCp__text {
  margin-top: 8px;
}
.planCp__heading + .planCp__text, .planCp__heading + .stampcardCp__text, .stampcardCp__heading + .planCp__text, .stampcardCp__heading + .stampcardCp__text, .planCp__heading + .couponCp__text, .stampcardCp__heading + .couponCp__text, .couponCp__heading + .planCp__text, .couponCp__heading + .stampcardCp__text, .couponCp__heading + .couponCp__text {
  text-align: center;
}
.planCp__inner .planCp__text, .stampcardCp__inner .planCp__text, .planCp__inner .stampcardCp__text, .stampcardCp__inner .stampcardCp__text, .couponCp__inner .planCp__text, .couponCp__inner .stampcardCp__text, .planCp__inner .couponCp__text, .stampcardCp__inner .couponCp__text, .couponCp__inner .couponCp__text {
  max-width: 353px;
  margin: 8px auto;
}
.planCp__text--emphasis, .stampcardCp__text--emphasis, .couponCp__text--emphasis {
  color: #FF0033;
  font-size: 2rem;
  font-weight: 700;
}
.planCp__text--annotation, .stampcardCp__text--annotation, .couponCp__text--annotation {
  margin-top: 8px;
}
.planCp__inner .planCp__text--annotation, .stampcardCp__inner .planCp__text--annotation, .planCp__inner .stampcardCp__text--annotation, .stampcardCp__inner .stampcardCp__text--annotation, .couponCp__inner .planCp__text--annotation, .couponCp__inner .stampcardCp__text--annotation, .planCp__inner .couponCp__text--annotation, .stampcardCp__inner .couponCp__text--annotation, .couponCp__inner .couponCp__text--annotation {
  max-width: 353px;
  margin: 8px auto;
}
.planCp__inner, .stampcardCp__inner, .couponCp__inner {
  margin: 32px auto;
  padding: 24px 16px;
  background: #ffffff;
  border: solid 1px #EEEEEE;
  border-radius: 8px;
}
.planCp__subheading, .stampcardCp__subheading, .couponCp__subheading {
  color: #FF954C;
  font-weight: 700;
  text-align: center;
}
.planCp__label, .stampcardCp__label, .couponCp__label {
  text-align: center;
}
.planCp__label--main, .stampcardCp__label--main, .couponCp__label--main {
  margin: 8px auto 0;
}
.planCp__button > [class$=__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 338px;
  margin: 8px auto 0;
  padding: 16px 8px;
  background: #3895ff;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.planCp__button > [class$=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.planCp__button > [class$=__link]:visited {
  color: #ffffff;
}
.planCp__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.couponCp {
  padding: 72px 16px;
}
.couponCp__container {
  max-width: 950px;
  margin: 0 auto;
}
.couponCp__text--bold, .stampcardCp__text--bold {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.couponCp__canvas, .stampcardCp__canvas {
  max-width: 75px;
  margin: 8px auto;
}
.couponCp__button > [class$=__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 338px;
  margin: 8px auto 0;
  padding: 16px 8px;
  background: #3895ff;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.couponCp__button > [class$=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.couponCp__button > [class$=__link]:visited {
  color: #ffffff;
}
.couponCp__link {
  color: #3895ff;
}
.couponCp__link:visited {
  color: #3895ff;
}
.couponCp__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.couponCp__schedule {
  margin-top: 16px;
}
.couponCp__schedule--label, .stampcardCp__schedule--label {
  max-width: 290px;
  margin: 8px auto;
  padding: 8px;
  background: #FFF7E5;
  border-radius: 50px;
  color: #FF954C;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.stampcardCp {
  padding: 72px 16px;
}
.stampcardCp__container {
  max-width: 950px;
  margin: 0 auto;
}
.stampcardCp__button > [class$=__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 338px;
  margin: 8px auto 0;
  padding: 16px 8px;
  background: #3895ff;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.stampcardCp__button > [class$=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.stampcardCp__button > [class$=__link]:visited {
  color: #ffffff;
}
.stampcardCp__link {
  color: #3895ff;
}
.stampcardCp__link:visited {
  color: #3895ff;
}
.stampcardCp__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.detail {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.detail__title {
  position: relative;
  padding: 24px 0;
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.detail__title::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ff5c5c;
  border-right: 3px solid #ff5c5c;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
.detail__conditions {
  display: none;
  margin: 0 0 40px;
  padding: 16px;
  background: #f7f7f7;
  font-size: 1.2rem;
}
.detail__heading:not(:first-child) {
  margin-top: 8px;
  padding-top: 8px;
}
.detail__desc + .detail__subHeading {
  margin-top: 8px;
  padding-top: 8px;
}
.detail__desc + .detail__desc {
  margin-top: 8px;
  padding-top: 8px;
}
.detail__table {
  max-width: 550px;
  margin: 16px auto 0;
}
.detail__link {
  color: #3895ff;
}
.detail__link:visited {
  color: #3895ff;
}

.stickyPaypaylpcb__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 8px;
}
.stickyPaypaylpcb__lead {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .stickyPaypaylpcb__lead {
    font-size: 1.4rem;
  }
}
.stickyPaypaylpcb__lead--main {
  position: relative;
}
.stickyPaypaylpcb__lead--main::before {
  position: absolute;
  left: -16px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.stickyPaypaylpcb__lead--main::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.stickyPaypaylpcb__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin: 8px auto 0;
  padding: 16px 8px;
  background: #FF5C5C;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.stickyPaypaylpcb__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.stickyPaypaylpcb__link:visited {
  color: #ffffff;
}

.js-cautionListShow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}