/*
black #343434
yellow #e6b31e
white #fcfaf1
glay #cacaca
*/

* {
    box-sizing: border-box;
    max-width: 1500px;
    margin: auto;
}

body{
    margin: 0;
}


li{
    list-style: none;
}

h1{
    font-size: 1.5rem;
}

h2{
    font-size:1.4rem;
}

.cont-side{
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    border-left: 1px solid rgba(0, 0, 0, 0.6);
}

.uline{
    position: relative;
    /* display: inline-block; */
    margin-bottom: 3em;
}

.uline:before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 25%;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

h1, h2, h3, h4{
    text-align: center;
}

p, li{
    font-size: 1.1rem;
}

li{
    line-height: 1.5rem;
}

img{
    margin: 0 10%;
    width: 80%;
}

a{
    text-decoration: none;
    color: white;
    text-shadow: #3e3333 1px 1px;
}

table{
    margin: 0 5% 15% 5%;
    width: 90%;
}

tr,th,td{
    display: block;
}

td:not(:nth-child(2)){
    font-weight: 600;
}

th{
    margin: 2% auto;
    width: 60%;
    padding-right: 0;
    border-bottom: none;
}

td{
    margin: 0 auto;
    width: 60%;
    padding: 3% 0;
    border-bottom: 2px solid #d1d1d1;
    text-align: center;
}

footer{
    background-color: rgb(235, 235, 235);
    margin: 0;
}
footer p:not(:last-child){
    font-size: 0.4rem;
    margin-bottom:0;
    margin: 0.2rem auto;
    text-align: center;
}

footer p:last-child{
    font-size: 0.2rem;
    text-align: center;
    margin-top: 10px;
}

/* header */

.top-wrapper p{
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 2px 2px 3px #3e3333;
    padding-bottom: 3%;
    margin: 0;
    color: #f9f8fd;
}

.bg-tp {
    z-index: 80;
    background: #33333355;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
}


.hero-title-wrap {
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.hero-title-wrap img {
    margin: 25% 5% 8% 5%;
    width: 90%;
}

.bg-fixed {
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  
  .bg-tp {
      z-index: 80;
      background: #33333355;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 700px;
  }
  
  .slider-wrap {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 700px;
  }
  
  #bg-img-ueno1 {
    background-image: url("images/ueno-hero-1.jpg")
  }
  
  #bg-img-ueno2 {
    background-image: url("images/ueno-hero-2.jpg")
  }
  
  #bg-img-ueno3 {
    background-image: url("images/ueno-hero-3.jpg")
  }
  
  #bg-img-ueno4 {
    background-image: url("images/ueno-hero-4.jpg")
  }
  
 

  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: -1;
  }
  .slider:not(:first-child) {
    display: none;
  }
  

/* header以下 */
.wrap{
    margin: 150px auto;
}

.check{
    content: "✔︎";
}

.button{
    text-align: center;
    width: 70%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 30px auto 0 auto;
    color: #fcfaf1;
    font-weight: 600;
    background: #ff4040fd;
    text-shadow: none;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    -ms-border-radius: 51px;
    border-radius: 51px;
    position: relative;
    padding: 0;

}

.cont-top{
    margin-top: 800px;
}

.cont{
    width: 90%;
}

.sp-visible {
    display: block;
}


.top-wrapper p.arrow-u {
margin-top: 40px;
font-size: 2rem;
}

.sponsor img{
    margin: 0 auto ;
    width: 60%;
}

.sponsor p{
    font-family: "playfair display", serif;
    margin: 1% 0 4% 0;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
}

.step {
    border: #4e2600 solid 3px;
    margin: 50px auto;
    width: 95%;
} 

.step img{
    padding: 15px 30px;
}

.step p{
    padding: 1% 3% 2% 5%;
}

.bg-moriya{
    padding-top: 1%;
    padding-bottom: 10%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/ueno-hero-2.jpg");
}

.bg-moriya2{
    padding: 1% 0;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/moriyatei.jpg");
}

.bg-white{
    background: #ffffffaa;
    padding: 5%;
    width: 90%;
    margin: 5% auto;
}

.bg-white2{
    background: #ffffff;
    padding: 5%;
    width: 90%;
    margin: 5% auto;
}

.bg-black{
    background: #acacacaa;
    width: 100%;
    margin: 0;
    padding: 10% auto;
    background-size: cover;
}

.bg-saigo {
    padding: 1% 0;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/ueno-hero-7.jpg");
}

.bg-hasu {
    padding: 1% 0;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/ueno-hero-3.jpg");
}

.bg-ueno2 {
    padding: 1% 0;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/ueno-hero-6.jpg");
}

.bg-stripe{
background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
margin: 3%;
padding: 1%;
}

.bg-ueno {
    padding: 1% 0;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/ueno-hero-4.jpg");
}

.bg-ueno h2{
    color: #fff;
    text-shadow: #3e333f 1px 1px;
    font-size: 1.2rem;
    margin: 0;
}

.weight600{
    font-weight: 600;
}

.weight400{
    font-weight: 500;
}

.slush{
    margin: 15px 10%;
    width: 80%;
}

.event{
    margin: 5px;
}

.event:before{
    content: "・";
}

.problem{
    margin: 20px;
}

.center{
    text-align: center;
    margin: 10px;
}