.price {
  position: relative;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 215px;
  overflow: hidden;
  margin-bottom: -9rem;
  z-index: 8;
}

.price__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e303f;
  border-radius: 0 0 10rem 10rem;
}

.price__contents {
  position: relative;
  width: 100%;
  padding: 0 62px;
  padding-left: calc((100vw - 1644px) / 2 + 62px);
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}

.price__contents__title {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #ffffff;
}

.price__contents__title span {
  font-family: Segoe Script;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;

  color: #f2c36c;
}

.price__contents__paragraph {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-top: 50px;
  color: #dbdbdb;
}

.price__contents__characters {
  position: absolute;
  bottom: 62px;
  left: calc((100vw - 1644px) / 2 + 62px);
}

.price__contents__characters img {
  width: 442px;
  height: auto;
}

.price__marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  top: -140px;
  left: 480px;
  gap: 50px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 65px;
  margin-bottom: -70px;
}

.price__contents__plan {
  display: flex;
  flex-shrink: 0;
  gap: 50px;
}

.price__contents__plan__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 307px;
  height: 600px;
  border: 3px solid #8e8e8e;
  background: #f9f9f9;
  border-radius: 25px;
  padding: 24px;
  transition: box-shadow 0.2s;
}

.price__contents__plan__item:nth-of-type(even) {
  top: 41px;
}

.price__contents__plan__item:hover {
  box-shadow: 0px 0px 20px 1px #ffffff80;
}

.price__contents__plan__item.price_kiosk {
  border: 3px solid #ff8383;
}

.price__contents__plan__item.price_kiosk:hover {
  box-shadow: 0px 0px 20px 1px #ff8383b2;
}

.price__contents__plan__item.price_simple {
  border: 3px solid #fff0b3;
}

.price__contents__plan__item.price_simple:hover {
  box-shadow: 0px 0px 20px 1px #fff0b380;
}

.price__contents__plan__item.price_premium {
  border: 3px solid #83dfe6;
  background: #ebf7f8;
}

.price__contents__plan__item.price_premium:hover {
  box-shadow: 0px 0px 15px 5px #b4fbffb2;
}

.price__contents__plan__item__character {
  position: absolute;
  top: 24px;
  right: 24px;
}

.price__contents__plan__item__character img {
  width: 67px;
  height: auto;
}

.price__contents__plan__item__information {
  position: relative;
}

.price__contents__plan__item__information__tag {
  display: table;
  position: relative;
  border-radius: 30px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  background: #e9e9e9;
  color: #777777;
}

.price__contents__plan__item.price_kiosk
  .price__contents__plan__item__information__tag {
  background: #ffd7d7;
  color: #ff5555;
}

.price__contents__plan__item.price_simple
  .price__contents__plan__item__information__tag {
  background: #fff0b4;
  color: #ff9500;
}

.price__contents__plan__item.price_kiosk
  .price__contents__plan__item__information__tag {
  background: #ffd7d7;
  color: #ff5555;
}

.price__contents__plan__item.price_premium
  .price__contents__plan__item__information__tag {
  background: #c7f3f5;
  color: #008b93;
}

.price__contents__plan__item__information__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  margin-top: 50px;
}

.price__contents__plan__item__information__paragraph {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-top: 16px;
  color: #888888;
}

.price__contents__plan__item__information__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #777777;
  margin-top: 30px;
}

.price__contents__plan__item__information__price span {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #222222;
}

.price__contents__plan__item__information__features {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
  gap: 18px;
}

.price__contents__plan__item__information__features__feature {
  position: relative;
  display: flex;
  gap: 12px;
}

.price__contents__plan__item__information__features__feature img {
  width: 20px;
  height: 20px;
}

.price__contents__plan__item__information__features__feature span {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.price__contents__plan__item__button {
  cursor: pointer;
  display: flex;
  position: relative;
  background: #e9e9e9;
  border-radius: 10px;
  padding: 21px 0;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #555555;
  text-decoration: none;
}

.price__contents__plan__item.price_premium
  .price__contents__plan__item__button {
  background: #00b6c1;
  color: #ffffff;
}
