@charset "utf-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";

.jsb-content-wrapper {
	width: 100%;
	overflow: hidden;
}

/* タイトルロゴ */
.jsb-content-titlelogo {
	width: 50%;
	max-width: 140px;
	margin: 50px auto;
}
.jsb-content-titlelogo .logo-img {
	width: 100%;
}

/* MV */
.jsb-content-mv {
	width: 100%;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: column;
}
.jsb-content-mv .mv-link {
	width: 100%;
}
.jsb-content-mv .mv-img {
	width: 100%;
}

/* MV下テキスト */
.jsb-content-text {
	width: 80%;
	margin: 0 auto 100px;
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
}
.jsb-content-text .text-img {
	width: 100%;
}

/* スライダー */
.jsb-content-slider {
	margin-bottom: 50px;
}
.jsb-content-slider .slide-item {
	width: 100%;
	max-width: 100%;
}
.jsb-content-slider .slide-item .slide-item-img {
	width: 100%;
	max-width: 100%;
}

/* スライダー前後の矢印 */
.jsb-content-slider .slick-arrow {
	z-index: 1;
}
.jsb-content-slider .slick-prev{
	left: 5%;
}
.jsb-content-slider .slick-prev:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.jsb-content-slider .slick-next{
	right: 5%;
}
.jsb-content-slider .slick-next:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* SNS */
.jsb-content-sns {
	width: 100%;
	margin-bottom: 50px;
}
.jsb-content-sns .jsb-content-sns-img {
	width: 30px;
}

@media only screen and (min-width: 1024px) {
	/* タイトルロゴ */
	.jsb-content-titlelogo {
		width: 30%;
		max-width: 200px;
		margin: 0 auto 60px;
	}

	/* MV */
	.jsb-content-mv {
		width: 80%;
		margin-bottom: 150px;
		flex-direction: row;
	}

	/* MV下テキスト */
	.jsb-content-text {
		margin-bottom: 150px;
	}

	/* スライダー */
	.jsb-content-slider .slide-item {
		padding: 20px;
	}
}
