@charset "UTF-8";
@media (min-width:1024px) {
    .modal__flex-pc {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal__bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
    }
    .modal__content {
        padding-top: 0;
        overflow: visible;
    }
    .single-collection .swiperCollection.common-w {
        max-width: 1440px;
        width: 100%;
        padding-bottom: 0;
    }
    .single-collection .swiper-slide .slide-flex {
        display: flex;
        align-items:center;
        justify-content: center;
        padding:0px 30px;
    }
    .single-collection .swiper-slide .slide-flex .image {
        width: 50%;
        height: 100%;
    }
    .single-collection .swiper-slide .slide-flex .image img {
        object-fit: contain;
        width: 100%;
        height:100vh;
        object-position: right center;
    }
    .single-collection .caption .swiper-arrow {
        display: none;
    }
    .single-collection .swiper-slide .slide-flex .caption {
        width:calc(50% - 100px);
        min-height: 1em;
        padding-left: 30px;
    }
    .single-collection .caption .swiper-navi .index {
        width: calc(100% - 5em);
        padding-left: 0;
        box-sizing: content-box;
        text-align: left;
    }
    .single-collection .caption .description {
        font-size: 13px;
        padding-top:0;
        margin-top:0;
        border-top: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1em;
        padding-bottom: 1.5em;
    }
    .single-collection .caption .description_pc {
        display: block;
    }
    .single-collection .caption .description_sp {
        display: none;
    }
    /*左上の×ボタン*/
    .single-collection .close_button {
        top:15px;
        right:15px;
        width: 40px;
        height: 40px;
        z-index: 2000;
        cursor: pointer;
        position: fixed;
    }
    .single-collection .close_button span {
        width: 100%;
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        border-top: 2px solid #ccc;
        transition: 0.3s;
     }
    .single-collection .close_button:hover span{
        border-color: #666;
    }
    /*左右の矢印*/
    .single-collection .swiper-bottom-navi .swiper-prev,
    .single-collection .swiper-bottom-navi .swiper-next {
        width: 4em;
        height: 4em;
        position: fixed;
        top:calc(50% - 2em);
        z-index: 999;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .single-collection .swiper-bottom-navi .swiper-prev {
        left:10px;
    }
    .single-collection .swiper-bottom-navi .swiper-next {
        right:10px;
    }
    .single-collection .swiper-bottom-navi .swiper-prev span,
    .single-collection .swiper-bottom-navi .swiper-next span {
        display: block;
        width: 1.75em;
        height: 1.75em;
        border-top: 2px solid #ccc;
        transition: 0.3s;
        }
    .single-collection .swiper-bottom-navi .swiper-prev span {
        border-left: 2px solid #ccc;
        transform:rotate(-45deg);
        margin-left: 0.3em;
    }
    .single-collection .swiper-bottom-navi .swiper-next span {
        border-right: 2px solid #ccc;
        transform:rotate(45deg);
        margin-right: 0.3em;
    }
    .single-collection .swiper-bottom-navi .swiper-prev:hover span,
    .single-collection .swiper-bottom-navi .swiper-next:hover span{
        border-color: #666;
    }
    .swiper-autoheight .swiper-wrapper {
        height: auto !important;
        min-height: inherit
    }
}