﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* base */
img {
  width: revert-layer;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.nowrap {
  white-space: nowrap;
}

/* color */
/* animation */
.displayed {
  -webkit-animation: rotate 1s forwards;
          animation: rotate 1s forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(300deg);
            transform: rotateY(300deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(300deg);
            transform: rotateY(300deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
/* slick */
.slider-2 .slick-slide {
  width: 100px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background-color: #E60012;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 768px) {
  .slider-2 .slick-arrow {
    width: 44px;
    height: 44px;
  }
}
.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #FFF;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
}
.slider-2 .slick-prev.slick-disabled, .slider-2 .slick-next.slick-disabled {
  background-color: #afb4b4;
  pointer-events: none;
}

/* contents */
@media (max-width: 768px) {
  html {
    font-size: min(2.666vw, 14px);
  }
}

body {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}

.button a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: #E60012;
  width: 100%;
  max-width: 460px;
  text-align: center;
  text-decoration: unset;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
.button a a::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"%3E%3Cpath stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m9 5 7 7-7 7"/%3E%3C/svg%3E');
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button a a:hover::before {
  right: 10px;
}

.choice {
  margin-top: 89px;
  background: #FFF;
}
@media (max-width: 768px) {
  .choice {
    margin-top: 46px;
  }
}

.fv {
  position: relative;
  content: "";
  display: block;
  background: url(../../../../../reward/vitality_choice/images/kv_pc.png) no-repeat center center;
  background-size: 1280px;
  width: 100%;
  height: 600px;
}
.fv:after {
  position: absolute;
  content: "";
  bottom: 0;
  background: url(../../../../../reward/vitality_choice/images/kv_bottom.png) repeat-x center center;
  background-size: contain;
  width: 100%;
  height: 12px;
  display: block;
}
@media (max-width: 1024px) {
  .fv {
    background: url(../../../../../reward/vitality_choice/images/kv_sp.png) no-repeat top center;
    background-size: contain;
    height: 93vw;
  }
  .fv:after {
    display: none;
  }
}

.headerlink {
  position: fixed;
  right: 0;
  bottom: 150px;
  display: grid;
  gap: 10px;
  z-index: 100;
}
.headerlink__app {
  position: relative;
  background: #e60012;
  color: #FFF;
  padding: 0.75em 0.75em 0.75em 2em;
  border-radius: 1.5em 0 0 1.5em;
  line-height: 1;
  font-size: 0.75rem;
  text-decoration: none;
}
.headerlink__app::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #FFF;
}
@media (max-width: 768px) {
  .headerlink__app::before {
    border: 4px solid transparent;
    border-left: 7px solid #FFF;
  }
}
@media (max-width: 768px) {
  .headerlink__app {
    font-size: 1rem;
    padding: 1em 0.75em 1em 2em;
  }
}
.headerlink__limited {
  position: relative;
  background: #5aa000;
  color: #FFF;
  padding: 0.75em 0.75em 0.75em 2em;
  border-radius: 1.5em 0 0 1.5em;
  line-height: 1;
  font-size: 0.75rem;
  text-decoration: none;
}
.headerlink__limited::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #FFF;
}
@media (max-width: 768px) {
  .headerlink__limited::before {
    border: 4px solid transparent;
    border-left: 7px solid #FFF;
  }
}
@media (max-width: 768px) {
  .headerlink__limited {
    font-size: 1rem;
    padding: 1em 0.75em 1em 2em;
  }
}

.limited__banner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.limited__banner:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .limited__banner {
    width: 73%;
    max-width: 437px;
  }
}

#limited {
  margin-top: -140px;
  padding-top: 140px;
}
@media (max-width: 768px) {
  #limited {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.about {
  padding: 0 0 70px;
}
.about__title {
  position: relative;
  left: -15px;
  color: #e60012;
  background: url(../../../../../reward/vitality_choice/images/about_title.png) no-repeat center center;
  background-size: cover;
  width: 526px;
  height: 143px;
  margin: 80px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .about__title {
    height: 70px;
    margin: 20px auto 20px;
    left: -7px;
  }
}
.about__title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 0.75em;
}
.about__title h2 span {
  font-size: 1.25rem;
  color: #000;
}
@media (max-width: 768px) {
  .about__title {
    background: url(../../../../../reward/vitality_choice/images/about_title.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 85px;
  }
}
.about__text {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 40px;
}
.about__text span {
  color: #e60012;
  font-size: 1.25rem;
  display: block;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 1.4rem;
  }
  .about__text span {
    font-size: 1.6rem;
  }
}
.about__img {
  width: 100%;
  max-width: 524px;
  margin: 0 auto;
}
.about__img img {
  width: 100%;
}

