
#fixed-mv-pickup__box {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px 0 0 10px;
  display: flex;
  overflow: hidden;
}

.fixed-mv-pickup__controle {
  width: 25px;
  background-color: #7dbd33;
  cursor: pointer;
}

.-is-closed .fixed-mv-pickup__controle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 247px;
}
.-is-opend .fixed-mv-pickup__controle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-mv-pickup__content {
  /* height: 257px; */
  transition: all 0.4s;
  overflow: hidden;
  max-width: 290px;
}

.-is-opend .fixed-mv-pickup__content {
  width: 290px;
}

.-is-closed .fixed-mv-pickup__content {
    width: 0;
}

.fixed-mv-pickup__content .fixed-mv-pickup__slider {
  width: 270px;
  margin: 10px;
}

.fixed-mv-pickup__content .splide__slide .fixed-mv-pickup__thumbnail {
    margin-bottom: 10px;
}
.fixed-mv-pickup__content .splide__slide a {
    text-decoration: none;
}
.fixed-mv-pickup__content .splide__slide .fixed-mv-pickup__title {
    font-size: 1.4rem;
    word-break: break-all;
    line-height: 1.6;
    min-height: 45px;
    /* -webkit-line-clamp: 2;
    text-overflow: ellipsis; */
}
.fixed-mv-pickup__content .splide__slide img {
  height: auto;
  width: 100%;
}
.fixed-mv-pickup__content .splide__arrows {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 10px;
}
.fixed-mv-pickup__content .splide__arrows .splide__arrow {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    transform: none;
    display: flex;
    background: #fff;
    height: 1.2em;
    width: 1.2em;
}
.fixed-mv-pickup__content .splide.is-focus-in .splide__arrow:focus {
    outline:none;
}

@media screen and (max-width: 615px) {
    .fixed-mv-pickup__controle {
        width: 4.0650406504065035vw;
    }
    .fixed-mv-pickup__controle img{
        width: 60%;
    }
    #fixed-mv-pickup__box {
        top: 4vw;
    }
    .fixed-mv-pickup__controle {
        width: 4.0650406504065035vw;
    }
    .-is-closed .fixed-mv-pickup__controle {
        min-height: 40.16260162601626vw;
    }
    
    .-is-opend .fixed-mv-pickup__content {
        width: 47.15447154471545vw;
    }
    .fixed-mv-pickup__content {
        /* height: 41.78861788617886vw; */
        transition: all 0.4s;
        overflow: hidden;
        max-width: 47.15447154471545vw;
    }
    .fixed-mv-pickup__content .fixed-mv-pickup__slider {
        width: 43.90243902439025vw;
        margin: 1.6260162601626018vw;
        }
    .fixed-mv-pickup__content .splide__slide .fixed-mv-pickup__title {
        font-size: 2.2764227642276422vw;
        /* height: 7.317073170731707vw; */
    }
    .fixed-mv-pickup__content .splide__arrows .splide__arrow {
        height: 2.6016260162601625vw;
        width: 2.6016260162601625vw;

    }
    .fixed-mv-pickup__content .splide__arrows {
        margin-top: 0.6260162601626018vw;
    }
}