.sp-content {
  display: none;
}
main {
  position: relative;
  z-index: 0;
}
p, dt, dd, li, figcaption, th, td {
  font-size: 1.6rem;
}
h2 > span {
  font-size: 2rem;
}
h2 span > sup {
  font-weight: normal;
}
.u-keep {
  display: inline-block;
}
.hero {
  margin-top: -5%;
  z-index: -1;
}
#please {
  margin-top: 0;
  border: none !important;
}
#please > p {
  text-align: left;
}
article > .pkg > header h1 {
  margin-bottom: 0;
}
.card-wrap + h2 {
  margin-top: 80px;
}
/* カード */
.card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 6px;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  row-gap: 0;
}
.card > h3 {
  font-size: 1.8rem;
  padding: 1em 0 0.5em;
  border-bottom: double 7px;
  text-align: center;
  margin: 0 0 0.5rem;
}
.light > h3 {
  border-color: #007acc;
  color: #007acc;
}
.standard > h3 {
  border-color: #00a99d;
  color: #00a99d;
}
.premium > h3 {
  border-color: #EB812D;
  color: #EB812D;
}
.card > p {
  margin: 0;
}
.card > ul {
  margin: 1em 2em 0;
  width: 90%;
}
.card > figure {
  width: 150px;
  margin: auto;
}
.scene-recommend {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
}
.light > .scene-recommend {
  background: #e8f5ff;
  color: #007acc;
}
.standard > .scene-recommend {
  background: #DDF1F0;
  color: #00a99d;
}
.premium > .scene-recommend {
  background: #FEF6F3;
  color: #EB812D;
}
.scene-points {
  padding-left: 1em;
}
.scene-points li {
  list-style-type: disc;
}
/* 比較表-PC */
article > .pkg > header > p {
  text-align: left;
  position: relative;
  margin-left: 2em;
}
.compare {
  font-size: 1.6rem;
}
.compare p {
  margin: 0;
  text-align: center;
}
.compare .price-grid {
  display: grid;
  grid-template-columns: 150px repeat(auto-fit, minmax(100px, 1fr));
}
.compare .plan {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
}
.compare .pass-value .plan {
  grid-row: span 8;
}
.compare .plan > * {
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.compare .plan-header > div {
  text-align: center;
  color: #666666;
}
.compare div[class^="spec-"] {
  border-top: 1px solid #ccc;
}
.compare div[class^="spec-"] > span {
  font-size: 0.6em;
}
.compare .grid-label div[class^="spec-"] {
  border-left: 1px solid #ccc;
  background: #f6f8f7;
  color: #999999;
}
.compare .plan-header:empty {
  border: none;
  background: none;
}
.compare.grid-label .spec-time {
  border-top-left-radius: 10px;
  border-top: 1px solid #ccc;
}
.compare .grid-label .spec-benefit {
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #ccc;
}
.compare .plan:last-child .plan-header {
  border-top-right-radius: 10px;
}
.compare .plan:first-child div.spec-time {
  border-top-left-radius: 10px;
}
.compare .plan:last-child div:last-child {
  border-bottom-right-radius: 10px;
}
.compare .plan:nth-child(2), .compare .plan:nth-child(4) {
  border: 5px solid #eb812d;
  background: #fef6f3;
}
.compare .plan:nth-child(2) {
  border-top-left-radius: 10px;
  border-right: none;
}
.compare .plan:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}
.compare .plan:nth-child(3) {
  border: 5px solid #00a99d;
  background: #ddf1f0;
}
.compare .plan:not(:first-child) .spec-benefit {
  justify-content: start;
}
.compare .plan-header {
  border-bottom: 10px solid;
}
.compare .plan:nth-child(2) .plan-header, .compare .plan:nth-child(4) .plan-header {
  border-color: #eb812d;
}
.compare .plan:nth-child(3) .plan-header {
  border-color: #00a99d;
}
.compare .plan-name {
  font-size: 1.2em;
  font-weight: bold;
}
.compare .price-monthly {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.8em;
}
.compare .plan:nth-child(2) .price-monthly, .compare .plan:nth-child(4) .price-monthly {
  color: #eb812d;
}
.compare .plan:nth-child(2) .price-monthly > span, .compare .plan:nth-child(3) .price-monthly > span, .compare .plan:nth-child(4) .price-monthly > span {
  font-size: 0.5em;
  font-weight: normal;
  color: #666;
  padding: 0 0.3em;
}
.compare .plan:nth-child(3) .price-monthly {
  color: #00a99d;
}
.plan-header .price-tax {
  font-size: 0.8em;
  margin-top: 0.5em;
}
.spec-benefit ul {
  display: flex;
  align-content: center;
  justify-content: center;
}
.spec-benefit li > img {
  width: 3em;
}
.bonus-guide {
  background: #f6f8f7;
  border-radius: 10px;
  margin-top: 2em;
  padding: 1em;
}
.bonus-guide ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bonus-guide ul:after {
  display: none;
}
.bonus-guide li {
  display: flex;
  align-items: center;
}
.bonus-guide li > img {
  width: 3em;
}
.pass-basic .standard {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  transform: scale(1.03);
  border-radius: 10px;
}
.pass-basic .standard .plan-header {
  position: relative;
  overflow: hidden;
}
.pass-basic .standard .plan-header .ribbon {
  position: absolute;
  top: 10px;
  right: -25px;
  background-color: rgba(0, 169, 157, 0.5);
  color: white;
  padding: 5px 25px;
  transform: rotate(45deg);
  font-size: 0.6em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.compare .plan .plan-header {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 70px;
}
.pass-private .plan-header {
  background: url(../images/storearea/bg_private.svg);
}
.pass-vip .plan-header {
  background: url(../images/storearea/bg_vip.svg);
}
.pass-meal .plan-header {
  background: url(../images/storearea/bg_meal.svg);
}
/* 比較表-SP */
.sp-content {
  font-size: 1.2rem;
  line-height: 1.4;
}
.sp-content .price-common-grid {
  background-color: #f4f5f7;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 1em;
  gap: 0.5em;
}
.sp-content .price-detail-item {
  text-align: center;
}
.sp-plan {
  margin-top: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  padding: 0.5em;
}
.sp-plan-header {
  display: flex;
  justify-content: space-between;
}
.sp-plan-title {
  font-size: 1.7rem;
}
.sp-plan-title > span {
  font-size: 1em;
}
.sp-plan-header .price-value {
  font-weight: bold;
  font-size: 1.6em;
}
.sp-plan-summary .detail-row {
  display: flex;
}
.sp-plan-summary .detail-label {
  width: 53%;
}
.sp-plan-summary .detail-row span {
  font-size: 0.8em;
}
.detail-value .icons > img {
  width: 1.7em;
}
.sp-plan:nth-child(2), .sp-plan:nth-child(4) {
  border-color: #eb812d;
}
.sp-plan:nth-child(3) {
  border-color: #00a99d;
}
.sp-plan:nth-child(2) .price-value, .sp-plan:nth-child(4) .price-value {
  color: #eb812d;
}
.sp-plan:nth-child(3) .price-value {
  color: #00a99d;
}
/* 申込方法 */
.apply-wrap > .swiper-wrapper2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 990px;
  margin: auto;
}
.apply-step {
  position: relative;
  text-align: center;
}
.apply-step-number {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 42px;
  height: 42px;
  background: #00a7a0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.apply-card {
  min-width: 280px;
  padding: 10px;
  border: 3px solid #b7dfdd;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}
.apply-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
.apply-text {
  text-align: center;
  margin: 0;
}
.apply-arrow {
  width: 0;
  height: 0;
  border-top: 16px solid transparent !important;
  border-bottom: 16px solid transparent !important;
  border-left: 22px solid #00a7a0 !important;
}
.apply-notes {
  margin-top: 25px;
  padding-left: 20px;
  font-size: 0.9rem;
  color: #555;
}
.apply-notes li {
  margin-bottom: 6px;
}
/* FAQ */
.faq-question, .faq-answer {
  font-weight: bold;
  background-color: rgba(0, 169, 157, 0.1);
  position: relative;
  padding: 1em 5rem;
}
.faq-question:before, .faq-answer:before {
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.faq-question:before {
  content: 'Q';
  color: #00a99d;
}
.faq-question:after {
  content: '\f0d7';
  right: 2rem;
  font-size: 1.5em;
  transition: transform .2s;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
dt.faq-question.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer:before {
  content: 'A';
  color: #eb812d;
}
.faq-question:first-child {
  margin-top: 0;
}
.faq-question {
  cursor: pointer;
  margin-top: 1rem;
}
.faq-answer {
  display: none;
}
/* 注釈 */
.messageList {
  margin: 1em auto;
  width: 90%;
}
.messageList li {
  list-style-type: disc;
}
.btn-prices {
  text-align: center;
  border-radius: 50px;
  border: 2px solid #00a99d;
  font-weight: 700;
  color: #00a99d;
  background: #fff;
  font-size: 2em;
  padding: 1em;
  margin-top: 3em;
  position: relative;
  box-shadow: 0 10px 0 #00a99d;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.btn-prices:after {
  content: '';
  width: 0.8em;
  height: 0.8em;
  display: block;
  border-top: 3px solid #f7931e;
  border-right: 3px solid #f7931e;
  transform: rotate(45deg);
}
.btn-prices:hover {
  transform: translateY(8px);
  box-shadow: 0 2px 0 #00a99d;
}
/* 960px以下 */
@media screen and (max-width: 960px) {
  .sp-content {
    display: block;
  }
  .compare .price-grid {
    display: none;
  }
  h1 {
    letter-spacing: normal;
    margin-left: 0.5em !important;
  }
  article > header p br:nth-child(1) {
    display: block;
  }
  article > h2 span {
    font-size: 1.2rem;
  }
  .hero {
    margin-top: -40px;
    width: 100vw !important;
  }
  .card-wrap + h2 {
    margin-bottom: 0;
  }
  .apply-wrap {
    position: relative;
  }
  .apply-wrap > .swiper-wrapper2 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    gap: 0;
  }
  .swiper-slide2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
  }
  .swiper-button-prev { left:-30px !important}
  .swiper-button-next { right:-30px !important}

  .swiper-button-next, .swiper-button-prev {
    filter: invert(23%) sepia(41%) saturate(424%) hue-rotate(139deg) brightness(92%) contrast(87%);
  }
  .apply-arrow {
    display: none;
  }
  .bonus-guide ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bonus-guide li {
    font-size: 1rem;
  }
  .bonus-guide li > img {
    width: 2em;
  }
}
/* 960px以上 */
@media screen and (min-width: 960px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}