#whats-palemo {
    background-color: var(--color-bg);
}

.origin__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-light);
}

.origin__palemo {
    text-align: center;
    font-size: var(--font-size-base);
    margin-bottom: 21px;
}

.origin__image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 240px;
    height: 100px;
    margin-bottom: 25px;
}

.origin__text--top {
    font-size: var(--font-size-base);
    line-height: 30px;
    margin-bottom: 65px;
    text-align: center;
}

.origin__equal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-light);
    line-height: 40px;
    margin-bottom: 40px;
}

.origin__equal span:nth-child(2) {
    rotate: 90deg;
}

.origin__text--bottom {
    font-size: var(--font-size-base);
    line-height: 30px;
    margin-bottom: 55px;
    text-align: center;
}

@media (min-width: 768px) {
    .origin {
        padding-top: 14px;
    }

    .origin__title {
        text-align: center;
        margin-bottom: 63px;
        font-size: var(--font-size-5xl);
    }

    .origin__palemo {
        font-size: var(--font-size-xl);
    }

    .origin__image {
        width: 360px;
        height: 150px;
        margin-bottom: 35px;
    }

    .origin__text--top {
        font-size: var(--font-size-xl);
        line-height: 40px;
        margin-bottom: 108px;
    }

    .origin__text--top br._sp {
        display: none;
    }

    .origin__equal {
        flex-direction: row;
        font-size: var(--font-size-5xl);
        line-height: unset;
        margin-bottom: 48px;
        gap: 5px;
    }

    .origin__equal span:nth-child(2) {
        rotate: 0deg;
    }

    .origin__text--bottom {
        font-size: var(--font-size-xl);
        line-height: 40px;
        margin-bottom: 82px;
    }

    #whats-palemo .brand-list .brand-list__2 {
        margin-bottom: 50px;
    }
}

.brand-info {
    margin-bottom: 80.3px;
}

.brand-info__list {
    display: flex;
    flex-direction: column;
}

.brand-info__item {
    display: flex;
    flex-direction: column;
    row-gap: 30.3px;
}

.brand-info__image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 315px;
    height: 228.7px;
}

.brand-info__image img {
    width: 315px;
    height: 228.7px;
    object-fit: cover;
}

