.sp-main-mv {
    width: 100%;
    padding: 42px 46px 62px 23px;
}

@media (max-width: 780px) {
    .sp-main-mv {
        padding: calc((84 / 480) * 100vw) calc((46 / 480) * 100vw) calc((62 / 480) * 100vw) calc((23 / 480) * 100vw);
    }
}

.sp-product-item-contents1 {
    position: relative;
    margin-bottom: 120px;
}

@media (max-width: 780px) {
    .sp-product-item-contents1 {
        margin-bottom: calc((120 / 480) * 100vw);
    }
} 

.sp-product-item-copy {
    font-family: "yuria-idol-jp-md", sans-serif;
    font-size: 17.92px;
    margin-bottom: 32px;
    text-align: justify;
    text-align: center;
}

@media (max-width: 780px) {
    .sp-product-item-copy {
        font-size: calc((17.92 / 480) * 100vw);
        margin-bottom: calc((32 / 480) * 100vw);;
    }
} 

.sp-product-lens-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 26px;
}

@media (max-width: 780px) {
    .sp-product-lens-wrapper {
        gap: calc((15 / 480) * 100vw);
        margin-bottom: calc((26 / 480) * 100vw);;
    }
} 

.sp-product-lens-wrapper img {
    width: 86px;
}

@media (max-width: 780px) {
    .sp-product-lens-wrapper img {
        width: calc((86 / 480) * 100vw);;
    }
} 

.sp-product-item-logo {
    width: 219px;
    margin: 0 auto 31px;
}

@media (max-width: 780px) {
    .sp-product-item-logo {
        width: calc((219 / 480) * 100vw);
        margin: 0 auto calc((31 / 480) * 100vw);
    }
} 

.sp-product-item-spec {
    font-size: 14.72px;
    text-align: center;
}

@media (max-width: 780px) {
    .sp-product-item-spec {
        font-size: calc((14.72 / 480) * 100vw);
    }
} 

.sp-product-item-contents2 {
    position: relative;
    height: 672px;
}

@media (max-width: 780px) {
    .sp-product-item-contents2 {
        height: calc((672 / 480) * 100vw);
    }
} 

.overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    height: 550px;
    background-color: white;
    z-index: 0;
    border-radius: 50%;
}

@media (max-width: 780px) {
    .overlay {
        width: calc((550 / 480) * 100vw);
        height: calc((550 / 480) * 100vw);
    }
} 

.overlay .package {
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    width: 91px;
}

@media (max-width: 780px) {
    .overlay .package {
        top: calc((-76 / 480) * 100vw);
        width: calc((91 / 480) * 100vw);
    }
} 

.churn-ex {
    position: absolute;
    bottom: 137.6px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: "yuria-idol-jp-rg", sans-serif;
}

@media (max-width: 780px) {
    .churn-ex {
        bottom: calc((137.6 / 480) * 100vw);
    }
}

.churn-ex p {
    font-size: 19.2px;
    line-height: 2.167;
    width: fit-content;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .churn-ex p {
        font-size: calc((19.2 / 480) * 100vw);
    }
}

.lineup-title {
    text-align: center;
    font-size: 47.36px;
    font-family: "optima", sans-serif;
    margin-bottom: 66px;
}

@media (max-width: 780px) {
    .lineup-title {
        font-size: calc((47.36 / 480) * 100vw);
        margin-bottom: calc((66 / 480) * 100vw);
    }
}

.lineup-swiper {
    border-radius: 16px;
    width: 300px;
}

@media (max-width: 780px) {
    .lineup-swiper {
        border-radius: calc((16 / 480) * 100vw);
        width: calc((300 / 480) * 100vw);
    }
}

.lineup-swiper img {
    width: 100%;
}

.lineup-swiper-contents {
    position: relative;
    margin-bottom: 253px;
}

@media (max-width: 780px) {
    .lineup-swiper-contents {
        margin-bottom: calc((253 / 480) * 100vw);
    }
}


.swiper-button-next {
    right: 50px !important;
}

