@charset "UTF-8";
/* CMSエリア　カスタマイズ */
/* デフォルトCSS　カスタマイズ */
.block-event-mv { /* 元は margin: 0 0 50px; */
margin: 0 0 20px;
}
h1.block-event-title {
	margin: 15px 0 0;
}
.block-event-page-head {
	margin: 0 0 10px;
}

.block-genre-page-head {
	margin: 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/*画面幅780px以下*/
@media only screen and (max-width: 780px) {
  .block-event-page-head { /* 元は margin: 0 0 60px; */
    	margin: 0;
    	padding: 0 20px;
	}
	h1.block-event-title {
		margin: 10px 0 0;
	}

	.block-genre-page-head {
		padding: 0 20px;
	}

	.block-top-event--goods {
		padding-bottom: 0 !important;
	}

	.block-genre-page--sub {
		margin: 0 !important;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* ---- KV下リンク用 ---- */

.link-button-area {
	padding: 120px 0;
	max-width: 900px;
}

.link-button-area--section:not(:last-child) {
	margin: 0 0 60px;
}

.link-button-area--category {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

#hobby .link-button-area--category {
	justify-content: center;
}

.link-button-area--category li {
	width: 290px;
}

.link-button-area--category li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 13px 35px 13px 20px;
	background: #FFF;
	border-radius: 5px;
	min-height: 73px;
}

.link-button-area:not(.bg-gray) .link-button-area--category li a {
	border: 1px solid #AAA;
}

.link-button-area--category li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	transform: rotate(-45deg);
}

.link-button-area--category li a:hover {
	text-decoration: none;
	opacity: .8;
}

.link-button-area--category li figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 14px 0 0;
}

.link-button-area--category li figure img {
	max-width: 100%;
	max-height: 100%;
}

.link-button-area--category li p {
	flex: 1;
	font-size: 15px;
}

.link-button-area--category-child {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin: 40px 0 0;
}

.link-button-area--category-child li {
	width: 290px;
}

.link-button-area--category-child li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #FFF;
	border-radius: 5px;
	padding: 13px 35px 13px 20px;
}

.link-button-area--category-child li a:after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 25px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	transform: rotate(-45deg);
}

.link-button-area--category-child li a:hover {
	opacity: .8;
	text-decoration: none;
}

.link-button-area--category-child li figure {
	width: 45px;
	line-height: 0;
}

.link-button-area--category-child li p {
	flex: 1;
	font-weight: bold;
}

.link-button-area--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}

.link-button-area--list li {
	width: 190px;
}

.link-button-area--list li a {
	display: block;
	background: #FFF;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	padding: 20px 0 18px;
}

.link-button-area--list li a:hover {
	text-decoration: none;
	opacity: .8;
}

/*画面幅780px以下*/
@media only screen and (max-width: 780px) {

.link-button-area {
	padding: 0 10px 20px !important;
}

.link-button-area--category {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 10px 0 0;
}
.link-button-area--category li {
	width: calc((100% - 9px) / 2);
}

.link-button-area--category li p{
    font-size: clamp(12px, 3.3vw, 14px);
}
.link-button-area--category li a {
	padding: 10px 20px 10px 10px;
	min-height: 60px;
}
.link-button-area--category li a:after {
	content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    transform: rotate(-45deg);
}

}