body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", 'Noto Sans JP', sans-serif;
}
.container-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  margin: auto;
  height: 800px;
}
.container p{
  text-align: center;
  font-size: 32px;
}
.heading{
  display: flex;
  justify-content: center;
  text-align: center;
}

.heading img{
  width: 300px;
  text-align: center;
}
.tag{
  border-radius: 35px;
  line-height: 1;
  border: 3px solid #f7768e;
  color: #f7768e;
  background-color: #fff;
  padding: 15px 20px;
}
.sp{
  display: none;
}
@media screen and (max-width: 780px){
  .container-wrapper{
    width: 300px;
    height: 600px;
  }
  .container p{
    font-size: 22px;
  }
  .heading img{
    width: 250px;
  }
  .sp{
    display: block;
  }
}