<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#main{
	padding-bottom: 0 !important;
  padding-top: 110px !important;
}
@media screen and (max-width: 1024px) {
  #main{
    padding-bottom: 0 !important;
    padding-top: 50px !important;
  }
}

#p-header-logo img{
  width: 200px !important;
  height: auto;
}

.header-20th-wrap {
  width: 100%;
  padding: 80px 16px 110px;
  background: url("../images/bg-title.jpg") no-repeat #186eb5;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-20th-wrap {
    padding: 40px 16px 55px;
  }
}

.header-20th-inner {
  z-index: 3;
  color: #FFF;
}

#background-cover-bubble{
  /*position: absolute;
  top:0;
  left:0;*/
  width: 100%;
  height: 500px;
}

.background-cover{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.70);
  z-index: 2;
}

.header-20th-wrap h1 {
  font-family: Reimin Medium, "HGS譏取悃E","繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",serif;
  text-shadow: 0 0 5px rgb(0 0 0 / 75%);
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-20th-wrap h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.header-20th-wrap h2 {
  font-family: Reimin ExtraBold, "HGS譏取悃E","繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",serif;
  text-shadow: 0 0 5px rgb(0 0 0 / 75%);
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .header-20th-wrap h2 {
    font-size: 28px;
  }
}

.header-20th-wrap {
  font-family: Reimin Regular, "HGS譏取悃E","繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",serif;
  text-shadow: 0 0 5px rgb(0 0 0 / 75%);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .header-20th-wrap {
    font-size: 16px;
  }
}

.logo-20th{
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .logo-20th{
    margin: 25px 0;
  }
  .logo-20th .img-rps-100 {
    max-width: 200px;
  }
}

.content-20th-wrap{
  background: #FFF;
  padding: 80px 16px 1px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .content-20th-wrap{
    padding: 40px 16px;
    font-size: 15px;
  }
}

.content-20th-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

ul.lineup-history-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.lineup-history-wrap li{
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  ul.lineup-history-wrap li{
    width: 48%;
    margin-bottom: 2%;
  }
}

ul.lineup-history-wrap li img{
  border: 1px solid #000000;
  box-shadow: 0 0 5px 0 rgb(112 112 112 / 30%);
}

ul.screen-history-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.screen-history-wrap li{
  width: 30%;
  margin: 0 1%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.screen-history-wrap li{
    width: 48%;
    margin-bottom: 2%;
    text-align: center;
  }
}

ul.screen-history-wrap li img{
  border: 1px solid #000000;
  box-shadow: 0 0 5px 0 rgb(112 112 112 / 30%);
}

.content-20th-text{
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}

.content-20th-inner h3 {
  position: relative;
  padding: 1rem;
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content-20th-inner h3 {
    font-size: 20px;
  }
}

.content-20th-inner h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0069b7;
}

.canvas {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

</pre></body></html>