@charset "UTF-8";

.tobu_h1{
  text-align: center;
  margin: 30px auto 50px;
} 

.tobu_h1 img{
  width: 100%;
}
 
.tobu_h2{
  text-align: center;
  margin: 30px auto 50px;
}

.tobu_h2.ver01 img{
  height: 120px;
}
 
.tobu_img{
  text-align: center;
  margin-bottom: 80px;
}
.tobu_img img{
  width: 100%;
}

.line-height_tobu{
  line-height: 1.4 !important;
  text-align: center;
}

li.p-present__item{
  margin-bottom: 30px;
}
 
.p-present__item-title{
  background-color: white;
  font-size: 2.2em;
  padding: 8px 20px;
  border-radius: 20px;
  color: black;
  width: fit-content;
  font-weight: 650;
  margin-bottom: 15px;
}
 
.p-present__item-text{
  font-size: 1.8em;
}
 
.margin-bottom{
  margin-bottom: 180px;
}
.no-bottom{
  margin-bottom: 0 !important;
}

.comingsoon{
  height: 80vw !important;
  max-height: 400px !important;
  width: auto !important;
}
 
.center_p{
  margin: 5px auto 40px;
  width: fit-content;
  text-align: center;
}
 
.mt20{
  margin-top: 20px;
}
 
.button_tobu{
  margin: 50px;
}
 
.button_tobu a{
  height: auto !important;
}
 
@media screen and (max-width:950px){
  .page-txt2{
    font-size: 2.8vw;
  }
  .sub-section-ttl span{
    font-size: 2.8vw;
  }
  .p-present__item-title{
    padding: 6px 19px;
  }
  .center_p{
    font-size: 16px;
  }
  .p-present__item-title{
    font-size: 2em;
  }
  .p-present__item-text{
    font-size: 1.5em;
  }
}


@media screen and (max-width:768px){
  .center_p{
    font-size: 12px;
  }
  .tobu_h2.ver01{
    margin-bottom: 30px;
  }
  .tobu_h2.ver01 img{
    height: auto;
    width: 50%;
  }
  .tobu_img{
    margin-bottom: 30px;
  }
  .size70{
    width: 70% !important;
    margin: 0 auto;
  }
  .comingsoon{
    height: auto !important;
    width: 90% !important;
  }
}


@media screen and (max-width:480px){
  .sub-section-ttl span{
    font-size: 14px;
  }
  .page-txt2{
    font-size: 13px;
  }
  .tobu_h2.ver01 img{
    width: 70%;
  }
  .p-present__item-title{
    font-size: 16px;
  }
  .p-present__item-text{
    font-size: 14px;
  }
}
 
.overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 98%;
  height: 98%;
  margin: 1%;
  background-color: rgb(0,0,0,0.7);
  text-align: center;
  padding: 43% 0;
}

.overlay p{
  margin: auto;
  font-size: 3em;
  font-weight: 600;
  width: fit-content;
}

@media screen and (max-width:768px){
  .overlay{
    padding: 50% 0;
  }
  .overlay p{
    font-size: 2.5em;
  }
}

@media screen and (max-width:500px){
  .overlay p{
    font-size: 5vw;
    margin: 10%;
  }
}