@charset "UTF-8";
.visual {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.exitNav {
	background: #f2f2ee;
	padding: 46px 20px;
}
.exitNav_list {
	list-style: none;
	max-width: 530px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.exitNav_list > li {
	width: 32%;
	margin-left: 2%;
}
.exitNav_list > li:first-child {
	margin-left: 0;
}
.exitNav_list > li:last-child {}
.exitNav_list > li:nth-child(2n+1) {}
.exitNav_list > li:nth-child(n+3) {}
.exitNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.exitNav_list > li > a::before {
	content: "";
}
.exitNav_list > li > a::after {
	content: "";
}
.exitNav_image {}
.exitNav_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.season {
	margin-bottom: 120px;
}
.season_inner {}
.season_list {
	list-style: none;
	display: flex;
}
.season_list > li {
	width: 24.25%;
	margin-left: 1%;
}
.season_list > li:first-child {
	margin-left: 0;
}
.season_list > li:last-child {}
.season_list > li:nth-child(2n+1) {}
.season_list > li:nth-child(n+3) {}
.season_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.season_list > li > a::before {
	content: "";
}
.season_list > li > a::after {
	content: "";
}
.season_fig {}
.season_imgWrap {
	overflow: hidden;
}
.season_imgWrap > img {
	display: block;
	max-width: 100%;
	height: auto;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.season_fig > figcaption {
	font-size: 30px;
	color: #fff;
	text-align: center;
	background: #111;
	font-weight: normal;
	line-height: 1.4;
	padding: 19px 0;
}
.areaEvent {
	margin-bottom: 95px;
}
.areaEvent_cols {
	display: flex;
	justify-content: space-between;
}
.areaEvent_col {
	width: 50%;
	box-sizing: border-box;
}
.areaEvent_col-no1 {
	background: #111111;
}
.event {}
.event > a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
	padding: 70px 83px;
}
.event > a::before {
	content: "";
}
.event > a::after {
	content: "";
}
.event_title {
	line-height: 1;
	margin-bottom: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.event_title > b {
	display: block;
	margin-bottom: 15px;
}
.event_title > b > img {
	display: block;
}
.event_title > small {
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.event_title-white {
	color: #fff;
}
.event_image {
	overflow: hidden;
	max-width: 520px;
	margin: 0 auto;
}
.event_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.event_headline {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin: 30px 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.event_note {
	color: #fff;
	line-height: 1.4;
}
.areaEvent_col-no2 {
	background: #f2f2ee;
	padding: 70px 83px;
}
.event_list {}
.event_list > li {}
.event_list > li:first-child {}
.event_list > li:last-child {}
.event_list > li:nth-child(2n+1) {}
.event_list > li:nth-child(n+3) {}
.event_list > li > a {}
.event_list > li > a::before {}
.event_list > li > a::after {}
.event_update {}
.event_update > time {}
.event_text {}
.event_link {
	width: 240px;
	margin: 20px auto 0;
}
.event_link > a {
	background: #fff;
}
.event_link > a::before {
	content: "";
}
.event_link > a::after {
	content: "";
}
.areaInfo {
	margin-bottom: 88px;
}
.areaInfo_inner {}
.areaInfo_cols {
	display: flex;
	justify-content: space-between;
}
.areaInfo_col {}
.areaInfo_col-no1 {
	width: calc(100% - 350px);
}
.news {
	margin-bottom: 63px;
	position: relative;
	z-index: 1;
}
.news_ttlWrap {
	border-bottom: 2px solid #333;
	padding-bottom: 7px;
}
.news_title {
	display: flex;
	align-items: center;
	line-height: 1.4;
	height: 34px;
}
.news_title > b {
	font-size: 26px;
	font-weight: normal;
}
.news_title > b > img {
	display: block;
}
.news_title > small {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-left: 30px;
}
.news_link {
	width: 75px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.news_link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	background: #f2f2ee;
	text-align: center;
	height: 30px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.news_link > a::before {
	content: "";
}
.news_link > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 11px;
	border: 1px solid #333;
	width: 4px;
	height: 4px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.news_list {
	list-style: none;
}
.news_list > li {}
.news_list > li:first-child {
	border-top: none;
}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
	padding: 20px 10px;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_update {}
.news_update > time {}
.news_text {}
.areaInfo_col-no2 {
	width: 320px;
	min-width: 320px;
}
.areaInfo_fbImage {
	margin-bottom: 23px;
}
.areaInfo_fbImage > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.areaInfo_fbImage > a::before {
	content: "";
}
.areaInfo_fbImage > a::after {
	content: "";
}
.areaInfo_fbImage > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.areaInfo_list {
	list-style: none;
}
.areaInfo_list > li {
	margin-top: 14px;
}
.areaInfo_list > li:first-child {
	margin-top: 0;
}
.areaInfo_list > li:last-child {}
.areaInfo_list > li:nth-child(2n+1) {}
.areaInfo_list > li:nth-child(n+3) {}
.areaInfo_list > li > a {
	display: flex;
	text-decoration: none;
	align-items: center;
	color: #333;
	height: 100px;
	border: 1px solid #333;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.areaInfo_list > li > a::before {
	content: "";
}
.areaInfo_list > li > a::after {
	content: "";
}
.areaInfo_image {
	width: 32%;
	text-align: center;
}
.areaInfo_image > img {}
.areaInfo_image > .icon {
	display: block;
	font-size: 48px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.areaInfo_title {
	line-height: 1.36;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	/*width: 62%;*/
	width: 70%;
}
.areaInfo_title.-download {
	letter-spacing: -0.2em;
}
.areaInfo_list > li:last-child > a {
	background-image: url(/assets/img/home/bg-home01@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
}
.news:last-of-type {
	margin-bottom: 0;
}
.recd {}
.recd_slide {
	opacity: 0;
}
.recd_item {
	margin: 0 8px;
}
.recd_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	outline: none;
}
.recd_item > a::before {
	content: "";
}
.recd_item > a::after {
	content: "";
}
.recd_imageWrap {
	max-width: 490px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.recd_image {
	height: 400px;
	width: 490px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.recd_image > img {
	display: none;
}
.recd_category {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	min-width: 191px;
	background-color: #111111;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 8px 10px;
	box-sizing: border-box;
	font-size: 15px;
}
.recd_name {
	font-size: 18px;
	line-height: 1.67;
	margin-top: 15px;
	padding-left: 9px;
	width: 490px;
}
.best {
	margin: 128px 0 100px;
}
.best_inner {}
.best_cols {
	display: flex;
	justify-content: space-between;
}
.best_col {
	position: relative;
	z-index: 1;
}
.best_col-no1 {
	width: 45.8%;
	position: relative;
	z-index: 1;
}
.best_title {
	position: absolute;
	z-index: 2;
	top: -14px;
	left: 32px;
}
.best_title > img {
	display: block;
}
.best_slide {}
.best_slide_image {
	padding-bottom: 127.2%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.best_slide .slick-dots {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
}
.best_slide_image > img {
	display: none;
}
.best_col-no2 {
	width: 46%;
	z-index: 2;
	padding-top: 88px;
}
.best_areaTextWrap {
	position: relative;
	min-height: 380px;
}
.best_areaText {
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
	top: 0;
	left: 0;
	width: 100%;
}
.best_areaText.isCurrent {
	opacity: 1;
	position: relative;
	z-index: 2;
}
.best_headline {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 14px;
}
.best_timeWrap {
	display: flex;
	margin-bottom: 25px;
}
.best_dList {
	list-style: none;
	font-size: 24px;
	display: flex;
	line-height: 1.2;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	padding: 10px 0;
}
.best_dList > dt {}
.best_dList > dt::after {
	content: "：";
}
.best_dList > dd {}
.best_text {}
.best_link {
	width: 240px;
	margin-top: 42px;
}
.best_link > a {}
.best_link > a::before {
	content: "";
}
.best_link > a::after {
	content: "";
}
.best_carousel {
	margin-top: 143px;
	margin-left: -217px;
	padding: 0 40px;
	margin-right: -40px;
}
.best_carousel_imageWrap {
	overflow: hidden;
}
.best_carousel_image {
	padding-bottom: 127.2%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.best_carousel_imageWrap > a {
	display: block;
	text-decoration: none;
	color: inherit;
	margin: 0 2px;
	overflow: hidden;
	outline: none;
}
.best_carousel_imageWrap > a::before {
	content: "";
}
.best_carousel_imageWrap > a::after {
	content: "";
}
.best_carousel_image > img {
	display: none;
}
.best_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 21px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.best_btn > .icon {
	display: block;
	line-height: 1;
}
.best_btn-prev {
	left: 0;
}
.best_btn-next {
	right: 0;
}
.visual_videoWrap {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.visual_videoWrap::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='%23FFFFFF'%3E%3Ccircle cx='7.5' cy='7.5' r='2.25'/%3E%3Ccircle cx='15' r='2.25'/%3E%3Ccircle r='2.25'/%3E%3Ccircle cy='15' r='2.25'/%3E%3Ccircle cx='15' cy='15' r='2.25'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 10px 10px;
	opacity: 0;
}
.visual_video {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.visual_img {
	position: absolute;
	right: 25px;
	bottom: 20px;
	background-color: #FFF;
}

.visual_img > a {
	transition: opacity .3s;
}

.visual_img > a:hover {
	opacity: .7;
}

.top_bnr{
	position: relative;
	margin-top: -40px;
    margin-bottom: 60px;
}
.top_bnr > .bnr_box{
	position: absolute;
	bottom: 100%;
	right: 25px;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap:20px;
}
.bnr_box > a{
	transition: 0.3s;
}
.bnr_box > a:hover{
	transition: 0.3s;
	opacity: 0.7;
}

.festa {
	position: relative;
	margin-top: -40px;
    margin-bottom: 60px;
    /*margin-right: 450px;*/
}

.festa > a {
	display: block;
	transition: opacity .3s;
/*	background-color: #FFF;
*/	position: absolute;
	bottom: 100%;
	right: 25px;
}

.festa > a:hover {
	opacity: .7;
}

.on_festa {
	position: relative;
	margin-top: -85px;
    margin-bottom: 105px;
}

.on_festa > a {
	display: block;
	transition: opacity .3s;
/*	background-color: #FFF;
*/	position: absolute;
	bottom: 100%;
	right: 25px;
}

.on_festa > a:hover {
	opacity: .7;
}

.event_listWrap {
	max-height: 425px;
	overflow: auto;
}
@media screen and (max-width:1199px) {
	.visual {}
	.areaEvent_col-no2 {
		padding: 60px 50px;
	}
	.event > a {
		padding: 60px 50px;
	}
	.event_headline {
		font-size: 21px;
	}
}
@media screen and (min-width:1000px) {
	.recd_item > a:hover {}
	a:hover .recd_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.best_link > a:hover {}
	a:hover .best_carousel_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.best_carousel_imageWrap > a:hover {}
	.best_btn:hover {
		-webkit-transform: translateY(-50%) scale(1.2);
		transform: translateY(-50%) scale(1.2);
	}
	.areaInfo_fbImage > a:hover {
		opacity: 0.7;
	}
	.exitNav_list > li > a:hover {
		opacity: 0.7;
	}
	.season_list > li > a:hover {}
	a:hover .season_imgWrap > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.event > a:hover {}
	.event_list > li > a:hover {}
	.event_link > a:hover {
		background: #333;
		color: #fff;
	}
	.event_link > a:hover::after {
		border-color: #fff;
	}
	.news_link > a:hover {
		background-color: #e6e6da;
	}
	.news_link > a:hover::after {
		-webkit-transform: translateY(-50%) translateX(4px)rotate(45deg);
		transform: translateY(-50%) translateX(4px)rotate(45deg);
	}
	.news_list > li > a:hover {
		background-color: #f2f2ee;
	}
	.areaInfo_list > li > a:hover {
		opacity: .7;
	}
	a:hover .areaInfo_image > .icon {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	a:hover .event_image > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media screen and (max-width:999px) {
	.visual {
		height: 500px;
	}
	.exitNav {}
	.exitNav_list {}
	.exitNav_list > li {}
	.exitNav_list > li:first-child {}
	.exitNav_list > li:last-child {}
	.exitNav_list > li:nth-child(2n + 1) {}
	.exitNav_list > li:nth-child(n + 3) {}
	.exitNav_list > li > a {}
	.exitNav_list > li > a::before {}
	.exitNav_list > li > a::after {}
	.exitNav_image {}
	.exitNav_image > img {}
	.season {
		margin-bottom: 80px;
	}
	.season_inner {}
	.season_list {}
	.season_list > li {}
	.season_list > li:first-child {}
	.season_list > li:last-child {}
	.season_list > li:nth-child(2n + 1) {}
	.season_list > li:nth-child(n + 3) {}
	.season_list > li > a {}
	.season_list > li > a::before {}
	.season_list > li > a::after {}
	.season_fig {}
	.season_imgWrap {}
	.season_imgWrap > img {}
	.season_fig > figcaption {
		font-size: 20px;
		padding: 12px 0;
	}
	.areaEvent {
		margin-bottom: 60px;
	}
	.areaEvent_cols {
		display: block;
	}
	.areaEvent_col {
		width: auto;
	}
	.areaEvent_col-no1 {}
	.event {}
	.event > a {
		padding: 50px;
	}
	.event > a::before {}
	.event > a::after {}
	.event_title {
		margin-bottom: 25px;
	}
	.event_title > b {
		margin-bottom: 10px;
	}
	.event_title > b > img {
		width: 109px;
	}
	.event_title > small {
		font-size: 15px;
	}
	.event_title-white {}
	.event_image {}
	.event_image > img {}
	.event_headline {}
	.event_note {}
	.areaEvent_col-no2 {}
	.event_list {}
	.event_list > li {}
	.event_list > li:first-child {}
	.event_list > li:last-child {}
	.event_list > li:nth-child(2n + 1) {}
	.event_list > li:nth-child(n + 3) {}
	.event_list > li > a {}
	.event_list > li > a::before {}
	.event_list > li > a::after {}
	.event_update {}
	.event_update > time {}
	.event_text {}
	.event_link {}
	.event_link > a {}
	.event_link > a::before {}
	.event_link > a::after {}
	.areaInfo {
		margin-bottom: 60px;
	}
	.areaInfo_inner {}
	.areaInfo_cols {
		display: block;
	}
	.areaInfo_col {}
	.areaInfo_col-no1 {
		margin-bottom: 40px;
		width: auto;
	}
	.news {}
	.news_ttlWrap {}
	.news_title {}
	.news_title > b {
		font-size: 24px;
	}
	.news_title > b > img {
		width: 78px;
	}
	.news_title > small {
		font-size: 16px;
		margin-left: 20px;
	}
	.news_link {}
	.news_link > a {}
	.news_link > a::before {}
	.news_link > a::after {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n + 1) {}
	.news_list > li:nth-child(n + 3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_update {}
	.news_update > time {}
	.news_text {}
	.areaInfo_col-no2 {
		display: flex;
		width: auto;
		min-width: 0;
		margin-left: auto;
		justify-content: space-between;
		max-width: 660px;
		margin-right: auto;
	}
	.areaInfo_fbImage {
		width: 48%;
	}
	.areaInfo_fbImage > a {}
	.areaInfo_fbImage > a::before {}
	.areaInfo_fbImage > a::after {}
	.areaInfo_fbImage > a > img {}
	.areaInfo_list {
		width: 48%;
	}
	.areaInfo_list > li {}
	.areaInfo_list > li:first-child {}
	.areaInfo_list > li:last-child {}
	.areaInfo_list > li:nth-child(2n + 1) {}
	.areaInfo_list > li:nth-child(n + 3) {}
	.areaInfo_list > li > a {}
	.areaInfo_list > li > a::before {}
	.areaInfo_list > li > a::after {}
	.areaInfo_image {}
	.areaInfo_image > img {}
	.areaInfo_image > .icon {}
	.areaInfo_title {
		font-size: 20px;
	}
	.areaInfo_list > li:last-child > a {}
	.news:last-of-type {}
	.event_title-white > b > img {
		width: 145px;
	}
	.recd {}
	.recd_slide {}
	.recd_item {}
	.recd_item > a {}
	.recd_item > a::before {}
	.recd_item > a::after {}
	.recd_imageWrap {}
	.recd_image {
		width: 300px;
		height: 244px;
	}
	.recd_image > img {}
	.recd_category {
		font-size: 12px;
		min-width: 160px;
	}
	.recd_name {
		width: 300px;
		font-size: 14px;
		padding-left: 0;
		margin-top: 10px;
	}
	.best {
		margin: 80px 0;
	}
	.best_inner {}
	.best_cols {}
	.best_col {
		width: 48%;
	}
	.best_col-no1 {}
	.best_title {
		width: 50px;
		left: 20px;
		top: -10px;
	}
	.best_title > img {}
	.best_slide {}
	.best_slide_image {}
	.best_slide .slick-dots {}
	.best_slide_image > img {}
	.best_col-no2 {
		padding-top: 8vw;
	}
	.best_areaTextWrap {
		min-height: 360px;
	}
	.best_areaText {}
	.best_areaText.isCurrent {}
	.best_headline {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.best_timeWrap {
		margin-bottom: 15px;
	}
	.best_dList {
		font-size: 20px;
	}
	.best_dList > dt {}
	.best_dList > dt::after {}
	.best_dList > dd {}
	.best_text {}
	.best_link {}
	.best_link > a {}
	.best_link > a::before {}
	.best_link > a::after {}
	.best_carousel {
		margin-top: 30px;
		margin-right: -20px;
	}
	.best_carousel_imageWrap {}
	.best_carousel_image {}
	.best_carousel_imageWrap > a {}
	.best_carousel_imageWrap > a::before {}
	.best_carousel_imageWrap > a::after {}
	.best_carousel_image > img {}
	.best_btn {}
	.best_btn > .icon {}
	.best_btn-prev {}
	.best_btn-next {}
	.event_listWrap {
		max-height: none;
	}
}
@media screen and (max-width:767px) {
	.visual {
		height: 300px;
		margin-bottom: 8px;
	}
	.exitNav {
		padding: 30px 10px 40px;
	}
	.exitNav_list {
		flex-wrap: wrap;
		justify-content: center;
		max-width: none;
	}
	.exitNav_list > li {
		width: 49%;
	}
	.exitNav_list > li:first-child {}
	.exitNav_list > li:last-child {}
	.exitNav_list > li:nth-child(odd) {
		margin-left: 0;
	}
	.exitNav_list > li:nth-child(2n + 1) {}
	.exitNav_list > li:nth-child(n + 3) {
		margin-top: 10px;
	}
	.exitNav_list > li > a {}
	.exitNav_list > li > a::before {}
	.exitNav_list > li > a::after {}
	.exitNav_image {}
	.exitNav_image > img {}
	.season {
		margin-bottom: 58px;
	}
	.season_inner {}
	.season_list {
		display: block;
	}
	.season_list > li {
		width: auto;
		margin-left: 0;
	}
	.season_list > li:first-child {}
	.season_list > li:last-child {}
	.season_list > li:nth-child(2n + 1) {}
	.season_list > li:nth-child(n + 2) {
		margin-top: 7px;
	}
	.season_list > li > a {}
	.season_list > li > a::before {}
	.season_list > li > a::after {}
	.season_fig {
		display: flex;
	}
	.season_imgWrap {
		width: 80px;
		min-width: 80px;
	}
	.season_imgWrap > img {}
	.season_fig > figcaption {
		flex-grow: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 21px;
		padding: 0;
	}
	.areaEvent {}
	.areaEvent_cols {}
	.areaEvent_col {}
	.areaEvent_col-no1 {}
	.event {}
	.event > a {
		padding: 60px 20px;
	}
	.event > a::before {}
	.event > a::after {}
	.event_title {
		margin-bottom: 18px;
	}
	.event_title > b {}
	.event_title > b > img {
		width: 95px;
	}
	.event_title-white > b > img {
		width: 130px;
	}
	.event_title > small {}
	.event_title-white {}
	.event_image {}
	.event_image > img {}
	.event_headline {
		font-size: 18px;
		margin: 20px 0 10px;
		padding-bottom: 15px;
	}
	.event_note {
		font-size: 12px;
	}
	.areaEvent_col-no2 {
		padding: 60px 20px;
	}
	.event_list {}
	.event_list > li {}
	.event_list > li:first-child {}
	.event_list > li:last-child {}
	.event_list > li:nth-child(2n + 1) {}
	.event_list > li:nth-child(n + 3) {}
	.event_list > li > a {}
	.event_list > li > a::before {}
	.event_list > li > a::after {}
	.event_update {}
	.event_update > time {}
	.event_text {}
	.event_link {
		width: auto;
		margin-top: 30px;
	}
	.event_link > a {}
	.event_link > a::before {}
	.event_link > a::after {}
	.areaInfo {
		margin-bottom: 40px;
	}
	.areaInfo_inner {}
	.areaInfo_cols {}
	.areaInfo_col {
		display: block;
	}
	.areaInfo_col-no1 {
		margin-bottom: 50px;
	}
	.news {
		position: relative;
		z-index: 1;
		margin-bottom: 50px;
	}
	.news_ttlWrap {}
	.news_title {
		height: auto;
	}
	.news_title > b {
		font-size: 17px;
	}
	.news_title > b > img {}
	.news_title > small {
		font-size: 15px;
		margin-left: 12px;
	}
	.news_link {
		position: static;
		width: 180px;
		margin: 25px auto 0;
	}
	.news_link > a {
		height: 50px;
	}
	.news_link > a::before {}
	.news_link > a::after {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n + 1) {}
	.news_list > li:nth-child(n + 3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_update {}
	.news_update > time {}
	.news_text {}
	.areaInfo_col-no2 {
		max-width: 320px;
		margin: 0 auto;
	}
	.areaInfo_fbImage {
		width: auto;
		margin: 0 auto 10px;
		max-width: 320px;
	}
	.areaInfo_fbImage > a {}
	.areaInfo_fbImage > a::before {}
	.areaInfo_fbImage > a::after {}
	.areaInfo_fbImage > a > img {
		margin: 0 auto;
	}
	.areaInfo_list {
		width: auto;
	}
	.areaInfo_list > li {
		margin-top: 7px;
	}
	.areaInfo_list > li:first-child {}
	.areaInfo_list > li:last-child {}
	.areaInfo_list > li:nth-child(2n + 1) {}
	.areaInfo_list > li:nth-child(n + 3) {}
	.areaInfo_list > li > a {
		height: 80px;
	}
	.areaInfo_list > li > a::before {}
	.areaInfo_list > li > a::after {}
	.areaInfo_image {
		width: 30%;
	}
	.areaInfo_image > img {
		width: 72%;
	}
	.areaInfo_image > .icon {
		font-size: 38px;
	}
	.areaInfo_title {
		font-size: 18px;
	}
	.areaInfo_list > li:last-child > a {}
	.news:last-of-type {}
	.recd {}
	.recd_slide {}
	.recd_item {
		margin: 0 4px;
	}
	.recd_item > a {}
	.recd_item > a::before {}
	.recd_item > a::after {}
	.recd_imageWrap {
		max-width: none;
	}
	.recd_image {
		width: 200px;
		height: 163px;
	}
	.recd_image > img {}
	.recd_category {
		min-width: 111px;
		padding: 5px 10px;
	}
	.recd_name {
		margin-top: 5px;
		width: 200px;
		font-size: 12px;
	}
	.best {
		margin: 55px 0;
	}
	.best_inner {}
	.best_cols {
		display: block;
	}
	.best_col {
		width: auto;
	}
	.best_col-no1 {}
	.best_title {}
	.best_title > img {}
	.best_slide {}
	.best_slide_image {}
	.best_slide .slick-dots {
		position: relative;
		visibility: visible;
	}
	.best_slide_image > img {}
	.best_col-no2 {
		padding: 0;
		margin-top: 25px;
	}
	.best_areaTextWrap {
		min-height: 0;
	}
	.best_areaText {}
	.best_areaText.isCurrent {}
	.best_headline {
		font-size: 30px;
	}
	.best_timeWrap {
		display: block;
	}
	.best_dList {
		font-size: 18px;
		padding: 8px 0;
	}
	.best_dList > dt {}
	.best_dList > dt::after {}
	.best_dList > dd {}
	.best_text {}
	.best_link {
		margin: 25px auto 0;
	}
	.best_link > a {}
	.best_link > a::before {}
	.best_link > a::after {}
	.best_carousel {
		display: none;
	}
	.best_carousel_imageWrap {}
	.best_carousel_image {}
	.best_carousel_imageWrap > a {}
	.best_carousel_imageWrap > a::before {}
	.best_carousel_imageWrap > a::after {}
	.best_carousel_image > img {}
	.best_btn {}
	.best_btn > .icon {}
	.best_btn-prev {}
	.best_btn-next {}
	.top_bnr {
		margin-top: 0;
		margin-bottom: 15px;
		text-align: center;
		margin-right: 0;
	}
	.top_bnr > .bnr_box{
		position: static;
		justify-content: center;
	}
	.festa {
		margin-top: 0;
		margin-bottom: 8px;
		text-align: center;
		margin-right: 0;
	}
	.festa > a {
		position: static;
	}
	.festa > a:hover {}

   .on_festa {
		margin-top: 0;
		margin-bottom: 8px;
		text-align: center;
	}
	.on_festa > a {
		position: static;
	}
	.on_festa > a:hover {}
}

