/******************************** 以下、トップページ ********************************/

.background {
  background-image: url("../images/photo-top_img1.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 62vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .background {
    background-position: top center;
    height: 100vh;
  }
}

.top_wrapper {
  max-width: 1100px;
  margin: -60px auto 0 auto;
  width: 90%;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 600px) {
  .top_wrapper {
    margin: -60px 0 60px 0;
    left: 4%;
  }
}

.top_sub_title {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff;
  color: #ff30a0;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  top: 36%;
}
@media screen and (min-width: 600px) {
  .top_sub_title {
    justify-content: left;
    font-size: 3.8rem;
    top: 54%;
    width: 100%;
    text-align: left;
  }
}

.top_message {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 65%;
  right: 0;
  left: 0;
  width: 97%;
  margin: 0 auto 20px;
  color: #ff30a0;
  font-weight: 600;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff;
}
@media screen and (min-width: 600px) {
  .top_message {
    right: auto;
    left: auto;
    top: 65%;
    width: 500px;
    line-height: 1.5em;
  }
}

.top_btn_flame {
  position: absolute;
  top: 90%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top_btn_flame {
    top: 84%;
    width: 500px;
  }
}

.top_btn_flame ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top_btn_flame li {
  width: 50%;
  padding: 6px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top_btn_flame li {
    width: 48%;
    padding: 0;
  }
}

.top_btn_flame li a {
  font-weight: 700;
  display: block;
  overflow: hidden;
  padding: 12px;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .top_btn_flame li a {
    padding: 18px;
  }
}

.top_btn_flame li:nth-child(1) a {
  background: #ff30a0;
  box-shadow: 0 2px #cb257d;
}

.top_btn_flame li:nth-child(2) a {
  background: #ae206c;
  box-shadow: 0 2px #6e4919;
}

.top_banner {
  display: block;
  width: 100%;
}
.top_banner img {
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .top_banner {
    width: auto;
    max-width: 100%;
    margin: 0 27% 0 4%;
  }
}

/******************************** 以下、お知らせ ********************************/
.top_news_title {
  font-size: 2rem;
  font-weight: 600;
}

.news_frame {
  display: flex;
  margin-top: 14px;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .news_frame {
    margin-top: 18px;
    padding-bottom: 8px;
    align-items: center;
  }
}

.news_category {
  font-size: 1.1rem;
  line-height: 1em;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #d8d7d7;
  white-space: nowrap;
  height: 1.5em;
}
@media screen and (min-width: 600px) {
  .news_category {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
}

.news_date_list {
  font-size: 1.4rem;
  white-space: nowrap;
  margin: 0 18px;
}
@media screen and (min-width: 600px) {
  .news_date_list {
    font-size: 1.4rem;
  }
}

.news_date {
  margin-top: 2px;
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .news_date {
    font-size: 1.4rem;
    max-width: 1100px;
    margin-right: 360px;
  }
}

.news_title {
  padding: 2px 0 4px;
  width: 100%;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .news_title {
    width: auto;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

.news_txt a {
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .news_txt a {
    font-size: 1.4rem;
  }
}