.brand-info__image img {
    border: solid 8px white;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

.brand-info__palemostore {
    width: 305px;
    height: 62px;
    margin-right: auto;
    margin-left: auto;
}

.brand-info__palemostore picture,
.brand-info__palemostore img {
    width: 100%;
}

.brand-info__logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.brand-info__logo--ludicpark {
    width: 263.05px;
    height: 50.59px;
    margin-top: 33px;
    margin-bottom: 60.4px;
}

.brand-info__logo--rejsupure {
    width: 224.6px;
    height: 43px;
    margin-top: 35.3px;
    margin-bottom: 60.7px;
}

.brand-info__logo--noemie {
    width: 250px;
    height: 48px;
    margin-top: 29px;
    margin-bottom: 60px;
}

.brand-info__logo--harenohi {
    margin-top: 35.3px;
    margin-bottom: 68.7px;
    width: 305.9px;
    height: 35px;
}

.brand-info__logo--illusie300 {
    margin-top: 28.3px;
    margin-bottom: 60.2px;
    width: 273px;
    height: 52.5px;
}

.brand-info__logo--palemostore {
    margin-top: 26px;
    margin-bottom: 60px;
    width: 288px;
    height: 55px;
}

.brand-info__logo--incense {
    width: 271.1px;
    height: 52px;
    margin-top: 28.7px;
}

.brand-info__text {
    font-size: var(--font-size-base);
    line-height: 30px;
}

.brand-info__text._palemostore {
    width: 305px;
    margin-right: auto;
    margin-left: auto;
}

.brand-info__text._pc {
    display: none;
}

.brand-info__text br._pc {
    display: none;
}

@media (min-width: 768px) {
    .container._whats-palemo {
        max-width: 975px;
    }

    .brand-info {
        margin-bottom: 137px;
    }

    .brand-info__list {
        gap: 90px;
    }

    .brand-info__item {
        flex-direction: row;
        gap: 80px;
        align-items: center;
        justify-content: space-between;
    }

    .brand-info__image {
        display: block;
        margin: 0;
        width: 365px;
        height: 265px;
        flex-shrink: 0;
    }

    .brand-info__image img {
        width: 365px;
        height: 265px;
        object-fit: cover;
    }

    .brand-info__logo {
        margin-left: 0;
    }

    .brand-info__logo--ludicpark {
        margin-top: 45.4px;
        margin-bottom: 0;
        width: 455.05px;
        height: 87.59px;
    }

    .brand-info__logo--rejsupure {
        margin-top: 58.5px;
        margin-bottom: 0;
        width: 379.6px;
        height: 73px;
    }

    .brand-info__logo--noemie {
        width: 411px;
        height: 79px;
        margin-top: 44px;
        margin-bottom: 0;
    }

    .brand-info__logo--harenohi {
        margin-top: 58px;
        margin-bottom: 0;
        width: 530px;
        height: 60.64px;
    }

    .brand-info__palemostore {
        width: 591px;
        height: 27.67px;
    }

    .brand-info__logo--palemostore {
        width: 458px;
        height: 88px;
        margin-top: 28.3px;
        margin-bottom: 0;
    }

    .brand-info__logo--illusie300 {
        width: 394px;
        height: 75.5px;
        margin-top: 43.8px;
        margin-bottom: 0;
    }

    .brand-info__logo--incense {
        width: 426.37px;
        height: 82.5px;
        margin-top: 52px;
        margin-bottom: 0;
    }

    .brand-info__text,
    .brand-info__text._palemostore {
        width: 530px;
    }

    .brand-info__text._palemostore {
        margin-left: 0;
    }

    .brand-info__text._sp {
        display: none;
    }

    .brand-info__text._pc {
        display: block;
    }

    .brand-info__text br._pc {
        display: block;
    }
}

.this-palemo__image {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25.1px;
}

.this-palemo__image picture,
.this-palemo__image img {
    width: 100%;
}

.this-palemo__text {
    text-align: center;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    line-height: 30px;
    margin-bottom: 56px;
}

.this-palemo__asterisk {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    text-align: center;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
}

.this-palemo__asterisk-link {
    color: #003399;
    text-decoration: underline;
}

@media (min-width: 768px) {

    .this-palemo__text {
        font-size: var(--font-size-xl);
        line-height: unset;
        margin-bottom: 86px;
    }

    .this-palemo__text br._sp {
        display: none;
    }

    .this-palemo__asterisk {
        margin-bottom: 41px;
    }

    .this-palemo__image {
        width: 730.4px;
        height: 690px;
        margin-bottom: 45px;
    }
}

#whats-palemo .company {
    width: 92%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 93px;
}

#whats-palemo .company dl {
    padding-bottom: 23.5px;
    padding-top: 20.5px;
    border-bottom: solid 1px #CCCCCC;
}

#whats-palemo .company dl:first-of-type {
    padding-top: 0;
}

#whats-palemo .company dl:last-of-type {
    border: none;
    padding-bottom: 0;
}

#whats-palemo .company dd,
#whats-palemo .company dt {
    font-size: var(--font-size-base);
    line-height: 30px;
    font-weight: normal;
}

@media (min-width: 768px) {
    #whats-palemo .company {
        margin-bottom: 145px;
    }

    #whats-palemo .company dl {
        padding-bottom: 26.5px;
        padding-top: 26.5px;
        border-bottom: solid 1px #CCCCCC;
        display: flex;
        gap: 74px;
    }

    #whats-palemo .company dl:first-of-type {
        padding-top: 0;
        padding-bottom: 32.5px;
    }

    #whats-palemo .company dl:last-of-type {
        border: none;
        padding-bottom: 0;
        padding-top: 35.5px;
    }

    #whats-palemo .company dt {
        padding-left: 6px;
        width: 102px;
    }
}

/* スクロールアニメーション用のクラス */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* より強いアニメーション効果 */
.fade-in-up-strong {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up-strong.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 遅延付きアニメーション */
.fade-in-up-delay {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}

.fade-in-up-delay.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {

    /* PCでは少し大きめの移動距離 */
    .fade-in-up {
        transform: translateY(40px);
    }

    .fade-in-up-strong {
        transform: translateY(60px);
    }

    .fade-in-up-delay {
        transform: translateY(40px);
    }
}