h1 {
    font-size: 3rem;
}

img {
    width: 100%;
    height: auto;
}

dl dt {
    font-weight: bold;
}

.logo {
    width: 25%;
    height: auto;
}

.text {
    margin-bottom: 15px;
    text-align: justify;
}

.fa-solid {
    margin-right: 10px;
}

#main_mv {
    background-position: center center;
    background-size: 100vw;
    width: auto;
    height: 50vmin;
}

#main_txt {
    width: auto;
    height: auto;
    padding: 15px 2% 0;
    top: 207px;
    left: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#main_txt h1 {
    font-size: 6vw;
    line-height: 0.5;
}

#main_txt h1 span {
    line-height: 1.5;
}

#lead-img {
    margin-top: 15px;
}

#detail-items {
    margin-top: 80px;
}

#detail-items .flex {
    margin-bottom: 80px;
}
#info-txt {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8%;
}

#logo_leathersday {
    width: 50vw;
    height: auto;
}