@charset "UTF-8";
.c-indexkv {
  background-color: #FDD001;
}
@media screen and (min-width: 900px) {
  .c-indexkv-inner {
    width: 100%;
    max-width: none;
    height: 393px;
    position: relative;
  }
  .c-indexkv-inner picture {
    height: 100%;
    display: block;
  }
  .c-indexkv-inner source, .c-indexkv-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-bg {
  background: repeating-linear-gradient(135deg, transparent 0, transparent 10px, #FDD001 0, #FDD001 20px);
}

.p-bg-blue {
  background-color: #FDD001;
}

.p-bg-blue2 {
  background-color: #FDD001;
}

.p-bg-ball {
  background-color: rgba(253, 208, 1, 0.2);
  background-image: url(../img/bg_ball.svg);
  background-size: cover;
}

.p-onegai {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: min(100%, 96px) 20px auto;
  grid-template-columns: min(100%, 96px) auto;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .p-onegai {
    max-width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-button-cp {
  min-width: 200px;
  max-width: 100%;
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 10px 36px 10px 24px;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.8;
  background-color: #333;
  border: #333 solid 3px;
  color: #fff;
  -webkit-box-shadow: 0 4px 0 0 #000;
          box-shadow: 0 4px 0 0 #000;
}
@media screen and (max-width: 899px) {
  .c-button-cp {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .c-button-cp {
    min-width: 290px;
    font-size: 2rem;
    padding: 13px 48px 13px 36px;
    -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-button-cp:hover {
    opacity: 0.6;
  }
}
.c-button-cp::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.c-button-cp span {
  position: relative;
  padding-left: 20px;
}
.c-button-cp img {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .c-button-cp img {
    width: 15px;
    height: 15px;
    left: -10px;
  }
}
.c-button-cp-disabled {
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
  color: #B4B4B4;
  cursor: default;
  pointer-events: none;
  -webkit-box-shadow: 0 0px 0 0 #7b7b7b;
          box-shadow: 0 0px 0 0 #7b7b7b;
}

.p-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px;
  border: 2px solid #333333;
  -webkit-box-shadow: 3px 3px 0 0 #333333;
          box-shadow: 3px 3px 0 0 #333333;
  border-radius: 30px;
  position: relative;
  background-color: #FFF;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .p-box {
    padding: 40px 60px 40px;
    border: 3px solid #333333;
    -webkit-box-shadow: 4px 4px 0 0 #333333;
            box-shadow: 4px 4px 0 0 #333333;
  }
}
.p-box2 {
  border-radius: 30px;
  border: 1px solid #90D3FE;
  background-color: #FFF;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .p-box2 {
    padding: 40px 60px;
  }
}

.p-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow p {
  width: calc(100% - 35px);
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .p-flow p {
    margin-top: 5px;
  }
}

.p-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background-color: #FDD001;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-momonkey {
  text-align: center;
}
.p-momonkey img {
  max-width: 150px;
}
@media screen and (max-width: 899px) {
  .p-momonkey img {
    max-width: 100px;
  }
}

.p-about {
  overflow: hidden;
  background-repeat: repeat;
  background-size: auto 452px;
}
.p-about__title {
  position: relative;
  max-width: 700px;
  margin-inline: auto;
}
.p-about__title--lead {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 90px;
}
.p-about__title--lead .c-ttl-index {
  position: relative;
  -webkit-transform: none;
          transform: none;
}
.p-about__plan, .p-about__campaign {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  padding: 35px 20px;
  border: 3px solid #333;
  border-radius: 20px;
  background-color: #fff;
}
.p-about__campaign {
  max-width: 700px;
  border-radius: 0;
}
.p-about__campaign-heading {
  position: relative;
  display: -ms-grid;
  display: grid;
}
.p-about__campaign-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  white-space: nowrap;
}
.p-about__campaign-title::before, .p-about__campaign-title::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background-color: #333;
  content: "";
}
.p-about__campaign-title::before {
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.p-about__campaign-title::after {
  right: 4px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.p-about__buttons {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about__character {
  position: absolute;
  z-index: 1;
  width: 76px;
  height: auto;
  pointer-events: none;
}
.p-about__character--top {
  right: 0;
  bottom: -40px;
}
.p-about__character--campaign {
  top: auto;
  bottom: 0;
  left: -4px;
  width: 104px;
}
@media screen and (max-width: 899px) {
  .p-about__plan, .p-about__campaign {
    padding: 35px 20px;
  }
  .p-about__campaign {
    padding-top: 28px;
  }
  .p-about__campaign-title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 220px;
    margin-right: 0;
    margin-bottom: 12px;
    padding-inline: 18px;
  }
  .p-about__campaign-title::before, .p-about__campaign-title::after {
    height: 36px;
  }
  .p-about__campaign-title::before {
    left: 18px;
  }
  .p-about__campaign-title::after {
    right: 18px;
  }
  .p-about__character--campaign {
    left: -28px;
    width: auto;
    height: 92px;
  }
}
@media screen and (min-width: 541px) and (max-width: 899px) {
  .p-about__campaign-title {
    margin-inline: auto;
    -webkit-transform: none;
            transform: none;
  }
  .p-about__character--campaign {
    left: -4px;
  }
}

.p-term {
  height: 300px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
.p-term:focus-visible {
  outline: 3px solid #6f2fff;
  outline-offset: 4px;
}