
* {
margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
 font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
  "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}

main {
  overflow: hidden;
}

.p-event {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-height: 20vh;
  font-size: 10vh;
  color: #fff;
}

.p-event_img{
  width:10%;
  margin-right:2%;
}

.p-score{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  top: 77%;
}

.p-score_child{
  color: #fff;
  font-size: 7.5vw;
}

.p-bib{
  background-color:red;
  padding-left:2%;
  padding-right:2%;
  margin-right:2vw;
}

.p-name {
  white-space: nowrap;
  position: absolute;
  top: 18%;
  left: 15%;
  color: #fff;
  font-size: 7vw;
  z-index: 1;
}

.p-total{
  position: absolute;
  top: 32%;
  right: 10%;
  color: #fff;
  font-size: 20vw;
  z-index: 1;
}

.p-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #0e0cac 0%, #1191cc 100%);
  z-index: -1;
}

.p-competition {
  display: inline-block;
  width: 80%;
  height: 50%;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  z-index: 1;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
}

.full-screen-element {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #f0f0f0; /* 例: 背景色 */
       z-index: 10;
}
