@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 p { margin: 0; }
.camp-entry p > a,
.camp-entry p > span {
  display: block;
  border-radius: 45px;
  background-color: #0046a0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  height: 64px;
  line-height: 64px;
  font-size: 1.8rem;
  letter-spacing: 2.25px;
  margin: 36px auto 0;
}
@media (max-width: 767.98px) {
  .camp-entry {
  }
  .camp-entry p > a,
  .camp-entry p > span {
    width: 328px;
    font-size: 1.8rem;
  }
  .camp-entry dd {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .camp-entry p > a,
  .camp-entry p > span {
    width: 400px;
  }
  .camp-entry p > a:hover {
    filter: brightness(130%);
  }
}
/* end */
.camp-entry p > span._entryend {
  background-color: #d5d5d5;
}

/* cta ++++++++++++++++++++ */
.camp-cta {
  margin-left: auto;
  margin-right: 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 {
  color: #0046a0;
  border-color: currentColor;
  background-color: rgba(255,255,255,1);
}
.camp-cta > ._apply > dd > a::after  {
  transform: translateY(-2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 10px;
  border: 2px solid transparent;
  background-clip: border-box;
  text-align: center;
  vertical-align: middle;
  margin-left: 16px;
  margin-right: -18px;
  background-repeat: no-repeat;
  background: url(/corp/campaign/fx_2502_line/images/common/icon-cta-arrow.svg);
  content: "";
}

@media (max-width: 767.98px) {
  .camp-cta {
    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;
  }
}
@media (min-width: 768px) {
  .camp-cta {
    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 picture {
  display: block;
  position: relative;
}
.camp-step picture + .step-btn-wrap::before,
.camp-step .step-btn-wrap + picture::before,
.camp-step picture + picture::before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  top: 24px;
  background: url(/corp/campaign/fx_2502_line/images/common/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;
}
.step-btn-wrap a,
.step-btn-wrap p {
  display: block;
  border-radius: 28px;
  background-color: #0046a0;
  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;
}
.step-btn-wrap p._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 picture + picture::before {
    top: 20px;
  }
  .step-btn-wrap a,
  .step-btn-wrap p {
    width: 275px;
  }
  .camp-step picture + .step-btn-wrap,
  .camp-step .step-btn-wrap + picture,
  .camp-step picture + picture {
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .step-inner {
    width: 560px;
  }
  .step-btn-wrap {
  }
  .step-btn-wrap a,
  .step-btn-wrap p {
    width: 390px;
  }
  .step-btn-wrap a:hover {
    filter: brightness(130%);
  }
  .step-inner > :last-child {
    width: 500px;
    margin: auto;
  }
  .camp-step .step-btn-wrap + picture,
  .camp-step picture + .step-btn-wrap,
  .camp-step picture + picture {
    padding-top: 68px;
  }
}

.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/fx_2502/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;
  }
}

/* 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;
  }
}

/* apply
++++++++++++++++++++++++++++++++++++++++ */
.camp-apply {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 0fr;
  align-content: start;
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  transition: grid-template-rows .3s ease;
}
.camp-apply.is-open {
  grid-template-rows: auto 1fr;
}
.camp-apply a {
  display: inline-block;
}
.camp-apply > ._ttl {
  position: relative;
  margin: 0;
  padding: 21px 24px;
  background-color: #f3f4f5;
  color: #0a1f33;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.camp-apply > ._ttl::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform-origin: center center;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #fff;
  background-size: 5px 6px;
  background-repeat: no-repeat;
  background-position:  top 8px left 35%,
                        top 8px right 35%;
  background-image: linear-gradient(to top right, transparent 45% , currentColor 55%),
                    linear-gradient(to top left, transparent 45%, currentColor 55%);
  content: "";
  transition: transform 0.3s ease;
}
.camp-apply.is-open > ._ttl::after  {
  transform: scale(1, -1);
}

.camp-apply > ._body {
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
}
.camp-apply > ._body > figure {
  display: block;
}

.camp-apply ._flow {
}
.camp-apply ._flow picture {
  display: block;
}
.camp-apply ._flow > dt {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.camp-apply ._flow > dd {
  margin: 0;
}
.camp-apply ._flow > dd + dt {
  position: relative;
  margin-top: 64px;
}
.camp-apply ._flow > dd + dt::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  background-image: url(/corp/campaign/fx_2502_line/images/common/icon-arrow.svg);
  content: "";
}

@media (max-width: 767.98px) {
  .camp-apply > ._ttl {
  }
  .camp-apply > ._body {
    padding: 0 15px;
  }
  .camp-apply ._flow {
    margin-top: 36px;
    margin-bottom: 0;
  }
  .camp-apply ._flow > dt {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .camp-apply ._flow > dd + dt {
    margin-top: 64px;
  }
  .camp-apply ._flow > dd + dt::before {
    top: -44px;
  }
  .camp-apply ._arrowimg {
    position: relative;
    margin-top: 16px;
    margin-bottom: 52px;
  }
  .camp-apply ._arrowimg::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 24px;
    background: url(/corp/campaign/fx_2502_line/images/common/icon-arrow.svg) center no-repeat;
    background-size: auto auto;
    left: 0;
    bottom: -40px;
  }
  .camp-apply ._lastimg {
    position: relative;
    width: 104px;
    margin: auto;
  }
  .camp-apply h3 {
    position: relative;
    margin: 0 0 13px;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #0a1f33;
    padding-top: 56px;
    padding-bottom: 13px;
    border-bottom: solid 1px #dde0e5;
  }
  .camp-apply h3::before {
    position: absolute;
    display: block;
    content: "";
    width: 68px;
    height: 20px;
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    border: solid 1px #2ba313;
    color: #2ba313;
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
    border-radius: 10px;
  }
  .camp-apply h3._step1::before {
    content: "ステップ1";
  }
  .camp-apply h3._step2::before {
    content: "ステップ2";
  }
  .camp-apply h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
  }
  .camp-apply p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
  }
  .camp-apply span {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    color: #848484;
  }
}
@media (min-width: 768px) {
  .camp-apply > ._ttl {
    text-align: center;
  }
  .camp-apply > ._body {
    padding: 0 43px;
  }
  .camp-apply ._flow {
    margin-top: 56px;
  }
  .camp-apply ._flow > dt {
    margin-bottom: 12px;
  }
  .camp-apply ._flow > dd + dt {
    margin-top: 56px;
  }
  .camp-apply ._flow > dd + dt::before {
    top: -52px;
  }
}
@media (hover: hover) {
  .camp-apply > ._ttl {
    transition: all ease 0.3s;
  }
  .camp-apply > ._ttl:hover {
    background-color: #f9f9fa;
    filter: brightness(1);
  }
}

/* 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) {

}
