@import url(destyle.css);

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

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

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

.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;
}

.titlo {
  font-size: 27px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  margin: 7vh 0 0.5vh 2vw;
  color: white;
}

.obra {
  margin-bottom: -15px;
}

.titlo p {
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  margin-right: 2%;
  margin-top: -2px;
}
.hr1 {
  border-bottom: 1px solid rgb(246, 218, 8);
  margin-left: -5px;
}

.title {
  font-size: 17px;
  color: red;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.combi {
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.combi img {
  width: 150px;
  margin-top: -1.2vh;
  margin-left: 3vw;
}

.link_combi {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
  margin-top: -10px;
}

.combi .link_combi p {
  font-size: 13px;
  color: white;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.music {
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  padding: 0 2%;
  margin-top: 1vh;
}

.blue {
  color: #8fbfef;
  font-weight: bold;
}

.link_combi .link {
  margin-bottom: 3vh;
  margin-top: 1.2vh;
  margin-left: -8px;
}
.link p {
  padding: 0 4%;
}

.link p a {
  font-size: 14px;
  color: red;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
}

.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;
  margin-left: 2vw;
  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 8px 8px 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;
}

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;
  margin-top: 7vh;
}

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;
  }
}

@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;
  }
}

@media (min-width: 866px) {
  .titlo {
    margin: 10vh 0 0.5vh 2vw;
  }
}

@media (min-width: 900px) {
  .combi {
    display: flex;
    flex-direction: column;
    max-width: 300px;
  }
  .combi img {
    margin-left: 25px;
  }

  .combi_yoko {
    display: flex;
  }
  .link_combi {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: 10px;
  }
  .link_combi .link {
    margin-left: -20px;
  }
  .music {
    margin-top: 22px;
    padding: 0 2% 0 0;
    margin-left: -12px;
  }
}

@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;
  }
  .titlo {
    margin-left: 26px;
  }
  .link_combi {
    margin-left: 26px;
  }
  .link_combi .link {
    margin-left: -30px;
  }
}
