@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;
  }
}
@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 20px 0.4em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  border-bottom: solid 4px #f3f4f5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
}
.camp-entry ._btn.-entry,
.camp-entry ._entryend.-entry {
  padding: 15px 16px;
  margin: 0 auto;
}
.camp-entry ._btn.-entry {
  color: #643c00;
  background-image: linear-gradient(97deg, #f7d48a 0%, #ffe2a4 50%, #ddad44 100%);
}
.camp-entry ._btn.-entry {
}
.camp-entry ._entryend {
  background-color: #d5d5d5;
}
@media (max-width: 767.98px) {
  .camp-entry {
    width: 280px;
    height: 56px;
  }
  .camp-entry ._btn {
    font-size: 1.8rem;
  }
  .camp-entry ._entryend {
    font-size: 1.6rem;
  }
  .camp-entry dd {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .camp-entry ._btn {
    width: 512px;
  }
  .camp-entry ._btn.-entry,
  .camp-entry ._entryend.-entry {
    width: 400px;
    height: 64px;
  }
}
/* end */


/* 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-indent: 0.1em;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 40px auto;
  background-image: linear-gradient(to bottom, #cfb25d, #a9680f);
}
.camp-cost h2 span {
  display: block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .camp-cost {
    text-align: center;
  }
  .camp-cost h2 {
    margin: 0 auto 16px;
    font-size: 3.2rem;
  }
  .camp-cost h2 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .camp-cost {
    text-align: center;
  }
  .camp-cost h2 {
    width: 346px;
    margin: 0 auto 24px;
    font-size: 4rem;
  }
  .camp-cost h2 span {
    font-size: 2.4rem;
  }
}

/* andmore
++++++++++++++++++++++++++++++++++++++++ */
.andmore {
  color: #643c00;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
.andmore {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.andmore > span {
  display: block;
  margin-bottom: 8px;
}
.andmore > b,
.andmore > strong {
  font-weight: bold;
}
.andmore > strong {
  color: #df0809;
}
.andmore > sup {
  top: -1.8em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: #848484;
}
.andmore > mark {
  text-decoration: none;
  background-image: linear-gradient(to right, #ffe9b9, #ffe9b9);
  background-repeat: no-repeat;
  background-position: left 0.9em;
  background-size: 100% 8px;
  font-weight: 650;
  line-height: 1;
  color: #df0809;
}
._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;
}
.andmore > ._note {
  text-indent: 0.05em;
}

@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; }
}

/* cost-free_table
++++++++++++++++++++++++++++++++++++++++ */
.cost-free_table {
}
.cost-free_table ._ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  color: #643c00;
}
.cost-free_table table {
  margin: 11px auto 16px;
  box-shadow: 0px 0px 0px 1px #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  color: #643c00;
}
.cost-free_table table tr {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  height: 76px;
}
.cost-free_table table tr b {
  font-weight: bold;
  font-family: "din-2014", sans-serif;
}
.cost-free_table table tr sup { color: #848484; }
.cost-free_table table thead { background-color: #fff8ee; }
.cost-free_table table thead th {
  font-weight: bold; 
  border-bottom: solid 1px #d9d9d9;
}
.cost-free_table table thead th + th { border-left: solid 1px #d9d9d9; }
.cost-free_table table tbody ._gmo { border: solid 2px #df0809; }
.cost-free_table table tbody ._gmo th {
  background-color: #df0809;
  border-right: solid 1px #df0809;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.cost-free_table table tbody ._gmo ._flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #df0809;
}
.cost-free_table table tbody ._gmo ._flex > strong {
  display: flex;
  align-items: flex-end;
}
.cost-free_table table tbody ._gmo ._flex strong > b {
  line-height: 1.1;
  font-size: 10rem;
  font-weight: 700;
}
.cost-free_table table tbody ._gmo ._flex > span {
  border-radius: 4px;
  border: solid 1px #df0809;
  font-size: 2rem;
  color: #df0809;
}
.cost-free_table table tbody th {
  background-color: #fff8ee;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.cost-free_table table tbody th + td { border-left: solid 1px #d9d9d9; }
.cost-free_table table tbody td + td { border-left: solid 1px #d9d9d9; }
.cost-free_table table tbody tr:not(:last-child) th { border-bottom: solid 1px #d9d9d9; }
.cost-free_table table tbody tr:not(:last-child) td { border-bottom: solid 1px #d9d9d9; }
.cost-free_table ._caption {
  margin: 8px auto 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #848484;
}
@media (max-width: 767.98px) {
  .cost-free_table {
    text-align: center;
    margin: 40px 0 72px;
  }
  .cost-free_table ._ttl { font-size: 1.6rem; }
  .cost-free_table ._ttl span { font-size: 1.4rem; }
  .cost-free_table table {
    width: 100%;
    max-width: 528px;
    margin: 11px auto 0;
    border-radius: 8px;
  }
  .cost-free_table table tr {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    height: 64px;
    font-size: 1.4rem;
  }
  .cost-free_table table tr sup { font-size: 1rem; }
  .cost-free_table table thead {
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .cost-free_table table thead b { font-size: 1.4rem; }
  .cost-free_table table tbody ._gmo th {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .cost-free_table table tbody ._gmo ._flex {
    gap: 16px;
    font-size: 4rem;
    height: 40px;
  }
  .cost-free_table table tbody ._gmo ._flex > strong {
    height: 64px;
  }
  .cost-free_table table tbody ._gmo ._flex > strong > span {
    font-size: 2.4rem;
  }
  .cost-free_table table tbody ._gmo ._flex strong > b {
    line-height: 1;
    font-size: 6.5rem;
    font-weight: 600;
  }
  .cost-free_table table tbody ._gmo ._flex > span {
    width: 64px;
    height: 30px;
    line-height: 28px;
    font-size: 1.2rem;
  }
  .cost-free_table table tbody th {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .cost-free_table table tbody td { font-size: 1.2rem; }
  .cost-free_table table tbody b {
    font-size: 1.6rem;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
  }
  .cost-free_table ._caption {
    max-width: 528px;
    width: 100%;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .cost-free_table {
    margin-top: 64px;
    margin-bottom: 96px;
  }
  .cost-free_table ._ttl { font-size: 2.4rem; }
  .cost-free_table ._ttl span { font-size: 1.6rem; }
  .cost-free_table table {
    width: 720px;
    margin: 11px auto 0;
  }
  .cost-free_table table tr {
    height: 76px;
    font-size: 1.5rem;
    font-size: 2rem;
  }
  .cost-free_table table tr b {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .cost-free_table table tr sup {
    font-size: 1.2rem;
  }
  .cost-free_table table thead th {
    width: 132px;
    font-size: 1.5rem;
  }
  .cost-free_table table thead th:first-child {
    width: 192px;
  }
  .cost-free_table table tbody ._gmo {
    height: 91px;
  }
  .cost-free_table table tbody ._gmo th {
    font-size: 2.4rem;
  }
  .cost-free_table table tbody ._gmo ._flex {
    height: 87px;
    gap: 16px;
    font-size: 4rem;
  }
  .cost-free_table table tbody ._gmo ._flex > strong {
    height: 105px;
  }
  .cost-free_table table tbody ._gmo ._flex b {
    line-height: 1;
    font-size: 10rem;
  }
  .cost-free_table table tbody ._gmo ._flex > span {
    width: 104px;
    height: 37px;
    line-height: 37px;
    font-size: 2rem;
  }
  .cost-free_table table tbody th {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .cost-free_table ._caption {
    width: 720px;
    font-size: 1.2rem;
  }
}

/* chance
++++++++++++++++++++++++++++++++++++++++ */
.camp-chance {
}
.camp-chance_wrap {
  color: #fff;
  text-align: center;
  border-radius: 32px;
}
.camp-chance_wrap.-chance1 {
  background-color: #df0809;
}
.camp-chance_wrap.-chance2 {
  background-color: #1959a1;
}
.camp-chance_wrap.-chance3 {
  background-color: #0f9565;
}
.camp-chance_wrap h3 {
  margin: 0 auto;
  width: 260px;
}
.camp-chance_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 26px;
  margin: 16px auto;
  border-radius: 13px;
  border: solid 1px #fff;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: #fff;
}
.camp-chance_read {
  font-weight: bold;
}
.camp-chance_read > span {
  font-size: 1.6rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 8px;
}
.camp-chance_read > span > span {
  font-size: 2.4rem;
}
.camp-chance_read > strong {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
.camp-chance_read > strong > span {
  font-size: 3.7rem;
}
.camp-chance_read.-bottom > span {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  margin-bottom: 0;
}
.camp-chance_read.-bottom > strong {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  line-height: 1.5;
}
.camp-chance_inner {
  position: relative;
  overflow: hidden;
  margin: 24px auto;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
}
.camp-chance_inner p {
  margin: 16px auto;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #643c00;
  padding-bottom: 32px;
  position: relative;
}
.camp-chance_inner > p > span {
  color: #ba862a;
}

.camp-chance_inner p::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0px 15px;
  border-color: #643c00 transparent transparent transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.camp-chance_note {
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
}
.camp-chance_inner .camp-chance_note {
  color: #643c00;
}
.camp-chance_note.-arrow {
  display: block;
  position: relative;
  padding-bottom: 62px;
}
.camp-chance_note.-arrow::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0px 15px;
  border-color: #fff transparent transparent transparent;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .camp-chance {
  }
  .camp-chance_wrap {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 40px 16px;
  }
  .camp-chance_wrap + .camp-chance_wrap {
    margin-top: 32px;
  }
  .camp-chance_read > span {
    letter-spacing: normal;
  }
  .camp-chance_inner p {
    text-align: left;
    font-size: 1.6rem;
  }
  .camp-chance_note {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .camp-chance {
  }
  .camp-chance_wrap {
    width: 720px;
    padding: 40px 32px;
  }
  .camp-chance_wrap + .camp-chance_wrap {
    margin-top: 40px;
  }
  .camp-chance_inner {
    width: 656px;
  }
  .camp-chance_inner p {
    font-size: 1.8rem;
  }
  .camp-chance_note {
    font-size: 1.4rem;
  }
}
/* end */
.camp-chance_inner > ._endcamp {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  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-chance_inner ._end_message {
  flex-grow: 1;
  margin: 0;
  border: 2px solid var(--color-gray-tertiary);
  border-radius: 4px;
  background: var(--color-gray-primary);
  color: var(--color-red-primary);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
.camp-chance_inner ._end_message strong {
  display: block;
}
@media (max-width: 767.98px) {
  .camp-chance_inner > ._endcamp {
    padding: 16px;
  }
  .camp-chance_inner ._end_message {
    padding: 16px;
    font-size: 1.8rem;
  }
  .camp-chance_inner ._end_message strong {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .camp-chance_inner > ._endcamp {
    padding: 40px;
  }
  .camp-chance_inner ._end_message {
    padding: 32px;
    font-size: 2rem;
  }
  .camp-chance_inner ._end_message strong {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
}

/* chance_table */
.camp-chance_table {}
.camp-chance_table ._ttl {
  margin: 24px auto 0;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.camp-chance_table table {
  width: 100%;
  margin: 11px auto 0;
  box-shadow: 0px 0px 0px 1px #d9d9d9;
}
.camp-chance_table tr {
  letter-spacing: 0.025em;
}
.camp-chance_table thead th {
  width: 50%;
  background-color: #643c00;
  color: #fff;
  font-weight: normal;
}
.camp-chance_table thead th + th {
  border-left: #d9d9d9 solid 1px;
}
.camp-chance_table tbody td {
  border-top: #d9d9d9 solid 1px;
  border-right: #d9d9d9 solid 1px;
  vertical-align: middle;
  color: #0a1f33;
  background-color: #fff;
}
.camp-chance_table tbody td > p {
  line-height: 1.5;
  margin: 0;
}
.camp-chance_table tbody td > span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  color: #d90016;
}
@media (max-width: 767.98px) {
  .camp-chance_table ._ttl {
    font-size: 1.6rem;
  }
  .camp-chance_table tr th,
  .camp-chance_table tr td {
    height: 36px;
  }
  .camp-chance_table thead th {
    width: 60%;
  }
  .camp-chance_table thead th + th {
    width: 40%;
  }
  .camp-chance_table tbody td > p {
    line-height: 1.3;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 8px;
  }
  .camp-chance_table tbody td > span {
    font-size: 1rem;
    margin-top: 8px;
    text-align: left;
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  .camp-chance_table ._ttl {
    font-size: 1.8rem;
  }
  .camp-chance_table tr th,
  .camp-chance_table tr td {
    height: 44px;
  }
}

/* chance_img */
@media (max-width: 767.98px) {
  .camp-main .camp-chance1_img1 { width: 259px; }
  .camp-main .camp-chance1_img2 { width: 100%; }
  .camp-main .camp-chance_img { width: 100%; }
}
@media (min-width: 768px) {
  .camp-main .camp-chance1_img1 { width: 311px; }
  .camp-main .camp-chance1_img2 { width: 356px; }
  .camp-main .camp-chance_img { width: 362px; }
}

/* 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 ul,
  .camp-summary li {
    line-height: 1.75;
  }
  .camp-summary section ul li {
  }
}

/* override
++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767.98px) {
  section + section { margin-top: 72px; }
}
@media (min-width: 768px) {
  section + section { margin-top: 96px; }
}


/* override
++++++++++++++++++++++++++++++++++++++++ *
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
