
/* =============================
   Reset & 基本
============================= */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;overflow-x:hidden}
body{
  font-family:system-ui,-apple-system,Helvetica,Arial,sans-serif;
  line-height:1.6;
  background:url('../../images/basashi.com/bg.webp') center/cover no-repeat fixed;
  color:#111;
}

.ttl01 img{
  width: 390px;
}

.ttl02 img{
  width: 315px;
}

.button-text-center a{
  background-color: #FF0000;
  color: #fff;
}

.button-text-center a:hover{
  transform: scale(1.1);
}

@media(max-width:767px){
  .ttl01 img{
  width: 83.69vw;
}

.ttl02 img{
  width: 67.6vw;
}

}

.pr-text2{
  color: #fff;
}