/*CSSリセット*/
h3 {
  border-left: none;
  margin: 0;
  padding: 0;
}
/*ここからCDEF*/
.lp-body {
  background-color: #fff;
  font-family: "M PLUS 1", sans-serif;
  color: black;
}
.lp-body > section {
  padding: 20px 0;
  text-align: center;
}
.border-box {
  background-color: #fff;
  width: 93%;
  margin: auto;
  border: 8px solid black;
  text-align: center;
}
.img-margin {
  margin-top: -20px;
}
.event-logo {
  width: 80%;
  margin-top: -10px;
  margin-bottom: -20px;
}
.title-area {
  padding-top: 40px;
}
.title-area p {
  margin: 5px 5px;
  font-weight: 800;
  font-size: 110%;
  line-height: 1.8em;
  text-align: center;
}
.text-back {
  background-color: #ffd200;
}

.lp-body .stage-area h3 {
  display: inline-block;
  padding: 10px;
  font-size: 160%;
  letter-spacing: 0.1em;
  background-color: #ffd200;
  line-height: 1em;
  font-weight: 800;
  margin: 10px auto 0px;
  text-align: center;
}
.lp-body section h3 span {
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 0;
}
.bg-border {
  background-image: repeating-linear-gradient(
    -45deg,
    rgb(255, 221, 71),
    rgb(255, 221, 71) 7px,
    transparent 0,
    transparent 14px
  );
}
.stage-area {
  padding-top: 40px;
}
.stage-area p {
  font-size: 160%;
  margin: 0px auto 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.sanka-info .lp-grid {
  display: grid;
  margin: 0 10px;
  grid-template-columns: 10% 90%;
  justify-items: center;
  align-items: center;
  width: 90%;
  margin: auto;
}

.sanka-info .font-big {
  font-size: 330%;
  font-weight: 900;
  text-align: right;
  width: 100%;
}

.sanka-info h3 {
  font-size: 150%;
  font-weight: 800;
  text-align: left;
  width: 100%;
  margin-left: 20px;
}

.con-box {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.con-box p {
  margin: 10px 10px;
  font-weight: 600;
  font-size: 110%;
  text-align: center;
}
.con-box p span {
  font-size: 80%;
  font-weight: normal;
}

.entry-area p {
  font-weight: 600;
  text-align: center;
}
.entry-btn {
  display: block;
  text-decoration: none;
  background-color: #ff1091;
  color: #fff;
  padding: 10px 0;
  width: 80%;
  margin: 10px auto;
  border-radius: 10px;
  border: 3px solid black;
  font-size: 120%;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2em;
}
.entry-btn i {
  font-size: 150%;
  vertical-align: bottom;
}
/*エントリースケジュール*/
.entry-note {
  background-color: #ffd200;
  width: 90%;
  margin: 10px auto;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
  font-size: 110%;
}
.entry-note i {
  font-size: 200%;
}

.entry-note b {
  display: block;
  width: 50%;
  background-color: black;
  margin: 10px auto 0;
  color: #ffd200;
}
.entry-note small {
  font-size: 80%;
  font-weight: normal;
}

.note-border {
  margin: 20px auto 0;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.note-border:before,
.note-border:after {
  border-top: 1px solid;
  content: "";
  width: 2.5em; /* 線の長さ */
}
.note-border:before {
  margin-right: 1em; /* 文字の右隣 */
}
.note-border:after {
  margin-left: 1em; /* 文字の左隣 */
}

/*エントリー注意事項*/
.entry-area ul {
  overflow: auto;
  width: 90%;
  height: 200px;
  border: 1px solid black;
  margin: 10px auto;
  border-radius: 10px;
  padding: 0 0 0 25px;
  font-size: 80%;
}
.entry-area ul li {
  text-align: left;
  list-style: disc;
  margin: 5px 3px;
}
/* フェードインCSS*/
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 479px) {
  /*CSSリセット*/
  #contentWrap {
    width: 100%;
  }
  header {
    margin: 0 auto;
  }
  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .lp-body {
    font-size: 150%;
  }
  .lp-body > section {
    padding: 50px 0;
  }
  .title-area {
    padding-top: 60px !important;
  }
  .img-margin {
    margin-top: -50px;
  }
}
