
body, h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.site-header-wrapper {
    display: none !important;
}

.landtop {
  display:block !important;
}

.midashi {
  position: absolute;
  top: 10px;
  z-index: 99;
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
	align-items: center;
  flex-direction: column;
  width: 100%;
}

.midashi .txt{
  color: #FFF;
  font-size: 240%;
  padding: 5px 10px;
  border: 3px solid #FFF;
  border-radius: 20px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
}

.midashi .ttl{
  color: #FFF;
  font-size: 360%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 412px) {

  #sec02 ul li {
      width: 100% !important;
      flex:1 !important;
  }

  .midashi .txt{
    font-size: 120%;
  }

  .midashi .ttl{
    font-size: 160%;
  }
}

@media screen and (min-width: 413px) and (max-width:768px) {

  .midashi .txt{
    font-size: 160%;
  }

  .midashi .ttl{
    font-size: 240%;
  }
}
