body {
	background: rgb(255, 255, 255);
}

.header {
	background: transparent;
}

@media (max-width: 1080px) {
	.header {
		background-color: #fff;
	}
}

@media (max-width: 768px) {
	.header {
		background-color: #fff;
	}
}

/* =========================================
   ピックアップ・イベント情報
========================================= */
.top_pickup {
	padding: 24px 20px;
}
.pickup {
	border: 2px solid #333333;
	border-radius: 20px;
	padding: 24px 0 18px;
	max-width: 902px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	z-index: 100;
	position: relative;
}

.top_event {
	padding: 24px 20px 108px;
}

/*====================================================================
  slick 基本設定
====================================================================*/
.sliderFrame {
	margin: 20px auto 0;
	overflow: hidden;
	background: #fff;
	padding: 40px 20px;
}

.sliderFrame .sliderArea {
	padding: 0 25px;
}
.sliderFrame .regular_3 {
	max-height: 224px;
	overflow: hidden;
	white-space: nowrap;
}
.sliderFrame .regular_3 .slide-item {
	opacity: 0;
	float: left;
}
.sliderFrame .regular_3.slick-initialized {
	overflow: visible;
	max-height: unset;
}

/*====================================================================
  slick スライド共通
====================================================================*/
.sliderFrame .slick-list {
	overflow: visible;
}
.sliderFrame .slick-slide {
	position: relative;
	opacity: 0;
	height: 100%;
	margin: 0 0.5em;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #333;
	transition: all 0.3s ease-out 0s;
}
.sliderFrame .slick-slide a {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.sliderFrame .slick-slide a .imgwrapper {
	aspect-ratio: 280/210;
	padding: 0.5em;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.sliderFrame .slick-slide a .imgwrapper img {
	object-fit: contain;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.sliderFrame .slick-initialized .slick-slide {
	opacity: 1;
}
.sliderFrame .slick-slide .slidetitle {
	font-size: 12px;
	padding: 4px 8px;
	transition: all 0.3s ease-out 0s;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	column-gap: 0.5em;
	line-height: 1;
}
.sliderFrame .slick-slide.kurashi .slidetitle {
	background: #fbe8c6;
}
.sliderFrame .slick-slide.reform .slidetitle {
	background: #f9f6d0;
}
.sliderFrame .slick-slide .slidetitle .iconwrap {
	display: inline-block;
	width: 2em;
	height: 2em;
	padding: 0.125em;
	border-radius: 999px;
	background: #fff;
}
.sliderFrame .slick-slide .slidetitle .iconwrap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.sliderFrame .slick-slide .sponsortitle {
	padding-top: 8px;
	line-height: 1;
}
.sliderFrame .slick-slide .sponsortitle span {
	font-size: 12px;
	border-radius: 999px;
	padding: 4px 1em;
}
.sliderFrame .slick-slide.kurashi .sponsortitle span {
	background: #fadfb1;
}
.sliderFrame .slick-slide.reform .sponsortitle span {
	background: #f8f0a9;
}

/*====================================================================
  中央スライドの表現
====================================================================*/
.sliderFrame .slider.noslide .slick-slide:first-child {
	transform-origin: left center;
}
.sliderFrame .slider.noslide .slick-slide:last-child {
	transform-origin: right center;
}
.sliderFrame .slider.noslide .slick-slide:hover {
	z-index: 1;
	transform: scale(1.3);
}
.sliderFrame .slider:not(.noslide) .slick-slide.slick-center {
	z-index: 1;
	transform: scale(1.3);
}
/* 左側（センターの1つ前） */
.sliderFrame .slider:not(.noslide) .slick-slide.is-prev {
	left: -40px;
}
/* 右側（センターの1つ後） */
.sliderFrame .slider:not(.noslide) .slick-slide.is-next {
	z-index: 1;
	left: 40px;
}
@media screen and (max-width: 640px) {
	.sliderFrame {
		margin: 0 auto;
		padding: 20px 40px;
	}
	.sliderFrame .slider:not(.noslide) .slick-slide.slick-center {
		transform: scale(1);
	}
	/* 左側（センターの1つ前） */
	.sliderFrame .slider:not(.noslide) .slick-slide.is-prev {
		left: 0;
	}
	/* 右側（センターの1つ後） */
	.sliderFrame .slider:not(.noslide) .slick-slide.is-next {
		left: 0;
	}
}

/*====================================================================
  slick 状態クラス
====================================================================*/

/*====================================================================
  ナビゲーション（矢印・ドット）
====================================================================*/

.sliderFrame .slick-next:before {
	display: none;
}

.sliderFrame .slick-dots {
	bottom: -70px;
}

/* slick-theme.css を使わない場合 */
.sliderFrame .slick-dots li button::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #aaa;
	border-radius: 50%;
	display: inline-block;
}

.sliderFrame .slick-dots li.slick-active button::before {
	background: #333;
}
@media screen and (max-width: 640px) {
	.sliderFrame .slick-dots {
		bottom: -32px;
	}
}

/* ----------------------------------
   イベント情報
---------------------------------- */
.event_information {
	border: 2px solid #333333;
	border-radius: 20px;
	padding: 24px 28px 24px;
	max-width: 902px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	z-index: 100;
	position: relative;
}

.pickup .box-title,
.event_information .box-title {
	font-size: 18px;
	width: fit-content;
	min-width: auto;
	border: 1px solid #333333;
	padding: 6px 25px;
	margin: 0;
}

.event_information p.box-title {
	font-size: 16px;
	min-width: 100px;
	padding: 5px;
	margin: 0;
}

.event_information .bk-btn {
	width: fit-content;
	gap: 20px;
	padding: 10px 24px 10px 10px;
	background-color: #4abaa7;
}

.event_information .bk-btn p {
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
}
.event_information .bk-btn p:before {
	content: '';
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fff;
	background-image: url(../img/icon_event.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 999px;
}
@media (max-width: 640px) {
	.event_information .bk-btn p {
		font-size: 16px;
	}
}

/* ----------------------------------
   カード一覧（グリッド）
---------------------------------- */
.event-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	padding-bottom: 24px;
}

/* ----------------------------------
   カード本体
---------------------------------- */
.event-card {
	display: flex;
	flex-direction: column;
	width: calc((100% - 36px) / 3);
	position: relative;
}

.event-card > img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.event-card .bk-btn img {
	width: 16px;
	height: auto;
}

.event-container {
	display: flex;
	flex-direction: column;
	padding: 0.5em 1em 1em;
	gap: 8px;
	height: 100%;
	justify-content: space-between;
	flex-grow: 1;
}
.event-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	flex-grow: 1;
}
.event-container:after {
	content: '詳細';
	display: block;
	background-color: #333;
	color: #fff;
	border-radius: 999px;
	text-align: left;
	padding: 0.5em 1em;
	background-image: url(../img/arrow_forward_white.svg);
	background-position: center right 1em;
	background-repeat: no-repeat;
	background-size: 1.5em;
	line-height: 1;
}

.event_content p {
	margin: 10px 0;
	text-align: left;
}

p.box-title {
	font-weight: 500;
	font-size: 16px;
	width: fit-content;
	min-width: 110px;
	max-width: none;
	border: 1px solid #333333;
	background: #fff;
	border-radius: 50px;
	padding: 3px;
	margin: 0;
	display: inline-block;
}
.event-number {
	display: flex;
}
.event-number p {
	font-size: 0.8em;
	margin-right: auto;
	border: 1px solid #333333;
	min-width: 100px;
	padding: 5px 2em;
	margin: 0;
	border-radius: 999px;
}

.event-place {
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	margin: 0;
	/*flex-grow: 1;*/
}

/* 説明文 */
.event-datetime {
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	margin: 0;
	flex-grow: 1;
}

.event-deadline {
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	margin: 0;
	/*flex-grow: 1;*/
	color: #e7242f;
}

.event-title {
	font-size: 1.2em;
	font-weight: 500;
	text-align: left;
	margin: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.event-card .event-btn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.event-card .event-btn a.bk-btn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: unset;
	background: transparent;
	outline: solid 4px #4abaa700;
	outline-offset: 16px;
	transition: all 0.15s ease-out 0s;
}
.event-card .event-btn a * {
	display: none;
}
.event-card .event-btn a.bk-btn:hover {
	/*transform: unset;
	outline: solid 4px #4abaa7;
	outline-offset: 2px;*/
}

.event-link {
	border-bottom: 2px solid #333;
	display: inline-block;
}

/* ============================================
   ここからスマホ(〜768px)
============================================ */
@media (max-width: 768px) {
	.top_event {
		padding: 20px 20px 40px;
	}

	.event-list {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 28px;
		padding-bottom: 40px;
		flex-direction: column;
		align-items: stretch;
	}

	.event-card {
		width: 100%;
		flex-direction: row;
		align-items: stretch;
		gap: 1em;
		flex-wrap: wrap;
	}
	/*.event-card:after {
		content: "詳細";
		display: block;
		background-color: #333;
		color: #fff;
		border-radius: 999px;
		text-align: left;
		padding: .5em 1em;
		background-image: url(../img/arrow_forward_white.svg);
		background-position: center right 1em;
		background-repeat: no-repeat;
		background-size: 1.5em;
		line-height: 1;
		flex-basis: 100%;
	}*/
	.event-card img {
		flex-basis: 30%;
		min-width: 30%;
		height: auto;
		border-radius: 0;
		object-fit: contain;
	}

	.event-container {
		flex-grow: 1;
		padding: 0;
		gap: 0.5em;
		flex-basis: calc(70% - 1em);
		min-width: 0;
		height: auto;
	}
	.event-content {
		flex-grow: 1;
		justify-content: center;
		gap: 0.5em;
	}
	.event-number {
		display: none;
	}

	.event_information {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.event-title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto;
		max-height: 2.4em;
		overflow: hidden;
		justify-content: flex-start;
		line-height: 1.2;
	}
	.event-title br {
		display: none;
	}
	.event-datetime,
	.event-place {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}
}
