@charset "utf-8";

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

.indicator>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.indicator {
    transition: .5s;
    padding: 0 0 19.9% 0;
    margin: 0 1% 1%;
    width: 31%;
    position: relative;
    border: 1px solid #ccc;
}

.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: auto;
    height: auto;
}

.carousel-indicators {
    position: static;
    margin: 10px auto 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.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;
}

.carousel-inner {
    padding: 0 0 65.75%;
    max-width: 100%;
    margin: 0 auto;
    height: 0;
}

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

.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);
}

.voiceSlider .indicator {
    padding: 0 0 13.9% 0;
}

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

/*modal*/


.modal-lg {
    max-width: 1300px !important;
}

.modalCloseBtn {
    color: #FFF;
    background: #4B4B91;
    border: 1px solid #4B4B91;
    padding: 3px 7px;
    transition: .5s;
}

.modalCloseBtn:hover {
    color: #4B4B91;
    background: #E6E6F2;
    transition: .5s;
}

.worksLk01 {
    padding: 0 0 66.9%;
}

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

.modal-content {
    overflow-y: initial !important;
}

.modal-body {
    height: calc(100vh - 1.75rem * 7);
    overflow-y: auto;
}

.carousel-indicators {
    max-width: 100%;
}

/*-----*/


.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;
}

.gjs-dashed .sliderControl .indicator {
	padding: 7px !important;
}


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

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

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

.carousel-inner {
    padding: 0 0 65.75%;
}

.indicator {
    padding: 0 0 11.55% 0;
    margin: 0 1% 1%;
    width: 18%;
}

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

} /* min-width: 544px ここまで */

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