.wrapper {
  overflow: clip;
}

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

#lazebeam {
  color: #001253;
}
#lazebeam .title img {
  height: 28px;
}
#lazebeam .comparison-grid {
  display: grid;
  grid-template-columns: 120px repeat(3, 1fr);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 1px solid #001253;
}
#lazebeam .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;
  border-top: 1px solid #001253;
  border-right: 1px solid #001253;
}
#lazebeam .label-cell {
  padding: 10px;
  background-color: #001253;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid #FFF;
}
#lazebeam .label-cell:first-child {
  border-top: none;
}
#lazebeam .concept-cell {
  padding: 0;
}
#lazebeam .concept-speed {
  grid-column: 2/span 2;
}
#lazebeam .concept-title {
  padding: 12px 10px;
  width: 100%;
}
#lazebeam .concept-title img {
  height: 55px;
}
#lazebeam .concept-desc {
  padding: 15px 10px;
  font-size: 14px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
#lazebeam .concept-speed .concept-title {
  background-color: #144797;
}
#lazebeam .concept-speed .concept-desc {
  background-color: #B1B7DC;
}
#lazebeam .concept-cushion .concept-title {
  background-color: #E23720;
}
#lazebeam .concept-cushion .concept-desc {
  background-color: #FFCF8F;
}
#lazebeam .shoe-name {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  text-align: left;
}
#lazebeam .shoe-image img {
  width: 270px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#lazebeam .shoe-type {
  width: calc(100% + 30px);
  padding-bottom: 10px;
  margin-inline: -15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #001253;
}
#lazebeam .feature-chart {
  padding: 10px;
  max-width: 100%;
  height: auto;
}
#lazebeam .tab .trigger {
  position: sticky;
  top: 0;
  padding-inline: 16.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background: #FFF;
}
#lazebeam .tab .trigger span {
  position: relative;
  width: 100%;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
#lazebeam .tab .trigger span:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#lazebeam .tab .trigger span.is-active:after {
  border-top: 2px solid currentColor;
  border-right: 2px 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 .tab .trigger span:hover {
  opacity: 0.7;
}
#lazebeam .contents-wrap {
  border-top: 1px solid #7A7A7A;
  padding-top: 40px;
  margin-bottom: 15px;
}
#lazebeam .contents {
  display: none;
}
#lazebeam .contents:first-child {
  display: block;
}
#lazebeam .contents .headline {
  width: 100%;
  min-height: 96px;
  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;
  margin-bottom: 30px;
}
#lazebeam .contents .headline img {
  height: 60px;
}
#lazebeam .contents.speed .headline {
  background: #144797;
}
#lazebeam .contents.cushion .headline {
  background: #E23720;
}
#lazebeam .contents .img {
  margin-bottom: 100px;
}
#lazebeam .contents .img img + img {
  margin-top: 20px;
}
#lazebeam .contents .detail {
  margin-bottom: 100px;
}
#lazebeam .contents .detail dt {
  font-size: 40px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #001253;
}
#lazebeam .contents .detail dt strong {
  display: block;
  font-weight: 700;
}
#lazebeam .contents .detail 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;
}
#lazebeam .contents .detail:last-child {
  margin-bottom: 0;
}
#lazebeam .contents .detail-item {
  width: calc((100% - 100px) / 3);
}
#lazebeam .contents dd:has(.detail-item:nth-child(4)) .detail-item {
  width: calc((100% - 72px) / 4);
}
#lazebeam .contents .detail-img {
  margin-bottom: 20px;
}
#lazebeam .contents .detail-desc {
  font-size: 18px;
  text-align: center;
}
#lazebeam .contents .detail-lead {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
#lazebeam .contents .product {
  width: 100%;
  margin-bottom: 100px;
}
#lazebeam .contents .product dt {
  border-bottom: none;
  padding-bottom: 0;
}
#lazebeam .contents .product dd {
  max-width: 880px;
  width: 100%;
  margin-inline: auto;
  gap: 80px 0;
}
#lazebeam .contents .product-item {
  width: calc((100% - 50px) / 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) + dd:not(dd:last-child) {
  margin-bottom: 80px;
}
#lazebeam .contents .product dd:has(.product-item:nth-child(3):last-child) .product-item {
  width: calc((100% - 84px) / 3);
}
#lazebeam .contents .product-img {
  margin-bottom: 40px;
}
#lazebeam .contents .product-img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lazebeam .contents .product:last-child {
  margin-bottom: 0;
}
#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: 20px;
  width: 320px;
  height: 56px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}/*# sourceMappingURL=style_pc.css.map */