@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
  color: #0a1f33;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  font-weight: 350;
}
.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 16px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/* entory ++++++++++++++++++++ */
.camp-entry {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.camp-entry dt {
  padding: 0;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.8rem;
}
.camp-entry dd {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.camp-entry ._btn,
.camp-entry ._entryend {
  display: block;
  border-radius: 100vh;

  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4445;
  font-size: 1.8rem;
  letter-spacing: 2.25px;
  text-indent: 2.25px;
  margin: 16px auto;
  padding: 16px;
}
.camp-entry ._btn.-entry,
.camp-entry ._btn.-add {
  padding: 19px 16px;
  margin: 0 auto;
}
.camp-entry ._btn.-entry {
  background-color: #0046a0;
}
.camp-entry ._btn.-add {
  background-color: #ef2e42;
}
.camp-entry ._btn.-addfriend {
  background-color: #07b53b;
}
.camp-entry ._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .camp-entry {
    width: 328px;
    width: 100%;
  }
  .camp-entry ._btn {
    font-size: 1.8rem;
  }
  .camp-entry dd {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .camp-entry ._btn {
    width: 512px;
  }
  .camp-entry ._btn.-add,
  .camp-entry ._btn.-entry,
  .camp-entry ._entryend.-entry {
    width: 400px;
  }
}
/* end */


/* 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);
  }
}


/* 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;
}

/* cost
++++++++++++++++++++++++++++++++++++++++ */
.camp-cost {
}
.camp-cost h2 {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px auto;
}
.camp-cost h2 span {
  display: block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-inner {
  margin: 0 auto;
}
.camp-cost picture img {
  width: 100%;
}
.camp-cost ._btn,
.camp-cost ._entryend {
  display: block;
  border-radius: 28px;
  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;
}
.camp-cost .-entry {
  background-color: #0046a0;
}
.camp-cost .-addfriend {
  background-color: #07b53b;
}
.camp-cost ._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .camp-cost {
    text-align: center;
  }
  .step-inner {
    width: 328px;
  }
  .step-btn-wrap {
    width: 100%;
  }
  .camp-step ._step ~ ._step::before {
    top: 20px;
  }
  .camp-cost ._btn,
  .camp-cost ._entryend {
    width: 275px;
  }
  .camp-step ._step ~ ._step {
    padding-top: 48px;
  }
  .camp-cost h2 {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 0 auto 16px;
    background-image: linear-gradient(97deg, #0082c3 11%, #82cc4f 71%, #e9cf2d 89%);
    font-size: 3.2rem;
  }
  .camp-cost h2 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .step-inner {
    width: 560px;
  }
  .step-btn-wrap {
    width: 560px;
    height: 242px;
  }
  .camp-cost {
    text-align: center;
  }
  .camp-cost ._btn,
  .camp-cost ._entryend {
    width: 390px;
  }
  .camp-cost h2 {
    width: 346px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 0 auto 24px;
    background-image: linear-gradient(97deg, #0082c3 11%, #82cc4f 71%, #e9cf2d 89%);
    font-size: 4rem;
  }
  .camp-cost h2 span {
    font-size: 2.4rem;
    background-image: linear-gradient(94deg, #0082c3 2%, #82cc4f 77%, #e9cf2d 99%);
  }
}


.home-reason_table {
}
.home-reason_table ._ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
}
.home-reason_table table {
  margin: 11px auto 16px;
  box-shadow: 0px 0px 0px 1px #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.home-reason_table tr {
  letter-spacing: 0.05em;
  height: 76px;
}
.home-reason_table tr b { font-weight: bold; }
.home-reason_table tr sup { color: #848484; }
.home-reason_table thead { background-color: #f7fcff; }
.home-reason_table thead th {
  font-weight: bold; 
  border-bottom: solid 1px #d9d9d9;
}
.home-reason_table thead th + th { border-left: solid 1px #d9d9d9; }
.home-reason_table tbody ._gmo { border: solid 2px #0082c3; }
.home-reason_table tbody ._gmo th {
  background-color: #0082c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.home-reason_table tbody ._gmo ._flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #0082c3;
}
.home-reason_table tbody ._gmo ._flex b {
  line-height: 1.1;
  font-size: 10rem;
}
.home-reason_table tbody ._gmo ._flex span {
  border-radius: 4px;
  border: solid 1px #0082c3;
  font-size: 2rem;
  color: #0082c3;
}
.home-reason_table tbody th {
  background-color: #f4f4f4;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.home-reason_table tbody th + td { border-left: solid 1px #d9d9d9; }
.home-reason_table tbody td + td { border-left: solid 1px #d9d9d9; }
.home-reason_table tbody tr:not(:last-child) th { border-bottom: solid 1px #d9d9d9; }
.home-reason_table tbody tr:not(:last-child) td { border-bottom: solid 1px #d9d9d9; }
.home-reason_table ._caption {
  margin: 8px auto 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #848484;
}
@media (max-width: 767.98px) {
  .home-reason_table {
    text-align: center;
    margin: 40px 0 72px;
  }
  .home-reason_table ._ttl { font-size: 1.6rem; }
  .home-reason_table ._ttl span { font-size: 1.4rem; }
  .home-reason_table table {
    width: 100%;
    max-width: 528px;
    margin: 11px auto 0;
    border-radius: 8px;
  }
  .home-reason_table table tr {
    letter-spacing: 0.05em;
    height: 64px;
    font-size: 1.4rem;
  }
  .home-reason_table table tr sup { font-size: 1rem; }
  .home-reason_table table thead {
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .home-reason_table table thead b { font-size: 1.4rem; }
  .home-reason_table table tbody ._gmo th {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .home-reason_table table tbody ._gmo ._flex {
    gap: 16px;
    font-size: 4rem;
  }
  .home-reason_table table tbody ._gmo ._flex div {
    height: 64px;
    font-size: 2.5rem;
  }
  .home-reason_table table tbody ._gmo ._flex b {
    line-height: 1;
    font-size: 6.5rem;
  }
  .home-reason_table table tbody ._gmo ._flex span {
    width: 64px;
    height: 30px;
    line-height: 28px;
    font-size: 1.2rem;
  }
  .home-reason_table table tbody th {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .home-reason_table table tbody td { font-size: 1.2rem; }
  .home-reason_table table tbody b {
    font-size: 1.6rem;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
  }
  .home-reason_table ._caption {
    max-width: 528px;
    width: 100%;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .home-reason_table {
    margin-top: 24px;
    margin-bottom: 96px;
  }
  .home-reason_table ._ttl { font-size: 2.4rem; }
  .home-reason_table ._ttl span { font-size: 1.6rem; }
  .home-reason_table table {
    width: 720px;
    margin: 11px auto 0;
  }
  .home-reason_table table tr {
    height: 76px;
    font-size: 1.5rem;
    font-size: 2rem;
  }
  .home-reason_table table tr b {
    font-size: 2.8rem;
    font-weight: 400;
    font-family: "din-2014", sans-serif;
  }
  .home-reason_table table tr sup {
    font-size: 1.2rem;
  }
  .home-reason_table table thead th {
    width: 132px;
    font-size: 1.5rem;
  }
  .home-reason_table table thead th:first-child {
    width: 192px;
  }
  .home-reason_table table tbody {
  }
  .home-reason_table table tbody ._gmo {
    height: 91px;
  }
  .home-reason_table table tbody ._gmo th {
    font-size: 2.4rem;
  }
  .home-reason_table table tbody ._gmo ._flex {
    height: 87px;
    gap: 16px;
    font-size: 4rem;
  }
  .home-reason_table table tbody ._gmo ._flex b {
    line-height: 1.1;
    font-size: 10rem;
  }
  .home-reason_table table tbody ._gmo ._flex span {
    width: 104px;
    height: 37px;
    font-size: 2rem;
  }
  .home-reason_table table tbody th {
    font-size: 2rem;
    font-weight: 350;
    line-height: 1.3;
  }
  .home-reason_table ._caption {
    width: 720px;
    font-size: 1.2rem;
  }
}


.andmore {
  color: #0082c3;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
.andmore {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.andmore > span {
  display: block;
  margin-bottom: 8px;
}
.andmore > b {
  font-weight: bold;
}
.andmore > sup {
  top: -1.8em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #848484;
}
.andmore > mark {
  text-decoration: none;
  background-image: linear-gradient(to right, #a3defa, #fff091);
  background-repeat: no-repeat;
  background-position: left 0.9em;
  background-size: 100% 8px;
  font-weight: 650;
  line-height: 1;
  color: #0082c3;
}
._mainimg + span,
.andmore > ._note {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #848484;
  margin-top: 8px;
}
._mainimg + span {
  text-align: left;
}

@media (max-width: 767.98px) {
  .andmore {
    margin-top: 40px;
    font-size: 2.4rem;
  }
  .andmore > span { font-size: 1.6rem; }
  .andmore > sup { font-size: 1rem; }
  .andmore > mark { font-size: 3rem; }
  ._mainimg + span,
  .andmore > ._note  { font-size: 1rem; }
}
@media (min-width: 768px) {
  .andmore {
    margin-top: 24px;
    font-size: 2.2rem;
  }
  .andmore > span {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .andmore > sup { font-size: 1.2rem; }
  .andmore > mark { font-size: 3.4rem; }
  ._mainimg + span,
  .andmore > ._note { font-size: 1.2rem; }
}

/* camp-app
++++++++++++++++++++++++++++++++++++++++ */
.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-flow_btn {
}
.camp-flow_btn ._item {
  background-color: #fff;
  border: solid 2px #0082c3;
  position: relative;
}
.camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry a {
  letter-spacing: normal;
}
.camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry ._entryend {
  width: auto;
  margin: 0;
}
.camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry ._entryend span {
  display: none;
}
.camp-flow .camp-flow_inner .camp-flow_btn ._item + ._item::before {
  position: absolute;
  content: "";
  display: block;
}
.camp-flow .camp-flow_inner .camp-flow_btn ._item ._read span span {
  display: block;
  color: #f5480f;
}
@media (max-width: 767.98px) {
  .camp-flow_btn {
  }
  .camp-flow_btn ._item {
    padding: 16px;
    margin: auto;
    width: 280px;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item ._read {
    width: 100%;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry {
    margin: 0;
    width: 100%;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry a {
    width: 100%;
    font-size: 1.6rem;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item picture {
    width: 95px;
    margin: 16px auto 20px;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item + ._item {
    margin-top: 50px;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item + ._item::before {
    background-image: url(/corp/campaign/free_2509/images/icon-arrow-down.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 16px;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
  }
}
@media (min-width: 768px) {
  .camp-flow_btn {
    display: flex;
    justify-content: space-between;
  }
  .camp-flow_btn ._item {
    padding: 20px 16px 22px;
    width: 280px;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry {
    margin: 0;
    width: 100%;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item ._read {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry ._entryend,
  .camp-flow .camp-flow_inner .camp-flow_btn ._item .camp-entry a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item picture {
    width: 95px;
    margin: 16px auto 20px;
  }
  .camp-flow .camp-flow_inner .camp-flow_btn ._item + ._item::before {
    background-image: url(/corp/campaign/free_2509/images/icon-arrow.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 24px;
    left: -55px;
    top: 120px;
  }
}

.camp-flow {
  text-align: center;
}
.camp-flow h2 {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px auto;
  background-image: linear-gradient(98deg, #0082c3 11%, #82cc4f 71%, #e9cf2d 89%);
}
.camp-flow .camp-flow_inner {
  position: relative;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #f2f9ff, #d8f2ff);
  margin-bottom: 32px;
}
.camp-flow .camp-flow_inner::after {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -16px;
  display: block;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0px 15px;
  border-color: #d8f2ff transparent transparent transparent;
}
.camp-flow_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background-color: #0082c3;
  font-size: 1.6rem;
  width: 140px;
  height: 32px;
  margin: 16px auto;
}
.camp-flow .camp-flow_inner h3 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0082c3;
  margin: auto;
}
.camp-flow .camp-flow_inner h3 span {
  display: block;
  font-weight: normal;
}
.camp-flow .camp-flow_inner h3::before {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "1";
  color: #fff;
  background-color: #0082c3;
  border-radius: 50%;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  width: 40px;
  height: 40px;
  font-size: 3rem;
  margin: auto auto 16px;
}
.camp-flow .camp-flow_inner.-step2 h3::before {
  content: "2";
}
.camp-flow .camp-flow_inner.-step3 h3::before {
  content: "3";
}
.camp-flow_text span {
  color: #f5480f;
}
.camp-flow_note {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  text-align: center;
  color: #2f4c66;
}
.camp-flow_annotation {
  display: block;
  text-align: center;
  color: #848484;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 767.98px) {
  .camp-flow {}
  .camp-flow h2 {
    font-size: 3.2rem;
  }
  .camp-flow .camp-flow_inner {
    width: 100%;
    padding: 16px 16px 32px;
    margin-bottom: 40px;
  }
  .camp-flow .camp-flow_inner h3 {
    font-size: 2.2rem;
  }
  .camp-flow .camp-flow_inner h3 span {
    font-size: 1.8rem;
  }
  .camp-flow_read {
    font-size: 1.6rem;
  }
  .camp-flow_text {
    font-size: 1.6rem;
    text-align: left;
  }
  .camp-flow .camp-flow_inner .camp-entry {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .camp-flow_note {
    line-height: 1.75;
  }
  .camp-flow_annotation {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .camp-flow {}
  .camp-flow h2 {
    font-size: 4rem;
  }
  .camp-flow .camp-flow_inner {
    width: 720px;
    padding: 16px 32px 32px;
  }
  .camp-flow .camp-flow_inner h3 {
    font-size: 2.2rem;
  }
  .camp-flow .camp-flow_inner h3 span {
    font-size: 1.8rem;
  }
  .camp-flow .camp-flow_inner.-step1 picture + picture {
    width: 234px;
    margin: auto;
  }
  .camp-flow .camp-flow_inner .camp-entry {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .camp-flow_note {
    line-height: 1.5;
  }
  .camp-flow_annotation {
    font-size: 1.2rem;
  }
}

.camp-ranking {
  text-align: center;
}
.camp-ranking h2 {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
  background-image: linear-gradient(95deg, #0082c3 11%, #82cc4f 71%, #e9cf2d 89%);
}
.camp-ranking h2 span {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .camp-ranking h2 {
    font-size: 3.2rem;
  }
  .camp-ranking h2 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .camp-ranking h2 {
    font-size: 4rem;
  }
  .camp-ranking h2 span {
    font-size: 2.4rem;
  }
}


.camp-tabs {
  margin-top: 24px;
}
.camp-tabs ._tablist,
.camp-tabs ._tablist li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.camp-tabs ._tablist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.camp-tabs ._tabpanel.is-hidden {
  display: none;
}
.camp-tabs ._tablist li a {
  color: #0a1f33;
  background-color: #efefef;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.camp-tabs ._tablist li a.is-selected {
  cursor: default;
  color: #fff;
  border: solid 1px #d9d9d9;
  background-color: #0082c3;
}
.camp-tabs ._tablist li a.is-selected:hover {
  background-color: #0082c3;
}
.camp-tabs ._tablist li a:hover {
  filter: brightness(100%);
  background-color: #e9f6ff;
}
._tabpanel h3 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.camp-tabs_note {
  margin-top: 16px;
  font-size: 1.2rem;
  text-align: left;
  color: #848484;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .camp-tabs ._tablist {
    gap: 8px;
  }
  .camp-tabs ._tablist li {
    width: calc(50% - 4px);
  }
  .camp-tabs ._tablist li a {
    height: 48px;
    font-size: 1.3rem;
  }
  ._tabpanel h3 {
    margin: 16px 0;
    font-size: 1.8rem;
  }
  .camp-tabs_note {
    font-size: 1.05rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .camp-tabs ._tablist li a {
    width: 356px;
    height: 68px;
    font-size: 1.6rem;
  }
  ._tabpanel h3 {
    margin: 24px 0;
    font-size: 2rem;
  }
}


/* benefit
++++++++++++++++++++++++++++++++++++++++ */
.camp-benefit{
  background-color: #f7f7f7;
}
.camp-benefit h3{
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #07b53b;
  margin: 0;
}
.camp-benefit-list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .camp-benefit{
    width: 100%;
    width: calc(100% + 32px);
    box-sizing: border-box;
    height: auto;
    padding: 26px 40px 106px;
    background-image: url(/corp/campaign/cfd_2507/images/step-img05-sp.@2x.webp) ;
    background-repeat: no-repeat;
    background-position: right 16px bottom;
    background-size: 149px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .camp-benefit h3 {
    font-size: 22px;
  }
  .camp-benefit-list {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .camp-benefit-list li {
    background: url(/corp/campaign/cfd_2507/images/icon-chack.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
  }
  .camp-benefit-list li + li {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .camp-benefit{
    width: 720px;
    height: 328px;
    padding: 32px 119px;
    background-image: url(/corp/campaign/cfd_2507/images/step-img05-pc.@2x.webp) ;
    background-repeat: no-repeat;
    background-position: right 24px bottom;
    background-size: 193px;
  }
  .camp-benefit h3 {
    font-size: 32px;
  }
  .camp-benefit-list {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .camp-benefit-list li {
    background: url(/corp/campaign/cfd_2507/images/icon-chack.svg) no-repeat 0;
    background-size: 18px;
    padding-left: 28px;
  }
  .camp-benefit-list li + li {
    margin-top: 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%;
}
.camp-summary ul,
.camp-summary li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.camp-summary li {
  position: relative;
  padding-left: 1em;
}
.camp-summary li::before {
  content: "・";
  position: absolute;
  left: 5px;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .camp-summary {
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
  .camp-summary section + section {
    margin-top: 40px;
  }
  .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;
  }
  .camp-summary section + section {
    margin-top: 64px;
  }
  .camp-summary section ul li {
  }
}

/* camp-note
++++++++++++++++++++++++++++++++++++++++ */
.camp-note {
}
.camp-note span {
  color: #d80b0b;
}
.camp-note,
.camp-note li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.camp-summary .camp-note {
  font-size: 1.4rem;
  margin-top: 16px;
}
.camp-summary .camp-note li {
  text-indent: -1em;
}
.camp-summary .camp-note li::before {
  display: none;
}

/* 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;
  }
}





/* fund-ranking
++++++++++++++++++++++++++++++++++++++++ */
.m-guide-fund-ranking__item__tab__list,
.m-guide-fund-ranking__item__tab__list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
[type="checkbox"], [type="radio"] {
  display: none;
}
.m-guide-fund-ranking__item__tab__list {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #dde0e5;
  border-radius: 8px;
  overflow: hidden;
}
.m-guide-fund-ranking__item__tab__list li + li {
  border-left: solid 1px #dde0e5;
}
.m-guide-fund-ranking__item__tab__list label{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.m-guide-fund-ranking__item__tab__list label.is-checked,
.m-guide-fund-ranking__item__tab__list label.is-checked:hover {
  cursor: default;
  background-color: #3674b2;
  color: #fff;
}
.m-guide-fund-ranking__item__tab__list label:hover {
  background-color: #e9f6ff;
}

.m-guide-fund-ranking__item__body {
  margin: 40px 0 0;
  padding: 32px 36px;
  background-color: rgba(54, 116, 178, 0.06);
}
.m-guide-fund-ranking--detail,
.m-guide-fund-ranking--detail li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-guide-fund-ranking--detail {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  counter-reset: fund-ranking;
}
.m-guide-fund-ranking--detail li {
  width: 400px;
  gap: 24px;
  padding: 24px 24px 24px 81px;
  border-radius: 8px;
  border: solid 1px rgba(54, 116, 178, 0.25);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 33px;
  position: relative;
  counter-increment: fund-ranking;
}
.m-guide-fund-ranking--detail li::before {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 33px;
  content: counter(fund-ranking) ;
  position: absolute;
  width: 33px;
  height: 33px;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #3d6b99;
  background-image: url(/corp/guide/fund/images/icon_ranking_other.png);
  background-size: 100%;
}
.m-guide-fund-ranking--detail li:nth-child(1)::before,
.m-guide-fund-ranking--detail li:nth-child(2)::before,
.m-guide-fund-ranking--detail li:nth-child(3)::before {
  display: none;
}
.m-guide-fund-ranking--detail li:nth-child(1) {
  background-image: url(/corp/guide/fund/images/icon_ranking01.svg);
}
.m-guide-fund-ranking--detail li:nth-child(2) {
  background-image: url(/corp/guide/fund/images/icon_ranking02.svg);
}
.m-guide-fund-ranking--detail li:nth-child(3) {
  background-image: url(/corp/guide/fund/images/icon_ranking03.svg);
}
.m-guide-fund-ranking__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
  text-decoration: underline;
  color: #0067c3;
  text-align: justify;
}
.m-guide-fund-ranking__description__item {
  max-width: 250px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
  display: flex;
  gap: 20px;
}
.m-guide-fund-ranking__description__item.-return {
  justify-content: space-between;
  width: 230px;
  gap: 0;
}
.m-guide-fund-ranking__description__item + 
.m-guide-fund-ranking__description__item .m-guide-fund-ranking__description__item__value {
  font-size: 1.2rem;
}
.m-guide-fund-ranking__description__item + 
.m-guide-fund-ranking__description__item .m-guide-fund-ranking__description__num {
  font-weight: bold;
  font-size: 1.4rem;
}
.m-guide-fund-ranking__description__plus {
  color: #0067c3;
}
.m-guide-fund-ranking__description__minus {
  color: #c00;
}
@media (max-width: 767.98px) {
  .m-guide-fund-ranking__item__date {
    font-size: 1.6rem;
    margin-top: 32px;
  }
  .m-guide-fund-ranking__item__tab__list {
    margin: 0 auto 32px;
    width: 297px;
  }
  .m-guide-fund-ranking__item__tab__list label{
    width: 99px;
    height: 40px;
  }
  .m-guide-fund-ranking__item__body {
    margin: 0 -16px;
    padding: 16px;
  }
  .m-guide-fund-ranking--detail {
    gap: 16px;
  }
  .m-guide-fund-ranking--detail li {
    width: 100%;
    gap: 24px;
    padding: 16px 16px 16px 65px;
    background-position: left 16px center;
  }
  .m-guide-fund-ranking--detail li::before {
    left: 16px;
  }
  .m-guide-fund-ranking--detail li:nth-child(1) {
    background-position: left 16px center;
  }
  .m-guide-fund-ranking__title {
    margin-bottom: 8px;
  }
  .m-guide-fund-ranking__description__item.-return {
    width: 100%;
    max-width: none;
  }
}
@media print, screen and (min-width: 768px) {
  .m-guide-fund-ranking__item__date {
    margin-top: 40px;
    font-size: 2rem;
  }
  .m-guide-fund-ranking__item__tab__list {
    margin: 0 auto 40px;
    width: 360px;
  }
  .m-guide-fund-ranking__item__tab__list label{
    width: 120px;
    height: 40px;
  }
  .m-guide-fund-ranking__item__body {
    width: 100%;
    margin: 40px 0 0;
    margin: 0 0 0;
    padding: 16px;
  }
  .m-guide-fund-ranking--detail {
    gap: 16px;
  }
  .m-guide-fund-ranking--detail li {
    width: 400px;
    width: calc(50% - 12px);
    gap: 24px;
    padding: 24px 24px 24px 81px;
    background-position: left 24px center;
  }
  .m-guide-fund-ranking--detail li::before {
    left: 24px;
  }
  .m-guide-fund-ranking--detail li {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-guide-fund-ranking--detail li:hover {
    background-color: #eaf4f8;
  }
  .m-guide-fund-ranking__title {
    margin-bottom: 16px;
  }
  .m-guide-fund-ranking__description__item__heading {
    width: 88px;
  }
}

.camp-bnr {
  margin-top: 40px;
}
.camp-bnr h2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
}
.camp-bnr a {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .camp-bnr {
    margin-bottom: 72px;
  }
  .camp-bnr h2 {
    font-size: 1.8rem;
  }
  .camp-bnr a {
  }
}
@media (min-width: 768px) {
  .camp-bnr {
    margin-bottom: 96px;
  }
  .camp-bnr h2 {
    font-size: 2rem;
  }
  .camp-bnr a {
    margin: 40px auto 0;
    width: 512px;
    transition: all ease 0.3s;
  }
  .camp-bnr a:hover {
    opacity: .7;
    /* filter: brightness(112%); */
  }
}


/* +++++++++++++++++++++++++++++++++++++++
/* 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: #f1fce9;
  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;
  }
}


/* override
++++++++++++++++++++++++++++++++++++++++ *

@media (max-width: 767.98px) {

}
@media (min-width: 768px) {

}
