.bg-f9 {
  width:100%;
  background-color:#f9f9f9
}

.info__section{
  margin: 160px auto;
}

.top-contents {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}
.top-contents h2.section__title-h2 {
    margin-top: 160px;
}
.top-contents ul {
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}
.top-contents li {
    display: inline-block;
    background: #ddd;
    width: 30%;
    text-align: center;
}
.top-contents li:nth-child(1){
    background: url(https://img07.shop-pro.jp/PA01420/506/etc/topcontent4.jpg?cmsp_timestamp=20210920140834);
    background-size: cover;
    background-position: center;
}
.top-contents li:nth-child(2){
    background: url(https://img07.shop-pro.jp/PA01420/506/etc/topcontent5.jpg?cmsp_timestamp=20210920140848);
    background-size: cover;
    background-position: center;
}
.top-contents li a {
    display: block;
    padding: 50px 0;
    position: relative;
    font-size: 16px;
    font-weight:bold;
}
.top-contents li a:hover{
  color:#272727;
}
.top-contents li a span {
    display: block;
    font-size: 30px;
    margin: 0px auto;
}