.feeling-section {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.feeling-section .contents-group {
    display: contents;
}
.feeling-section h2 {
    text-align: center;
    line-height: 1.5;
}
.feeling-section .text-group {
    order: 1;
}
.feeling-section p {
    text-align: left;
    margin-bottom: 24px;
}
.feeling-section p:last-of-type {
    margin-bottom: 0;
}
.feeling-section strong{
    text-align: center;
    font-family: var(--mi);
	font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}
.feeling-section span {
    display: block;
    font-size: 1.8rem;
}
.feeling-section .page-section-number {
    font-family: 'Allura', cursive;
    background: url(../img/page-section-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 2rem;
    padding: 20px;
    transform: rotate(-5deg);
}
.feeling-section .page-section-title {
    font-family: var(--mi);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: -25px;
}
.feeling-section img {
    margin-top: 20px;
    margin-bottom: 10px;
}
.feeling-section .btn {
    width: 100%;
    max-width: 330px;
    margin-top: 15px;
    &::before {
        width: 10%;
    }
}
/* .feeling-section .btn::after {
    width: 5%;
    right: -5%;
} */

@media screen and (min-width: 960px) {
    main {
        overflow: hidden;
    }
    section.wrapper {
        max-width: 1180px;
    }
    .feeling-section {
        flex-direction: row;
        gap: 40px;
        margin-bottom: 140px;
        &:last-of-type {
            margin-bottom: 0;
        }
    }
    .feeling-section .contents-group {
        display: block;
        order: 0;
        width: 50%;
    }
    .feeling-section .text-group {
        order: 0;
    }
    #feeling-intro {
        & {
            gap: 48px;
            justify-content: space-between;
        }
        h2 {
            text-align: left;
            letter-spacing: -0.1em;
            margin-bottom: 40px;
        }
        h2 strong{
            font-size: 3.2rem;
        }
        p {
            line-height: 2;
        }
        img {
            margin-right: calc(50% - 50vw);
            max-height: 520px;
            width: 100%;
            object-fit: cover;
        }
        .contents-group {
            width: 50%;
            min-width: 510px;
        }
    }

    #feeling-01, #feeling-02, #feeling-03, #feeling-04, #feeling-05, #feeling-06 {

        h2 {
            display: flex;
            text-align: left;
            align-items: center;
            margin-top: -16px;
        }
        img {
            max-width: 520px;
            aspect-ratio: 1.38;
            object-fit: cover;
            margin: 0;
        }
    }

    .feeling-section .page-section-number {
        font-size: 2.4rem;
        padding: 40px;
        margin-left: -38px;
    }
    .feeling-section .page-section-title {
        font-size: 3rem;
        margin-top: 0;
    }
    .feeling-section .btn {
        margin-top: 40px;
        max-width: 350px;
    }
    /* .feeling-section .btn::after {
        width: 10%;
        right: -10%;
    } */
}

@media screen and (min-width: 1400px) {
    #feeling-intro {
        h2 strong {

            font-size: 4rem;
        }
    }
}