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

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

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

#maincatch.anko{
 background:url(https://img21.shop-pro.jp/PA01515/783/etc_base64/pKKk86SzpKbG6Q.jpg?cmsp_timestamp=20250218124557);
  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%);
  font-size:26px;
    text-align:left;
  letter-spacing:0.1em;
  line-height:1.8em; 
}

.anko_shipment{
 border:1px solid #ffffff; 
  width:60%;
  margin:0 auto;
  padding:5% 10%; 
}

.anko_shipment h3{
 background:#ffffff;
  color:#000000;
  line-height:1.8em;
  margin-bottom:15px;
}

@media screen and (max-width: 767px) {
  #maincatch h1{
  font-size:18px;
  }
  
  .anko_shipment{
    width:90%;
    font-size:14px;
  }
}