@charset "UTF-8";

/* CG */

.cgSlider{
    margin-bottom: 14px;
}

.cgSlider div,
.cgThumbs .div{
    position: relative;
}

.cgSlider .slick-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.cgThumbs .slick-slide img {
    display: block;
    width: 100%;
    cursor: pointer;
}
/* 矢印 */

.slick-prev.slick-arrow{
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 24px;
    height: 24px;
    transform: rotate(-135deg);
    left: 2%;
    z-index: 100;
}

.slick-prev:before{
    content: none;
}

.slick-next.slick-arrow{
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    right: 2%;
    z-index: 100;
}

.slick-next:before {
    content: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

/* キャプション */
.cgSlider div .caption{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 0.625rem;
    text-align: right;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
}

/* サムネイル */

@media screen and (min-width: 767px) {
    .cgThumbs .slick-track {
        transform: unset !important;
    }
}

.cgThumbs .slick-slide{
    padding: 0 5px;
    text-align: center;
    outline: none;
}

.cgThumbs .slick-slide img{
    opacity: .5;
}

.cgThumbs .slick-current img {
    opacity: 1;
}



/* 注釈 */

.annotation{
    font-size: 0.625rem;
    word-break: normal;
    line-height: 1.2;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 65px;
}


/* ===================================================== */

@media screen and (max-width: 767px) {
/* 767px以下に適用されるCSS（タブレット用） */

/* CG */

.cgSlider {
    margin-bottom: 6px;
}

/* サムネイル */

.cgThumbs .slick-slide {
    padding: 0 2px;
}

}

@media screen and (max-width: 480px) {
/* 480px以下に適用されるCSS（スマホ用） */

}