.wrapper {
  overflow: clip;
}

.block-event-page--header-freespace {
  width: 100%;
}

#lazebeam {
  padding-inline: 10px;
  color: #001253;
}
#lazebeam .title {
  margin-bottom: 15px;
}
#lazebeam .title img {
  height: 17px;
}
#lazebeam .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}
#lazebeam .head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 10px;
}
#lazebeam .head-item img {
  height: 30px;
}
#lazebeam .head-item.speed {
  width: 66.6666666667%;
  background-color: #144797;
}
#lazebeam .head-item.cushion {
  width: 33.3333333333%;
  background-color: #E23720;
}
#lazebeam .tab .trigger {
  position: sticky;
  top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
#lazebeam .tab .trigger span {
  position: relative;
  width: 100%;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px;
  text-align: center;
}
#lazebeam .tab .trigger span:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#lazebeam .tab .trigger span.is-active:after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
#lazebeam .tab .trigger span[data-tab=short] {
  background: #144797;
  border: 1px solid #144797;
  margin-right: 1px;
}
#lazebeam .tab .trigger span[data-tab=short].is-active {
  color: #144797;
  background: #FFF;
}
#lazebeam .tab .trigger span[data-tab=middle] {
  background: #144797;
  border: 1px solid #144797;
}
#lazebeam .tab .trigger span[data-tab=middle].is-active {
  color: #144797;
  background: #FFF;
}
#lazebeam .tab .trigger span[data-tab=long] {
  background: #E23720;
  border: 1px solid #E23720;
}
#lazebeam .tab .trigger span[data-tab=long].is-active {
  color: #E23720;
  background: #FFF;
}
#lazebeam .contents-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}
#lazebeam .contents {
  display: none;
}
#lazebeam .contents:first-child {
  display: block;
}
#lazebeam .contents .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  gap: 1px;
}
#lazebeam .contents .anchors span {
  position: relative;
  width: 100%;
  background: #001253;
  color: #FFF;
  padding: 14px;
  text-align: center;
}
#lazebeam .contents .anchors span:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#lazebeam .contents .cell {
  margin-bottom: 15px;
  border: 1px solid #001253;
  text-align: center;
}
#lazebeam .contents .cell dt {
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background: #001253;
}
#lazebeam .contents .cell .desc {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  border-bottom: 1px solid #001253;
}
#lazebeam .contents .cell .shoe-cell {
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lazebeam .contents .cell .shoe-name {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  text-align: left;
}
#lazebeam .contents .cell .shoe-image img {
  max-width: 270px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#lazebeam .contents .cell .shoe-type {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #001253;
}
#lazebeam .contents .cell .feature-chart {
  max-width: 280px;
  height: auto;
  margin: 20px auto;
}
#lazebeam .contents.speed .cell .desc {
  background-color: #B1B7DC;
}
#lazebeam .contents.cushion .cell .desc {
  background-color: #FFCF8F;
}
#lazebeam .contents .img {
  margin: 0 -10px 30px;
}
#lazebeam .contents .detail {
  margin-bottom: 45px;
}
#lazebeam .contents .detail dt {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #001253;
}
#lazebeam .contents .detail dt strong {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
#lazebeam .contents .detail:last-child {
  margin-bottom: 0;
}
#lazebeam .contents .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 4.2253521127%;
  margin-bottom: 15px;
}
#lazebeam .contents .detail-item:last-child {
  margin-bottom: 0;
}
#lazebeam .contents .detail-img {
  max-width: 126px;
  width: 35.4929577465%;
}
#lazebeam .contents .detail-desc {
  font-size: 12px;
  width: 60.2816901408%;
}
#lazebeam .contents .detail-desc p {
  line-height: 1.8333333333;
}
#lazebeam .contents .detail-lead {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
#lazebeam .contents .product {
  margin-bottom: 40px;
}
#lazebeam .contents .product dt {
  border-bottom: none;
  padding-bottom: 0;
}
#lazebeam .contents .product dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}
#lazebeam .contents .product-item {
  width: calc((100% - 20px) / 2);
}
#lazebeam .contents .product dd:has(.product-item:nth-child(3):last-child) {
  gap: 0;
}
#lazebeam .contents .product dd:has(.product-item:nth-child(3):last-child) .product-item {
  width: calc((100% - 34px) / 3);
}
#lazebeam .contents .product dd:not(:has(.product-img)):not(:last-child) {
  margin-bottom: 40px;
}
#lazebeam .contents .product-img {
  margin-bottom: 15px;
}
#lazebeam .contents .product:last-child {
  margin-bottom: 0;
}
#lazebeam .contents .product .btn {
  font-size: 13px;
  height: 40px;
}
#lazebeam .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  background: #1B2A52;
  border-radius: 6px;
  margin-inline: auto;
  font-size: 16px;
  max-width: 240px;
  width: 100%;
  height: 48px;
  text-decoration: none;
}/*# sourceMappingURL=style_sp.css.map */