@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;
}

/* cost
++++++++++++++++++++++++++++++++++++++++ */
.camp-conditions {
  text-align: center;
}
.camp-conditions h2 {
}
.camp-conditions h2 span {
}
.camp-conditions ._subttl {
  width: 320px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 4px;
  background-color: rgba(73, 44, 0, 0.1);
  font-size: 2rem;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #492c00;
}
.camp-conditions ._subttl span {
  display: inline-block;
  font-size: 2.6rem;
}
.camp-conditions p {
  color: #492c00;
  line-height: 1;
  margin: 24px auto 8px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.camp-conditions p + p {
  line-height: 1.75;
  margin: 0 auto 32px;
}
.camp-conditions .camp-entry ._btn.-entry::before,
.camp-conditions .camp-entry ._btn.-entry::after {
  position: absolute;
  content: "";
  display: inline-block;
  margin: auto;
}
.camp-conditions .camp-entry ._btn.-entry::before {
  width: 76px;
  height: 76px;
  background-image: url(/corp/campaign/click20_2/images/done-icon1.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  bottom: -84px;
  right: 20px;
}
.camp-conditions .camp-entry.-step2 ._btn.-entry::before {
  height: 77px;
  background-image: url(/corp/campaign/click20_2/images/done-icon2.svg);
}
.camp-conditions .camp-entry ._btn.-entry::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0px 12px;
  border-color: #492c00 transparent transparent transparent;
  bottom: -50px;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .camp-conditions h2 {
  }
  .camp-conditions h2 span {
    font-size: 1.6rem;
  }
  .camp-conditions ._subttl {
    margin-top: 24px;
    width: 100%;
  }
  .camp-conditions p {
    margin: 8px auto 16px;
  }
  .camp-conditions p + p {
    font-size: 1.6rem;
    margin: -8px auto 16px;
  }
  .camp-conditions .camp-entry {
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .camp-conditions h2 {
  }
  .camp-conditions h2 span {
    font-size: 2.4rem;
  }
  .camp-conditions p + p {
    font-size: 1.8rem;
  }
  .camp-conditions .camp-entry {
    margin-bottom: 120px;
  }
  .camp-conditions .camp-entry ._btn.-entry::before {
    right: 80px;
  }
  .camp-conditions ._img {
    width: 300px;
  }
}

.caution {
  padding: 16px 0 24px;
  border-radius: 4px;
  background-color: #ffe9e9;
  text-align: center;
  color: #d90016;
  line-height: 1;
  letter-spacing: 0.05em;
}
.caution ._ttl {
  font-size: 2.12rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.caution ._read {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.caution ._note {
  font-size: 1.2rem;
  margin-top: 16px;
}
.caution .camp-entry ._btn.-entry {
  color: #fff;
  background-image: none;
  background-color: #d90016;
}
@media (max-width: 767.98px) {
  .caution {
    margin: 40px auto 72px;
  }
}
@media (min-width: 768px) {
  .caution {
    width: 656px;
    margin: 48px auto 96px;
  }
}

/* camp-tabs 
++++++++++++++++++++++++++++++++++++++++ */
.camp-tabs {
  margin-top: 24px;
}
.camp-tabs ._tablist {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #d9d9d9;
}
.camp-tabs ._tablist li {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.camp-tabs ._tablist li a {
  padding: 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  color: #0a1f33;
  text-decoration: none;
}
.camp-tabs ._tablist li a.is-selected {
  background-color: #1959a1;
  color: #fff;
  cursor: default;
}
.camp-tabs ._tabpanel {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.camp-tabs ._tabpanel p {
  font-weight: 500;
}
.camp-tabs ._tabpanel p span {
  color: #d90016;
}
.camp-tabs ._tabpanel ._note {
  font-size: 14px;
  line-height: 1.75;
}
.camp-tabs ._tabpanel.is-hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .camp-tabs ._tablist li {
    height: 48px;
    width: calc(50% - 3px);
    font-size: 1.3rem;
    line-height: 1;
  }
  .camp-tabs ._tabpanel {
    padding: 16px 0 24px;
  }
  .camp-tabs ._tabpanel picture img {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
  .camp-tabs ._tabpanel ._note {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .camp-tabs ._tablist li {
    width: 356px;
    height: 48px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 0.81;
    text-align: center;
    color: #fff;
  }
  .camp-tabs ._tabpanel {
    padding: 24px 0;
  }
  .camp-entry a {
    margin: auto;
  }
}
@media (hover: hover) {
  .camp-tabs ._tablist li a {
    transition: all ease 0.3s;
    filter: brightness(100%);
    transform: translateZ(0px);
  }
  .camp-tabs ._tablist li a:hover {
    filter: brightness(108%);
  }
  .camp-tabs ._tablist li a.is-selected:hover {
    filter: brightness(100%);
  }
}

/* camp-starter_bnr
++++++++++++++++++++++++++++++++++++++++ */
.camp-starter_bnr {
  text-align: center;
}
.camp-starter_bnr ._ttl {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camp-starter_bnr ._btn {
  display: flex;
  gap: 16px;
}
.camp-starter_bnr ._btn a {
  margin: 0;
  color: #0a1f33;
}
@media (max-width: 767.98px) {
  .camp-starter_bnr {
    margin-top: 64px;
  }
  .camp-starter_bnr ._ttl {
    font-size: 1.6rem;
  }
  .camp-starter_bnr ._btn {
    margin: 16px auto 72px;
    flex-wrap: wrap;
  }
  .camp-starter_bnr ._btn a {
    width: calc(50% - 8px);
    height: 13.88888888888889vw;
    font-size: 4.444444444444445vw;
  }
}
@media (min-width: 768px) {
  .camp-starter_bnr {
    margin-top: 96px;
  }
  .camp-starter_bnr ._ttl {
    font-size: 1.8rem;
  }
  .camp-starter_bnr ._btn {
    margin: 28px auto 96px;
  }
  .camp-starter_bnr ._btn a {
    font-size: 1.8rem;
    height: 58px;
  }
  .camp-starter_bnr ._btn a:hover {
    filter: brightness(100%);
    color: #0067c3;
  }
}

/* camp-link_bnr 
++++++++++++++++++++++++++++++++++++++++ */
.camp-link_bnr {
  display: flex;
  gap: 24px;
  margin-bottom: 96px;
}
.camp-link_bnr a {
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .camp-link_bnr {
    flex-wrap: wrap;
  }
  .camp-link_bnr a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .camp-link_bnr {
  }
}

/* camp-app 
++++++++++++++++++++++++++++++++++++++++ */
.camp-app {
  text-align: center;
}
.camp-app-inner ._ttl {
  font-weight: bold;
}
.camp-app-inner ._btn {
  display: block;
}
@media (max-width: 767.98px) {
  .camp-app {
    margin-bottom: 40px;
  }
  .camp-app p {
    margin: 16px auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #0a1f33;
  }
  .camp-app-inner {
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .camp-app-inner + .camp-app-inner {
    margin-top: 32px;
  }
  .camp-app-inner ._ttl {
    width: 100%;
    font-size: 1.6rem;
  }
  .camp-app-inner ._qr {
    display: none;
  }
  .camp-app-inner ._btn {
    margin-top: 8px;
    width: 156px;
  }
}
@media (min-width: 768px) {
  .camp-app {}
  .camp-app p {
    margin-bottom: 40px;
  }
  .camp-app-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 52px;
  }
  .camp-app-inner {
    width: 334px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .camp-app-inner.-kabu {
    width: 100%;
  }
  .camp-app-inner ._dl {
    width: 159px;
  }
  .camp-app-inner ._ttl {
    width: 100%;
    font-size: 1.8rem;
  }
  .camp-app-inner ._qr {
    width: 128px;
  }
  .camp-app-inner ._btn {
    margin-top: 24px;
    width: 159px;
  }
  .camp-app-inner ._btn:hover {
    filter: brightness(100%);
    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; }
}


/* override
++++++++++++++++++++++++++++++++++++++++ *
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
