@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace,monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --color-primary-green: #3AA59E;
  --color-hover-yellow: #FFF9BC;
  --filter-primary-green: brightness(0) saturate(100%) invert(56%) sepia(81%) saturate(319%) hue-rotate(127deg) brightness(85%) contrast(88%);
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #222;
}

p {
  line-height: 1.4;
  word-break: break-all;
}

a:not([class]) {
  color: #3aa59e;
  text-decoration: none;
}

@media (any-hover: hover) {
  a:not([class]):hover {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.componentAttentions {
  container-type: inline-size;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.componentAttentions.isCentering {
  align-items: center;
}

.componentAttentions__item {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.4rem;
  color: #939393;
  line-height: 1.7;
}

@container (max-width: 767px) {
  .componentAttentions__item {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .componentAttentions__item {
    font-size: 1.0rem;
  }
}

.componentAttentions__item[data-type="notice"]::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '・';
  width: 1em;
}

.componentAttentions__item[data-type="warning"]::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
  width: 1em;
}

.componentExchanges {
  container-type: inline-size;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .componentExchanges {
    gap: 10px;
  }
}

.componentExchanges__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.componentExchanges__more {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@container (max-width: 767px) {
  .componentExchanges__more {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.componentFeatures {
  container-type: inline-size;
}

.componentFeatures__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@container (max-width: 767px) {
  .componentFeatures__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .componentFeatures__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.componentFeatures__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 10px;
  justify-items: center;
  padding: 40px 10px;
  border-radius: 20px;
  background-color: #EAF4EB;
}

@container (max-width: 767px) {
  .componentFeatures__item {
    row-gap: 5px;
    padding: 20px 18px;
  }
}

.componentFeatures__name {
  font-size: 1.8rem;
  font-weight: 700;
}

@container (max-width: 767px) {
  .componentFeatures__name {
    font-size: 1.4rem;
  }
}

.componentFeatures__description {
  font-size: 1.4rem;
  text-align: center;
}

.componentFeatures__image {
  width: 60px;
  margin-top: 5px;
}

@container (max-width: 767px) {
  .componentFeatures__image {
    width: 40px;
  }
}

.componentFeatures__image[data-feature-id="history"] {
  position: relative;
  top: -10px;
  width: 141px !important;
}

@media (max-width: 767px) {
  .componentFeatures__image[data-feature-id="history"] {
    width: 122px !important;
  }
}

.componentHeader__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding: 6px 0;
  font-size: 3.0rem;
  font-weight: 700;
  color: #005A13;
  text-align: center;
  background-color: #FFFC00;
}

@media (max-width: 767px) {
  .componentHeader__heading {
    min-height: 28px;
    font-size: 1.6rem;
  }
}

.componentHeader__main {
  display: flex;
  justify-content: center;
  background-color: #07EF2D;
}

.componentHeader__mainVisual {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 837px;
  background-image: url("/assets/img/campaign/welcome/header-money.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.componentHeader__mainVisual img {
  width: 100%;
  max-width: 500px;
}

.componentHeader__sub {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #F51631;
}

.componentHeader__subVisual {
  max-width: 500px;
}

.componentHeader__conjunction {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 3px 30px 5px 30px;
  color: #7D0000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 30px;
  border: 3px solid #7C0000;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .componentHeader__conjunction {
    min-height: 22px;
    font-size: 1.6rem;
    border-width: 2px;
  }
}

.componentLoginLink {
  display: flex;
  justify-content: center;
  color: #484848;
  font-size: 1.3rem;
}

.componentMissionItem {
  width: 100%;
}

.componentMissionItem__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
}

.componentMissionItem__head[data-category="beginner"] {
  background: #FF4D73;
}

.componentMissionItem__head[data-category="beginner"][data-is-cleared="true"] {
  background: #DB2E53;
}

.componentMissionItem__head[data-category="advanced"] {
  background: #2073D1;
}

.componentMissionItem__head[data-category="advanced"][data-is-cleared="true"] {
  background: #1B61AF;
}

.componentMissionItem__headingWrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.componentMissionItem__headingWrapper[data-category="beginner"][data-is-cleared="true"] {
  filter: brightness(0) saturate(100%) invert(6%) sepia(72%) saturate(7050%) hue-rotate(342deg) brightness(92%) contrast(102%);
}

.componentMissionItem__headingWrapper[data-category="advanced"][data-is-cleared="true"] {
  filter: brightness(0) saturate(100%) invert(91%) sepia(4%) saturate(6857%) hue-rotate(180deg) brightness(99%) contrast(109%);
}

.componentMissionItem__icon {
  width: 32px;
  height: auto;
}

@media (max-width: 767px) {
  .componentMissionItem__icon {
    width: 24px;
  }
}

.componentMissionItem__icon img {
  width: 100%;
}

.componentMissionItem__heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.componentMissionItem__headingLead {
  font-size: 1.3rem;
  color: #8BFFA8;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .componentMissionItem__headingLead {
    font-size: 1.1rem;
  }
}

.componentMissionItem__headingLabel {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .componentMissionItem__headingLabel {
    font-size: 1.4rem;
  }
}

.componentMissionItem__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 53px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  background: #F9FE08;
}

.componentMissionItem__button[data-category="beginner"] {
  box-shadow: 0px 3px 0px 0px #CB3B5A;
}

.componentMissionItem__button[data-category="advanced"] {
  box-shadow: 0px 3px 0px 0px #195CA9;
}

@media (hover) {
  .componentMissionItem__button {
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  .componentMissionItem__button:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .componentMissionItem__button {
    width: 80px;
    height: 50px;
    font-size: 1.4rem;
  }
}

.componentMissionItem__clear {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100px;
  height: 53px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #F9FE08;
  border-radius: 10px;
}

.componentMissionItem__clear[data-category="beginner"] {
  background: #B60B2F;
}

.componentMissionItem__clear[data-category="advanced"] {
  background: #09488E;
}

@media (max-width: 767px) {
  .componentMissionItem__clear {
    width: 80px;
    height: 50px;
    font-size: 1.4rem;
  }
  .componentMissionItem__clear img {
    width: 20px;
  }
}

.componentMissionItem__attention {
  padding: 10px;
  border-radius: 0 0px 10px 10px;
  background: #F4F4F4;
}

.componentRegisterButton {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.componentRegisterButton__button {
  max-width: 705px;
}

@media (hover) {
  .componentRegisterButton__button {
    transition-property: filter;
    transition-duration: 0.2s;
  }
  .componentRegisterButton__button:hover {
    filter: brightness(1.06);
  }
}

.componentSiteFooter {
  padding: 20px 0;
  background-color: #F7F7F7;
}

@media (max-width: 767px) {
  .componentSiteFooter {
    padding: 20px;
  }
}

.componentSiteFooter__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .componentSiteFooter__inner {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .componentSiteFooter__inner {
    flex-flow: column;
    gap: 20px;
  }
}

.componentSiteFooter__main {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .componentSiteFooter__main {
    flex-flow: column;
    gap: 10px;
  }
}

.componentSiteFooter__logo {
  width: 100px;
}

@media (max-width: 767px) {
  .componentSiteFooter__logo {
    width: 60px;
  }
}

.componentSiteFooter__body {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .componentSiteFooter__body {
    align-items: center;
  }
}

.componentSiteFooter__links {
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .componentSiteFooter__links {
    gap: 10px;
  }
}

.componentSiteFooter__links a {
  color: #939393;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .componentSiteFooter__links a {
    font-size: 1.2rem;
  }
}

.componentSiteFooter__copyright {
  font-size: 1.0rem;
  color: #939393;
}

.componentSiteFooter__stickers {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.componentSiteFooter__pmark {
  flex-shrink: 0;
  width: 70px;
  background-color: #fff;
}

.componentSiteFooter__isms {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 120px;
}

.componentSiteFooter__isms span {
  font-size: 1.0rem;
  line-height: 1.7;
}

.componentSiteHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 15px;
}

.componentSiteHeader__logo {
  width: 150px;
}

@media (max-width: 767px) {
  .componentSiteHeader__logo {
    width: 100px;
  }
}

.componentSiteHeader__button {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px;
  font-size: 1.2rem;
  color: var(--color-primary-green);
  border-radius: 5px;
  border: 1px solid var(--color-primary-green);
  background: #FFF;
}

@media (hover) {
  .componentSiteHeader__button {
    transition-property: background-color;
    transition-duration: 0.2s;
  }
  .componentSiteHeader__button:hover {
    background-color: var(--color-hover-yellow);
  }
}

.componentSiteHeader__buttonIcon {
  filter: var(--filter-primary-green);
}

.componentSiteHeader__buttonLabel {
  line-height: 1;
}

@media (max-width: 767px) {
  .componentSiteHeader__buttonLabel {
    display: none;
  }
}

.componentTextListSmall {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.componentTextListSmall__heading {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #939393;
}

.componentTextListSmall__list {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.componentTextListSmall__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.0rem;
  color: #939393;
  line-height: 1.7;
}

.componentTextListSmall__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '・';
}

.componentTextList {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.componentTextList__heading {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #484848;
}

.componentTextList__list {
  display: flex;
  flex-flow: column;
  gap: 5px;
  font-size: 1.3rem;
}

.componentTextList__item {
  position: relative;
  padding-left: 1em;
  color: #484848;
  line-height: 1.7;
}

.componentTextList__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '・';
}

.mainContents {
  padding: 50px 0;
  background-color: #FFFFEB;
}

@media (max-width: 767px) {
  .mainContents {
    padding: 20px 0;
  }
}

.mainContents__inner {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

@media (max-width: 767px) {
  .mainContents__inner {
    gap: 30px;
  }
}

.mainContents__topButton {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mainContents__topButton {
    margin-bottom: 18px;
  }
}

.mainContents__main {
  display: flex;
  flex-flow: column;
  gap: 60px;
}

.mainContents__attention {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #2C786C;
  background: #FAFAFA;
}

.mainContents__attention figure {
  filter: brightness(0) saturate(100%) invert(34%) sepia(72%) saturate(350%) hue-rotate(121deg) brightness(100%) contrast(88%);
}

.mainContents__attention p {
  font-size: 1.4rem;
  color: #2C786C;
  line-height: 1.7;
  text-align: center;
  word-break: auto-phrase;
}

.missionBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px 20px 20px;
  gap: 30px;
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  border: 3px solid #F51631;
  background-color: #FFF;
}

@media (max-width: 767px) {
  .missionBox {
    padding: 50px 7px 20px 7px;
    gap: 20px;
  }
}

.missionBox.isBeginner {
  border-color: #FF4D73;
}

.missionBox.isAdvanced {
  border-color: #2073D1;
}

.missionBox.isFriend {
  padding-top: 40px;
  border-color: #2AFF57;
}

.missionBox__heading {
  position: absolute;
  left: 50%;
  top: -3px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 247px;
  min-height: 40px;
  padding: 7px 38px 9px 38px;
  color: #FCFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
  background-color: #F51631;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .missionBox__heading {
    font-size: 2.2rem;
  }
}

.missionBox__heading.isBeginner {
  background-color: #FF4D73;
}

.missionBox__heading.isAdvanced {
  background-color: #2073D1;
}

.missionBox__heading.isFriend {
  color: #004224;
  background-color: #2AFF57;
}

.missionBox__ribbon {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 130%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .missionBox__ribbon {
    width: calc(100% + 3px * 2 + 15px * 2);
  }
}

.missionBox__badge {
  position: absolute;
  left: calc(-14px - 3px);
  top: calc(-14px - 3px);
  z-index: 2;
  width: 99px;
  height: 99px;
  animation: poyopoyo 2s ease-out infinite;
}

@media (max-width: 767px) {
  .missionBox__badge {
    width: 80px;
    height: 80px;
    left: calc(-3px - 10px);
    top: calc(-3px - 40px);
  }
}

.missionTitle {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
}

.missionTitle__catchImage {
  max-width: 355px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .missionTitle__catchImage {
    max-width: 305px;
  }
}

.missionTitle__catchText {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .missionTitle__catchText {
    font-size: 3.0rem;
  }
}

.missionTitle__catchTextFocus {
  color: #F51631;
}

.missionTitle__description {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  word-break: auto-phrase;
}

@media (max-width: 767px) {
  .missionTitle__description {
    font-size: 2.0rem;
  }
}

.missionImportantAttention {
  padding: 10px;
  font-size: 1.2rem;
  color: #DF4840;
  text-align: center;
  border: 1px solid #DF4840;
  background: #FFF9BC;
  word-break: auto-phrase;
}

.missionList {
  display: flex;
  flex-flow: column;
  gap: 15px;
  width: 100%;
}

.missionList__heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.missionList__heading.isBeginner {
  color: #FF4D73;
}

.missionList__heading.isAdvanced {
  color: #2073D1;
}

@media (max-width: 767px) {
  .missionList__heading {
    font-size: 2.2rem;
  }
}

.missionOverlay {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 3;
  width: 100%;
  height: calc(100% + 20px + 20px);
  background: rgba(0, 0, 0, 0.7);
}

.missionOverlay__description {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 2.0rem;
  color: #fff;
  background: #333;
}

.friend {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.feature {
  padding: 50px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .feature {
    padding: 30px 0;
  }
}

.feature__inner {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.featureSection__inner {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

@media (max-width: 767px) {
  .featureSection__inner {
    gap: 20px;
  }
}

.featureSection__head {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .featureSection__head {
    gap: 5px;
  }
}

.featureSection__heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0DBC22;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .featureSection__heading {
    font-size: 2.4rem;
  }
}

.featureSection__description {
  font-size: 1.4rem;
  line-height: 1.7;
}

.exchanges {
  padding: 20px;
  border-radius: 20px;
  background: #EAF4EB;
}

.attentions {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
}

.narrowInner {
  position: relative;
  max-width: calc(500px + 4px * 2 + 20px * 2);
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .narrowInner {
    max-width: calc(500px + 4px * 2 + 15px * 2);
    padding: 0 15px;
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.8);
  }
}
