.about{
    margin-top: 80px;
    margin-bottom: 136px;
}
.about-inner{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.about-text{
    width: 45%;
    text-align: left;
}
.about-text h3{
    margin-bottom: 24px;
    color:#4B2934;
    /* Noto Serif JP_H3 */
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.about-text p{
    text-align: left;
    margin-bottom: 40px;
}
.about-inner img{
    width: 50%;
}


.buffet{
    overflow: hidden;
    margin-bottom: 80px;
}
.buffet .specs-list{
    width: 60%;
    min-width: 600px;
    margin: 0 auto;
}
.buffet ._inner {
    position: relative;
}
.buffet ._inner img:nth-of-type(1){
    width: 226px;
    margin-left: 16px;
}
.buffet ._inner img:nth-of-type(2){
    width: 280px;
    position: absolute;
    top: 0;
    left: -40px;
    transform: translateX(-100%);
}
.buffet ._inner img:nth-of-type(3){
    width: 316px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
}
.buffet ._inner img:nth-of-type(4){
    width: 350px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(100%,-20%);
}

.live{
    margin-bottom: 160px;
}
.live-title{
    margin-bottom: 24px;
}
.live ._inner > p{
    margin-bottom: 40px;
}

.bread{
    margin-bottom: 160px;
}
.bread ._inner{
    background: #F8EDDE;
    padding: 48px 32px;
    box-sizing: border-box;
}
.bread-title{
    text-align: left;
    margin-bottom: 40px;
}
.bread-title h2{
    text-align: left;
}
.bread-title span{
    text-align: left;
}