@charset "UTF-8";

.event__title{
  background: #222;
  color:#fff;
  font-size: 1.15rem;
  position: relative;
  margin-bottom: 1em;
  padding: .75em;
  text-align: center;
  display: flex;
  width: max-content;
}

.lp-fv img{
  height: auto;
}

.event__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom:-12px;
  left:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #222222;
  border-bottom: 0;
  z-index: 0;
}

h3.products__name{
  font-weight: 900;
}

.pickup-page .contents .Text p.story{
  font-size: 0.9rem;
}

section#lp .contents p.price{
  font-size: 0.9rem;
  font-weight: bold;
}

section#lp .contents p.price span.tax{
  font-size: 0.7rem;
  font-weight: 300;
  display: inline-block;
  margin-left: .35em;
}

section#lp .contents p.set{
  font-size: 0.8rem;
}

section#lp .contents:nth-of-type(even).flex__row{
  flex-direction: row;
  align-items: center;
}
section#lp .contents.flex__row{
  align-items: flex-start;
}
.flex__row h3.products__name{
  margin-top: 0;
  margin-bottom: 0;
}

.center__image{
  background: #fff;
  text-align: center;
  margin-top: var(--row-space);
  margin-bottom: 2em;
}

p.list-products-text{
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .event__title{
    max-width: 100%;
  }
  .brandlogo{
    max-width: 150px;
  }

  .event__title{
    font-size: 1.0rem;
  }
  section#lp .contents.column__reverse{
    flex-direction: column-reverse;
  }
  section.lp__top{
    padding-bottom: 0;
  }
  p.list-products-text{
    font-size: 0.9rem;
    margin-bottom: var(--col-space);
  }
  h1.page-title{
    font-size: 1.05rem;
  }
  h3.products__name{
    font-size: 19px;
  }
  section.pickup-page + section.pickup-page{
    padding-top: 0;
  }
}