@charset "utf-8";



.swiper { padding: 8px 4% !important; }

.swiper-slide a {
	box-sizing: border-box;
	text-decoration: none !important;
	display: block;
}

.swiper-slide {
	background: #fff;
	color: #3a3a3a;
	border-radius: 1.4rem;
	box-shadow: 0px 2px 6px #ddd;
	height: auto !important;
	overflow: hidden;
}

.swiper-slide img {
	height: auto;
	width: 100%;
	display: block;
}

.swiper-button-prev, .swiper-button-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 0px rgb(0, 0, 0, 25%);
    margin: auto;
    cursor: pointer;
}

.swiper-button-next {
    background: url("./swiper-button-next.png") no-repeat #fff center / 32px;
    right: 1.5vw;
}

.swiper-button-prev {
    background: url("./swiper-button-prev.png") no-repeat #fff center / 32px;
    left: 1.5vw;
}

.swiper-button-disabled { display: none; }

.brand-info_detail {
	padding: 4% 5%;
	margin-bottom: .8rem;
}

.brand-info_detail_name {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: .625em;
}

.brand-info_detail_name.color-stretch { color: #1c499b; }
.brand-info_detail_name.color-premium { color: #000; }
.brand-info_detail_name.color-peony { color: #e5378e; }
.brand-info_detail_name.color-siesta { color: #b49fda; }
.brand-info_detail_name.color-nagomi-an { color: #3a2e2c; }

.brand-info_detail_text {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 1rem;
}

#swiper-brand-nav .ttl {
    font-weight: 400;
    text-align: center;
    background-image: url("https://karada39.com/img/top/icn_coursecategory.png");
    background-repeat: no-repeat;
    background-position: center top;
}


@media screen and ( max-width : 736px ) { /* for SP */
	.swiper-content {
		width: 100%;
		margin: 0 calc(50% - 50%);
		position: relative;
	}

	.brand-info_detail_text { height: 4em; }

	#swiper-brand-nav { padding: 24px 0; }

	#swiper-brand-nav .ttl {
		font-size: 24px;
		padding: 54px 0 8px;
		background-size: 48px auto;
	}
/* for SP end */ }


@media screen and ( min-width : 737px ) { /* for PC */
	.swiper-content {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		position: relative;
	}

	.brand-info_detail_text { height: 3em; }

	#swiper-brand-nav { padding: 40px 0; }

	#swiper-brand-nav .ttl {
		font-size: 32px;
		padding: 60px 0 16px;
		background-size: 54px auto;
	}
/* for PC end */ }


