@charset "UTF-8";
header {
  background-color: #040001;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
header .logo {
  flex: 0 0 20%;
  height: auto;
  padding-left: 3%;
}
header nav {
  flex: 1;
  padding-left: 7%;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}
header nav .nav-links {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
}
header nav .nav-links li {
  flex: 1;
  text-align: center;
  position: relative;
}
header nav .nav-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-size: 1.7rem;
}
header nav .nav-links a.content-link:hover + .content-dropdown {
  display: block;
}
header nav .nav-links .content-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  white-space: nowrap;
  z-index: 10;
  text-align: center;
  border-radius: 15px;
  background: linear-gradient(45deg, #4A8ACB, #7559AE, #BF027C);
  padding: 4px;
}
header nav .nav-links .content-dropdown .content-inner {
  background-color: #040001;
  border-radius: 11px;
  padding: 10px;
  position: relative;
}
header nav .nav-links .content-dropdown a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin: 10px 0;
}

footer {
  background-color: #040001;
  color: #ffffff;
  font-size: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer .section {
  width: 100%;
  padding: 40px 0;
}
footer .section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
footer .section .container .section__contents {
  width: 100%;
}
footer .section .container .section__contents .footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .section .container .section__contents .footer__main .footer__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .section .container .section__contents .footer__main .footer__links .footer__links__sns {
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
  justify-content: center;
  margin-bottom: 54px;
  list-style: none;
  padding: 0;
}
footer .section .container .section__contents .footer__main .footer__links .footer__links__sns li {
  margin-right: 0px;
}
footer .section .container .section__contents .footer__main .footer__links .footer__links__sns li a img {
  filter: brightness(0) invert(1);
}
footer .section .container .section__contents .footer__main .footer__links .footer__links__menu {
  display: flex;
  justify-content: space-around;
  width: 300px;
  margin: 0 auto 40px;
  list-style: none;
  padding: 0;
}
footer .section .container .section__contents .footer__main .footer__links .footer__links__menu li {
  margin-right: 0px;
}
footer .section .container .section__contents .footer__main .footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  width: 124px;
  margin: 0 auto 50px;
}
footer .section .container .section__contents .footer__main .footer__logo a img {
  filter: brightness(0) invert(1);
}
footer .section .container .section__contents .footer__main .footer__download {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
footer .section .container .section__contents .footer__main .footer__download .DLgradation {
  position: relative;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  border-radius: 50px;
  overflow: hidden;
  margin: 10px 0;
  background: linear-gradient(to bottom, #4A8ACB 40%, transparent 50%), linear-gradient(to top, #7559AE 40%, transparent 50%);
}
footer .section .container .section__contents .footer__main .footer__download .DLgradation .DLblack {
  position: relative;
  width: 95%;
  height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #040001;
  color: #ffffff;
  text-decoration: none;
}
footer .section .container .section__contents .footer__main .footer__download .DLgradation .DLblack a {
  color: #ffffff;
}
footer .section .container .section__contents .footer__copyright {
  text-align: center;
  margin-top: 5%;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #040001;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}
#pageTop:hover {
  background-color: #040001;
  transform: scale(1.1);
}

body {
  background-color: #040001;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.top-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
  -webkit-mask-size: cover;
          mask-size: cover;
}

.date-time {
  position: relative;
  z-index: 2;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 3vh;
  line-height: 2.5vh;
  margin-bottom: 5vh;
}
.date-time .date, .date-time .time {
  margin: 5px 0;
}

.title-content {
  min-height: 20vh;
  padding: 2vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 3vh;
  margin-top: 2vh;
  margin-bottom: 5vh;
}
.title-content .title {
  margin: 0;
}
.title-content .content {
  font-size: 2.4vh;
  margin-top: 1vh;
}

.outline {
  padding: 0 5vw;
  color: #ffffff;
}
.outline h2 {
  text-align: left;
  position: relative;
  display: inline-block;
}
.outline h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1000%;
  border-top: 1px dashed;
  -o-border-image: linear-gradient(to right, #4A8ACB, #BF027C) 1;
     border-image: linear-gradient(to right, #4A8ACB, #BF027C) 1;
  height: 1px;
}
.outline .outline-table dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.outline .outline-table dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.outline .outline-table dd {
  width: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.outline .outline-notes {
  text-align: center;
  margin-top: 2vh;
}/*# sourceMappingURL=style.css.map */