@media (max-width: 780px) {
    .swiper-button-next {
        right: calc((50 / 480) * 100vw) !important;
    }
}

.swiper-button-prev {
    left: 50px !important;
}

@media (max-width: 780px) {
    .swiper-button-prev {
        left: calc((50 / 480) * 100vw) !important;
    }
}

.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 13px;
    height: 25.6px;
    margin: auto;
}

@media (max-width: 780px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: calc((13 / 480) * 100vw);
        height: calc((25.6 / 480) * 100vw);
    }
}

.swiper-button-prev::after {
    background-image: url(/img/sp/arrow-left.png);
}

.swiper-button-next::after {
    background-image: url(/img/sp/arrow-right.png);
}


.swiper-pagination {
    position: absolute;
    bottom: -51.2px !important;
    text-align: center;
}

@media (max-width: 780px) {
    .swiper-pagination {
        bottom: calc((-51.2 / 480) * 100vw);
    }
}

.swiper-pagination span {
    width: 12.8px;
    height: 12.8px;
}

@media (max-width: 780px) {
    .swiper-pagination span {
        width: calc((12.8 / 480) * 100vw);
        height: calc((12.8 / 480) * 100vw);
    }
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10.24px !important;
}

@media (max-width: 780px) {
    .swiper-pagination .swiper-pagination-bullet {
        margin: 0 calc((10.24 / 480) * 100vw) !important;
    }
}

.swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid rgb(255, 255, 255);
}

@media (max-width: 780px) {
    .swiper-pagination .swiper-pagination-bullet-active {
        border: calc((2 / 480) * 100vw) solid rgb(255, 255, 255);
    }
}

.swiper-lens-contents {
    position: absolute;
    bottom: 40px;
    left: 100px;
    z-index: 300;
}

@media (max-width: 780px) {
    .swiper-lens-contents {
        bottom: calc((40 / 480) * 100vw);
        left: calc((100 / 480) * 100vw);
    }
}

.swiper-lens {
  position: relative;
}

.swiper-lens img {
  width: 80px;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(0);       /* ★常に0で固定 */
  transition: opacity 1s ease;     /* ★出る時はopacityだけ */
  pointer-events: none;
}

@media (max-width: 780px) {
    .swiper-lens img {
        width: calc((80 / 480) * 100vw);
    }
}

/* 入る時：opacityはtransitionで、transformはanimationで下→上 */
.swiper-lens img.is-active {
  opacity: 1;
  animation: lensUp 1s ease both;  /* ★入場だけ */
}

@keyframes lensUp {
  from { transform: translateY(30px); }
  to   { transform: translateY(0); }
}

@media (max-width: 780px) {
    @keyframes lensUp {
        from { transform: translateY(calc((30 / 480) * 100vw)); }
        to   { transform: translateY(0); }
    }
}


.lineup-name {
    width: fit-content;
    transition: opacity 0.25s ease;
    opacity: 1;
    font-size: 24.32px;
    position: absolute;
    bottom: -116px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 780px) {
    .lineup-name {
        font-size: calc((24.32 / 480) * 100vw);
        bottom: calc((-116 / 480) * 100vw);;
    }
}

.lineup-name.is-fading {
    opacity: 0;
}

.lineup-item-v {
    position: relative;
}

.lineup-item-v-lens {
    position: absolute;
    bottom: -42px;
    left: 38.4px;
    width: 113px;
}

@media (max-width: 780px) {
    .lineup-item-v-lens {
        bottom: calc((-42 / 480) * 100vw);
        left: calc((38.4 / 480) * 100vw);
        width: calc((113 / 480) * 100vw);
    }
}

.lineup-item-wrapper {
    padding: 81.28px 44.8px 96px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .lineup-item-wrapper {
        padding: calc((81.28 / 480) * 100vw) calc((44.8 / 480) * 100vw) calc((96 / 480) * 100vw);
    }
}

.lineup-item-wrapper h3 {
    font-size: 47.36px;
    margin-bottom: 10px;
}

