/* スライドショー

====================================================*/
#mainVisual .swiper-wrap {
    /* width: 100vw;
    height: 606px; */
    overflow: hidden;
}

#mainVisual .swiper {
    overflow: visible;
    /* height: calc(100vh - 300px); 
     height: 100vh;
     max-height: 698px;
    background-color: rgba(0, 0, 0, 0.3); */
}

/* #mainVisual .swiper-slide {
    overflow: hidden;
    width: 909px !important;
} */

#mainVisual .swiper-slide .pc_block .thumbnail{
    width: 100%;
}
#mainVisual .swiper-slide a.pc_block {
    display: block;
}

#mainVisual .swiper-slide img {
    object-fit: cover;
    /* height: 606px; */
    border-radius: 0 50px 0 50px;
    width: 100%;
}

#mainVisual .swiper-slide span.curtain {
    top: 0;
    bottom: 0;
    left: 0;
    left: 0;
    position: absolute;
    z-index: 12;
    height: 100%;
    background: #fff;
    display: block;
}

@supports (-webkit-touch-callout: none) {

    #mainVisual .swiper-wrap,
    #mainVisual .swiper-slide,
    #mainVisual .swiper-slide img {
        height: -webkit-fill-available;
    }
}

@media screen and (max-width:786px) {
    #mainVisual {
        background: #F6F6F9;
    }

    #mainVisual .swiper-slide {
        /* width: 320px !important; */
        padding: 0 10px;
    }

    #mainVisual .swiper-slide img {
        object-fit: inherit;
        height: auto;
        width: 100%;
        border-radius: 0;
    }

    .swiper-slide .postCard {
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }
    .swiper-slide .postCard .content{
        padding: 16px;
    }
    .swiper-slide .postCard .thumbnail {
        max-width: inherit;
    }
}

/* prev / next */
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev{
    cursor: pointer;
}
.swiper-button-prev {
    margin-right: 37px;
}

.swiper-button-next {
    margin-left: 37px;
}

.swiper-button-next img {
    transform: rotate(180deg);
}


.swiper-bottom {
    /* max-width: 414px;
    width: 100%;
    margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -36px;
    position: relative;
    z-index: 2;
}

.swiper-bottom::before {
    content: "";
    width: 223px;
    height: 36px;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
}

.swiper-bottom>p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-main {
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.swiper-pagination-bullet:nth-child(1) .crown img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(2005%) hue-rotate(7deg) brightness(94%) contrast(87%);
}

.swiper-pagination-bullet:nth-child(2) .crown img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(12%) saturate(172%) hue-rotate(177deg) brightness(90%) contrast(85%);
}

.swiper-pagination-bullet:nth-child(3) .crown img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(8%) saturate(1722%) hue-rotate(333deg) brightness(93%) contrast(95%);
}

.swiper-pagination-bullet:nth-child(4) .crown img,
.swiper-pagination-bullet:nth-child(5) .crown img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(3%) saturate(1934%) hue-rotate(62deg) brightness(104%) contrast(88%);
}

.crown {
    display: flex;
    width: 12px;
    height: 11px;
}




/* スマホ用 : 非表示 */
.sp_block {
    display: none;
}

@media screen and (max-width:786px) {
    .pc_block {
        display: none !important;
    }

    .sp_block {
        display: block;
    }

    .swiper-bottom{
        margin-top: 12px;
    }
    .swiper-bottom>p,
    .pagination-wrap {
        background: #fff;
        width: 100%;
    }
    .pagination-wrap{
        padding: 0 16px;
    }
}
