* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
}

#wrapper {
position: relative;
}

#wrapper:before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image:url(../images/bg.jpg) ;
  background-size: cover;
  /*background-repeat: no-repeat;
  background-attachment: fixed;*/
  background-position: top center;
  z-index: -1;
}

.main {
  margin: 0 4%;
}

a{
  color: #fff;
}
a:hover{
  color: #c00;
}

img.title {
  max-width: 65%;
  padding: 2% 0;
}

.top {
  text-align: center;
  display: block;
  margin:0;
}

.info {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 1.5%;
  width: 70%;
}

.info h2{
  font-size:1.75rem;
  line-height: 160%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.info h2 span{
  font-size:1.45rem;
}

@media screen and (max-width:659px){
  .info h2 span{
    font-size:1.35rem;
  } 
}

.info p{
  line-height: 175%;
  text-align: left;
  text-shadow: #000 2px 0 2px;
}

#footer {
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 14px 0;
  bottom: 0;
  background-color: #020408;  
}

.sponsor-area {
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsor-area img {
    margin: 0 10px;
}

@media (max-width: 768px) {
  img.title {
    max-width: 100%;
  }
  .info {
    margin: 0 auto;
    width: 98%;
  }
  .top {
    margin: 8% auto;
  }
  .sponsor-area {
    margin: 30px auto 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .sponsor-area img {
    margin: 0 0 25px;
  }
  #footer {
    margin-top: 2%;
    padding: 5% 0;
  }
}

.sp {display:none;}
.pc {display:block;}
@media (max-width: 659px){
.sp {display:block;}
.pc {display:none;}
}

.inlineblock{display: inline-block;}

.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}

/*@cookieポリシー追加@*/
.policy {
  display: inline-block;
}
.policy {
  margin-left: 0.5rem;
}
.policy a {
  text-decoration: underline !important;
}