@keyframes bounceY {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line_animation2 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line_animation3 {
  0% {
    stroke-dashoffset: 2000;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes line_animation4 {
  0% {
    stroke-dashoffset: 100;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes sizeScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes handwriting_01 {
  0% {
    opacity: 0;
    transform: translateY(1em);
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    opacity: 1;
    transform: translateY(0);
    fill: transparent;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes txEffect_01 {
  0% {
    opacity: 0;
    top: -0.2em;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.pocket-mapila__price {
  padding: 0 8.36vw 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price {
    padding: 0 107px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price {
    padding: 0 6.4vw 0;
  }
}
.pocket-mapila__price-bg {
  background: linear-gradient(180deg, #F3EDEA 50%, rgba(243, 237, 234, 0) 95.47%);
}
.pocket-mapila__price-heading {
  text-align: center;
}
.pocket-mapila__price-title {
  font-weight: 500;
  line-height: 120%;
  margin-top: 0.94vw;
  font-size: 2.5vw;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-title {
    font-size: 32px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-title {
    font-size: 6.4vw;
    margin-top: 1.06vw;
  }
}
.pocket-mapila__price-note {
  text-align: right;
  font-weight: 400;
  line-height: 200%;
  font-size: 1.09vw;
  margin-top: 3.75vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-note {
    text-align: right;
    font-size: 14px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-note {
    font-size: 3.73vw;
    margin-top: 12.8vw;
  }
}
.pocket-mapila__price-note-link {
  color: #CBA66A;
  text-decoration: underline;
}
.pocket-mapila__price-note2 {
  text-align: left;
  font-weight: 400;
  line-height: 200%;
  font-size: 1.09vw;
  margin-top: 3.75vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-note2 {
    font-size: 14px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-note2 {
    font-size: 3.73vw;
    margin-top: 12.8vw;
  }
}
.pocket-mapila__price-note2-link {
  color: #CBA66A;
  text-decoration: underline;
}
.pocket-mapila__price-note3 {
  text-align: left;
  font-weight: 400;
  line-height: 200%;
  font-size: 1.09vw;
  margin: 2.8125vw auto 0;
  width: 45.47vw;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-note3 {
    margin: 32px auto 0;
    width: 582px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-note3 {
    margin: 9.6vw auto 0;
    padding-inline: 6.4vw;
    width: 100%;
    font-size: 3.73vw;
  }
}
.pocket-mapila__price-content {
  margin-top: 2.5vw;
  padding: 5.23vw;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-content {
    margin-top: 32px;
    padding: 67px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-content {
    margin-top: 8.53vw;
    padding: 10.67vw 6.4vw;
  }
}
.pocket-mapila__price-plan {
  display: flex;
  flex-direction: column;
}
.pocket-mapila__price-plan.second {
  margin-top: 5vw;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan.second {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan.second {
    margin-top: 17.87vw;
  }
}
.pocket-mapila__price-plan-label {
  font-weight: 500;
  line-height: 150%;
  font-size: 1.88vw;
  text-align: center;
  color: #1D686E;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-label {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-label {
    font-size: 5.33vw;
  }
}
.pocket-mapila__price-plan-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 3.125vw 2.89vw;
  margin-top: 1.56vw;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-cards {
    margin-top: 20px;
    gap: 40px 37px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-cards {
    display: flex;
    flex-direction: column;
    row-gap: 12.8vw;
    column-gap: 0;
    margin-top: 5.33vw;
  }
}
.pocket-mapila__price-plan-card {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  width: 29.38vw;
  gap: 0.625vw;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-card {
    width: 376px;
    gap: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card {
    width: 100%;
  }
}
.pocket-mapila__price-plan-card-title {
  text-align: center;
  background: #1D686E;
  color: white;
  font-size: 1.094vw;
  font-weight: 700;
  padding: 0.47vw;
  border-radius: 7.81vw;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-card-title {
    font-size: 14px;
    border-radius: 100px;
    padding: 6px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card-title {
    font-size: 3.73vw;
    border-radius: 26.67vw;
    padding: 1.6vw;
  }
}
.pocket-mapila__price-plan-card-price {
  font-weight: 400;
  line-height: 200%;
  font-size: 1.09vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-card-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card-price {
    font-size: 3.73vw;
  }
}
.pocket-mapila__price-plan-card-price-label {
  font-weight: 500;
}
.pocket-mapila__price-plan-card-price-value {
  font-size: 3.13vw;
  font-weight: 500;
  line-height: 165%;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-card-price-value {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card-price-value {
    font-size: 8.53vw;
  }
}
.pocket-mapila__price-plan-card-price-small-value {
  font-size: 1.56vw;
  font-weight: 500;
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-card-price-small-value {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card-price-small-value {
    font-size: 5.333vw;
  }
}
.pocket-mapila__price-plan-card-price-unit {
  font-size: 1.41vw;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 1280px) {
  .pocket-mapila__price-plan-card-price-unit {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card-price-unit {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__price-plan-card-price-option {
    margin-top: 2.667vw;
    gap: 4.267vw;
  }
}
.pocket-mapila__br-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__br-sp {
    display: block;
  }
}
.pocket-mapila__br-pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pocket-mapila__br-pc {
    display: none !important;
  }
}
