#maincatch{
 background:url(https://img21.shop-pro.jp/PA01515/783/etc_base64/ZXNob3AtbWFpbg.png?cmsp_timestamp=20250207115505);
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  width: 100%;
  height:500px;
  padding-top: 62.5%;
  position:relative;
}

#maincatch:before{
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#maincatch h1{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  
}

ul li{
  list-style-type:none;
}

.top_catch_copy{
  font-size:20px;
  line-height:1.8;
  text-align:center;
  padding-top:40px;
  padding-bottom:40px;
  