@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* layout
++++++++++++++++++++++++++++++++++++++++ */
.camp-main {
}
@media (max-width: 767.98px) {
  .camp-main {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .camp-main {
    margin-top: 24px;
  }
}


/* module
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++++++ */
.camp-ttl-01 {
  padding: 0 16px 0.4em;
  line-height: 1.3333;
  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: 64px auto 16px;
    font-size: 2.4rem;
  }
  .camp-ttl-02 {
    margin: 48px auto 16px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .camp-ttl-01 {
    margin: 96px auto 32px;
    font-size: 3.2rem;
  }
  .camp-ttl-02 {
    margin: 64px auto 16px;
    font-size: 2.4rem;
  }
}


/* banner ++++++++++++++++++++ */
.camp-bnr {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .camp-bnr {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .camp-bnr {
    margin-bottom: 32px;
  }
}


/* cta ++++++++++++++++++++ */
.camp-cta {
  display: grid;
  margin: 0 auto;
  line-height: 1.5;
}

.camp-cta > dl {
  margin: 0;
  box-shadow: 0 0 0 1px #e9e9ec inset;
}
.camp-cta > dl > dt {
  text-align: center;
}

.camp-cta > dl > dt > em {
  color: #ef2e42;
  font-weight: bold;
}
.camp-cta > dl > dt > b {
  color: #0046a0;
  font-weight: bold;
}
.camp-cta > dl > dd {
  margin: 0;
}

.camp-cta ._btn {
  margin: 24px auto;
}
.camp-cta ._btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 5em;
  text-decoration: none;
}
.camp-cta > ._kouza ._btn > a {
  background-color: #ef2e42;
  color: #fff;
}
.camp-cta > ._apply ._btn > a {
  color: #0046a0;
  border-color: currentColor;
}

@media (max-width: 767.98px) {
  .camp-cta {
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .camp-cta > dl {
    padding: 16px 15px;
    border-radius: 4px;
  }
  .camp-cta ._btn > a {
    width: 264px;
    height: 48px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .camp-cta {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .camp-cta > dl {
    padding: 24px 20px;
    border-radius: 8px;
  }
  .camp-cta > dl > dt {
    font-size: 1.8rem;
  }
  .camp-cta ._btn > a {
    width: 304px;
    height: 56px;
    font-size: 2.2rem;
  }
}
@media (hover: hover) {
  .camp-cta ._btn > a {
    opacity: 1;
    transition: opacity 0.3s ease, background-color 0.3s ease;
  }
  .camp-cta ._btn > a:hover {
    opacity: 0.7;
  }
  .camp-cta > ._apply ._btn > a:hover {
    background-color: #eaf4f8;
  }
}

/* cashback table ++++++++++++++++++++ */
.camp-cashback {
  table-layout: fixed;
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.camp-cashback > table {
  width: 100%;
}
.camp-cashback th,
.camp-cashback td {
  border: 1px solid #d8d8d8;
  line-height: 1.5;
}
.camp-cashback th {
  font-weight: normal;
}
.camp-cashback thead th {
  background-color: #0046a0;
  word-break: keep-all;
  color: #fff;
  line-height: 1.3;
}

.camp-cashback .maximum {
  background-color: #e4ebf5;
  font-weight: bold;
}

.camp-cashback .amount {
  display: inline-block;
  text-align: right;
}

@media (max-width: 767.98px) {
  .camp-cashback tbody {
    text-align: right;
  }
  .camp-cashback th,
  .camp-cashback td {
    padding: 8px 13px;
  }
  .camp-cashback .maximum {
    font-size: 1.8rem;
  }
  .camp-cashback .maximum th,
  .camp-cashback .maximum td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .camp-cashback {
    font-size: 1.8rem;
  }
  .camp-cashback th,
  .camp-cashback td {
    padding: 12px 16px;
  }

  .camp-cashback .maximum {
    font-size: 2.4rem;
  }
  .camp-cashback .maximum th,
  .camp-cashback .maximum td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .camp-cashback td:first-child .amount {
    width: 256px;
  }
  .camp-cashback td:last-child .amount {
    width: 136px;
  }
}


/* hero
++++++++++++++++++++++++++++++++++++++++ */
.camp-hero {
  position: relative;
  width: 100%;
  max-width: 888px;
  margin: 0 auto;
}
.camp-hero > h1 {
  margin: 0;
  overflow: hidden;
}
.camp-hero_note {
  margin: 0;
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  .camp-hero_note {
    margin-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .camp-hero {
    margin-top: 32px;
  }
  .camp-hero_note {
    position: absolute;
    left: 50px;
    bottom: 10px;
    font-size: 1.3rem;
  }
}


/* overview
++++++++++++++++++++++++++++++++++++++++ */
.camp-overview {
  display: block;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.camp-overview em {
  color: #ef2e42;
}

.camp-overview > ._ttl {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.camp-overview > ._ttl > b {
  display: block;
  margin-top: 4px;
  font-size: 2.8rem;
  line-height: 1;
}
.camp-overview > ._ttl > b::before,
.camp-overview > ._ttl > b::after {
  display: inline-block;
  width: 0.8571em;
  height: 1.0714em;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2230%22%20viewBox%3D%220%200%2024%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20stroke%3D%22%23313942%22%20stroke-width%3D%222%22%20d%3D%22m1.203.604%2021.758%2028.681%22%2F%3E%3C%2Fsvg%3E');
  vertical-align: bottom;
  content: "";
}
.camp-overview > ._ttl > b::before {
  margin-right: 0.2em;
}
.camp-overview > ._ttl > b::after {
  transform: scale(1, -1);
}

.camp-overview_step {
  display: grid;
  margin: 16px auto 0;
}
.camp-overview_step > dl {
  position: relative;
  margin: 0;
  background-color: #fff;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 0 0 2px #e9e9e9 inset;
}
.camp-overview_step > dl + dl::before {
  position: absolute;
  width: 24px;
  height: 16px;
  background-image: url(/corp/campaign/fx_1906/images/camp-overview-arrow.svg);
  content: "";
}

.camp-overview_step > dl > dt {
  margin: 0;
  padding: 2px;
  background-color: #0046a0;
  color: #fff;
  font-size: 1.4rem;
}
.camp-overview_step > dl > dt > b {
  font-size: 2rem;
}
.camp-overview_step > dl > dd {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.camp-overview_step > dl > dd img {
  width: 138px;
}

@media (max-width: 767.98px) {
  .camp-overview {
    margin-right: -16px;
    margin-left: -16px;
    padding: 32px 16px 16px;
  }
  .camp-overview_step {
    gap: 32px;
  }
  .camp-overview_step > dl {
    border-radius: 4px;
  }
  .camp-overview_step > dl + dl::before {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .camp-overview_step > dl > dt {
    border-radius: 4px 4px 0 0;
  }
  .camp-overview_step > dl > dd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 20px 24px;
  }
  .camp-overview_step > dl > dd > p {
    order: -1;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .camp-overview {
    margin-top: 64px;
    padding: 24px;
  }
  .camp-overview_step {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .camp-overview_step > dl {
    border-radius: 8px;
  }
  .camp-overview_step > dl + dl::before {
    top: 50%;
    left: -28px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .camp-overview_step > dl > dd {
    padding: 4px 20px 20px;
  }
  .camp-overview_step > dl > dd > p {
    margin-top: 16px;
  }
}


/* summary
++++++++++++++++++++++++++++++++++++++++ */
.camp-summary {
}

@media (max-width: 767.98px) {
  .camp-summary > section {
    padding: 0 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .camp-summary > section {
    max-width: 720px;
    margin: auto;
  }
}


/* history
++++++++++++++++++++++++++++++++++++++++ */
.camp-history {
  border: 1px solid #dde0e5;
}

.camp-history > summary {
  position: relative;
  list-style: none;
  display: block;
  padding: 12px 16px;
  font-weight: bold;

  --header-color-rich-black: #0a1f33;
  --header-svg-icon-arrow-open: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cg%20transform%3D%22translate(0%20.8)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cpath%20d%3D%22M0%200h16v16H0z%22%2F%3E%20%3Cpath%20d%3D%22M4%205.5%208%2010l4-4.5%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3Crect%20stroke%3D%22%23000000%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  --header-svg-icon-arrow-close: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M14%20.8a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2v-12a2%202%200%200%201%202-2h12zM7.552%205.901l-4%204.5a.6.6%200%200%200%20.896.798L8%207.203l3.552%203.996a.6.6%200%201%200%20.896-.798l-4-4.5a.6.6%200%200%200-.896%200z%22%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.camp-history > summary::-webkit-details-marker {/* for safari */
  display: none;
}
.camp-history > summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: auto;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background: var(--header-color-rich-black);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: var(--header-svg-icon-arrow-open);
  mask-image: var(--header-svg-icon-arrow-open);
  content: "";
}
.camp-history[open] > summary::after {
  -webkit-mask-image: var(--header-svg-icon-arrow-close);
  mask-image: var(--header-svg-icon-arrow-close);
}

.camp-history > summary > h2 {
  margin: 0;
  font-size: 1em;
}

.camp-history > ._collapse {
  position: relative;
  display: grid;
  align-content: start;
  margin: 0 auto;
  transition: grid-template-rows .3s ease;
}
.camp-history.is-animated:not(.is-open) > ._collapse {
  grid-template-rows: 0fr;
}
.camp-history.is-animated.is-open > ._collapse {
  grid-template-rows: 1fr;
}
.camp-history:not([data-togglebox])[open] > ._collapse {
  grid-template-rows: 1fr;
}

.camp-history > ._collapse > ._contents {
  overflow: hidden;
}

.camp-history_item {
  padding: 0 24px;
  border-top: 1px solid #dde0e5;
  font-size: .875em;
}
.camp-history_item > ._ttl {
  margin: 0;
  background-color: rgba(10,31,51,.03);
  font-size: 1.25em;
}
.camp-history ._comparison {
  text-align: center;
}

@media (max-width: 767.98px) {
  .camp-history {
    margin-top: 64px;
  }
  .camp-history_item {
    padding: 0 16px;
  }
  .camp-history_item {
    padding-right: 16px;
    padding-left: 16px;
  }
  .camp-history_item > ._ttl {
    margin-right: -16px;
    margin-left: -16px;
    padding: 4px 16px;
  }

}
@media (min-width: 768px) {
  .camp-history {
    margin-top: 96px;
  }
  .camp-history_item {
    padding-right: 24px;
    padding-left: 24px;
  }
  .camp-history_item > ._ttl {
    margin-right: -24px;
    margin-left: -24px;
    padding: 8px 24px;
  }

  .camp-history ._comparison {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .camp-history ._comparison > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .camp-history > summary {
    cursor: pointer;
  }
  .camp-history > summary:hover {
    background-color: #eaf4f8;
    color: var(--c-text-link-hover);
  }
}


/* override
++++++++++++++++++++++++++++++++++++++++ *

@media (max-width: 767.98px) {

}
@media (min-width: 768px) {

}
