@charset "UTF-8";
/* CSS Document */
.section_top {
  margin-bottom: 5vw;
  position: relative;
  margin-top: 160px;
  ;
  width: 100%;
}
.top_img {
  width: 100%;
}
.top_img img {
  width: 100%;
}
.top_text {
  width: 25%;
  position: absolute;
  top: 50px;
  right: 180px;
}
.top_text img {
  width: 100%;
}
@media(max-width:1024px) {
  .section_top {
    margin-top: 120px;
  }
  .top_text {
    width: 35%;
    top: 8px;
    right: 20px;
  }
}
.section_notice {
  position: relative;
  text-align: center;
  padding: 5vw;
  margin-bottom: 2vw;
  z-index: 1;
}
.sunburst {
  width: 10%;
  margin: 0 auto;
}
.sunburst img {
  width: 100%;
}
.section_notice h2 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 3rem;
  margin-top: 2vw;
}
.bear {
  width: 10%;
  position: absolute;
  top: 9%;
  left: 20%;
}
.bear img {
  width: 100%;
}
.hedgehog {
  width: 10%;
  position: absolute;
  top: 10%;
  right: 20%;
}
.hedgehog img {
  width: 100%;
}
.line {
  width: 100%;
  margin: 2vw auto;
}
.line img {
  width: 100%;
}
.section_notice h3 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2.5rem;
  text-align: left;
  margin: 2vw auto;
}
.date {
  font-family: 'Zen Maru Gothic Light';
  font-weight: 300;
  font-size: 1.8rem;
  text-align: left;
  margin-top: 2vw;
}
.content {
  text-align: left;
  font-family: 'Zen Maru Gothic Regular';
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.8rem;
}
.content a {
  text-decoration: none;
  color: #E56FC7;
}
.qr {
  width: 25%;
  margin: 2vw 0;
}
.qr img {
  width: 100%;
}
.button {
  width: 25%;
  margin: 0 auto;
}
.button img {
  width: 100%;
}
@media(max-width:746px) {
  .section_notice h2 {
    font-size: 2rem;
  }
  .bear {
    width: 15%;
    top: 7%;
  }
  .hedgehog {
    width: 15%;
    top: 8%;
  }
  .date {
    font-size: 1.2rem;
  }
  .section_notice h3 {
    font-size: 1.5rem;
  }
  .content {
    font-size: 1.2rem;
    line-height: 3.5rem;
  }
  .qr {
    width: 40%;
  }
  .button {
    width: 40%;
    min-width: 140px;
  }
}