@media (max-width: 780px) {
    .lineup-item-wrapper h3 {
        font-size: calc((47.36 / 480) * 100vw);
        margin-bottom: calc((10 / 480) * 100vw);
    }
}

.lineup-item-wrapper p.kana {
    font-size: 19.2px;
    margin-bottom: 21px;
    font-family: "yuria-idol-jp-rg", sans-serif;
}

@media (max-width: 780px) {
    .lineup-item-wrapper p.kana {
        font-size: calc((19.2 / 480) * 100vw);
        margin-bottom: calc((21 / 480) * 100vw);
    }
}

.lineup-item-wrapper span {
    font-size: 16px;
    display: block;
    margin-bottom: 68px;
    color: #353131;
}

@media (max-width: 780px) {
    .lineup-item-wrapper span {
        font-size: calc((16 / 480) * 100vw);
        margin-bottom: calc((68 / 480) * 100vw);
    }
}

.lineup-item-wrapper h4 {
    font-size: 24.32px;
    margin-bottom: 43.5px;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    color: #353131;
    font-family: "yuria-idol-jp-md", sans-serif;
}

@media (max-width: 780px) {
    .lineup-item-wrapper h4 {
        font-size: calc((24.32 / 480) * 100vw);
        margin-bottom: calc((43.5 / 480) * 100vw);
    }
}

.lineup-item-wrapper p.ex {
    line-height: 2.5;
    font-size: 16px;
    margin-bottom: 67.2px;
    color: #353131;
    font-family: "yuria-idol-jp-rg", sans-serif;
}

@media (max-width: 780px) {
    .lineup-item-wrapper p.ex {
        font-size: calc((16 / 480) * 100vw);
        margin-bottom: calc((67.2 / 480) * 100vw);
    }
}

.lineup-item-hikaku {
    display: flex;
    gap: 16px;
    justify-content: center;
    font-family: "yuria-idol-jp-rg", sans-serif;
    margin-bottom: 67.2px;
}

@media (max-width: 780px) {
    .lineup-item-hikaku {
        gap: calc((16 / 480) * 100vw);
        margin-bottom: calc((67.2 / 480) * 100vw);
    }
}

.lineup-item-hikaku .soyo img {
    margin-bottom: 21.12px;
    border-radius: 15px;
}

@media (max-width: 780px) {
    .lineup-item-hikaku .soyo img {
        border-radius: calc((15 / 480) * 100vw);
        margin-bottom: calc((21.12 / 480) * 100vw);
    }
}

.lineup-item-hikaku .soyo p {
    font-size: 10px;
    color: #353131;
}

@media (max-width: 780px) {
    .lineup-item-hikaku .soyo p {
        font-size: calc((10 / 480) * 100vw);
    }
}

.lineup-item-shop {
    width: 100%;
    position: relative;
    font-family: "yuria-idol-jp-md", sans-serif;
}

.lineup-item-shop-title {
    cursor: pointer;
    font-size: 24.32px;
    position: relative;
    text-align: left;
    color: #353131;
}

@media (max-width: 780px) {
    .lineup-item-shop-title {
        font-size: calc((24.32 / 480) * 100vw);
    }
}

.lineup-item-shop-title::before {
    background: #353131;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
    width: 15px;
}

@media (max-width: 780px) {
    .lineup-item-shop-title::before {
        height: calc((2 / 480) * 100vw);
        width: calc((15 / 480) * 100vw);
    }
}

.lineup-item-shop.is-open .lineup-item-shop-title::before {
    transform: rotate(180deg);
}

.lineup-item-shop-title::after {
    background: #353131;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: opacity .3s ease-in-out;
    width: 15px;
}

@media (max-width: 780px) {
    .lineup-item-shop-title::after {
        height: calc((2 / 480) * 100vw);
        width: calc((15 / 480) * 100vw);
    }
}

.lineup-item-shop-wrapper hr {
    border-width: 1.5px 0 0 0;
    border-style: solid;
    margin: 38.4px 0 0;
}

