@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;
  }
}