@charset "UTF-8";
/* CSS Document */
.top-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  justify-content: space-between;
  border-top: 1px solid #E8E7E7;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    padding-top: 800px;
}
.top_r {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-top: 110px;
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
}
h2.title2 {
  font-family: "Vollkorn", serif;
  font-size: 8.0rem;
  font-weight: 500;
  color: #33334D;
  margin: 0px 0px 3.3% 0px;

}
.theme {
  font-size: 3.7rem;
  font-weight: 600;
  color: #33334D;
  background-color: rgb(255 255 255 / 60%);
  line-height: 150%;
  padding: 0px 10px;
  display: inline;
}
.title3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #33334D;
  margin: 50px 0px 15px 0px;
}
.title4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #33334D;
  line-height: 180%;
}
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #33334D;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.circle-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #33334D;
  border-radius: 50%;
  position: relative;
  margin-bottom: 12px;
  margin-inline: auto;
  animation: pulse 2s infinite;
  margin-top: 15px;
}
.circle-arrow::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #33334D;
  border-bottom: 2px solid #33334D;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.center_bg {
  position: relative;
  background-color: #33334D;
  padding: 100px 0px 170px 0px;
}
.center_block {
  max-width: 1200px;
  width: 90%;
  margin: 0px auto 0px auto;
}
h2.information {
  padding: 0px 20px 0px 40px;
  position: relative;
  display: block;
  margin: 0px auto;
  font-size: 5.0rem;
  color: #FFF;
  font-weight: 600;
}
h2.information img {
  max-width: 500px;
  width: 100%;
}
h2.information:before {
  position: absolute;
  bottom: 0%;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  background: #FF7BAC;
}
.date {
  max-width: 1200px;
  width: 90%;
  margin: 20px auto 0px auto;
  padding: 0px 0px;
  height: 310px;
  overflow-y: scroll;
}
.date dl {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 23px 0px;
  display: flex;
  align-items: center;
  line-height: 170%;
  color: #FFF;
  position: relative;
}
.date dt {
  font-weight: 500;
  padding: 10px 0px;
  margin: 0px 30px 0px 0px;
  width: 150px;
  border-radius: 100vh;
  border: 1px solid #FFF;
  font-size: 1.5rem;
  text-align: center;
}
.date dd {
  flex: 1;
  padding: 0px 65px 0px 0px;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.important {
  color: red;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  background-color: rgb(255 0 0 / 8%);
  max-width: 1000px;
  width: 90%;
  margin: 0px auto 50px auto;
  line-height: 140%;
  padding: 20px;
}
.br {
  display: none;
}
@media screen and (max-width:1500px) {}
/*　↓↓↓↓↓　1080px以下のデバイスを使用するとき　↓↓↓↓↓　*/
@media screen and (max-width:1200px) {
  h2.title2 {
    font-size: 6.6vw;
  }
  .theme {
    font-size: 3vw;
    line-height: 150%;
    padding: 0px 10px;
  }
  .title3 {
    font-size: 2.3vw;
    margin: 4% 0px 2% 0px;
  }
  .title4 {
    font-size: 1.8vw;
    line-height: 180%;
  }
  h2.information {
    font-size: 5.0vw;
  }
}
@media screen and (max-width:1080px) {
  .top-wrapper {
    height: auto;
    padding: 0px 0px 200px 0px;
    background-position: center top;
  }
  .top-wrapper::before {
    content: "";
    display: block;
    padding-top: calc(((10.5 / 16) * 100%));
  }

}
/*　↓↓↓↓↓　900px以下のデバイスを使用するとき　↓↓↓↓↓　*/
@media screen and (max-width:900px) {
  .important {
    font-size: 1.8rem;
  }
  .title3 {
    font-size: 1.8rem;
  }
  .title4 {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
/*　↓↓↓↓↓　650px以下のデバイスを使用するとき　↓↓↓↓↓　*/
@media screen and (max-width:650px) {
  .top-wrapper {
    padding: 150px 0px;
  }
  .date {
    height: 370px;
  }
  .date dt {
    width: 130px;
    padding: 5px 0px;
    margin: 0px 0px 10px 0px;
  }
  .date dl {
    display: block;
  }
  h2.title2 {
    font-size: 8.6vw;
  }
  h2.information {
    font-size: 3.0rem;
    padding: 0px 0px 0px 30px;
  }
  .theme {
    font-size: 4.2vw;
    adding: 2px 10px;
    background-color: rgb(255 255 255 / 80%);
  }
  .scroll-down {
    font-size: 1.5rem;
  }
  .circle-arrow {
    width: 35px;
    height: 35px;
    margin-top: 10px;
  }
  h2.information:before {
    width: 15px;
    height: 15px;
  }
  .center_bg {
    padding: 80px 0px 50px 0px;
  }
    
    .top_r {

    top: 40%;
    }
}
@media screen and (max-width:480px) {
  .br {
    display: block;
  }
  .title4 {
    font-size: 1.5rem;
  }
}