@media (max-width: 780px) {
    .lineup-item-shop-wrapper hr {
        border-width: calc((1.5 / 480) * 100vw) 0 0 0;
        margin: calc((38.4 / 480) * 100vw) 0 0;
    }
}

.lineup-item-shop-link-wrapper {
    display: none;
}

.lineup-item-shop-link-title p {
    font-size: 24.32px;
    margin: 51px 0 49px;
    text-align: left;
    color: #353131;
}

@media (max-width: 780px) {
    .lineup-item-shop-link-title p {
        font-size: calc((24.32 / 480) * 100vw);
        margin: calc((51 / 480) * 100vw) 0 calc((49 / 480) * 100vw);
    }
}

.lineup-item-shop-links a {
    width: 100%;
    height: 58px;
    border-radius: 100px;
    background: #7f7770;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;
    font-size: 16px;
}

@media (max-width: 780px) {
    .lineup-item-shop-links a {
        height: calc((58 / 480) * 100vw);
        border-radius: calc((100 / 480) * 100vw);
        margin-bottom: calc((38 / 480) * 100vw);
        font-size: calc((16 / 480) * 100vw);
    }
}

.lineup-item-shop-links a:last-child {
    margin-bottom: 57px;
}

@media (max-width: 780px) {
    .lineup-item-shop-links a:last-child {
        margin-bottom: calc((57 / 480) * 100vw);
    }
}

.lineup-item-shoplist-search {
    font-size: 24.32px;
    margin: 0 0 49px;
    text-align: left;
    color: #353131;
}

@media (max-width: 780px) {
    .lineup-item-shoplist-search  {
        font-size: calc((24.32 / 480) * 100vw);
        margin: 0 0 calc((49 / 480) * 100vw);
    }
}

.lineup-item-shoplist-search-link {
    width: 100%;
    height: 58px;
    border-radius: 100px;
    background: #7f7770;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

@media (max-width: 780px) {
    .lineup-item-shoplist-search-link {
        height: calc((58 / 480) * 100vw);
        border-radius: calc((100 / 480) * 100vw);
        font-size: calc((16 / 480) * 100vw);
    }
}

.sp-footer-product-information {
    padding: 115.2px 0 48px;
}

@media (max-width: 780px) {
    .sp-footer-product-information {
        padding: calc((115.2 / 480) * 100vw) 0 calc((48 / 480) * 100vw);
    }
}

.sp-footer-product-information h4 {
    font-size: 24.32px;
    color: #353131;
    font-family: "yuria-idol-jp-md", sans-serif;
    margin-bottom: 38.4px;
}

@media (max-width: 780px) {
    .sp-footer-product-information h4 {
        font-size: calc((24.32 / 480) * 100vw);
        margin-bottom: calc((38.4 / 480) * 100vw);
    }
}

.sp-footer-product-information hr {
    margin-bottom: 44.8px;
}

@media (max-width: 780px) {
    .sp-footer-product-information hr {
        margin-bottom: calc((44.8 / 480) * 100vw);
    }
}

.sp-footer-product-information-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14.08px;
}

@media (max-width: 780px) {
    .sp-footer-product-information-table table {
        font-size: calc((14.08 / 480) * 100vw);
    }
}

.sp-footer-product-information-table table th {
    padding: 0 0 17.92px 0;
    text-align: left;
    width: 30%;
    color: #6d6d6d;
    font-family: "yuria-idol-jp-md", sans-serif;
}

@media (max-width: 780px) {
    .sp-footer-product-information-table table th {
        padding: 0 0 calc((17.92 / 480) * 100vw) 0;
    }
}

.sp-footer-product-information-table table td {
    font-family: "yuria-idol-jp-rg", sans-serif;
    width: 70%;
    padding: 0 0 17.92px 0;
    text-align: left;
    color: #353131;
}

@media (max-width: 780px) {
    .sp-footer-product-information-table table td {
        padding: 0 0 calc((17.92 / 480) * 100vw) 0;
    }
}

