@charset "utf-8";

/* slick-theme.css上書き用 */

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 10px;
    height: 10px;
}
.slick-dots li button:before {
    line-height: 10px;
    transform: scale(0.6);
}

/* important_notices */

.important_notices {
    /*border: 2px solid #900;*/
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
}

.important_notices_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5rem;
}

.important_notices dl {
    display: flex;
    margin: 0;
    margin-bottom: 0.5rem;
}

.important_notices dl:last-of-type {
    margin: 0;
}

.important_notices dl dt {
    color: #900;
    margin-right: 0.5rem;
    white-space: nowrap;
}

.important_notices dl dt::before {
    content: "【";
}

.important_notices dl dt::after {
    content: "】";
}

.important_notices dl dd {
    margin: 0;
}

.important_notices a {
    text-decoration: none;
    color: #333;
    /* font-size: 0.8rem; */
}

.important_notices a:hover {
    opacity: 0.8;
}

/* /important_notices */

.slick-slide a:hover img {
    opacity: 0.8;
}

/* クーポン */

.slick-prev,
.slick-next {
    /* top: 36%; */
}

.slick-dots {
    /* bottom: 0.2rem; */
}

/* CLS対策 */
#header_coupon .slick-slide a {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: calc(120 / 616 * 100%);
}

#header_coupon .slick-slide a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/* CLS対策 */

#header_coupon .slick-list {
    width: 95%;
    margin: 0 auto;
}
#header_coupon .slick-prev:before,
#header_coupon .slick-next:before {
    color: black;
}

#header_coupon .slick-prev {
    left: 0.5rem;
}

#header_coupon .slick-next {
    right: 0.5rem;
}

@media (max-width: 767px) {
    #header_coupon .slick-list {
        width: 90%;
    }
}

/* #header_coupon .banner{
	padding: 0;
	margin: 0 1rem;
} */
/* /クーポン */

/* メインバナー */
/* .feature_slider {
	max-width: 1080px;
	margin: 0 auto;
} */
/* @media (max-width:767px) {
	.feature_slider {
		min-height: 130px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.feature_slider {
		min-height: 235px;
	}
}
@media (min-width:1025px) {
	.feature_slider {
		min-height: 340px;
	}
} */

.feature_slider .slick-list {
    overflow: visible;
}

.feature_slider .slick-slide {
    margin: 0 0.5rem;
    /* max-width: 1140px; */
}

/* CLS対策 */
/* .feature_slider .slick-slide a {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: calc(1080 / 1080 * 100%);
}

.feature_slider .slick-slide a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */
/* CLS対策 */

.feature_slider .slick-slide:not(.slick-active) {
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 767px) {
    .slick-slide {
        margin: 0;
    }
    .feature_slider .slick-slide:not(.slick-active) {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .feature_slider .slick-prev {
        left: 27.2%;
    }

    .feature_slider .slick-next {
        right: 27.2%;
    }

    .feature_slider .slick-prev,
    .feature_slider .slick-next {
        top: 43%;
        z-index: 999;
    }

    .feature_slider .slick-prev:before,
    .feature_slider .slick-next:before {
        position: absolute;
        top: 22%;
        width: 1.5rem;
        height: 1.5rem;
        margin-left: -12px;
        border-left: 5px solid #766a63;
        border-bottom: 5px solid #766a63;
        opacity: 1;
        box-sizing: border-box;
        content: "";
    }
    .feature_slider .slick-prev:before {
        transform: rotate(45deg);
    }
    .feature_slider .slick-next:before {
        transform: rotate(225deg);
    }
}



/* /メインバナー */

/* 220325 */

/* @keyframes fadeInmain {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInmain {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */

.feature_slider {
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    width: 100%;
    max-width: 1560px;
}

.feature_slider img {
    transform: scale(0.75);
    opacity: 0.5;
    transition: 0.75s;
    /* width: 100%;
    max-width: 1140px; */

}

.feature_slider .slick-active img {
    transform: scale(1);
    opacity: 1;
    /* width: 100%; */
}

@media (max-width: 767px) {
    .feature_slider img {
        transform: scale(1);
        opacity: 1;
    }

    .feature_slider {
        overflow: hidden;
        margin: 0px auto 10px auto;
        padding: 0;
        width: 100%;
        max-width: 1400px;
    }
}
