@charset "UTF-8";
#event-contents-wrapper {
  width: 100%;
}
#event-contents-wrapper #StyleT-list-wrapper {
  width: 1000px;
  margin-inline: auto;
}

#section-title {
  text-align: initial;
}
#section-title h1,
#section-title h2 {
  margin: 0;
  display: block;
  width: initial;
}
#section-title p {
  font-size: inherit;
  border: initial;
  margin: initial;
  padding: initial;
  font-family: inherit;
}

#peanutsliberty * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
.lp_contents_wrap{
  padding: 0 0 50px;
	font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif;
	font-weight: 500;
	color: #333;
}
#peanutsliberty img {
  max-width: 100%;
  vertical-align: bottom;
}

#peanutsliberty .mv {
  position: static;
  margin: 0 auto 70px;
}
.lp_contents-mainvisual-date1{
	display: block;
	line-height: 1;
	margin: 0 0 px;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: #ad6b37;
  text-align: center;
}

#peanutsliberty .head {
  padding: 0 30px;
}

#peanutsliberty .head-lead {
  margin: 0 0 20px;
  display: block;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  color: #333;
}
#peanutsliberty .head p{
  display: block;
}

.spbr{
  display: none;
}

@media screen and (max-width: 750px) {
  #peanutsliberty * {
    line-height: 1.8;
  }
  #peanutsliberty .mv {
    margin-bottom: 30px;
    width: 100vw;
  }
  #peanutsliberty .head-lead {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .lp_contents-mainvisual-date1{
    text-align: center;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .spbr{
    display: block;
  }
}