@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
  color: #0a1f33;
}
.camp-main a {
  color: #0067c3;
}
.camp-main img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .l-main.camp-main {
    max-width: 672px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .u-pc-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-main.camp-main {
    margin-top: 0;
    width: 720px;
  }
  .u-pc-hidden {
    display: none;
  }
}
@media (hover: hover) {
  .l-container a {
    transition: all ease 0.3s;
  }
  .l-container a:hover {
    filter: brightness(112%);
  }
}


/* module
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++++++ */
.camp-ttl-01 {
  padding: 0 20px 0.4em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 4px #f3f4f5;
}
.camp-ttl-02 {
  font-weight: bold;
  text-align: center;
}
.camp-ttl-02 + p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .camp-ttl-01 {
    margin: 16px auto;
    font-size: 2.4rem;
  }
  .camp-ttl-01 .num {
    font-size: 3.4rem;
  }
  .camp-ttl-02 {
    margin: 38px auto 13px;
    font-size: 2rem;
  }
  .camp-ttl-02.top-section + p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .camp-ttl-01 {
    margin: 32px auto 24px;
    font-size: 3.2rem;
  }
  .camp-ttl-01 .num {
    font-size: 4.8rem;
  }
  .camp-ttl-02 {
    margin: 64px auto 10px;
    font-size: 2.4rem;
  }
}

