@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
}
.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;
  }
}
@media (min-width: 768px) {
  .l-main.camp-main {
    margin-top: 0;
    width: 720px;
  }
}
@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 16px 8px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 4px #f3f4f5;
}
.camp-ttl-02 {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .camp-ttl-01 {
    margin: 48px auto 16px;
    font-size: 2.4rem;
  }
  .camp-ttl-01 > b {
    font-size: 3.2rem;
  }
  .camp-ttl-02 {
    margin: 48px auto 16px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .camp-ttl-01 {
    margin: 64px auto 32px;
    font-size: 3.2rem;
  }
  .camp-ttl-01 > b {
    font-size: 4.8rem;
  }
  .camp-ttl-02 {
    margin: 64px auto 16px;
    font-size: 2.4rem;
  }
}


/* entry ++++++++++++++++++++ */
.camp-entry {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
.camp-entry > a,
.camp-entry > span {
  display: block;
  margin: 0;
  padding: 19px 20px;
  border-radius: 100vh;
  background: #052da6;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
/* end */
.camp-entry > span._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .camp-entry > a,
  .camp-entry > span {
    padding: 8px 20px;
    font-size: 1.8rem;
  }
  .camp-entry > span._entryend {
    margin-top: 72px;
  }
  .step-inner .camp-entry > span._entryend {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .camp-entry > a,
  .camp-entry > span {
    font-size: 2.4rem;
    padding: 18px 20px;
  }
  .camp-entry > a > small {
    display: inline-block;
    padding-bottom: 6px;
  }
  .camp-entry > span._entryend {
    margin-top: 96px;
  }
  .step-inner .camp-entry > span._entryend {
    margin-top: 0;
  }
}

/* cta ++++++++++++++++++++ */
.camp-cta {
  margin: 0 auto;
  background-color: #f3f4f5;
  border-radius: 8px;
}

.camp-cta.-collabo {
  background-color: #f6f2e9;
}
.content {
  height: 235px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 32px;
}
.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;
}

.step-inner a._collabo,
.camp-cta > ._collabo > dd > a,
.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: var(--color-cta);
  color: var(--color-white);
}
.camp-cta > ._apply > dd > a {
  position: relative;
  color: #0046a0;
  border-color: currentColor;
  background-color: rgba(255,255,255,1);
}
.step-inner a._collabo,
.camp-cta > ._collabo > dd > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-radius: 46px;
  background-color: #dc1c26;
  color: var(--color-white);
}
@media (hover: hover) {
  .camp-cta > ._apply > dd > a:hover {
    background-color: rgba(255,255,255,0);
  }
}
@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%);
  }
  .camp-cta > ._collabo > dt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .camp-cta > ._collabo > dt > span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
  }
  .camp-cta > ._collabo > dd {
    margin-top: 8px;
  }
  .step-inner a._collabo,
  .camp-cta > ._collabo > dd > a {
    max-width: 400px;
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
    margin: 0 auto 16px;
  }
  .camp-cta > ._collabo > dd > span {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
@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;
  }
  .camp-cta > ._collabo > dt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .camp-cta > ._collabo > dt > span {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .camp-cta > ._collabo > dd {
    margin-top: 8px;
  }
  .step-inner a._collabo,
  .camp-cta > ._collabo > dd > a {
    width: 400px;
    height: 60px;
    border-radius: 46px;
    font-size: 2.4rem;
    margin: 0 auto 8px;
  }
  .camp-cta > ._collabo > dd > span {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

/* step
++++++++++++++++++++++++++++++++++++++++ */
.step-wrap {
  position: relative;
}
.step-wrap::after {
  display: block;
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.2px 14.4px 0px 14.4px;
  border-color: #e59400 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
}
.step-wrap ._ttl {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f26c0c;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.step-wrap ._ttl > ._ttlinner {
  display: flex;
  align-items: baseline;
}
.step-inner {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  padding: 24px;
  background-color: #fffcd9;
  line-height: 1.75;
}
.step-inner > strong {
  display: block;
  font-weight: bold;
  line-height: 1.75;
}
.step-inner > strong > span {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  padding-right: 3px;
}
.step-inner > small {
  line-height: 1.75;
  text-align: center;
}
.step-inner picture img {
  margin: auto;
  display: block;
}
.step-inner .camp-note {
  display: none;
}
@media (max-width: 767.98px) {
  .step-wrap {
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .step-wrap::after {
    border-width: 16px 11px 0px 11px;
    bottom: -34px;
  }
  .step-wrap ._ttl {
    font-size: 2rem;
  }
  .step-wrap ._ttl > ._ttlinner strong {
    font-size: 2.4rem;
  }
  .step-inner {
    font-size: 1.4rem;
  }
  .step-inner > strong {
    font-size: 2rem;
  }
  .step-inner > strong > span {
    font-size: 3.2rem;
  }
  .step-inner picture img {
    margin: 8px auto 16px;
    width: 50px;
  }
  .step-inner.-step2 picture img {
    width: 51px;
  }
  .step-inner.-step3 picture img {
    width: 55px;
  }
  .step-inner > small {
    display: block;
    margin-top: -8px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .step-resultimg {
    width: 100%;
    margin: 16px auto;
  }
  .step-tableimg {
    width: 100%;
    margin: 16px auto 72px;
  }
}
@media (min-width: 768px) {
  .step-wrap {
    margin: 24px auto 52px;
    width: 560px;
  }
  .step-wrap::after {
    border-width: 19.2px 14.4px 0px 14.4px;
    bottom: -36px;
  }
  .step-wrap ._ttl {
    font-size: 2.4rem;
  }
  .step-wrap ._ttl > ._ttlinner strong {
    font-size: 2.8rem;
  }
  .step-inner {
    font-size: 1.6rem;
  }
  .step-inner > strong {
    font-size: 2.4rem;
  }
  .step-inner > strong > span {
    font-size: 4rem;
  }
  .step-inner picture img {
    margin: 16px auto 24px;
    width: 76px;
  }
  .step-inner > small {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .step-resultimg {
    width: 420px;
    margin: 16px auto;
  }
  .step-tableimg {
    width: 560px;
    margin: 16px auto 96px;
  }
}
/* about
++++++++++++++++++++++++++++++++++++++++ */
.camp-about {
  border-radius: 8px;
  background-color: #f6f2e9;
}
.camp-about ._ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.camp-about .about-flex ._item ._read {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: justify;
  color: #ef2e42;
}
.camp-about .about-flex ._item ._txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  color: #0a1f33;
}
.camp-about a {
  line-height: 1.5;
  text-align: center;
  color: #0067c3;
}
@media (max-width: 767.98px) {
  .camp-about {
    margin: 72px auto;
    padding: 32px 16px;
  }
  .camp-about ._ttl {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .camp-about ._ttl img {
    width: 147px;
    margin-right: 3px;
  }
  .camp-about .about-flex ._item ._read {
    margin: 0 0 16px;
  }
  .camp-about .about-flex ._item ._txt {
    margin: 0 0 16px;
  }
  .camp-about .about-flex ._item + ._item {
    margin-bottom: 16px;
  }
  .camp-about a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .camp-about {
    margin: 96px auto;
    width: 720px;
    padding: 32px;
  }
  .camp-about ._ttl {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
  .camp-about ._ttl img {
    width: 186px;
    margin-right: 3px;
  }
  .camp-about .about-flex {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  .camp-about .about-flex ._item {
    width: calc(100% - 296px);
  }
  .camp-about .about-flex ._item + ._item {
    width: 296px;
  }
  .camp-about .about-flex ._item ._read {
    margin: 0 0 8px;
  }
  .camp-about a {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
}
/* detailink
++++++++++++++++++++++++++++++++++++++++ */
.camp-detailink {
  margin: 0 auto;
}
.camp-detailink > a {
  display: block;
  max-width: 512px;
  margin: 0 auto;
  padding: 18px 8px;
  border: 1px solid transparent;
  border-radius: 100vh;
  line-height: 2.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  border-color: #ccc;
  background-color: #f3f4f5;
}

@media (max-width: 767.98px) {
  .camp-detailink {
    margin-top: 40px;
  }
  .camp-detailink > a {
    padding: 5px 8px;
    font-size: 1.8rem;
  }
  .camp-detailink > a span {
    display: block;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .camp-detailink {
    margin-top: 64px;
  }
  .camp-detailink > a {
    font-size: 2rem;
  }
  .camp-detailink > a span {
    margin-right: 8px;
    font-size: 1.6rem;
  }
}

/* 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: 40px;
    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;
}


/* checklist
++++++++++++++++++++++++++++++++++++++++ */
.camp-checklist {

}
.camp-checklist > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
}
.camp-checklist > ul > li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin: 24px auto 0;
  line-height: 1.5;
}
.camp-checklist > ul > li::before {
  position: relative;
  top: 3px;
  flex-shrink: 0;
  flex-grow: 0;
  
  display: block;
  width: 22px;
  height: 18px;
  margin-right: 8px;
  background: url(/corp/campaign/1account_2606/images/icon-check.svg) left top / contain no-repeat;
  content: "";
}

@media (max-width: 767.98px) {
  .camp-checklist > ul {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .camp-checklist > ul {
    width: fit-content;
    font-size: 2rem;
  }
}


/* overview
++++++++++++++++++++++++++++++++++++++++ */
.camp-overview {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .camp-overview {
    margin-top: 72px;
  }
}
@media (min-width: 768px) {
  .camp-overview {
    margin-top: 96px;
  }
}

/* summary
++++++++++++++++++++++++++++++++++++++++ */
.camp-summary {
}
.camp-summary sup {
  top: -0.3em;
  font-size: 70%;
}

.camp-summary ._plus {
  width: 28px;
  margin: 16px auto;
}
.camp-summary ._winningrate {
  margin: 16px auto 32px;
}

.camp-summary .txt-c-disclaimer {
  color: #3b4c5c;
  line-height: 1.5;
}

.camp-summary ._present {
  margin: 0 auto;
  padding: 7px;
  border: 1px solid #ced2d6;
}
.camp-summary ._present ol {
  list-style: none;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.camp-summary ._present li {
  margin: 0;
  padding: 0;
}
.camp-summary ._trophy {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
.camp-summary ._badge {
  line-height: 26px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  font-style: normal;
  margin-right: 4px;
}
.camp-summary ._badge.-num1 {
  background-color: #c19432;
}
.camp-summary ._badge.-num2 {
  background-color: #a8a59f;
}

@media (max-width: 767.98px) {
  .camp-summary {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
  .camp-summary ._winningrate {
    width: 318px;
  }
  .camp-summary ._trophy {
    margin: 16px auto;
  }
  .camp-summary ._trophy ._trophyitem {
    border-top: solid 1px  #d9d9d9;
    border-bottom: solid 1px  #d9d9d9;
    padding: 8px 0 7px;
  }
  .camp-summary ._trophy ._trophyitem + ._trophyitem {
    border-top: none;
  }
  .camp-summary ._badge {
    width: 42px;
    height: 26px;
  }
}
@media (min-width: 768px) {
  .camp-summary {
    margin-top: 96px;
    margin-bottom: 30px;
  }
  .camp-summary ._present ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 30px;
    padding: 0 80px;
  }
  .camp-summary ._winningrate {
    width: 400px;
  }
  .camp-summary ._trophy {
    margin: 16px auto 24px;
  }
  .camp-summary ._trophy ._trophyitem {
    padding-right: 24px;
    border-right: solid 1px  #d9d9d9;
  }
  .camp-summary ._trophy ._trophyitem + ._trophyitem {
    padding: 0 0 0 23px;
    border-right: none;
  }
  .camp-summary ._badge {
    width: 58px;
    height: 26px;
    line-height: 26px;
  }
}


/* cashback table ++++++++++++++++++++ */
.camp-cashback {
  table-layout: fixed;
  /* min-width: 100%; */
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  word-break: keep-all;
}
.camp-cashback tbody {
  border-top: 1px solid rgba(10, 31, 51, 0.2);
}
.camp-cashback tbody tr {
  border-bottom: 1px solid rgba(10, 31, 51, 0.2);
}

.camp-cashback td {
  line-height: 1.5;
}
.camp-cashback thead th {
  height: 48px;
  min-height: 48px;
  background-color: #f3f4f5;
  line-height: 1.3;
}

.camp-cashback .date {
  display: inline-block;
  text-align: right;
}

.camp-cashback .transaction {
  margin: 0 auto;
  text-align: left;
}
.camp-cashback .transaction > li {
  padding-left: 0;
}

.camp-cashback tbody td strong {
  display: list-item;
  font-weight: normal;
  text-align: left;
}

.marker-circle {
  list-style-type: circle;
}

@media (max-width: 767.98px) {
  .camp-cashback {
    font-size: 1.4rem;
  }
  .camp-cashback th,
  .camp-cashback td {
    padding: 9px 6px;
    /* height: 56px; */
  }
  .camp-cashback thead th {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 48px;
  }
  .camp-cashback .date {
    width: 96px;
  }
  /* .camp-cashback .transaction {
    margin-left: 12px;
  } */
  .camp-cashback .mih_3em-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
  }

  .camp-cashback tbody td strong {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .camp-cashback th,
  .camp-cashback td {
    padding: 4px;
    height: 56px;
  }
  .camp-cashback thead th {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 64px;
  }
  .camp-cashback .date {
    width: 105px;
  }
  .camp-cashback .transaction {
    margin-left: 20px;
  }
  .camp-cashback tbody td strong {
    margin-left: 32px;
  }
}



/* +++++++++++++++++++++++++++++++++++++++
/* lottery
++++++++++++++++++++++++++++++++++++++++ */
.lottery-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 0;
}
@media (min-width: 768px) {
  .lottery-body {
    min-height: auto;
  }
}

.lottery-header {
  height: 48px;
}
.lottery-header .pop-header_logo {
  width: 172px;
}

.lottery-hero {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
}
.lottery-hero img {
  width: 100%;
}

.lottery-message {
  max-width: 720px;
  margin: 0 auto;
}
.lottery-message a {
  color: #0067c3;
  text-decoration: none;
}
.lottery-message a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
  .lottery-message {
    font-size: 16px;
    line-height: 1.75;
  }
}

.lottery-bnr {
}
@media (max-width: 767.98px) {
  .lottery-bnr {
    margin: 24px auto 40px;
  }
}
@media (min-width: 768px) {
  .lottery-bnr {
    margin: 32px auto 56px;
  }
  .lottery-bnr a:hover img {
    opacity: .8;
  }
}

.lottery-redirect {
  display: grid;
  place-content: center;
  height: 50vh;
  text-align: center;
}

@media (max-width: 767.98px) {
  .lottery-hero {
    margin: 0 -16px 16px;
  }
}
@media (min-width: 768px) {
  .lottery-hero {
    margin: 0 auto 36px;
  }
  .lottery-hero img {
    border-radius: 8px;
  }
}


.lottery-camp {
  max-width: 720px;
  margin: 0 auto;
}
.lottery-camp ._ttl {
  /* color: #7a5138; */
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
.lottery-camp .camp-note {
  margin-top: 0;
}

.lottery-camp dl {
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff9e7;
  text-align: center;
}
.lottery-camp dl > dt {
  margin: 0;
  font-weight: bold;
}
.lottery-camp dl > dd {
  margin: 1.5em 0 0;
}

@media (max-width: 767.98px) {
  .lottery-camp ._ttl {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .lottery-camp dl {
    margin-top: 24px;
    padding: 16px;
  }
  .lottery-camp dl > dt {
    font-size: 2rem;
  }
  .lottery-camp dl > dd {

  }
}
@media (min-width: 768px) {
  .lottery-camp ._ttl {
    margin-bottom: 32px;
    font-size: 3.3rem;
  }
  .lottery-camp dl {
    margin-top: 46px;
    padding: 24px;
  }
  .lottery-camp dl > dt {
    font-size: 2.4rem;
  }
  .lottery-camp dl > dd {
    font-size: 1.6rem;
  }
}

/* animation */
@keyframes fadeout_progress {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeout_img {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --delay: 3.1s;
}

[id="progress"] {
  position: absolute;
  background-color: #fff;
  animation: 0.6s linear 4.2s fadeout_progress forwards;
}
[id="progress"] img {
  animation: 0.8s linear 3.1s fadeout_img forwards;
}
.lottery-camp {
  opacity: 0;
  visibility: hidden;
  animation: 0.6s linear 5s fadeout_progress forwards reverse;
}

/* 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/1account_2606/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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 72px auto 24px;
    font-size: 14px;
    height: 58px;
  }
  .camp-note span {
    line-height: 1.5;
  }
  .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;
  }
}

/* pop-footer override
++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 767.98px) {
  .pop-footer {
    margin: 46px 0 48px;
  }
}
@media (min-width: 768px) {
  .pop-footer {
    margin: 64px 0 48px;
  }
  .pop-footer small {
    font-size: 1.4rem;
  }
}


/* override
++++++++++++++++++++++++++++++++++++++++
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
*/
