section {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top {
  background-image: url(../images/topDots.png);
  text-align: right;
  padding-right: 10%;
}
.contents {
  background-image: url(../images/topDots3.png);
  height: 800px;
}
.link {
  background-image: url(../images/topDots2.png);
  height: 400px;
}
.update {
  width: 50%;
  height: 100px;
  background-color: rgba(100, 94, 124, 0.819);
  overflow-y: scroll;
  text-align: left;
  color: rgb(220, 214, 227);
  position: absolute;
  right: 10%;
  padding-left: 10px;
  border-radius: 10px;
}
.leftP {
  padding-left: 30px;
}
.white {
  color: rgb(220, 214, 227);
  text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
  -1px 1px 0 #000000, 1px -1px 0 #000000,
  0px 1px 0 #000000,  0-1px 0 #000000,
  -1px 0 0 #000000, 1px 0 0 #000000;
}
.th {
  width: 80px;
}
h1 {
    font-family: "Palette Mosaic", system-ui;
    font-size: 100px;
    font-weight: 400;
    color: rgb(37, 27, 63);
    font-style: normal;
    margin: auto;
    padding-top: 80px;
    white-space: nowrap;
    text-shadow:2px 2px 0 rgb(220, 214, 227), -1px -1px 0 rgb(220, 214, 227),
    -1px 1px 0 rgb(220, 214, 227), 1px -1px 0 rgb(220, 214, 227),
    0px 1px 0 rgb(220, 214, 227),  0-1px 0 rgb(220, 214, 227),
    -1px 0 0 rgb(220, 214, 227), 1px 0 0 rgb(220, 214, 227);
  }
h2 {
    font-family: "Palette Mosaic", system-ui;
    font-size: 80px;
    font-weight: 400;
    color: rgb(37, 27, 63);
    font-style: normal;
    margin: auto;
    text-shadow:2px 2px 0 rgb(220, 214, 227), -1px -1px 0 rgb(220, 214, 227),
    -1px 1px 0 rgb(220, 214, 227), 1px -1px 0 rgb(220, 214, 227),
    0px 1px 0 rgb(220, 214, 227),  0-1px 0 rgb(220, 214, 227),
    -1px 0 0 rgb(220, 214, 227), 1px 0 0 rgb(220, 214, 227);
  }
p {
  font-size: 25px;
  white-space: nowrap;
}
img {
  padding: 5px;
}
li {
  font-size: 30px;
  padding: 5px;
}

/* タブレット */
@media (max-width: 1024px) {
  .contents {
    height: 900px;
  }
}
/* モバイル */
@media (max-width: 620px) { 
  .top {
    padding-right: 0%;
  }
  .link {
    height: 300px;
  }
  .update {
    width: 70%;
    height: 90px;
    right: 20px;
  }
  .th {
    width: 60px;
  }
  section {
    height: 400px;
    overflow: hidden;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: medium;
  }
  li {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;
  }
}