section#section02 {
    margin-bottom: 10rem;
}

section#section02 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

section#section03 {
    margin-bottom: 5rem;
}

.section03-text-content {
    overflow: hidden;
}

section#section04 {
    margin-bottom: 5rem;
}

section#section05 {
    margin-bottom: 7rem;
}

.main-left-tit {
    padding-bottom: 1rem;
    font-weight: 300;
}

.main-left-tit h2 {
    padding-bottom: 1rem;
}

.main-left-tit h2 span {
    color: #d8634e;
    font-size: 3.5rem;
}

.lineup {
    position: relative;
}

.lineup-carousel li {
    text-align: center;
    margin-right: 24px;
}

.lineup-carousel img {
    display: block;
    margin-bottom: 16px;
    width: 100%;
}

.slick-list {
    overflow: visible;
}

.slick-nav-arrows {
    position: absolute;
    top: -40px;
    right: 0%;
}

.slick-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: -15px;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
}

.slick-slide img {
    width: 25vw !important;
    object-fit: cover;
    height: 40vh;
    border-radius: 35px;
}



/* --- Responsive Styles (for screens wider than 640px) --- */
@media (min-width: 640px) {
    .info-item {
        flex-direction: row;
        /* PCでは横並び */
        align-items: flex-start;
    }

    .info-item__label {
        width: 8rem;
        /* 128px */
        margin-bottom: 0;
    }
}


/* 画面幅が768px以上の場合 (タブレットなど) */
@media (min-width: 768px) {
    .main-left-tit h2 {
        font-size: 3rem;
    }
}

/* 画面幅が1200px以上の場合 (PCなど) */
@media (min-width: 1200px) {
    .main-left-tit h2 {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    .main-left-tit h2 {
        font-size: 1.5rem;
        padding-bottom: 0rem;
        text-align: left;
    }

    .main-left-tit h2 span {
        font-size: 2rem;
    }

    .slick-slide img {
        width: 41vw !important;
        object-fit: cover;
        height: 20vh;
        border-radius: 30px;
    }

    section#section02 {
        margin-bottom: 2rem;
    }

    section#section03 {
        margin-bottom: 1rem;
    }

    section#section04 {
        margin-bottom: 1rem;
    }

    section#section05 {
        margin-bottom: 3rem;
    }
}