@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: black;
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#top {
  position: relative;
}

header h1 {
  font-family: "Kanit", sans-serif;
  font-weight: lighter;
  font-size: 14vw;
  position: absolute;
  top: 13vh;
  left: 50%;
  top: 50%;
  transform: translate(-35%, 160%);
  width: 100vw;
  color: #fff;
  z-index: 5;
  text-shadow: 2px 3px 3px #1d0597;
}

.pc_top {
  margin-top: 40px;
  left: 0;
  z-index: -1;
}

.title_bar {
  display: flex;
  flex-direction: row;
  justify-content: end;
  background-color: #004e9d;
  text-align: left;
  width: 100%;
  /* margin: 0 auto; */
}

.title_bar p {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 23px;
  line-height: 1;
  padding-top: 12px;
  padding-left: 10px;
  padding-bottom: 6px;
  width: 100%;
}

#sns {
  display: flex;
  margin-right: 8px;
  margin-top: 6px;
  list-style: none;
}

#sns li img {
  width: 36px;
  padding-bottom: 6px;
  margin-left: 6px;
}

#sns li a:hover {
  opacity: 0.7;
}

.header_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  margin-bottom: -52px;
  padding-bottom: 6px;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  column-gap: 6px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  width: 98%;
  margin: 0 auto;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(243, 67, 67);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 4px 3px;
}

.header_nav ul li a:hover {
  opacity: 0.7;
}

.pale2 {
  display: inline-block;
  flex-grow: 0;
  opacity: 0.4;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(243, 67, 67);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 4px 3px;
}

main {
  margin-top: -7vh;
}

.newyear {
  margin-bottom: -70px;
}

.newyear h6 {
  font-family: Bilbo Swash Caps;
  font-weight: 100;
  font-size: 28px;
  color: red;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: 120px;
  text-align: left;
}

.newyear p {
  font-family: serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
}

.topics {
  margin-top: -1vh;
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
  /* margin-bottom: -2vh; */
  /* background-color: black; */
  /* opacity: 0.7; */
  width: 96%;
}

.topics_link {
  display: inline-block;
  color: rgba(255, 255, 0, 0.778);
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  padding: 1vh 1vw 1vh 1vw;
  box-sizing: border-box;
  margin-bottom: 1vw;
  z-index: 25;
}

.topics_link:hover {
  color: #8eccf7;
  font-family: sans-serif;
  font-weight: bold;
}

.info {
  display: flex;
  flex-direction: column;
  margin-left: 2vw;
  margin-bottom: 2vh;
  z-index: 10;
}

.info img {
  width: 135px;
  margin-right: 2vw;
  margin-top: 2.5vh;
}

.info p a {
  font-size: 14px;
  font-weight: 300;
  color: white;
  padding-right: 2%;
  padding-top: 1vh;
  margin-bottom: 1vh;
}

span.title {
  font-size: 17px;
  font-weight: 700;
  /* color: red; */
}

.double_title {
  display: flex;
  margin-bottom: 20px;
}

.double_title img {
  width: 135px;
  margin-left: 2vw;
}
.santra_block_rayout {
  display: flex;
  flex-wrap: wrap;
}
.santra_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: black;
  padding: 0px 0;
  margin-top: -5px;
}

.santra {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-top: 0.2vh;
  margin-bottom: 3vh;
}
.santra_link {
  margin-left: 0.2vw;
}

.combi {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2vh;
}

.santra img {
  width: 90px;
  height: auto;
  margin-left: 2vw;
  margin-right: 4px;
  margin-top: 1%;
}

.santra .combi p {
  color: white;
  font-size: 14px;
  padding-right: 10px;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin-left: 1%;
  width: 100%;
}

.santra .combi p.indent {
  text-indent: -0.5rem;
}

.link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  padding: 0vh 1vw 1vh 1vw;
  box-sizing: border-box;
  margin-bottom: 1vw;
}

.link:hover {
  color: #8eccf7;
  font-family: sans-serif;
  font-weight: bold;
}

.button4 {
  display: inline-block;
  width: 98px;
  height: 26px;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #f5a8f8;
  padding: 6px 8px 8px 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -10px;
  margin-top: 5px;
  border-radius: 6px;
}

.button4:hover {
  background-color: #d287d5;
}

.button5 {
  display: inline-block;
  width: 55px;
  height: 26px;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #86eb92;
  padding: 6px 12px 6px 13px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 6px;
  margin-left: 15px;
}

.button5:hover {
  background-color: #6ebf78;
}

.comment {
  bottom: 0;
  color: white;
  font-size: 13px;
  font-family: sans-serif;
  clear: both;
  line-height: 1.6em;
  margin-top: 5vw;
  padding: 10px 20px;
  border-top: 1px #fff solid;
}

footer {
  background-color: #18419a;
  width: 100%;
  font-size: 12px;
  font-weight: lighter;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}

footer p {
  padding: 15px 8px 18px 8px;
}

/* ↓先頭に戻るボタンのデザイン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #f81eb3;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 500px) {
  .title_bar p {
    font-size: 25px;
  }

  .santra_block_rayout {
    display: flex;
    flex-wrap: wrap;
  }

  .santra_block {
    width: 340px;
  }

  header h1 {
    transform: translate(-35%, 150%);
  }
}

@media (min-width: 600px) {
  .title_bar p {
    font-size: 28px;
    padding-top: 10px;
  }

  .santra_block_rayout {
    display: flex;
    flex-wrap: wrap;
  }

  .santra_block {
    width: 340px;
  }

  header h1 {
    transform: translate(-35%, 150%);
  }
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
  .title_bar {
    width: 1250px;
    height: 48px;
    position: relative;
  }

  #sns li img {
    width: 36px;
    padding-bottom: 6px;
    margin-left: 6px;
  }

  #sns {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  header h1 {
    font-size: 174px;
    text-align: center;
    position: absolute;
    transform: translate(-49.5%, 150%);
  }

  .santra_block {
    width: 410px;
  }
}
