.product-gallery__bg-wrapper {
    height: 600rem;
    margin-top: -60rem;
    position: relative;
}
.product-gallery__bg{
    opacity: 0;
    transition: opacity 2s;
    position: absolute;
    right: 0;
    left: 0;
    top: -60rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:0 0 60rem 60rem;
    width: 100%;
    height: 100%;
}
.product-gallery__bg--active {
    opacity: 1;
}
.product-gallery{
    padding-bottom:40rem ;
}
.product-gallery__content{
    margin-top: -100rem; 
}
@media screen and (min-width: 768px) {
    .product-gallery__bg-wrapper {
        height: 800rem;
        margin-top: -100rem;
    }
    .product-gallery__bg{
    }
    .product-gallery{
        padding-bottom:110rem ;
    }
}

/* ピックアップ */
.pick-up-container{
    padding-bottom: 80rem;
}
.pick-up{
    padding: 40rem 0;
}
.pick-up:last-of-type{
    margin-bottom: 0rem;
}
.pick-up__title{
    margin: 0;
}
.pick-up__header{
    min-height: 122rem;
}
.pick-up__image-container{
    width: 335rem;
}
.pick-up__inner{
    padding: 45rem  20rem 60rem;
}
.pick-up__layout-main{
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-bottom: 20rem;
}
.pick-up__image{
    width: 100%;
    display: block;
    border-radius: 40rem;
}
.pick-up__body{
    position: relative;
}
.pick-up__vertical-text-group{
    display: flex;
    align-items: flex-start;
    width: fit-content;
    gap: 10rem;
    position: absolute;
    top: -35rem;
    right: 20rem;
}
.pick-up__eyebrow{
    font-size: 20rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1rem;
    font-family: "Zain";
    color: var(--color-red);
    margin-bottom: 10rem;
}
.pick-up__vertical-text{
    color: var(--color-black);
    font-size: 12rem;
    font-weight: 500;
    font-family: var(--font-family-jp-primary);
    writing-mode: vertical-rl;
    line-height: 135%;
    letter-spacing: 4rem;
    padding: 5rem 8rem;
    margin: 0;
}
.pick-up__vertical-text--01{
    background-color: var(--color-light_blue);
}
.pick-up__vertical-text--02{
    background-color: var(--color-pale_green);
}
.pick-up__sub-visual{
    display: flex;
    gap: 14rem;
}  
.pick-up__sub-image-container{
    width: 160rem;
    height: 160rem;
    flex-shrink: 0;
    flex-grow: 1;
}
.pick-up__sub-image{
    width: 100%;
    display: block;
    border-radius: 30rem;
}
.pick-up__description{
    margin: 0;
    line-height: 200%;
}
.pick-up__details{
    display: flex;
    flex-direction: column;
    gap: 30rem;
}
.pick-up__content{
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.pick-up__content::before{
    content: "";
    background-color: var(--color-light_blue);
    border-radius: 0 40rem 40rem 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 84%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}
.pick-up__content--decoration-left::before{
    left: 60rem;
    border-radius: 40rem 0 0 40rem;
    background-color: var(--color-mint);
}

@media screen and (min-width: 768px) {
    .pick-up{
        padding: 110rem 0 ;
    }
    .pick-up-container{
        padding-bottom: 90rem;
    }
    .pick-up__inner{
        padding:0;
    }
    .pick-up__details{
        flex-direction: row-reverse;
        gap: 20rem;
    }
    .pick-up__image-container{
        width: 382rem;
    }
    .pick-up__layout-main{
        flex-direction: row-reverse;
        gap: 50rem;
        margin-bottom: 55rem;
        align-items: end;
    }
    .pick-up__header{
        flex-grow: 1;
        transform: translateY(-20rem);
    }
    .pick-up__header--transformed{
        transform: translateY(-20rem);
    }
    .pick-up__sub-visual{
        gap: 15rem;
        margin: 0;
    }  
    .pick-up__vertical-text-group{
        gap: 18rem;
        top: -60rem;
        left: 80rem;
    }
    .pick-up__vertical-text{
        padding: 15rem 8rem;
        font-size: 18rem;
        line-height: 150%;
    }
    .pick-up__eyebrow{
        font-size: 32rem;
        margin-bottom: 5rem;
    }
    .pick-up__content{
        max-width: 685rem;
    }
    .pick-up__content::before{
        border-radius: 40rem;
        width: 72%;
        height: 80%;
        transform: translate(207rem, 20rem);
    }
    .pick-up__content--decoration-left::before{
        left: auto;
    }
}

@media screen and (min-width: 1024px) {
    .pick-up__details{
        gap: 195rem;
    }
    .pick-up__header{
        transform: translateY(-30rem);
    }
    .pick-up__header--transformed{
        transform: translateY(-40rem);
    }
    .pick-up__sub-visual{
        gap: 46rem;
    }   
    .pick-up__layout-main{
        margin-bottom: 50rem;
        gap: 80rem;
    }
    .pick-up__content{
        max-width: 1000rem;
    }
    .pick-up__image-container{
        width: 510rem;
        height: 315rem;
    }
    .pick-up__sub-image-container{
        width: 198rem;
        height: 198rem;
    }
    .pick-up__content::before{
        transform: translate(207rem, 70rem);
    }
}

@media screen and (min-width: 1360px) {
    .pick-up__header{
        transform: translateY(-40rem);
    }
    .pick-up__header--transformed{
        transform: translateY(-90rem);
    }
    .pick-up__layout-main{
        margin-bottom: 60rem;
    }
    .pick-up__content{
        max-width: 1240rem;
    }
    .pick-up__image-container{
        width: 680rem;
        height: 420rem;
    }
    .pick-up__sub-image-container{
        width: 264rem;
        height: 264rem;
    }
}


/* ラインナップ */
.lineup{
    padding: 60rem 0;
    content: "";
    background-image: url(../img/top-page/lineup-bg-pastel-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
.lineup__header{
    padding: 0 30rem;
    margin-bottom: 40rem;
    flex-grow: 1;
    flex-shrink: 0;
}
.lineup__title{
    margin: 0 0 10rem 0;
    text-align: left;
}
.lineup__title::before{
    text-align: left;
}
.lineup__description{
    margin: 0 ;
    text-align: left;
    line-height: 200%;
}

@media screen and (min-width: 768px) {
    .lineup{
        padding: 155rem 0 65rem;
        background-image: url(../img/top-page/lineup-bg-pastel-sp.jpg);
    }
    .lineup__header{
        padding:  0 120rem;
    }
}
@media screen and (min-width: 960px) {
    .lineup__header{
        padding:  0 23rem;
        margin: 0;
    }
    .lineup__body{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48rem;
    }
    .lineup__product-link{
        width: 100%;
        height: 100%;
        padding: 45rem 40rem 50rem;
    }
    .lineup__product-image-wrapper{
        width: 250rem ;
        height: 250rem;
    }
    .lineup__product-arrow{
        width: 40rem;
    }
    .lineup__product-list{
        margin: 0;
        justify-content: flex-start;
    }
    .lineup__title{
        margin-bottom: 40rem;
    }
    .lineup__arrow-link{
        margin-top: 70rem;
    }
}


/* ボタン */
.product-gallery__button{
    margin: 40rem auto 0;
    font: var(--font-lg);
    letter-spacing: var(--letter-spacing-base);
}
.product-gallery__button::after{
    width: 16rem;
    height: 16rem;
}
.pick-up__button{
    margin-top: 20rem ;
    width: 180rem;
    height: 52rem;
    font: var(--font-base-static); 
    letter-spacing: var(--letter-spacing-base);
}
.pick-up__button::after{
    width: 12rem;
    height: 12rem;
}
.lineup__button{
    margin:45rem auto 0;
}

@media screen and (min-width: 768px) {
    .product-gallery__button{
        margin: 60rem auto 0;
        width: 264rem;
        height: 72rem;
    }
    .product-gallery__button::after{
        width: 20rem;
        height: 20rem;
    }
    .pick-up__button{
        width: 208rem;
        margin-top: 25rem;
    }
    .lineup__button{
        margin:40rem auto 0 0;
    }
}

/* スライダー */
.glide .lineup__header {
    padding: 0;
}
.lineup__inner{
    position: relative;
}
.glide{
    padding-left: 40rem;
}
.progress-bar {
    width: 100%;
    max-width: 55%;
    margin: 20rem auto 0;
    height: 2px;
    background: var(--light_brown, #EDCDC2);
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 127rem;
}

.progress-bar__fill {
    width: 0;
    height: 100%;
    background-color: #FD565D;
    border-radius: 2px;
    transition: width 0.3s ease;
}
@media screen and (min-width: 768px) {
    .glide{
        padding-left: 120rem;
    }
    .progress-bar {
        max-width: 50%;
        bottom: 24rem;
        height: 4px;
    }
}
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
@media screen and (min-width: 1024px) {
    .pc-none{
    display: none;
    }
    .sp-none{
        display: block;
    }
}