/* entory ++++++++++++++++++++ */
.camp-entry {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.camp-entry dt {
  padding: 0;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.8rem;
}
.camp-entry dd {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.camp-entry ._btn,
.camp-entry ._entryend {
  display: block;
  border-radius: 100vh;

  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  height: 56px;
  line-height: 56px;
  font-size: 1.8rem;
  letter-spacing: 2.25px;
  margin: 16px auto;
}
.camp-entry ._btn.-entry {
  height: 64px;
  line-height: 64px;
  margin: 36px auto 0;
  background-color: #0046a0;
}
.camp-entry ._btn.-addfriend {
  background-color: #07b53b;
}
.camp-entry ._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .camp-entry {
    width: 328px;
  }
  .camp-entry ._btn {
    font-size: 1.8rem;
  }
  .camp-entry dd {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .camp-entry ._btn {
    width: 512px;
  }
  .camp-entry ._btn.-entry,
  .camp-entry ._entryend.-entry {
    width: 400px;
  }
}
/* end */


/* cta ++++++++++++++++++++ */
.camp-cta {
  margin: 0 auto;
  background-color: #f3f4f5;
  border-radius: 8px;
}

.camp-cta > dl {
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
}
.camp-cta > dl > dt {
  margin: 0;
  font-weight: bold;
  line-height: 1.3125;
}
.camp-cta > dl > dd {
  margin: 0;
}

.camp-cta > ._kouza > dd > a,
.camp-cta > ._apply > dd > a {
  display: block;
  margin: 0;
  padding: 14px 8px;
  border: 1px solid transparent;
  border-radius: 100vh;
  line-height: 2.6rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.camp-cta > ._kouza > dd > a {
  background: #ef2e42;
  color: #fff;
}
.camp-cta > ._apply > dd > a {
  position: relative;
  color: #0046a0;
  border-color: currentColor;
  background-color: rgba(255,255,255,1);
}


@media (max-width: 767.98px) {
  .camp-cta {
    margin: 24px auto;
    padding: 24px 16px;
  }
  .camp-cta > dl + dl {
    margin-top: 32px;
  }
  .camp-cta > dl > dt {
    margin-bottom: 14px;
  }
  .camp-cta > ._kouza > dd > a {
    font-size: 1.8rem;
  }
  .camp-cta > ._apply > dd > a {
    font-size: 1.6rem;
  }
  .camp-cta > ._apply > dd > a::after  {
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .camp-cta {
    margin: 40px auto;
    padding: 36px;
  }
  .camp-cta > dl + dl {
    margin-top: 40px;
  }
  .camp-cta > dl > dd {
    margin-top: 16px;
  }
  .camp-cta > dl > dd > a {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}
@media (hover: hover) {
  .camp-cta > ._apply > dd > a:hover {
    background-color: rgba(255,255,255,0);
  }
}


/* hero
++++++++++++++++++++++++++++++++++++++++ */
.camp-hero {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
}
.camp-hero img {
  width: 100%;
}
.camp-hero > h1 {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.camp-hero > ._period {
  margin: 0;
}
@media (max-width: 767.98px) {
  .camp-hero {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .camp-hero {
    margin-top: 32px;
    margin-bottom: 48px;
    overflow: hidden;
    border-radius: 8px;
  }
}

/* end */
.camp-hero > ._endcamp {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.camp-hero > ._endcamp > p {
  flex-grow: 1;
  padding: 16px 0;
  border: 2px solid #fff;
  color: #CC0000;
  background: rgba(255,245,225,0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

/* step
++++++++++++++++++++++++++++++++++++++++ */
.camp-step {
}
.step-inner {
  margin: 0 auto;
}
.camp-step ._step {
  display: block;
  position: relative;
}
/* .camp-step picture + .step-btn-wrap::before,
.camp-step .step-btn-wrap + picture::before, */
.camp-step ._step ~ ._step::before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  top: 24px;
  background: url(/corp/campaign/cfd_2507/images/icon-step-arrow.svg) no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 16px;
}
.camp-step picture img {
  width: 100%;
}
/* .step-btn-wrap {
  position: relative;
} */
.camp-step ._btn,
.camp-step ._entryend {
  display: block;
  border-radius: 28px;

  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 24px;
}
.camp-step .-entry {
  background-color: #0046a0;
}
.camp-step .-addfriend {
  background-color: #07b53b;
}
.camp-step ._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .step-inner {
    width: 328px;
  }
  .step-btn-wrap {
    width: 100%;
  }
  /* .camp-step picture + .step-btn-wrap::before,
  .camp-step .step-btn-wrap + picture::before, */
  .camp-step ._step ~ ._step::before {
    top: 20px;
  }
  .camp-step ._btn,
  .camp-step ._entryend {
    width: 275px;
  }
  /* .camp-step picture + .step-btn-wrap,
  .camp-step .step-btn-wrap + picture, */
  .camp-step ._step ~ ._step {
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .step-inner {
    width: 560px;
  }
  .step-btn-wrap {
    width: 560px;
    height: 242px;
  }
  .camp-step ._btn,
  .camp-step ._entryend {
    width: 390px;
  }
  .step-inner > :last-child {
    width: 500px;
    margin: auto;
  }
  /* .camp-step .step-btn-wrap + picture,
  .camp-step picture + .step-btn-wrap, */
  .camp-step ._step ~ ._step {
    padding-top: 68px;
  }
}

/* camp-app
++++++++++++++++++++++++++++++++++++++++ */
.camp-app {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.camp-app dl,
.camp-app dl dt,
.camp-app dl dd { margin: 0; }
.camp-app dl dt {
  font-size: 18px;
  font-weight: bold;
}
.camp-app dl dd > a,
.camp-app dl dd > span {
  display: block;
  border-radius: 45px;
  border: solid 2px #f0a016;
  background-color: #fff;
  color: #f0a016;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  height: 64px;
  line-height: 60px;
  font-size: 1.8rem;
  letter-spacing: 2.25px;
}
@media (max-width: 767.98px) {
  .camp-app {
  }
  .camp-app dl dd > a,
  .camp-app dl dd > span {
    width: 328px;
    font-size: 1.8rem;
    margin: 8px auto 0;
  }
  .camp-app dd {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .camp-app dl dd > a,
  .camp-app dl dd > span {
    width: 400px;
    margin: 16px auto 0;
  }
  .camp-app dl dd > a:hover {
    border: solid 2px #f0a016;
    background-color: #f0a016;
    color: #fff;
  }
}

/* camp-note
++++++++++++++++++++++++++++++++++++++++ */
.camp-note {
  position: relative;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  background-color: #ffd0d0;
}
.camp-note span {
  color: #d80b0b;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camp-note span::before {
  display: inline-block;
  content: "";
  background-image: url(/corp/campaign/cfd_2507/images/icon-alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.camp-note span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* transform: translateY(-1px); */
  display: block;
  width: 20px;
  height: 16px;
  text-align: center;
  background-color: #ffd0d0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

@media (max-width: 767.98px) {
  .camp-note {
    width: 100%;
    margin: 72px auto 24px;
    font-size: 14px;
  }
  .camp-note span::before {
    width: 28px;
    height: 25px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .camp-note {
    width: 720px;
    margin: 96px auto 40px;
    font-size: 18px;
  }
  .camp-note.-lottery {
    margin: 36px auto;
  }
  .camp-note span::before {
    width: 36px;
    height: 32px;
    margin-right: 16px;
  }
}

/* benefit
++++++++++++++++++++++++++++++++++++++++ */
.camp-benefit{
  background-color: #f7f7f7;
}
.camp-benefit h3{
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #07b53b;
  margin: 0;
}
.camp-benefit-list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .camp-benefit{
    width: 100%;
    width: calc(100% + 32px);
    box-sizing: border-box;
    height: auto;
    padding: 26px 40px 106px;
    background-image: url(/corp/campaign/cfd_2507/images/step-img05-sp.@2x.webp) ;
    background-repeat: no-repeat;
    background-position: right 16px bottom;
    background-size: 149px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .camp-benefit h3 {
    font-size: 22px;
  }
  .camp-benefit-list {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .camp-benefit-list li {
    background: url(/corp/campaign/cfd_2507/images/icon-chack.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
  }
  .camp-benefit-list li + li {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .camp-benefit{
    width: 720px;
    height: 328px;
    padding: 32px 119px;
    background-image: url(/corp/campaign/cfd_2507/images/step-img05-pc.@2x.webp) ;
    background-repeat: no-repeat;
    background-position: right 24px bottom;
    background-size: 193px;
  }
  .camp-benefit h3 {
    font-size: 32px;
  }
  .camp-benefit-list {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .camp-benefit-list li {
    background: url(/corp/campaign/cfd_2507/images/icon-chack.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
  }
  .camp-benefit-list li + li {
    margin-top: 16px;
  }
}

/* visual
++++++++++++++++++++++++++++++++++++++++ */
.camp-visual {
}
@media (max-width: 767.98px) {
  .camp-visual {
    margin: 48px -16px;
  }
}
@media (min-width: 768px) {
  .camp-visual {
    margin-top: 56px;
    margin-bottom: 96px;
  }
}

/* summary
++++++++++++++++++++++++++++++++++++++++ */
.camp-summary {
}
.camp-summary sup {
  top: -0.3em;
  font-size: 70%;
}

@media (max-width: 767.98px) {
  .camp-summary {
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
  .camp-summary p,
  .camp-summary ul {
    margin-left: 16px;
    margin-right: 16px;
  }
  .camp-ttl-01 {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .camp-summary {
    margin-bottom: 96px;
  }
}

/* download app ++++++++++++++++++++ */
.camp-download-app {
  max-width: 460px;
  margin: 0 auto;
  padding: 20px 18px 24px;
  border-radius: 8px;
  background-color: #fff4e1;
}
.camp-download-app.-kabu {
  background-color: #e4edf6;
}
.camp-download-app > dt {
  margin: 0 8px 12px;
}
.camp-download-app > dd {
  display: flex;
  margin: 0;
  justify-content: center;
}
.camp-download-app > dd > a {
  margin: 0 4px;
}

/* override
++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767.98px) {
  section + section {
    margin-top: 72px;
  }
}
@media (min-width: 768px) {
  section + section {
    margin-top: 96px;
  }
}

/* override
++++++++++++++++++++++++++++++++++++++++ *

@media (max-width: 767.98px) {

}
@media (min-width: 768px) {

}
