@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: 0.5%;

    display: block;

    width: 10px;
    height: 16px;
    padding: 0;

    cursor: pointer;

    color: #333;
    border: none;
    outline: none;
    background: inherit;
    z-index: 5;
}
.s .slick-prev,
.s .slick-next{
    width: 12px;
}
.s .slick-prev,
.s .slick-next {
    bottom: -7.5%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    right: 15.5%;
}
.s .slick-prev {
    right: 87px;
}
@media screen and (min-width:1131px) and ( max-width:1160px) {
    .slick-prev {
        right: 17.5%;
    }
}

@media screen and (min-width:911px) and ( max-width:1130px) {
    .slick-prev {
        right: 18.5%;
    }
}
@media screen and (min-width:760px) and ( max-width:910px) {
    .slick-prev {
        right: 20.5%;
    }
    .slick-dots li button::after {
        padding-left: 5%;
    }
}

[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background-image: url(../img/arrow_left.png);
    width: 30%;
    height: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    background-image: url(../img/arrow_left.png);
    width: 30%;
    height: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next
{
    right: -0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    background-image: url(../img/arrow_right.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 140%;
}
[dir='rtl'] .slick-next:before
{
    content: '';
    background-image: url(../img/arrow_right.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 140%;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    display: flex;
	justify-content: flex-end;
	bottom: 1.4%;
	left: auto;
	right: 3.4%;
	transform: none;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.s .slick-dots {
    right: 5.7%;
    bottom: -6.5%;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 30%;
    height: 30%;
    margin: 0 7%;
    padding: 0;

    cursor: pointer;
}
.s .slick-dots li {
    width: 22px;
    height: 6px;
    margin: 0 5px;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

	width: 50px;
	height: 6px;
	padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.s .slick-dots li button {
    width: 5%;
    height: 1%;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    opacity: 1;
    color: #ddd; /* hover時の色を変更 */
}
.slick-dots li button::after
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	border-radius: 30px;

    /* 元のcontentプロパティの値だとfont-sizeを変更した際に位置がずれてしまうので値を変更 */
    /* content: '•'; */
    content: '';
    text-align: center;

    opacity: 1;
    background-color: #d1c9b5; /* hover時の色を変更 */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::after
{
    opacity: 1;
    background-color: #7d796c; /* hover時の色を変更 */
}


@media screen and (max-width:749px) {

    .slick-prev:before
{
    content: '';
    background-image: url(../img/arrow_left.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -85%;
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    background-image: url(../img/arrow_left.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -85%;
}

.slick-next:before
{
    content: '';
    background-image: url(../img/arrow_right.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 110%;
}
[dir='rtl'] .slick-next:before
{
    content: '';
    background-image: url(../img/arrow_right.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 110%;
}

}