@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
:root {
  --value-lts-normal: normal;
  --value-lts-default: 0.025em;
  --value-lts-loose: 0.05em;
  --base-lts: var(--value-lts-default)
}

/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
}
.camp-main * {
  letter-spacing:var(--base-lts)
}
.camp-main a {
  color: var(--color-blue-secondary);
}
:where(.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) {
  .camp-main a {
    transition: all ease 0.3s;
  }
  .camp-main 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: var(--color-blue-primary);
  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;
  }
}
@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;
  }
}

/* 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 (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%);
  }
}
@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;
  }
}


/* brand ++++++++++++++++++++ */
.camp-brand {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.camp-brand > dl {
  max-width: 480px;
  margin: 0 auto;
}
.camp-brand > dl > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 8px 8px 0 0;
  background-color: #b6832b;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;

  font-size: 1.8rem;
}
.camp-brand.-blue > dl > dt {
  background-color: #2b4a84;
}

.camp-brand > dl > dt > i {
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #b6832b;
  line-height: 1;
  font-style: normal;
}

.camp-brand > dl > dd {
  margin: 0;
  padding: 8px 16px;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-tertiary);
  border-radius: 0 0 8px 8px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;

  font-size: 2rem;
}

.camp-brand .m-icon_square {
  --icon-width: 56px;
  display: inline-flex;
  align-items: center;

  margin: 0;
  vertical-align: middle;
}
.camp-brand .m-icon_square::before {
  margin: 0;
}
.camp-brand .m-icon_square > b {
  min-width: 164px;
}

.camp-brand > small {
  --base-lts: var(--value-lts-normal);
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  text-align: left;
}

@media (max-width: 767.98px) {
  .camp-brand .m-icon_square {
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .camp-brand .m-icon_square {
    gap: 16px;
  }
}

/* terms ++++++++++++++++++++ */
.camp-terms {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.camp-terms ._plus {
  width: 24px;
  margin: 16px auto;
}
.camp-terms ._arrow {
  margin: 16px auto;
}
.camp-terms ._winningrate {
  margin: 16px auto 32px;
}

.camp-terms ._badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 auto 8px;
  padding: 3px 24px 1px;
  border-radius: 100vh;
  background-color: #f3f4f5;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .camp-terms ._arrow {
    width: 24px;
  }
  .camp-terms ._winningrate {
    width: 318px;
  }
  .camp-terms ._badge {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .camp-terms ._arrow {
    width: 32px;
  }
  .camp-terms ._winningrate {
    width: 400px;
  }
  .camp-terms ._badge {
    font-size: 1.6rem;
  }
}


/* requirement table ++++++++++++++++++++ */
.camp-requirement {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  line-height: 1.5;
}
.camp-requirement td {
  border: 1px solid var(--color-gray-tertiary);
}

.camp-requirement thead th ~ th {
  border-left: 1px solid var(--color-gray-tertiary);
}
.camp-requirement thead th:first-child {
  border-top-left-radius: 8px;
}
.camp-requirement thead th:last-child {
  border-top-right-radius: 8px;
}
.camp-requirement tbody tr:last-child td:first-child {
  border-right: 0;
  border-bottom-left-radius: 8px;
}
.camp-requirement tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.camp-requirement thead th {
  background: #2b4a84;
  color: var(--color-white);
}

.camp-requirement ._badge {
  background: #f8ead0;
}

@media (max-width: 767.98px) {
  .camp-requirement {
    font-size: 1.6rem;
  }
  .camp-requirement th {
    padding: 3px 8px;
  }
  .camp-requirement td {
    padding: 4px 8px;
    height: 59px;
  }
}
@media (min-width: 768px) {
  .camp-requirement {
    font-size: 1.8rem;
  }
  .camp-requirement th {
    padding: 8px 16px;
  }
  .camp-requirement td {
    padding: 16px 16px;
  }
}


/* 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: 20px 0;
  border: 2px solid #fff;
  color: #CC0000;
  background: rgba(255,245,225,0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}


/* 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;
  padding: 0;
  line-height: 1.5;
}
.camp-checklist > ul > li::before {
  position: relative;
  top: 6px;
  flex-shrink: 0;
  flex-grow: 0;
  
  display: block;
  width: 22px;
  height: 18px;
  margin-right: 16px;
  background: url(/corp/campaign/fx_2604/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;
}
.camp-overview figure {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767.98px) {
  .camp-overview {
    margin-top: 72px;
  }
}
@media (min-width: 768px) {
  .camp-overview {
    margin-top: 96px;
  }
}


/* summary
++++++++++++++++++++++++++++++++++++++++ */
.camp-summary.-risk {
  --base-lts: var(--value-lts-normal);
}

.camp-summary .txt-c-disclaimer {
  color: #3b4c5c;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .camp-summary {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .camp-summary {
    margin-top: 96px;
    margin-bottom: 30px;
  }
}


/* cashback table ++++++++++++++++++++ */
.camp-cashback {
  table-layout: fixed;
  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;
}

.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;
  }
}
@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;
  }
}



/* +++++++++++++++++++++++++++++++++++++++
/* 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 (min-width: 768px) {
  .lottery-message {
    font-size: 16px;
    line-height: 1.75;
  }
}

@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 {
  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;
  }
}
@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;
  }
}
[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/fx_2604/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 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) {
}
*/