.step .step__article {
  position: relative;
  padding: 175px 140px 100px 140px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .step .step__article {
    padding: 175px 60px 100px 60px;
  }
}
@media (max-width: 768px) {
  .step .step__article {
    padding: min(33vw, 175px) 3% 15px;
  }
}
.step .step__article .step__number {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .step .step__article .step__number {
    top: 15px;
    font-size: 3.5rem;
  }
}
.step .step__article .step__number span {
  top: -5px;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .step .step__article .step__number span {
    font-size: 7rem;
  }
}
.step .step__article.step1 {
  background: #ffcdcd;
  border-radius: 140px 140px 0 0;
}
@media (max-width: 768px) {
  .step .step__article.step1 {
    border-radius: 40px 40px 0 0;
    padding: min(33vw, 175px) 3% 50px;
  }
}
.step .step__article.step1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -300px;
  height: 300px;
  background: #ffcdcd;
  width: 100%;
  max-width: 1280px;
}
.step .step__article.step2 {
  background: #ffbebe;
  border-radius: 140px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .step .step__article.step2 {
    border-radius: 60px;
  }
}
@media (max-width: 768px) {
  .step .step__article.step2 {
    border-radius: 40px;
    padding-bottom: 0;
  }
}
.step .step__article h3 {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.25;
}
@media (max-width: 768px) {
  .step .step__article h3 {
    font-size: 1.7rem;
    letter-spacing: -0.05em;
  }
}
.step .step__article h3 span {
  background-color: #ff8373;
  padding: 0.25em;
}
.step .step__plan {
  position: relative;
  background: #FFF;
  border-radius: 85px;
  padding: 100px 85px 45px 85px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .step .step__plan {
    border-radius: 60px;
    padding: 100px 30px 45px 30px;
  }
}
@media (max-width: 768px) {
  .step .step__plan {
    border-radius: 40px;
    padding: min(17vw, 100px) 20px 40px;
  }
}
.step .step__plan .step__plan-inner {
  position: relative;
  border: 2px solid #ff8373;
  padding: 50px;
  border-radius: 35px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .step .step__plan .step__plan-inner {
    padding: 40px 20px;
    margin-bottom: 50px;
  }
}
.step .step__plan .step__plan-inner:nth-child(3) {
  margin-bottom: 30px;
}
.step .step__plan .step__plan-inner h4 {
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #ff8373;
  padding: 0.75em 0;
  width: 273px;
  margin: 0 auto;
  border-radius: 2em;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .step .step__plan .step__plan-inner h4 {
    width: 65%;
    font-size: 1.8rem;
  }
}
.step .step__plan .step__plan-list {
  margin-bottom: 2em;
}
.step .step__plan .step__plan-list li {
  position: relative;
  color: #ff8373;
  padding: 1em 0 0.75em 1.5em;
  font-size: 1.1rem;
  border-bottom: 2px dotted #ff8373;
}
@media (max-width: 768px) {
  .step .step__plan .step__plan-list li {
    font-size: 1.8rem;
    padding: 0.5em 0 0.5em 1.5em;
    line-height: 1.5;
  }
}
.step .step__plan .step__plan-list li span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 2.5rem;
  color: #fff;
  -webkit-text-stroke: 1px #ff0000;
  text-stroke: 1px #ff0000;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .step .step__plan .step__plan-list li span {
    font-size: 3rem;
  }
}
.step .step__plan > p {
  font-size: 0.7rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .step .step__plan > p {
    font-size: 1.4rem;
  }
}
.step .step__coupon {
  position: relative;
  background: #FFF;
  border-radius: 85px;
  padding: 70px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .step .step__coupon {
    padding: 40px 20px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
  }
}
.step .step__coupon:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  background: url(../../../../../reward/vitality_choice/images/bg_ribbon01.png) no-repeat top right;
  background-size: contain;
  width: 177px;
  height: 160px;
}
@media (max-width: 1024px) {
  .step .step__coupon:before {
    width: 20%;
    height: 19%;
  }
}
@media (max-width: 431px) {
  .step .step__coupon:before {
    top: -3px;
    right: -3px;
    width: 70px;
    height: 60px;
  }
}
.step .step__coupon.step2-1 {
  padding: 0;
}
.step .step__coupon.step2-1:before {
  display: none;
}
.step .step__coupon.step2-1 .step2-1__image {
  width: 100%;
  overflow: hidden;
  border-radius: 85px;
}
@media (max-width: 768px) {
  .step .step__coupon.step2-2 .step__coupon-title img {
    width: 71px;
  }
}
@media (max-width: 768px) {
  .step .step__coupon.step2-3 .step__coupon-title img {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .step .step__coupon.step2-4 .step__coupon-title img {
    width: 125px;
  }
}
@media (max-width: 768px) {
  .step .step__coupon.step2-5 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .step .step__coupon.step2-5 .step__coupon-title img {
    width: 75px;
  }
}
@media (max-width: 768px) {
  .step .step__coupon.step2-6 .step__coupon-title img {
    width: 125px;
  }
}
.step .step__coupon.step2-6:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  background: url(../../../../../reward/vitality_choice/images/bg_ribbon-coupon05_pc.png) no-repeat top right;
  background-size: contain;
  width: 177px;
  height: 160px;
}
@media (max-width: 1024px) {
  .step .step__coupon.step2-6:before {
    width: 20%;
    height: 19%;
    background: url(../../../../../reward/vitality_choice/images/bg_ribbon-coupon05_sp.png) no-repeat top right;
    background-size: contain;
  }
}
@media (max-width: 431px) {
  .step .step__coupon.step2-6:before {
    top: -3px;
    right: -3px;
    width: 70px;
    height: 60px;
  }
}
.step .step__coupon .step__coupon-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .step .step__coupon .step__coupon-title {
    width: 100%;
  }
}
.step .step__coupon .step__coupon-title .step__coupon-title-logo {
  padding: 20px 40px 20px 0;
  border-right: 2px solid #000;
  display: grid;
  justify-items: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .step .step__coupon .step__coupon-title .step__coupon-title-logo {
    font-size: 1.9rem;
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
  }
}
.step .step__coupon .step__coupon-title .step__coupon-title-text {
  padding: 20px 0 20px 40px;
  color: #e60012;
  font-size: 30px;
  display: grid;
  justify-items: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .step .step__coupon .step__coupon-title .step__coupon-title-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .step .step__coupon .step__coupon-title .step__coupon-title-text {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
    letter-spacing: -0.05em;
  }
}
.step .step__coupon .step__coupon-title > div {
  width: 315px;
  height: 163px;
}
@media (max-width: 768px) {
  .step .step__coupon .step__coupon-title > div {
    width: 50%;
    height: 80px;
  }
}
.step .step__coupon .step__coupon-info {
  background: #fff5d2;
  border-radius: 35px;
  position: relative;
  margin-top: 160px;
  padding: min(200px, 17vw) 50px 40px 50px;
}
@media (max-width: 768px) {
  .step .step__coupon .step__coupon-info {
    padding: min(180px, 23vw) 5% 5% 5%;
    margin-top: 175px;
  }
}
@media (max-width: 431px) {
  .step .step__coupon .step__coupon-info {
    padding: 28vw 5% 5% 5%;
    margin-top: 90px;
  }
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .step .step__coupon .step__coupon-info .step__coupon-info-inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table {
  width: 288px;
}
@media (max-width: 1024px) {
  .step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table {
    width: 90%;
    margin: 0 auto;
  }
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #000;
  margin-bottom: 10px;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dt, .step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dd {
  width: 50%;
  text-align: center;
  font-weight: 500;
  padding: 10px;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dt {
  background: #ffebeb;
  border-bottom: 1px solid #000;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dt:nth-child(1) {
  border-right: 1px solid #000;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dd {
  border-bottom: 1px solid #000;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dd:nth-child(2n-1) {
  border-right: 1px solid #000;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dd:nth-last-child(2), .step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table dl dd:nth-last-child(1) {
  border-bottom: 0;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table span {
  position: relative;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  padding-left: 1.25em;
}
.step .step__coupon .step__coupon-info .step__coupon-info-inner .step__coupon-info-table span::before {
  position: absolute;
  content: "※";
  left: 0;
}
.step .step__coupon .step__coupon-info-image {
  position: absolute;
  top: -175px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../../../../../reward/vitality_choice/images/bg_ribbon02_pc.png) no-repeat center center;
  background-size: min(95%, 685px);
}
@media (max-width: 768px) {
  .step .step__coupon .step__coupon-info-image {
    background: url(../../../../../reward/vitality_choice/images/bg_ribbon02_sp.png) no-repeat center center;
    background-size: min(95%, 685px);
    background-size: contain;
    top: -155px;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 431px) {
  .step .step__coupon .step__coupon-info-image {
    top: -65px;
  }
}
.step .step__coupon .step__coupon-info-image img {
  overflow: hidden;
  border-radius: 40px;
  margin: 40px auto;
  display: block;
  width: min(75%, 503px);
}
@media (max-width: 1024px) {
  .step .step__coupon .step__coupon-info-image img {
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .step .step__coupon .step__coupon-info-image img {
    width: 78%;
    border-radius: 20px;
    margin: 0 auto;
  }
}
.step .step__coupon .step__coupon-info-text {
  width: calc(100% - 330px);
  font-size: 1.25rem;
  color: #e60012;
}
@media (max-width: 1024px) {
  .step .step__coupon .step__coupon-info-text {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.step .step__coupon.step2-limited01:before, .step .step__coupon.step2-limited02:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  background: url(../../../../../reward/vitality_choice/images/bg_ribbon-limited01_pc.png) no-repeat top right;
  background-size: contain;
  width: 177px;
  height: 160px;
}
@media (max-width: 1024px) {
  .step .step__coupon.step2-limited01:before, .step .step__coupon.step2-limited02:before {
    width: 20%;
    height: 19%;
    background: url(../../../../../reward/vitality_choice/images/bg_ribbon-limited01_sp.png) no-repeat top right;
    background-size: contain;
  }
}
@media (max-width: 431px) {
  .step .step__coupon.step2-limited01:before, .step .step__coupon.step2-limited02:before {
    top: -3px;
    right: -3px;
    width: 70px;
    height: 60px;
  }
}
.step .step__coupon.step2-limited01 .step__coupon-info, .step .step__coupon.step2-limited02 .step__coupon-info {
  background: #ebf5dc;
}
.step .step__coupon.step2-limited01 .step__coupon-info-image, .step .step__coupon.step2-limited02 .step__coupon-info-image {
  background: url(../../../../../reward/vitality_choice/images/bg_ribbon-limited02_pc.png) no-repeat center center;
  background-size: min(95%, 685px);
}
@media (max-width: 768px) {
  .step .step__coupon.step2-limited01 .step__coupon-info-image, .step .step__coupon.step2-limited02 .step__coupon-info-image {
    background: url(../../../../../reward/vitality_choice/images/bg_ribbon-limited02_sp.png) no-repeat center center;
    background-size: 100%;
  }
}
.step .step__coupon.step2-limited01 .step__coupon-limited, .step .step__coupon.step2-limited02 .step__coupon-limited {
  font-size: 25px;
  color: #FFF;
  border: 3px solid #969696;
  padding: 10px 20px;
  background-color: #969696;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .step .step__coupon.step2-limited01 .step__coupon-limited, .step .step__coupon.step2-limited02 .step__coupon-limited {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.step .step__coupon.step2-limited01 .step__coupon-title .step__coupon-title-logo {
  padding: 0 40px 0 0;
}
.step .step__coupon.step2-limited01 .step__coupon-title .step__coupon-title-logo img {
  width: 103px;
}
@media (max-width: 768px) {
  .step .step__coupon.step2-limited01 .step__coupon-title .step__coupon-title-logo {
    padding: 0 20px 0 0;
  }
  .step .step__coupon.step2-limited01 .step__coupon-title .step__coupon-title-logo img {
    width: 51px;
  }
}
.step .step__coupon.step2-limited02 {
  margin-bottom: 0;
}
.step .step__coupon.step2-limited02 .step__coupon-title .step__coupon-title-logo {
  padding: 0 15px 0 0;
}
.step .step__coupon.step2-limited02 .step__coupon-title .step__coupon-title-logo img {
  width: 159px;
}
@media (max-width: 768px) {
  .step .step__coupon.step2-limited02 .step__coupon-title .step__coupon-title-logo {
    padding: 0 20px 0 0;
  }
  .step .step__coupon.step2-limited02 .step__coupon-title .step__coupon-title-logo img {
    width: 80px;
  }
}
.step .step__coupon.step2-limited02 .step__coupon-title > div {
  width: 315px;
  height: 168px;
}
@media (max-width: 768px) {
  .step .step__coupon.step2-limited02 .step__coupon-title > div {
    width: 50%;
    height: 80px;
  }
}
.step .limited__wrapper {
  margin-top: 20px;
  padding: 50px;
  background: #dcdcdc;
  border-radius: 115px;
  width: calc(100% + 100px);
  margin-right: -50px;
  margin-left: -50px;
}
@media (max-width: 768px) {
  .step .limited__wrapper {
    width: 107%;
    margin-right: -3.5%;
    margin-left: -3.5%;
    padding: 20px;
    border-radius: 40px;
  }
}

.app {
  margin: 0 auto 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .app {
    margin: 0px auto 50px;
    padding-top: 50px;
  }
}
.app .app__title {
  position: relative;
  background: #fff5d2;
  padding: 1em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  border-radius: 45px;
  font-size: 1.4rem;
  color: #e60012;
}
@media (max-width: 768px) {
  .app .app__title {
    font-size: 1.5rem;
  }
}
.app .app__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff5d2;
}
@media (max-width: 768px) {
  .app .app__title:before {
    font-size: 1.5rem;
  }
}
.app .app__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .app .app__inner {
    width: calc(100% - 30px);
  }
}
.app .app__tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .app .app__tab {
    width: 85%;
  }
}
.app .app__tab .app__tab-item {
  color: #e60012;
  border: 3px solid #e60012;
  border-bottom: 0;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .app .app__tab .app__tab-item {
    border: 1px solid #e60012;
    border-bottom: 0;
    font-size: 1.4rem;
    width: 48%;
    background-size: 40px;
    border-radius: 10px 10px 0 0;
  }
}
.app .app__tab .app__tab-item.tab01 span {
  width: 307px;
  height: 107px;
  background: url(../../../../../reward/vitality_choice/images/icon_app01.png) no-repeat 20px center;
  background-size: 80px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .app .app__tab .app__tab-item.tab01 span {
    width: 100%;
    padding-left: 40px;
    height: 50px;
    background: url(../../../../../reward/vitality_choice/images/icon_app01.png) no-repeat 10px center;
    background-size: 40px;
  }
}
.app .app__tab .app__tab-item.tab02 span {
  width: 307px;
  height: 107px;
  background: url(../../../../../reward/vitality_choice/images/icon_app02.png) no-repeat 20px center;
  background-size: 80px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .app .app__tab .app__tab-item.tab02 span {
    width: 100%;
    padding-left: 40px;
    height: 50px;
    background: url(../../../../../reward/vitality_choice/images/icon_app02.png) no-repeat 10px center;
    background-size: 40px;
  }
}
.app .app__tab .app__tab-item.active {
  color: #FFF;
  border: 3px solid #e60012;
  border-bottom: 0;
  background: #e60012;
  height: 133px;
}
.app .app__tab .app__tab-item.active span {
  height: 100%;
}
@media (max-width: 768px) {
  .app .app__tab .app__tab-item.active {
    height: 66px;
  }
}
.app .app__slide {
  position: relative;
  background: #ffebeb;
  padding: 50px;
  border-radius: 80px;
}
@media (max-width: 768px) {
  .app .app__slide {
    border-radius: 35px;
    padding: 25px 10px;
  }
}
.app .app__slide .app__slide-count {
  position: absolute;
  background: #FFF;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 3;
}
@media (max-width: 768px) {
  .app .app__slide .app__slide-count {
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
  }
}
.app .app__slide .app__slide-count p {
  position: relative;
  top: -5px;
  font-size: 1.5rem;
  line-height: 1;
}
.app .app__slide .app__slide-count p span {
  font-size: 2.4rem;
  color: #e60012;
}
.app .app__slide .app__slide-inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.app .app__slide .app__slide-inner img {
  max-width: 349px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .app .app__slide .app__slide-inner img {
    max-width: 175px;
  }
}
.app .app__slide .app__slide-inner p {
  font-size: 0.9rem;
  margin: 1em auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .app .app__slide .app__slide-inner p {
    font-size: 1.2rem;
  }
}
.app .app__slide .app__slide-inner p span {
  font-size: 0.7rem;
  display: block;
}
@media (max-width: 768px) {
  .app .app__slide .app__slide-inner p span {
    font-size: 1rem;
  }
}

.guide {
  text-align: center;
  margin: 4rem auto;
}
.guide__button {
  position: relative;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #e60012;
  padding: 1em 5em;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .guide__button {
    width: calc(100% - 30px);
    font-size: 1.1rem;
    padding: 1.5em 2em;
  }
}
.guide__button img {
  width: 1.5em;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guide__button:hover img {
  right: 10px;
}

.infomation {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.infomation h3 {
  text-align: center;
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .infomation h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.infomation ul {
  width: calc(100% - 30px);
  margin: 0 auto 60px;
  border-top: 1px solid #afb4b4;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .infomation ul {
    margin: 0 auto 50px;
  }
}
.infomation ul li {
  padding: 0.5em 0;
  line-height: 2;
  border-bottom: 1px solid #afb4b4;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .infomation ul li {
    font-size: 1.3rem;
  }
}
.infomation ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-all;
}

.link {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .link {
    padding: 0 0 45px;
    width: calc(100% - 30px);
  }
}
.link h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
  background: url(../../../../../reward/vitality_choice/images/link_title.png) no-repeat bottom center;
  background-size: contain;
  padding-bottom: 25px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .link h3 {
    font-size: 1.5rem;
    margin: 0 auto 25px;
  }
}
.link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .link ul {
    gap: 17px;
    margin: 0 auto 15px;
  }
}
.link ul li {
  width: 48%;
}
@media (max-width: 768px) {
  .link ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.link ul li a:hover {
  opacity: 0.6;
}

.caution {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
}
.caution .caution-list {
  margin-bottom: 40px;
}
.caution .caution-list p {
  font-size: 0.7rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .caution .caution-list p {
    width: calc(100% - 30px);
    font-size: 1.2rem;
    margin: 0 auto;
  }
}
.caution .caution-date {
  text-align: right;
  margin-bottom: 40px;
}
.caution .caution-date p {
  font-size: 0.7rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .caution .caution-date p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .caution .caution-date {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
}
.caution .caution-notice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0.75em;
  border: 2px solid #E60012;
  font-size: 0.7rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .caution .caution-notice {
    font-size: 0.9rem;
  }
}
.caution .caution-notice a::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../../../../../reward/vitality_choice/images/icon_caution.png) no-repeat center center;
  background-size: cover;
  margin-right: 3px;
}

.number {
  color: #969696;
  font-size: 0.6rem;
  display: block;
  text-align: right;
  font-weight: 500;
  padding: 20px;
}
@media (max-width: 768px) {
  .number {
    padding: 0 20px 20px;
    font-size: 1.2rem;
  }
}

.contents__wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1040px) {
  .contents__wrap {
    width: 96%;
    margin: 0 auto;
  }
}
.pagetop {
  height: 75px;
  width: 75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(150, 150, 150, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .pagetop {
    height: 50px;
    width: 50px;
    right: 15px;
    bottom: 15px;
  }
}
.pagetop__arrow {
  height: 20px;
  width: 20px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
@media (max-width: 768px) {
  .pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}
/*# sourceMappingURL=../../../map/reward/vitality_choice/style.css.map */
