body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth
}

/* body {
  overflow: hidden;
} */

p {
  margin-bottom: 8px;
}

.jump_festa__item_detail {
  color: #333333;
  padding: 32px 25px 23px 25px;
}

.jump_festa__item_detail .desc {
  font-size: 14px;
  line-height: 1.7;
}

.jump_festa__item_detail .desc>img.img-fluid {
  width: 100%;
  border: 1px solid #A8A8A8;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.jump_festa__item_detail .desc>img.img-256 {
  max-width: 256px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.jump_festa__item_detail .desc>.img-region {
  text-align: center;
  color: #333333;
  border: 1px solid #A8A8A8;
}

.jump_festa__item_detail .desc>.img-region .caption {
  font-size: 14px;
  padding-bottom: 16px;
  padding-top: 20px;
  font-weight: bold;
}

.jump_festa__item_detail .desc>.img-region .arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 22.5px 0 22.5px;
  border-color: #333333 transparent transparent transparent;
}

.pb-20 {
  padding: 0 0 20px 0;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px !important;
}

.mt-15 {
  margin-top: 15px;
}

.fz70 {
  font-size: 70px;
}

.dot-icon .bi-circle-fill::before {
  font-size: 10px;
}

.bg-brown {
  background-color: #A8A8A8;
}

.img-max-width181 {
  max-width: 181px;
}

.img-max-width161 {
  max-width: 100%;
}

.display-block {
  display: block;
}

.align-right {
  text-align: right;
}

.min-w135 {
  min-width: 135px;
}

.no-border {
  border: none !important;
}

.with-border {
  border: 1px solid #EFEFEF !important;
}

.no-bold {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #0061FA;
}

.jump_festa__adv_list p {
  text-align: left;
}

.background-gray {
  background-color: #F2F2F2;
  padding: 24px 10px;
}

.text-under-line {
  text-decoration: underline;
}