@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Shippori+Mincho:wght@700&family=Poppins:wght@700&display=swap");
.page-title {
  height: 450px;
  padding-top: 70px;
  background: url(../images/second_title_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.page-title .title-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title .title-inner .second-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #004B88;
  font-size: 45px;
  margin-left: 10vw;
  line-height: 1;
}
.page-title .title-inner .second-title em {
  display: block;
  font-size: 19px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-top: 20px;
}
.page-title .title-inner .img {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.page-title .title-inner .theme {
  width: 180px;
  height: auto;
}
.page-title .title-inner .date {
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .page-title {
    height: 25vh;
    padding-top: 0;
  }
  .page-title .title-inner .second-title {
    font-size: 30px;
    margin-left: 5vw;
  }
  .page-title .title-inner .second-title em {
    text-align: left;
    margin-top: 15px;
    padding-left: 5px;
    font-size: 16px;
  }
  .page-title .title-inner .img {
    bottom: 8px;
    right: 10px;
  }
  .page-title .title-inner .theme {
    width: 120px;
  }
  .page-title .title-inner .date {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    height: 26vh;
  }
  .page-title .title-inner .second-title {
    font-size: 24px;
  }
  .page-title .title-inner .second-title em {
    font-size: 14px;
    margin-top: 10px;
  }
  .page-title .title-inner .img {
    bottom: 5px;
    right: 5px;
  }
  .page-title .title-inner .theme {
    display: none;
  }
  .page-title .title-inner .date {
    width: 150px;
  }
}
.soon {
  text-align: center;
  padding: 10vh 0 25vh 0;
  font-weight: 600;
  font-size: 22px;
  color: #004B88;
}
.soon i {
  display: block;
  font-size: 60px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .soon {
    padding: 10vh 0 20vh 0;
    font-size: 17px;
  }
  .soon i {
    font-size: 50px;
    padding-bottom: 20px;
  }
}
main {
  width: 1000px;
  margin: auto;
  padding: 130px 0;
}

@media only screen and (max-width: 1024px) {
  main {
    padding: 90px 0;
    width: 90vw;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding: 50px 0;
  }
}