@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;
  margin-right: -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;
  flex-wrap: wrap;
  border-radius: 100vh;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 2.25px;
  text-indent: 2.25px;
  margin-left: auto;
  margin-right: auto;
}
.camp-entry ._entryend {
  line-height: 1.5;
  align-content: center;
}
.camp-entry ._entryend small {
  display: block;
  width: 100%;
}
.camp-entry ._btn.-add,
.camp-entry ._btn.-entry {
  padding: 15px 16px;
  margin: 0 auto;
}
.camp-entry ._btn.-entry {
  color: #643c00;
  background-image: linear-gradient(97deg, #f7d48a 0%, #ffe2a4 50%, #ddad44 100%);
  position: relative;
}
.camp-entry ._btn.-add {
  background-color: #ef2e42;
}
.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 dd {
    text-align: left;
  }
  .camp-entry ._btn.-add {
    width: 264px;
    height: 56px;
  }
  .camp-entry ._entryend {
    width: 264px;
    height: 56px;
  }
  .camp-entry ._entryend small {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .camp-entry ._btn {
    width: 512px;
  }
  .camp-entry ._btn.-add,
  .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;
}

/* detail
++++++++++++++++++++++++++++++++++++++++ */
.camp-detail {
}
.camp-detail_wrap {
  color: #fff;
  text-align: center;
  border-radius: 32px;
}
.camp-detail_wrap.-detail1 {
  background-color: #1959a1;
}
.camp-detail_wrap.-detail2 {
  background-color: #2b7ad1;
}
.camp-detail_wrap h3 {
  margin: 0 auto;
  width: 260px;
}
.camp-detail_read {
  font-weight: bold;
}
.camp-detail_read > span {
  font-size: 2.4rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.camp-detail_read > strong {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
.camp-detail_read > strong > span {
  font-size: 3.7rem;
}
.camp-detail_read.-bottom > span {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.camp-detail_read.-bottom > strong {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.camp-detail_inner {
  margin: 24px auto;
  border-radius: 4px;
  background-color: #fff;
}
.camp-detail_inner p {
  margin: 16px auto;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #643c00;
  padding-bottom: 32px;
  position: relative;
}
.camp-detail_note {
  letter-spacing: 0.025em;
  text-align: left;
  color: #ba862a;
  margin-top: 8px;
}
.camp-detail > p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: justify;
  color: #643c00;
}
.camp-detail p > span {
  color: #d90016;
}
@media (max-width: 767.98px) {
  .camp-detail {
  }
  .camp-detail_wrap {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 40px 16px;
  }
  .camp-detail_wrap + .camp-detail_wrap {
    margin-top: 32px;
  }
  .camp-detail_read > span {
    letter-spacing: normal;
  }
  .camp-detail_inner {
    padding: 24px 16px 16px;
  }
  .camp-detail_inner p {
    text-align: left;
    font-size: 1.6rem;
  }
  .camp-detail_note {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .camp-detail > p {
    font-size: 1.8rem;
    margin: 32px auto 24px;
  }
}
@media (min-width: 768px) {
  .camp-detail {
  }
  .camp-detail_wrap {
    width: 720px;
    padding: 40px 32px;
  }
  .camp-detail_wrap + .camp-detail_wrap {
    margin-top: 40px;
  }
  .camp-detail_inner {
    width: 656px;
    padding: 24px 32px 32px;
  }
  .camp-detail_inner p {
    font-size: 1.8rem;
  }
  .camp-main .camp-detail_img {
    width: 330px;
  }
  .camp-detail_note {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .camp-detail > p {
    width: 720px;
    margin: 24px auto;
    font-size: 2rem;
  }
}

/* chance_table */
.camp-detail_table {}
.camp-detail_table ._ttl {
  margin: 24px auto 0;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.camp-detail_table table {
  width: 100%;
  margin: 11px auto 0;
  box-shadow: 0px 0px 0px 1px #d9d9d9;
}
.camp-detail_table tr {
  letter-spacing: 0.025em;
}
.camp-detail_table thead th {
  width: 50%;
  background-color: #643c00;
  color: #fff;
  font-weight: normal;
}
.camp-detail_table thead th + th {
  border-left: #d9d9d9 solid 1px;
}
.camp-detail_table tbody td {
  border-top: #d9d9d9 solid 1px;
  border-right: #d9d9d9 solid 1px;
  vertical-align: middle;
  color: #0a1f33;
  background-color: #fff;
  line-height: 1.3;
}
.camp-detail_table tbody td > span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
.camp-detail_table.-top tbody td > span {
  color: #d90016;
}
@media (max-width: 767.98px) {
  .camp-detail_table.-top {
    margin-bottom: 40px;
  }
  .camp-detail_table.-top thead th {
    width: 60%;
  }
  .camp-detail_table.-top thead th + th {
    width: 40%;
  }
  .camp-detail_table.-top tr td p {
    margin-bottom: 8px;
  }
  .camp-detail_table.-column3 tr th {
    line-height: 1.2;
  }
  .camp-detail_table.-column3 tr th,
  .camp-detail_table.-column3 tr td {
    padding: 8px 0;
  }
  .camp-detail_table.-column3 tr > :nth-child(1) {
    width: 30%;
  }
  .camp-detail_table.-column3 tr > :nth-child(2) {
    width: 42%;
  }
  .camp-detail_table.-column3 tr > :nth-child(3) {
    width: 28%;
  }
  .camp-detail_table tr th,
  .camp-detail_table tr td {
    height: 36px;
  }
  .camp-detail_table thead th {
    width: 50%;
  }
  .camp-detail_table thead th + th {
    width: 50%;
  }
  .camp-detail_table tbody td > p {
    line-height: 1.3;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 8px;
  }
  .camp-detail_table tbody td > span {
    font-size: 1rem;
    margin-top: 8px;
    text-align: left;
    margin: 0 8px;
  }
  .camp-detail_table.-column3 tbody td > span {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .camp-detail_table {
    margin: auto;
  }
  .camp-detail_table.-top {
    width: 656px;
    margin-bottom: 48px;
  }
  .camp-detail_table.-top tr td p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .camp-detail_table.-column3 tr :nth-child(1) {
    width: 198px;
  }
  .camp-detail_table.-column3 tr :nth-child(2) {
    width: 259px;
  }
  .camp-detail_table.-column3 tr :nth-child(3) {
    width: 136px;
  }
  .camp-detail_table.-column3 tr td {
    height: 62px;
  }
  .camp-detail_table tr th,
  .camp-detail_table tr td {
    height: 44px;
  }
}

/* apply
++++++++++++++++++++++++++++++++++++++++ */
.camp-apply {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 0fr;
  align-content: start;
  margin: 0 auto;
  transition: grid-template-rows .3s ease;
}
.camp-apply.is-open {
	grid-template-rows: auto 1fr;
}
.camp-apply > ._ttl {
  position: relative;
  color: #fff;
  letter-spacing: 0.025em;
  cursor: pointer;
  margin: 0;
  height: 44px;
  line-height: 44px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ba862a;
}
.camp-apply > ._ttl::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform-origin: center center;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #fff;
  background-size: 5px 6px;
  background-repeat: no-repeat;
  background-position:  top 6px left 35%,
                        top 6px right 35%;
  background-image: linear-gradient(to top right, transparent 45% , #ba862a 55%),
                    linear-gradient(to top left, transparent 45%, #ba862a 55%);
  content: "";
  transition: transform 0.3s ease;
}
.camp-apply.is-open > ._ttl::after  {
  transform: scale(1, -1);
}
.camp-apply > ._body {
	position: relative;
	overflow: hidden;
  visibility: hidden;
  background-color: #fff;
}

.camp-apply.is-open > ._body {
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  visibility: visible
}
.camp-apply > ._body > figure {
  display: block;
}
.camp-apply > ._body ._extit {
  color: #ba862a;
  font-weight: bold;
}
.camp-apply > ._body p > strong {
  color: #d90016;
}
.camp-apply > ._body p > span {
  color: #0a1f33;
}
@media (max-width: 767.98px) {
  .camp-apply {
    margin-bottom: 24px;
  }
  .camp-apply > ._ttl {
  }
  .camp-apply > ._body {
    padding: 0 15px;
  }
  .camp-apply.is-open > ._body {
    padding: 24px;
  }
  .camp-apply > ._body ._extit {
    font-size: 1.6rem;
  }
  .camp-apply > ._body strong {
    font-size: 1.6rem;
  }
  .camp-apply > ._body p > span {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .camp-apply {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 96px;
  }
  .camp-apply > ._ttl {
    width: 720px;
  }
  .camp-apply > ._body {
    width: 720px;
  }
  .camp-apply.is-open > ._body {
    padding: 24px 32px;
  }
  .camp-apply > ._body p > span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media (hover: hover) {
  .camp-apply > ._ttl {
    transition: all ease 0.3s;
  }
  .camp-apply > ._ttl:hover {
    filter: brightness(1);
    transform: translateZ(0px);
    opacity: .7;
  }
}

/* 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 section ul li {
  }
}

/* override
++++++++++++++++++++++++++++++++++++++++ *
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
