@charset "utf-8";

.youtubeBox>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.indicator {
    transition: .5s;
    margin: 0 0.5% 1%;
    padding: 0 0 71.5% 0;
    position: relative;
    border: 1px solid #F4F7F8;
}

.indicator:hover {
    opacity: .7;
    transition: .5s;
}

.indicator>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
        object-fit: cover;
}

.carousel-indicators {
    position: static;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    width: 100%;
    max-width: 600px;
    margin: 10px auto 0;
    flex-wrap: wrap;
    transition: all .3s;
}

.carousel-item.active{
    transition: none;
}

.carousel-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.carousel-item {
    position: relative;
    width: 100%;
    padding: 0 0 75.1% 0;
    background: hsla(0, 0%, 0%, 0.25);
}

.carousel-item > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.afterCarouselInner {
    margin: 75px 0 0 0 !important;
    padding: 0 0 66.9%;
    overflow: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(30, 30, 30, 0.1);
    outline: #000000;

    border: 1px solid rgba(30, 30, 30, 0);
}

.coverWr .carousel-inner {
    padding: 0 0 33%;
    overflow: hidden;
}


.listNumber01 .col-6.is-hidden,
.listNumber02 .col-6.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0 !important;
    pointer-events: none;
}

.listNumber01 .col-6,
.listNumber02 .col-6 {
    transition: all 0.4s ease 0s
}



.gjs-dashed .sliderControl * {
    position: static !important;
    padding: 0 !important;
}

.gjs-dashed .sliderControl .carousel-item {
    width: 32%;
    margin: 1.2% 0.6% 0;
    display: block;
    opacity: 1;
    padding: 7px !important;
}

.gjs-dashed .sliderControl .carousel-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {


.carousel-indicators {
        gap: 15px;
}


}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

