html {
  font-size:62.5%;
  line-height: 1.6;
}
body {
  margin: 0;
  font-family: "Meiryo", "Meiryo UI", "メイリオ", "Yu Gothic", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

img {
  height: auto;
  width: 100%;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  /*  font-size: 32px;*/
  margin: 0;
}

.text-blue {
  color: #396ec0;
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-duration: 800ms;
  transition-property: opacity, -webkit-transform, transform;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.header {
  margin-bottom: -8px;
}

.planning {
  background-color: #faf4f0;
  font-weight: 700;
  padding: 127px 20px 110px;
  text-align: center;
}

.planning-ttl {
  margin: 0 auto 50px;
  max-width: 1140px;
  width: 100%;
}

.planning-sub-ttl {
  color: #924f38;
  font-size: 3.2rem;
  margin-bottom: 2.0rem;
}

.planning-text {
  font-size: 2.4rem;
  line-height: 1.8;
}

.benefit {
  font-weight: 700;
  padding: 100px 20px 55px;
  text-align: center;
}

.ttl-back-blue {
  align-items: center;
  background: url(../img/ttl-back-blue.png) no-repeat center/cover;
  color: #fff;
  display: flex;
  font-size: 3.0rem;
  justify-content: center;
  letter-spacing: 10px;
  margin: 0 auto 46px;
  padding: .6rem;
  max-width: 500px;
}

.benefit-list {
  display: flex;
  flex-flow: column;
  gap: 75px
}

.benefit-list-ttl {
  border: 3px solid #4a77d0;
  border-radius: 30px;
  color: #4a77d0;
  display: block;
  font-size: 2.8rem;
  margin: 0 auto 12px;
  max-width: 115px;
  width: 100%;
}

.benefit-list-text {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.benefit-list-link {
  align-items: center;
  background-color: #f8e6ce;
  border-radius: 50px;
  color: #b36f2f;
  display: flex;
  font-size: 2.4rem;
  height: 80px;
  justify-content: start;
  margin: 10px auto 0;
  max-width: 900px;
  padding: 0 50px 0 20px;
  position: relative;
  text-decoration: none;
}

.benefit-list-link:hover {
  opacity: .8;
}

.benefit-list-link::after {
  background: url(../img/right-circle.png) no-repeat center/cover;
  content: "";
  height: 55px;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 55px;
}

.benefit-list-link-img {
  margin: 10px 10px 0 5px;
  max-width: 140px;
  width: 20%;
}

.benefit-list-text-normal {
  display: block;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0;
}

.participation {
  background-color: #faf4f0;
  padding: 102px 20px 75px;
  text-align: center;
}

.participation-list {
  margin: 55px auto 0;
  max-width: 1200px;
}

.participation-list-part {
  display: flex;
  flex-flow: column;
  position: relative;
}

.participation-list-back-white {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 38px;
  padding: 20px 30px 30px 31px
}

.participation-list-part:not(:last-child)::after {
  background: url(../img/triangle-under.png) no-repeat center/cover;
  content: "";
  height: 40px;
  margin: 0 auto 38px calc(50% - 40px);
  width: 60px;
}

.participation-list-img {
  position: absolute;
  right: 0;
  top: 0;
}

.participation-list-one {
  display: flex;
  gap: 40px;
  margin-bottom: -5px;
  text-align: left;
}

.participation-list-one-img {
  margin-top: 8px;
  max-width: 95px;
}

.participation-list-one-text {
  font-size: 2.0rem;
  line-height: 2;
  max-width: 660px;
}

.participation-list-one-text-1 {
  max-width: 700px;
}

.participation-list-one-text-2 {
  max-width: 660px;
}

.participation-list-one-text-3 {
  max-width: 620px;
}

.participation-list-img-1 {
  max-width: 390px;
  right: -60px;
  top: 43px;
}

.participation-list-img-2 {
  max-width: 340px;
  right: 27px;
  top: 42px;
}

.participation-list-img-3 {
  max-width: 325px;
  right: 24px;
  top: -65px;
}

.participation-list-two {
  background-color: #faf4f0;
  border-radius: 20px;
  margin-left: 127px;
  max-width: 625px;
  padding: 12px 25px 20px 20px;
  text-align: left;
}

.participation-list-two-text-blue {
  color: #003399;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}

.participation-list-two-text-blue-br {
  display: none;
}

.participation-list-two-text {
  color: #000;
}

.participation-list-two-link {
  display: flex;
  flex-flow: column;
  max-width: 525px;
  padding-top: 9px;
  pointer-events: none;
  position: relative;
  text-decoration: none;
}

.participation-list-two-link::after {
  background: url(../img/right-circle-gray.png) no-repeat center/cover;
  content: "";
  height: 55px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 55px;
}

.programs {
  background-color: #fbebd6;
  padding: 105px 20px 150px;
  text-align: center;
}

.programs-text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.programs-list {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  font-size: 2.2rem;
  gap: 25px;
  justify-content: start;
  margin: 0 auto 96px;
  max-width: 960px;
  /*padding-left: 27.5vw;*/
}

.programs-list-link {
  color: #ff6633;
}

.programs-list-link:hover {
  opacity: .8;
}

.programs-list-no-link {
  font-size: 30px
}

.programs-list-part {
  display: flex;
  text-align: left;
}

.programs-list-month {
  min-width: 100px;
}

.program-list-note {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}

.programs-text-soon {
  color: #999;
  display: block;
  font-size: 2.4rem;
}

.top-slide-img {
  bottom: 50px;
  position: fixed;
  right: 4.6vw;
  width: 65px;
}

.footer {
  align-items: center;
  background-color: #644b4b;
  display: flex;
  height: 90px;
  justify-content: end;
  padding: 5px 10vw 0 0;
}

.footer-text {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .programs-list {
    padding-left: 10vw;
  }

  .participation-list-one-text-br {
    display: none;
  }

  .participation-list-one-text-1,
  .participation-list-one-text-2 {
    max-width: 620px;
  }

  .participation-list-img-1 {
    max-width: 290px;
    right: -20px;
  }

  .participation-list-img-2 {
    max-width: 240px;
  }

  .participation-list-img-3 {
    max-width: 225px;
  }
}

@media screen and (max-width: 1100px) {
  .participation-list-one-text-1,
  .participation-list-one-text-2,
  .participation-list-one-text-3 {
    max-width: 45.4vw;
  }

  .participation-list-img-1 {
    max-width: 240px;
  }

  .participation-list-img-2 {
    max-width: 190px;
  }

  .participation-list-img-3 {
    max-width: 175px;
  }

  .programs-list {
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .benefit-list-link {
    border-radius: 15px;
    display: block;
    height: auto;
    max-width: 520px;
    padding: 24px 10px 18px;
    font-size: 2rem;
    text-align: center;
    width: calc(100% - 35px);
    box-sizing: border-box;
  }

  .benefit-list-link-img {
    display: block;
    margin: 0 auto;
    max-width: 115px;
    width: 100%;
  }

  .benefit-list-link-text {
    display: block;
    margin-bottom: 5px;
  }

  .benefit-list-link::after {
    height: 64px;
    right: -30px;
    top: calc(50% - 32px);
    width: 64px;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }

  .header {
    height: 28px;
    margin: 0;
  }

  .header-img {
    height: 100%;
  }

  .planning {
    padding: 70px 20px 42px;
  }

  .planning-ttl {
    margin-bottom: 28px;
    max-width: 100%;
  }

  .planning-sub-ttl {
    font-size: 2.2rem;
  }

  .planning-text {
    font-size: 1.8rem;
    text-align: left;
  }

  .benefit {
    padding: 70px 20px 20px;
  }

  .ttl-back-blue {
    background-size: 100% 100%;
    margin-bottom: 52px;
  }

  .benefit-list-ttl {
    margin-bottom: 16px;
  }

  .benefit-list-text {
    font-size: 2rem;
    margin-bottom: 38px;
    text-align: left;
  }

  .benefit-list-text-normal {
    margin-top: -3px;
  }

  .participation {
    padding: 70px 20px 38px;
  }

  .participation-list {
    margin-top: 50px;
  }

  .participation-list-one-text {
    margin-bottom: 30px;
  }

  .participation-list-one-text-1,
  .participation-list-one-text-2,
  .participation-list-one-text-3 {
    max-width: none;
  }

  .participation-list-img-1,
  .participation-list-img-2,
  .participation-list-img-3 {
    margin: 0 auto;
    position: unset;
  }

  .participation-list-img-1 {
    margin: -10px auto -22px;
    max-width: 384px;
    padding-left: 21px;
  }

  .participation-list-img-2 {
    margin: 10px auto 20px calc(50% - 160px);
    max-width: 340px;
  }

  .participation-list-img-3 {
    margin-bottom: -20px;
    max-width: 325px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .participation-list-one-text {
    line-height: 1.6;
  }

  .participation-list-two-text-blue {
    display: block;
    margin-bottom: 4px;
  }

  .participation-list-two-text {
  }

  .participation-list-back-white {
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 23px 20px 17px;
  }

  .participation-list-one {
    gap: 26px;
  }

  .participation-list-one-img {
    max-width: 65px;
    padding-left: 9px;
    width: 50%;
  }

  .participation-list-two {
    margin: 0;
    padding: 18px 25px 17px 20px;
  }

  .participation-list-part:not(:last-child)::after {
    margin: 0 auto 23px calc(50% - 30px);
  }

  .participation-list-two-link {
    max-width: none;
    padding-bottom: 23px;
  }

  .participation-list-two-link::after {
    height: 65px;
    right: 20px;
    top: calc(50% - 28px);
    width: 65px;
  }

  .programs {
    padding: 70px 20px 164px;
  }

  .programs-text {
    line-height: 42px;
    margin-bottom: 50px;
    text-align: left;
  }

  .programs-list {
    font-size:  1.8rem ;
    gap: 1rem;
    margin: 0 auto 65px;
    max-width: 600px;
  }

  .programs-list-month {
    min-width: 90px;
  }

  .programs-text-soon {
    font-size: 1.6rem;
  }

  .program-list-part-note {
    display: block;
  }

  .footer {
    height: 100px;
    justify-content: center;
    padding: 0;
  }

  .footer-text {
  }
}

@media screen and (max-width: 600px) {
  .participation-list-two-text-blue-br {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .participation-list-one-img {
    min-width: 65px;
    padding: 0;
  }
}

@media screen and (max-width: 414px) {
  .header {
    height: 14px;
    margin-top: -4px;
  }

  .planning {
    padding: 35px 10px 21px;
  }

  .planning-ttl {
    margin-bottom: 14px;
    max-width: 260px;
  }

  .planning-sub-ttl {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .planning-text,
  .benefit-list-text,
  .benefit-list-text-normal,
  .participation-list-one-text,
  .participation-list-two-text-blue,
  .programs-text {
    font-size: 12px;
    line-height: 24px;
  }

  .planning-text {
    line-height: 21px;
  }

  .benefit {
    padding: 38px 10px 10px;
  }

  .ttl-back-blue {
    font-size: 18px;
    height: 32px;
    letter-spacing: 5px;
    margin-bottom: 26px;
    max-width: 250px;
  }

  .benefit-list {
    gap: 38px;
  }

  .benefit-list-ttl {
    border: 2px solid #4a77d0;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 19px;
    margin-bottom: 6px;
    max-width: 60px;
  }

  .benefit-list-text {
    line-height: 22px;
    margin-bottom: 19px;
  }

  .benefit-list-link {
    font-size: 13px;
    max-width: 250px;
    padding: 11px 5px 8px;
    width: auto;
  }

  .benefit-list-link::after {
    height: 32px;
    right: -15px;
    top: calc(50% - 17px);
    width: 32px;
  }

  .benefit-list-link-img {
    max-width: 58px;
  }

  .benefit-list-link-text {
    margin-bottom: 3px;
  }

  .participation {
    padding: 35px 10px 19px;
  }

  .participation-list {
    margin-top: 25px;
  }

  .participation-list-back-white {
    margin-bottom: 17px;
    padding: 9px 10px 10px;
  }

  .participation-list-one {
    gap: 13px;
  }

  .participation-list-one-img {
    margin-top: 5px;
    min-width: 33px;
    padding-left: 5px;
    width: 25%;
  }

  .participation-list-one-text {
    line-height: 20px;
    margin-bottom: 0;
  }

  .participation-list-img-1 {
    margin: 16px auto -11px;
    max-width: 192px;
    padding-left: 11px;
  }

  .participation-list-img-2 {
    margin: 22px auto 5px calc(50% - 80px);
    max-width: 170px;
  }

  .participation-list-img-3 {
    max-width: 163px;
  }

  .participation-list-two {
    padding: 4px 12px 8px 6px;
  }

  .participation-list-two-link {
    padding: 10px 0 13px 11px;
  }

  .participation-list-two-text-blue {
    line-height: 20px;
    margin-bottom: 0;
  }

  .participation-list-two-text {
    font-size: 11px;
    line-height: 20px;
    margin-left: 4px;
  }

  .participation-list-two-text-blue-br {
    display: none;
  }

  .participation-list-two-link::after {
    height: 33px;
    right: 10px;
    top: calc(50% - 17px);
    width: 33px;
  }

  .participation-list-part:not(:last-child)::after {
    content: "";
    height: 20px;
    margin: 0 auto 12px calc(50% - 15px);
    width: 30px;
  }

  .programs {
    padding: 35px 10px 82px;
  }

  .programs-text {
    line-height: 21px;
    margin-bottom: 25px;
  }

  .programs-list {
    font-size: 15px;
    gap: 9px;
    margin-bottom: 28px;
    padding-left: 10px;
  }

  .programs-list-month {
    min-width: 50px;
  }

  .programs-list-no-link {
    font-size: 15px;
  }

  .programs-text-soon {
    font-size: 15px;
  }

  .top-slide-img {
    bottom: 25px;
    right: 15px;
    width: 33px;
  }

  .footer {
    height: 50px;
  }

  .footer-text {
    font-size: 11px;
  }
}

/*ダウンロードページ*/
.gift-page {
  display: flex;
  gap: 10px;
  justify-content: start;
  margin: 0 auto;
  max-width: 1250px;
  padding: 120px 20px 87px;
}

.gift-left {
  max-width: 810px;
  padding: 8px 0 0 18px;
  width: 65%;
}

.gift-ttl {
  margin: 0 auto 92px;
  max-width: 500px;
}

.gift-sub-ttl {
  font-size: 4.0rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

.gift-sub-ttl-year {
  font-size: 48px;
}

.gift-sub-ttl-mouth {
  color: #f63;
  font-size: 6.0rem;
  position: relative;
}

.gift-sub-ttl-mouth::before {
  background: url(../img/gift/gift-three-bar.png) no-repeat center/cover;
  content: "";
  height: 48px;
  position: absolute;
  right: -11px;
  top: -60px;
  width: 107px;
}

.gift-lead {
  margin-bottom: 60px;
  line-height: 1.8;
  text-align: center;
  strong {
    font-weight: normal;
    color: #c00;
  }
}

.gift-link {
  align-items: center;
  background-color: #f8e6ce;
  border-radius: 50px;
  color: #b36f2f;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  min-height: 85px;
  justify-content: center;
  margin: 0 auto 112px;
  max-width: 380px;
  padding: 0 30px 0 0;
  position: relative;
  text-decoration: none;
}

.gift-link::after {
  background: url(../img/right-circle.png) no-repeat center/cover;
  content: "";
  height: 55px;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 55px;
}

.gift-top {
  align-items: center;
  border-bottom: 1px solid;
  color: #f63;
  display: flex;
  font-size: 1.8rem;
  gap: 10px;
  margin: 0 42% 0 auto;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 150px;
}

.gift-top::before {
  background: url(../img/gift/gift-orange-left.png) no-repeat center/cover;
  content: "";
  display: block;
  height: 19px;
  width: 12px;
}

.gift-right {
  max-width: 337px;
  width: 31%;
}

.gift-link-sp,
.gift-campaign-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .gift-page {
    align-items: center;
    flex-flow: column;
    padding: 47px 20px 60px;
  }

  .gift-left {
    max-width: calc(100vw - 40px);
    padding: 0;
    width: 100%;
  }

  .gift-ttl {
    margin-bottom: 63px;
    padding-left: 10px;
  }

  .gift-sub-ttl {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 1em;
  }

  .gift-sub-ttl-year {
    font-size: 32px;
  }

  .gift-sub-ttl-mouth {
    font-size: 42px;
  }

  .gift-sub-ttl-mouth::before {
    height: 35px;
    right: -6px;
    top: -44px;
    width: 76px;
  }
  .gift-lead {
    font-size: 14px;
    margin-bottom: calc((60 / 640) * 100vw);
  }

  .gift-right {
    margin-bottom: 52px;
    max-width: 375px;
    width: 100%;
  }

  .gift-link-sp {
    align-items: center;
    background-color: #f8e6ce;
    border-radius: 50px;
    color: #b36f2f;
    display: flex;
    font-size: 32px;
    font-weight: 700;
    height: 95px;
    justify-content: center;
    margin: 0 auto 52px;
    max-width: 425px;
    padding: 0 30px 0 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

  .gift-link-sp::after {
    background: url(../img/right-circle.png) no-repeat center/cover;
    content: "";
    height: 65px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 65px;
  }

  .gift-campaign-sp {
    color: #f63;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 11px;
    justify-content: start;
    max-width: 390px;
    text-decoration: none;
    width: 100%;
  }

  .gift-campaign-sp::before {
    background: url(../img/gift/gift-cat-back.png) no-repeat center/cover;
    content: "";
    display: block;
    height: 42px;
    width: 58px;
  }

  .gift-campaign-sp-text {
    border-bottom: 1px solid;
    height: 33px;
  }
}

@media screen and (max-width: 414px) {
  .gift-page {
    padding: 28px 10px 31px;
  }

  .gift-left {
  }

  .gift-ttl {
    margin-bottom: 25px;
    padding-left: 5px;
  }

  .gift-sub-ttl {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .gift-sub-ttl-year {
    font-size: 16px;
  }

  .gift-sub-ttl-mouth {
    font-size: 21px;
  }

  .gift-sub-ttl-mouth::before {
    height: 16px;
    right: -1px;
    top: -20px;
    width: 34px;
  }

  .gift-right {
    margin-bottom: 18px;
    max-width: 187px;
  }

  .gift-link-sp {
    font-size: 16px;
    height: 48px;
    margin: 0 auto 19px;
    max-width: 213px;
    padding: 0 15px 0 0;
  }

  .gift-link-sp::after {
    height: 33px;
    right: 10px;
    top: 8px;
    width: 33px;
  }

  .gift-campaign-sp {
    font-size: 12px;
    gap: 6px;
    max-width: 195px;
  }

  .gift-campaign-sp::before {
    height: 21px;
    width: 29px;
  }

  .gift-campaign-sp-text {
    height: 17px;
  }
}

.benefit-code-link {
  background: #faf4f0;
  border: 6px solid #e9b29c;
  border-radius: 16px;
  margin-top: 70px;
  padding: 50px 30px 30px;
  position: relative;
}
.benefit-code-link::after {
  background: url(../img/ballon.png) no-repeat top left / contain;
  content: "";
  height: 93px;
  left: 30%;
  position: absolute;
  top: -38px;
  width: 255px;
}


.benefit-code-link.is-finish::after {
  background: url(../img/img_balloon_finish.png) no-repeat top left / contain;
  content: "";
  height: 143px;
  left: 10%;
  top: -52px;
  width: 390px;
}

.benefit-code-link h3 {
  color: #c30;
  font-size: 3.2rem;
}

.benefit-code-link p {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.benefit-code-link p span {
  position: relative;
  white-space: nowrap;
}

.benefit-code-link .pc-none {
  display: none;
}

.benefit-code-link-btn {
  margin-top: 30px;
}

.benefit-code-link-btn a {
  background: #c33;
  border-radius: 80px;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 70px 20px 40px;
  position: relative;
  text-decoration: none;
}

.benefit-code-link-btn a.is-pre {
  pointer-events: none;
  opacity: .2;
}

.benefit-code-link-btn a::after {
  background: url(../img/right-circle-brown.png) no-repeat top left / contain;
  content: "";
  display: block;
  height: 46px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
}

.benefit-code-link-btn a:hover {
  opacity: .8;
}

.benefit-code-attention-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

.benefit-code-attention {
  align-items: flex-start;
  display: grid;
  font-size: 1.8rem;
  gap: 10px;
  grid-template-columns: 110px auto;
  margin: 0;
}

.benefit-code-attention dt {
  align-items: center;
  background: #888;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  padding: 5px;
  width: 100px;
}

.benefit-code-attention dd {
  align-items: center;
  display: flex;
  margin: 0;
  text-align: left;
}

.benefit-code-attention-link {
  margin-top: 40px;
}

.benefit-code-attention-link a {
  color: #ff6633;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .benefit-code-link {
    margin-top: 50px;
    padding: 40px 10px 24px;
  }

  .benefit-code-link.is-finish::after {
    height: 95px;
    left: 27%;
    width: 260px;
  }

  .benefit-code-link::after {
    height: 73px;
    left: 27%;
    width: 215px;
  }

  .benefit-code-link h3,
  .benefit-code-link p {
    font-size: 2.6rem;
  }

  .benefit-code-link p span::after {
    font-size: 1.2rem;
  }

  .benefit-code-link .pc-none {
    display: block;
  }

  .benefit-code-link-btn a {
    font-size: 2rem;
    padding: 14px 70px 14px 40px;
  }

  .benefit-code-attention {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    gap: 5px;
    justify-content: center;
  }

  .benefit-code-attention dd {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 414px) {
  .benefit-code-link {
    border-width: 4px;
    margin-top: 30px;
    padding: 30px 10px;
  }

  .benefit-code-link::after {
    height: 50px;
    left: 20%;
    top: -25px;
    width: 139px;
  }

  .benefit-code-link.is-finish::after {
    height: 71px;
    left: 10%;
    top: -35px;
    width: 195px;
  }

  .benefit-code-link h3,
  .benefit-code-link p {
    font-size: 1.8rem;
  }

  .benefit-code-link p span::after {
    font-size: 1rem;
  }

  .benefit-code-link-btn {
    margin-top: 30px;
  }

  .benefit-code-link-btn a {
    font-size: 1.3rem;
    padding: 10px 40px 10px 24px;
  }

  .benefit-code-link-btn a::after {
    height: 27px;
    right: 8px;
    width: 27px;
  }

  .benefit-code-attention {
    font-size: 1.3rem;
  }

  .benefit-code-attention dt {
    width: 80px;
  }
}

/* 応募コード申込ページ */
.apply-heading {
  padding: 80px 20px 150px;
}

.apply-heading .planning-ttl {
  max-width: 795px;
}

.apply {
  position: relative;
}

.apply::after {
  background: url(../img/apply/present.png) no-repeat top left / contain;
  content: "";
  height: 207px;
  left: 50%;
  position: absolute;
  top: -150px;
  transform: translateX(-50%);
  width: 227px;
}

.apply-overview .planning-text {
  font-weight: normal;
}

.apply-overview-step {
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  margin: 40px auto 0;
  max-width: 1040px;
  padding: 20px 50px 40px;
}

.apply-overview-step h3 {
  align-items: center;
  color: #924f38;
  display: flex;
  font-size: 2.4rem;
}

.apply-overview-step h3 span {
  margin: 14px 0 0 -10px;
}

.apply-overview-step h3 img {
  width: 81px;
}

.apply-overview-step dl {
  display: flex;
  font-size: 2.2rem;
}

.apply-overview-step dt:after {
  content: "：";
}

.apply-overview-step dd {
  font-weight: normal;
  margin-left: 0;
}

.apply-overview-step li {
  text-align: left;
}

.apply-overview-step li span {
  font-size: 1.8rem;
  font-weight: normal;
}

.apply-upload {
  padding-top: 96px;
}

.apply-upload-heading img {
  max-width: 243px;
}

.apply-upload h2 {
  font-size: 3.2rem;
  margin-top: 20px;
}

.apply-upload h2 span {
  font-size: 1.4rem;
  font-weight: normal;
}

.apply-upload-form-wrap {
  margin: 45px auto 0;
  max-width: 1200px;
}

.apply-upload-form {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}

.apply-upload-form-title {
  align-items: center;
  color: #999;
  display: flex;
  font-size: 2.2rem;
  font-weight: normal;
  gap: 16px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.apply-upload-form-title::before {
  background: url(../img/apply/cat.png) no-repeat center left / contain;
  content: "";
  display: block;
  height: 30px;
  width: 40px;
}

.apply-upload-image {
  display: flex;
  justify-content: flex-end;
}

.apply-upload-file {
  background: #fff;
  display: flex;
  gap: 16px;
  max-width: 100%;
  position: relative;
}

.apply-upload-file .preview-area {
  line-height: 2.3;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-select {
  flex-shrink: 0;
  font-size: 1.6rem;
  height: 2.3em;
  width: 12em;
}

.uploader {
  display: none;
}

.file-clear {
  flex-shrink: 0;
  font-size: 1.6rem;
  height: 2.3em;
}

.progress {
  align-items: center;
  display: none;
  opacity: 0;
  transition: all .3s ease-in-out;
  width: 70px;
}

.progress.is-visible {
  display: flex;
  opacity: 1;
}

.progress p {
  margin: 0;
}

.progress-bar {
  align-items: center;
  background: #eee;
  border-radius: 8px;
  display: flex;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.progress-bar .bar{
  background: #924f38;
  height: 100%;
  position: absolute;
}

.progress-bar .bar.is-start {
  animation: progress 2s normal forwards;
}

@keyframes progress {
  0% {width: 0}
  100% {width: 100%}
}

.apply-upload-file .form-error {
  align-items: center;
  color: #f00;
  display: flex;
}

.apply-upload-form-btn {
  display: block;
  margin-top: 70px;
}

.apply-upload-form-btn button {
  background: #333;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  height: 80px;
  position: relative;
  width: 382px;
}

.apply-upload-form-btn button::after {
  background: url(../img/apply/right-circle-wh.png) no-repeat top left / contain;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.apply-upload-form-btn button:disabled {
  opacity: .2;
}

.apply-loading {
  background: #faf4f0;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.apply-loading-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.apply-loading-content {
  text-align: center;
}

.apply-loading-content .progress {
  margin: 8px auto 0;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .apply-heading {
    padding-bottom: 110px;
  }

  .apply-heading .planning-ttl {
    max-width: 670px;
  }

  .apply::after {
    height: 164px;
    top: -120px;
    width: 180px;
  }

  .apply-overview-step h3 {
    font-size: 1.8rem;
  }

  .apply-overview-step h3 img {
    width: 60px;
  }

  .apply-overview-step h3 span {
    margin: 10px 0 0 -5px;
  }

  .apply-overview-step dl {
    font-size: 1.6rem;
  }

  .apply-overview-step li span {
    font-size: 1.4rem;
  }

  .apply-upload {
    padding-top: 70px;
  }

  .apply-upload-heading img {
    max-width: 200px;
  }

  .apply-upload h2 {
    font-size: 2.1rem;
    margin-top: 5px;
  }

  .apply-upload h2 span {
    font-size: 1rem;
  }

  .apply-upload-form-wrap {
    margin-top: 25px;
  }

  .apply-upload-form-title {
    font-size: 1.6rem;
    gap: 12px;
  }

  .apply-upload-form-title::before {
    height: 24px;
    width: 32px;
  }

  .apply-upload-file {
    padding-left: 10px;
  }

  .apply-upload-file .preview-area,
  .file-select,
  .file-clear {
    font-size: 1.4rem;
  }

  .apply-upload-form-btn button {
    font-size: 1.8rem;
    height: 60px;
    padding-right: 10px;
    width: 270px;
  }

  .apply-upload-form-btn button::after {
    height: 24px;
    right: 16px;
    width: 24px;
  }
}

@media screen and (max-width: 414px) {
  .apply-heading {
    padding: 24px 10px 48px;
  }

  .apply-heading .planning-ttl {
    max-width: 320px;
  }

  .apply::after {
    height: 75px;
    top: -54px;
    width: 83px;
  }

  .apply-overview-step {
    margin-top: 32px;
    padding: 10px 12px;
  }

  .apply-overview-step h3 {
    font-size: 1.2rem;
  }

  .apply-overview-step h3 img {
    width: 40px;
  }

  .apply-overview-step dl {
    font-size: 1.1rem;
    margin: 8px 0;
  }

  .apply-overview-step li span {
    font-size: 1rem;
  }

  .apply-upload {
    margin-top: 50px;
  }

  .apply-upload-heading img {
    max-width: 136px;
  }

  .apply-upload h2 {
    font-size: 1.4rem;
  }

  .apply-upload-form {
    margin-bottom: 55px;
    padding: 15px;
  }

  .apply-upload-form-title {
    font-size: 1.3rem;
    gap: 10px;
  }

  .apply-upload-form-title::before {
    height: 21px;
    width: 27px;
  }

  .apply-upload-file {
    gap: 10px;
  }

  .apply-upload-file .preview-area {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .file-select,
  .file-clear {
    font-size: 1.2rem;
    height: auto;
    width: auto;
  }

  .file-clear {
    bottom: -55px;
    position: absolute;
    right: 0;
  }

  .apply-upload-form-btn button {
    font-size: 1.2rem;
    height: 40px;
    width: 192px;
  }

  .apply-upload-form-btn button::after {
    height: 17px;
    right: 12px;
    width: 17px;
  }
}

.apply-upload.thanks p {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 30px 0 60px;
}

.apply-upload.thanks .code {
  background: #fff;
  border-radius: 6px;
  display: inline-flex;
  font-size: 3.2rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  padding: 60px 120px;
}

.apply-upload.thanks .date {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 30px 0;
}

.apply-upload.thanks .copy-btn {
  background: #333;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  height: 64px;
  width: 300px;
}

.plusw-link {
  margin-top: 100px;
}

.plusw-link a {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  background: #156dd1;
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 505px;
}

.plusw-link a::after {
  background: url(../img/apply/right-circle-wh-bl.png) no-repeat center left / contain;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.plusw-link span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 35px 0;
}

.reset-link {
  margin-top: 100px;
}

.reset-link a {
  align-items: center;
  background: #fff;
  border: 1px solid #333;
  border-radius: 32px;
  color: #333;
  display: flex;
  font-size: 1.8rem;
  height: 64px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 300px;
}

.apply-campaign-link {
  display: none;
}

@media screen and (max-width: 768px) {
  .apply-upload.thanks p {
    font-size: 1.8rem;
    margin: 25px 0 50px;
    text-align: left;
  }

  .apply-upload.thanks .code {
    font-size: 2.1rem;
    padding: 60px 90px;
  }

  .apply-upload.thanks .date {
    font-size: 1.4rem;
    margin: 20px 0;
  }

  .apply-upload.thanks .copy-btn {
    font-size: 1.6rem;
    height: 55px;
    width: 260px;
  }

  .plusw-link {
    margin-top: 80px;
  }

  .plusw-link a {
    font-size: 2rem;
    height: 66px;
    padding-right: 10px;
    width: 380px;
  }

  .plusw-link a::after {
    height: 26px;
    width: 26px;
  }

  .plusw-link span {
    font-size: 1.4rem;
    margin: 22px 0;
  }

  .reset-link {
    margin-top: 70px;
  }

  .reset-link a {
    font-size: 1.6rem;
    height: 55px;
    width: 260px;
  }
}

@media screen and (max-width: 414px) {
  .apply-upload.thanks p {
    font-size: 1.2rem;
    margin: 10px 0 30px;
  }

  .apply-upload.thanks .code {
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 38px;
    width: 100%;
  }

  .apply-upload.thanks .date {
    font-size: 1rem;
    margin: 10px 0 15px;
  }

  .apply-upload.thanks .copy-btn {
    font-size: 1.2rem;
    height: 40px;
    width: 192px;
  }

  .plusw-link {
    margin-top: 50px;
  }

  .plusw-link a {
    font-size: 1.4rem;
    height: 44px;
    width: 280px;
  }

  .plusw-link a::after {
    height: 17px;
    width: 17px;
  }

  .plusw-link span {
    font-size: 1rem;
    margin: 20px 0;
  }

  .reset-link {
    margin-top: 60px;
  }

  .reset-link a {
    font-size: 1.2rem;
    height: 40px;
    width: 192px;
  }

  .apply-campaign-link {
    display: block;
    margin: 45px 0 0;
  }

  .apply-campaign-link a {
    align-items: center;
    color: #ff4a0d;
    display: flex;
    font-size: 1rem;
    gap: 5px;
    justify-content: center;
  }

  .apply-campaign-link a img {
    width: 22px;
  }
}

.programs-add {
  background: #fff;
  padding: 10px;
}

.programs-add .benefit-code-attention-link {
  margin-bottom: 20px;
}

.programs-add .programs-list {
  align-items: center;
}
.programs-add .programs-list-part {
  flex-direction: column;
  text-align: center;
}