@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;
  }
}


/* entory ++++++++++++++++++++ */
.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: #0046a0;
  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 (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);
  }
}

/* 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/fx_2509/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;
}

@media (max-width: 767.98px) {
  .camp-summary {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
  .camp-summary ._winningrate {
    width: 318px;
  }
}
@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;
  }
}


/* 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-emphasis::marker {
  color: #57ceff;
}
.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/fx_2509/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;
  }
}

/* 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;
  }
}

/* color override
++++++++++++++++++++++++++++++++++++++++*/
em {
  color: #d90016;
}


/* sns.html
++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 768px) {
  html.sns-html:not(.LOGIN) {
    --scroll-offset-top: 0px;
  }
  .sns-html .camp-hero {
    margin-top: -16px;
  }
}

.sns-footer {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  font-size: 10px;
	border-image-source: linear-gradient(to right, #0097d4, #0a449c);
	border-image-slice: fill 0;
	border-image-outset: 0 50vw;
}

.sns-footer-profile {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
  color: #fff;
	line-height: 2;
}
.sns-footer-copyright {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  border-image-source: linear-gradient(#ffffff, #ffffff);
  border-image-slice: fill 0;
  border-image-outset: 0 50vw;
  text-align: center;
}

@media(max-width: 767.98px) {
  .sns-footer {
    padding: 0 16px;
  }
  .sns-footer-profile {
    padding: 48px 0;
    font-size: 1em;
  }
  .sns-footer-copyright {
    font-size: 1em;
    line-height: 2.4;
  }
}
@media(min-width: 768px) {
  .sns-footer-profile {
    padding: 60px 0;
    font-size: 1.2em;
  }
  .sns-footer-copyright {
    font-size: 1.2em;
    line-height: 2.6666;
  }
}



.camp-howto {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: solid 1px #f3f4f5;
  display: grid;
  grid-template-rows: auto 0fr;
  align-content: start;
  margin: 0 auto;
  transition: grid-template-rows .3s ease;
}
.camp-howto.is-open ._ttl::after {
  transform: scaleY(-1);
}
.camp-howto.is-open {
  grid-template-rows: auto 1fr;
}
.camp-howto ._ttl {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-image: linear-gradient(95deg, #eecb81 2%, #fffce7 51%, #d5ac55 100%);
}
.camp-howto ._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-howto ._body {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .camp-howto {
    width: 100%;
    margin: 72px auto;
  }
  .camp-howto ._ttl {
    height: 86px;
    text-indent: -24px;
  }
  .camp-howto ._body {
    padding: 0 16px;
  }
  .camp-howto .camp-cta {
    margin: 24px 0 32px;
  }
  .camp-howto picture {
    width: 256px;
    margin: auto;
  }
  .camp-howto picture.-small {
    width: 140px;
  }
  .camp-howto picture.-full {
    width: 100%;
    width: 296px;
  }
}
@media (min-width: 768px) {
  .camp-howto {
    width: 720px;
    margin: 96px auto;
  }
  .camp-howto ._ttl {
    height: 64px;
  }
  .camp-howto ._body {
    padding: 0 40px;
  }
  .camp-howto .camp-cta {
    margin: 24px 0 60px;
  }

}

@media (max-width: 767.98px) {
  .camp-download-app {
    width: 100%;
    padding: 20px 22px 24.2px;
    border-radius: 8px;
    background-color: #ddddf8;
  }
  .camp-download-app > dt {
    width: 244px;
    margin: 0 auto 12px;
  }
  .camp-download-app > dd {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
  }
  .camp-download-app > dd img {
    width: 122px;
  }
}


.maw_328 {
  max-width: 328px;
}

/* override
++++++++++++++++++++++++++++++++++++++++
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
*/
