@charset "utf-8";

/* -------------------------------------------- */
/*  root
/* -------------------------------------------- */
:root{
	--bb-text: #000000;
	--bb-line: #000000;
	--bb-secondary:#194D08;
	--bb-secondary-hover:rgba(25, 77, 8, 0.12);
	--bb-nav-link-bg: rgba(255, 255, 255, 0.5);
	--bb-label-bg: rgba(255, 255, 255, 0.5);
	--bb-nav-link-bg-hover: var(--bb-secondary-hover);


	--bb-nav-bg: #FFB6B2;
	--bb-about-bg: #FF5733;
	--bb-about-inner-bg: #FCCA01;
	--bb-map-bg: #289C8F;
	--bb-map-inner-bg: #FFB6B2;
	--bb-event-bg: #FBDD04;
	--bb-curry-bg: #FFF27E;
	--bb-curry-title-bg: #FCDE04;
	--bb-books-bg: #D9C4F8;
	--bb-books-title-bg: #C7ADEC;
	--bb-music-bg: #BAE6B6;
	--bb-music-title-bg: #76BF70;
	--bb-movie-bg: #A1CDFF;
	--bb-movie-title-bg: #73B4FF;
	--bb-coffee-bg: #F1E699;
/*	--bb-coffee-title-bg: #E38700;*/
	--bb-coffee-title-bg: #DCAC43;
	--bb-arts-bg: #FFD6F3;
	--bb-arts-title-bg: #FF8CDD;
	--bb-sports-bg: #CAF4E9;
/*	--bb-sports-title-bg: #D9D9D9;*/
	--bb-sports-title-bg: #5AE7C5;
	--bb-schedule-bg: #F19F9B;
	--bb-schedule-inner-bg: #FFFFFF;
	
	--bb-border-width: 4px;
	--bb-border-style: solid;
	--bb-border-color: var(--bb-line);
	--bb-border-radius: 30px;
	--bb-border-img-radius: 8px;

	--bb-transition-01: .4s ease-in-out;
	--bb-transition-02: .5s;
	--bb-transition-03: 1.5s;
	--bb-transition-04: 2s;

/*	--bb-section-margin-sp: 6.2%;*/
/*	--bb-section-margin-sp: 5.1282%;*/
	--bb-section-margin-sp: 6.157%;
	--bb-section-margin-780: 40px;
	--bb-section-margin-1280: 90px;
	--bb-section-margin-1440: 120px;
}

/* -------------------------------------------- */
/*  base
/* -------------------------------------------- */
html {
	font-size: 62.5%;
}
main {
	overflow: hidden;
}
main.main_ja {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
main.main_ja strong {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
main.main_en {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;	
}
time {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

/* -------------------------------------------- */
/*  contents_area
/* -------------------------------------------- */
/*main .contents_wrapper > section:not(.kv) .section_inner,
.info .inner,
.official .inner {
	width: calc(100% - (var(--bb-section-margin-sp) * 2));
	margin: 0 var(--bb-section-margin-sp);
}
@media screen and (min-width:781px) {
	main .contents_wrapper > section:not(.kv) .section_inner,
	.info .inner,
	.official .inner {
		width: calc(100% - (var(--bb-section-margin-780) * 2));
		margin: 0 var(--bb-section-margin-780);
		max-width: 1279px;
	}
}
@media screen and (min-width:1280px) {
	main .contents_wrapper > section:not(.kv) .section_inner,
	.info .inner,
	.official .inner {
		width: calc(100% - (var(--bb-section-margin-1280) * 2));
		margin: 0 var(--bb-section-margin-1280);
		max-width: 1280px;
	}
}
@media screen and (min-width:1440px) {
	main .contents_wrapper > section:not(.kv) .section_inner,
	.info .inner,
	.official .inner {
		width: calc(100% - (var(--bb-section-margin-1440) * 2));
		margin: 0 var(--bb-section-margin-1440);
		max-width: 1440px;
	}
}
@media screen and (min-width:1820px) {
	main .contents_wrapper > section:not(.kv) .section_inner,
	.info .inner,
	.official .inner {
		width: calc(100% - (var(--bb-section-margin-1440) * 2));
		margin: 0 auto;
		max-width: 1440px;

	}
}*/

/* -------------------------------------------- */
/*  common (SP/PC)
/* -------------------------------------------- */
body.contents_wrapper .modal_overlay {
	display: none;
}
body.open .contents_wrapper .modal_overlay {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	display: block;
}

main section .section_inner {
	padding: 0;
	position: relative;
	z-index: 10;
	text-align: left;
}

.header .btn_menu {
	position: fixed;
	top: 16px;
	right: 16px;
	width: 59px;
	height: 58px;
	/*width: 64px;
	padding: 35px 16px;*/
	box-sizing: content-box;
	cursor: pointer;
	z-index: 20;
}
.header .btn_menu .btn_menu_wrap {
	display: block;
}
.header .btn_menu .btn_close_wrap {
	display: none;
}
.header .btn_menu a {
	position: relative;
	display: block;
}
.header .btn_menu a:hover {
	opacity: 1;
}
.header .btn_menu img {
	position: absolute;
	transition: var(--bb-transition-01);
	left: 0;
	top: 0;
}
.header .btn_menu a img:nth-of-type(1) {
	opacity: 0;
}
.header .btn_menu a:hover img:nth-of-type(1) {
	opacity: 1;
}
.header .btn_menu a:hover img:nth-of-type(2) {
	opacity: 0;
}
.header nav {
	background-color: var(--bb-nav-bg);
	top: 0;
	z-index: 15;
	border-radius: 30px 0 0 30px;
	transition: opacity 0.5s ease;
}
.header.open {
	
}
.header.open .btn_menu .btn_menu_wrap {
	display: none;
}
.header.open .btn_menu .btn_close_wrap {
	display: block;
}
.header.open .btn_menu .btn_close_wrap.hover img:nth-of-type(2) {
	opacity: 0;
}
.header.open nav {
	right: 0;
}
ul li.event_link a {
	display: block;
}
ul li.event_link a img {
	box-shadow: 6px 6px #000;
	transition: var(--bb-transition-01);
}
ul li.event_link a:hover {
	opacity: 1;
}
ul li.event_link a:hover img {
	transform: translate(4px, 6px);
	box-shadow: none;
	opacity: 1;
}


.section_inner h1 {
	text-align: center;
}


.section {
	position: relative;
	z-index: 1;
	min-height: 100px;
}
.section {
	
}



#kv {
	z-index: -1;
}
#kv .section_inner img {
	width: 100%;
}

#about,
#map,
.event_wrapper,
#schedule {
	border-radius: var(--bb-border-radius) var(--bb-border-radius) 0 0;
	margin-top: -30px;
}

#about {
	background-color: var(--bb-about-bg);
/*	padding: 80px 0 110px;*/
}
#about .section_inner {
	background-color: var(--bb-about-inner-bg);
	/*min-width: 1080px;
	max-width: 1080px;*/
/*	width: 1080px;*/
/*	height: 600px;*/
	margin: 0 auto;
/*	padding: 80px 0;*/
	text-align: center;
	border: var(--bb-border-width) var(--bb-border-style) var(--bb-line);
	border-radius: var(--bb-border-radius);
}
#about .section_inner .section_contents .about_illust img {
	position: absolute;
	transition: var(--bb-transition-01);
}

#map {
	background-color: var(--bb-map-bg);
/*	padding: 110px 0 140px;*/
}
#map .section_title {
	display: block;
}
#map .section_inner {
	background-color: var(--bb-map-inner-bg);
	min-height: 300px;
	margin: 40px auto 0;
	border: var(--bb-border-width) var(--bb-border-style) var(--bb-line);
	border-radius: var(--bb-border-radius);
}
#map .section_inner ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.event_wrapper {
	background-color: var(--bb-event-bg);
	position: relative;
	z-index: 1;
}
.event_wrapper .section_inner {
	min-height: 400px;
	width: 100%;
	max-width: 100%;
	border: 4px solid #000;
	display: block;
}




.event_wrapper .section_inner:after {
	content: "";
	display: block;
	clear: both;
} 
.event_wrapper .section_inner:before {
	content: "";
	display: block;
	clear: both;
} 
.event_wrapper .section:nth-child(even) {
	padding-left: 150px;
}
.event_wrapper .section:nth-child(even) .section_inner {
	border-right: none;
	border-radius: var(--bb-border-radius) 0 0 var(--bb-border-radius);
	padding-left: 100px;
}
.event_wrapper .section:nth-child(even) .section_inner .section_contents {
	float: left;
}
.event_wrapper .section:nth-child(odd) {
	padding-right: 150px;
}
.event_wrapper .section:nth-child(odd) .section_inner {
	border-left: none;
	border-radius: 0 var(--bb-border-radius) var(--bb-border-radius) 0;
	padding-right: 100px;
}
.event_wrapper .section:nth-child(odd) .section_inner .section_contents {
	float: right;
}
.event_wrapper .section .section_inner .section_title {
	border: var(--bb-border-width) var(--bb-border-style) var(--bb-line);
	border-radius: var(--bb-border-radius);
	box-sizing: content-box;
}
.event_wrapper .section .section_inner .section_title .title_img {
	width: 100%;
}
.event_wrapper .section .section_inner .section_title_01 {
	top: -80px;
	margin-bottom: -40px;
}
.event_wrapper .section .section_inner .section_title_02 {
	margin-top: 48px;
	margin-bottom: 40px;
}
.event_wrapper .section:nth-child(even) .section_inner .section_title_02 {
	left: -140px;
}
.event_wrapper .section:nth-child(odd) .section_inner .section_title_02 {
	left: 140px;
}
/*.event_wrapper .section .section_inner .section_title:nth-child(2) {
	position: relative;
	top: 0;
}*/
.event_wrapper .section .section_inner .section_title .title_txt {
	position: absolute;
	display: flex;
	flex-direction: column;
}
/*.event_wrapper .section:nth-child(even) .section_inner .section_title .title_txt {
	left: 0;
	bottom: 40px;
	align-items: flex-start;
}
.event_wrapper .section:nth-child(odd) .section_inner .section_title .title_txt {
	right: 0;
	bottom: 40px;
	align-items: flex-end;
}*/

.event_wrapper .section .section_inner .section_contents {
	display: block;
}
.event_wrapper .section .section_inner .section_contents:after {
	content: "";
	display: block;
	clear: both;
} 
.event_wrapper .section .section_inner .section_contents:before {
	content: "";
	display: block;
	clear: both;
} 
.event_wrapper .section .section_inner .section_contents p {
	font-weight: bold;
	line-height: 1.7;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more.wrap_btn_01 a {
	width: 120px;
	height: 43px;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more.wrap_btn_02 a {
	width: 128px;
	height: 41px;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more.wrap_btn_03 a {
	width: 158px;
	height: 45px;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more.wrap_btn_02 a:hover {
	opacity: 1;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more.wrap_btn_02 a:hover img {
	opacity: 1;
}

.event_wrapper .section .section_inner .section_contents .wrap_btn_02:not(.wrap_btn_more) {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
	position: relative;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_02:not(.wrap_btn_more) a img {
	box-shadow: 2px 2px 0px #000;
	border: 1px solid #000;
	border-radius: 5px;
	transition: var(--bb-transition-01);
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_02:not(.wrap_btn_more) a:hover {
	opacity: 1;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_02:not(.wrap_btn_more) a:hover img {
	opacity: 1;
	transform: translate(2px,2px);
	box-shadow: none;
}

.event_wrapper .section .section_inner .section_contents .wrap_btn_more {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
	position: relative;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more a:hover {
	opacity: 1;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more a:hover img {
	opacity: 1;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more img {
	position: absolute;
	transition: var(--bb-transition-01);
	/*left: 0;
	top: 0;*/
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more a img:nth-of-type(1) {
	opacity: 0;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more a:hover img:nth-of-type(1) {
	opacity: 1;
}
.event_wrapper .section .section_inner .section_contents .wrap_btn_more a:hover img:nth-of-type(2) {
	opacity: 0;
}
.event_wrapper .section .section_inner .section_contents .area_guide {
	padding: 24px;
	border-top: 2px var(--bb-border-style) var(--bb-line);
	border-bottom: 2px var(--bb-border-style) var(--bb-line);
	display: flex;
	gap: 32px;
	margin-top: 48px;
}
.event_wrapper .section .section_inner .section_contents .area_guide .area_img {

}
.event_wrapper .section .section_inner .section_contents .area_guide .area_img figure img {
	border: 2px var(--bb-border-style) var(--bb-line);
	border-radius: 18px;
}
.event_wrapper .section .section_inner .section_contents .area_guide .area_img figure figcaption {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 5px;
	text-align: center;
}
.event_wrapper .section .section_inner .section_contents .area_guide .area_txt {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.event_wrapper .section .section_inner .section_contents .area_guide .area_txt .txt_title {
	line-height: 1;
}
.event_wrapper .section .section_inner .section_contents .area_guide .area_txt .txt_tag {
	display: flex;
}
.event_wrapper .section .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-event-bg);
	padding: 4px 8px;
	border: 2px var(--bb-border-style) var(--bb-line);
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list {
	margin-top: 24px;
}
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	padding-bottom: 8px;
}
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li {
	width: 215px;
	border: 2px var(--bb-border-style) var(--bb-line);
	border-radius: 16px;
	position: relative;
	transition: .3s;
	box-shadow: 5px 5px 0px var(--bb-event-bg), 7px 7px 0px #000;
	background-color: #ffffff;
}
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li.hover,
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li:hover {
	/*	transform: translate3d(10px, 10px, 10px);*/
	transform: translate(3px,3px);
	box-shadow: none;
}
/*.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--bb-event-bg);
	border: 2px var(--bb-border-style) var(--bb-line);
	border-radius: 16px;

	position: absolute;
	z-index: -1;
	right: -8px;
	bottom: -8px;
}*/
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li a:hover {
	opacity: 1;
/*	transform: translate3d(10px, 10px, 10px);*/
/*transform: translate(4px,4px);*/

}
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li a:hover img {
	opacity: 1;
}
/*.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul li a:hover::before {
	right: 0;
	bottom: 0;
	transition: .5s;
}*/
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list .spot_img img {
	width: 100%;
	height: 124px;
	object-fit: cover;
	border-radius: 14px 14px 0 0;
}
.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list .spot_txt {
	width: 100%;
	border-radius: 0 0 16px 16px;
	padding: 16px;
	color: #B49000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}
.event_wrapper .section .section_inner .section_contents .feature_banner {
	margin-top: 48px;
}
.event_wrapper .section .section_inner .section_contents .feature_banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.event_wrapper .section .section_inner .section_contents .feature_banner ul li a:hover {
	opacity: 0.8;
}
.event_wrapper .section .section_inner .section_contents .feature_banner ul li img {
	width: 100%;
}


#curry .section_inner {
	background-color: var(--bb-curry-bg);
}
#curry .section_inner .section_title {
	background-color: var(--bb-curry-title-bg);
	float: left;
	position: relative;
}
#curry .section_inner .section_title_01 {
	left: 0;
	top: -80px;
	margin-bottom: -40px;
}
#curry .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-curry-title-bg);
}



#books .section_inner {
	background-color: var(--bb-books-bg);
}
#books .section_inner .section_title {
	background-color: var(--bb-books-title-bg);
	float: right;
	position: relative;
/*	left: 0;*/
/*	top: -80px;*/
/*	margin-bottom: -40px;*/
}
/*#books .section_inner .section_title .title_txt {
	right: 0;
	bottom: 40px;
}*/
#arts .section_inner .section_title_01 {
	left: 0;
	top: -80px;
}
#arts .section_inner .section_title_02 {
	top: 0;
	margin-bottom: 70px;
}
#books .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-books-title-bg);
}



#music .section_inner {
	background-color: var(--bb-music-bg);
}
#music .section_inner .illust_01 {

}
#music .section_inner .section_title {
	background-color: var(--bb-music-title-bg);
	float: left;
	position: relative;
}
#music .section_inner .section_title_01 {
	left: 0;
	top: -80px;
	margin-bottom: -40px;
}
#music .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-music-title-bg);
}



#sports .section_inner {
	background-color: var(--bb-sports-bg);
}
#sports .section_inner .section_title {
	background-color: var(--bb-sports-title-bg);
	float: right;
	position: relative;
}
#movie .section_inner .section_title_01 {
	left: 0;
	top: -80px;
	margin-bottom: -40px;
}
#sports .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-sports-title-bg);
}



#arts .section_inner {
	background-color: var(--bb-arts-bg);
}
#arts .section_inner .section_title {
	background-color: var(--bb-arts-title-bg);
	float: left;
	position: relative;
	margin-bottom: -40px;
}
#arts .section_inner .section_title_01 {
	left: 0;
	top: -80px;
/*	margin-bottom: 70px;*/
}
#arts .section_inner .section_title_02 {
	top: 0;
	margin-bottom: 70px;
}
#arts .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-arts-title-bg);
}



#coffee .section_inner {
	background-color: var(--bb-coffee-bg);
}
#coffee .section_inner .section_title {
	background-color: var(--bb-coffee-title-bg);
	float: right;
	position: relative;
}
#coffee .section_inner .section_title_01 {
	left: 0;
	top: -80px;
	margin-bottom: -40px;
}
#coffee .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-coffee-title-bg);
}


#movie .section_inner {
	background-color: var(--bb-movie-bg);
}
#movie .section_inner .section_title {
	background-color: var(--bb-movie-title-bg);
	float: left;
	position: relative;
}
#movie .section_inner .section_title_02 {
	margin-bottom: 80px;
}
#movie .section_inner .section_contents .area_guide .area_txt .txt_tag span {
	background-color: var(--bb-movie-title-bg);
}



#schedule {
	background-color: var(--bb-schedule-bg);
	padding: 110px 0;
}
#schedule .section_title {
	display: block;
	margin-bottom: 40px;
}
#schedule .section_inner {
	background-color: var(--bb-schedule-inner-bg);
	margin: 0 auto;
}

#schedule .section_inner {
	width: 1080px;
/*	height: 1240px;*/
	overflow-x: scroll;
	overflow: visible;
	padding: 10px 0;
	border-radius: var(--bb-border-img-radius);

	-ms-overflow-style: none;
	scrollbar-width: none;
}
#schedule .section_inner::-webkit-scrollbar {
	display: none;
}
.simplebar-scrollbar::before {
	background: #ffffff !important;
	border-radius: 60px !important;
	height: 8px !important;
	opacity: 1 !important;
	top: 0 !important;
	bottom: 0 !important;
}
.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.simplebar-track {
	background: #D9D9D9;
	border-radius: 60px;
	height: 8px !important;
}
.simplebar-horizontal {
	width: 740px;
	margin: 0 auto;
	bottom: -24px !important;
}
#schedule .section_inner .calendar {
/*	width: calc((55px * 20) + (88px * 19));*/
	padding: 0 24px;
	box-sizing: content-box;
}
#schedule .section_inner .calendar ul {
	display: flex;
	gap: 433px;
}
#schedule .section_inner .calendar ul li {
	width: 55px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
}
#schedule .section_inner .calendar ul li.month {
	font-size: 40px;
}
#schedule .section_inner .calendar ul li span {
	width: 55px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#schedule .section_inner .calendar ul li::after {
	content: '';
	display: block;
	width: 2px;
	height: 1140px;
	background-color: #c5C3BF;
}
#schedule .section_inner .event_list .event_item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 12px 16px;
	background-color: #FFF9EE;
	border: 2px solid rgba(207, 0, 37, 0.5);
	border-radius: 8px;
	position: absolute;
}
#schedule .section_inner .event_list .event_item .event_img {
	border-radius: 4px;
}
#schedule .section_inner .event_list .event_item .event_img img {
	width: 100%;
}
#schedule .section_inner .event_list .event_item .event_txt {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
#schedule .section_inner .event_list .event_item .event_txt .event_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#schedule .section_inner .event_list .event_item .event_txt .event_term {
	font-size: 14px;
	line-height: 1.2;
}

#schedule .section_inner .event_list .event_item_01 {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	width: calc(50px + (488px * 14) + (70px * 0) + 29px);
	left: 0;
	top: 100px;
}
#schedule .section_inner .event_list .event_item_02 {
	width: calc(70px * 2);
	left: calc(50px + (488px * 3) + (70px * 6));
	top: 221px;
}
#schedule .section_inner .event_list .event_item_03 {
	width: calc(70px * 1);
	left: calc(50px + (488px * 2) + (70px * 6));
	top: 221px;
}
#schedule .section_inner .event_list .event_item_04 {
	width: calc(70px * 2);
	left: calc(50px + (488px * 3) + (70px * 6));
	top: 433px;
}
#schedule .section_inner .event_list .event_item_05 {
	width: calc(70px * 2);
	left: calc(50px + (488px * 1) + (70px * 6));
	top: 221px;
}
#schedule .section_inner .event_list .event_item_06 {
	width: calc(70px * 12);
	left: calc(50px + (488px * 3) + (70px * 5));
	top: 623px;
}
#schedule .section_inner .event_list .event_item_07 {
	width: calc(70px * 11);
	left: calc(50px + (488px * 4) + (70px * 1));
	top: 779px;
}
#schedule .section_inner .event_list .event_item_08 {
	width: calc((70px * 17) - 4px);
	left: calc(50px + (488px * 1) + (70px * 5));
	top: 779px;
}
#schedule .section_inner .event_list .event_item_09 {
	width: calc((70px * 66) - 18px);
	left: calc(50px + (488px * 2) + (70px * 5));
	top: 935px;
}
#schedule .section_inner .event_list .event_item_10 {
	border-left: 0;
	border-radius: 0 8px 8px 0;
	width: calc(50px + (488px * 13) + (70px * 0) + 2px);
	left: 0;
	top: 1091px;
}





/* -------------------------------------------- */
/*  SP
/* -------------------------------------------- */
@media screen and (max-width:330px) {
	#books .section_inner .section_title .title_01 img {
		height: 118px !important;
	}
}
@media screen and (max-width:780px){
	.show_sp {display: inline-block;}
	.show_pc {display: none;}

	body {
		padding-top: 0!important;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	img {
		max-width: 100%;
	}

	.header nav {
		position: fixed;
		width: 100vw;
		right: -100vw;
		height: 100vh;
		overflow: scroll;
		top: 0;
		opacity: 1;
		transition: var(--bb-transition-02);
		padding: 40px 80px 40px 20px;
	}
	.header nav ul {
		display: flex;
		flex-direction: column;
	}
	.header nav ul li {
		padding: 7px 0;
		text-align: left;
	}

	.header nav ul li:nth-child(1),
	.header nav ul li:nth-child(2),
	.header nav ul li:nth-child(3),
	.header nav ul li:nth-child(11) {
		padding: 10px 0;
	}
	.header nav ul li:nth-child(1) {
		padding-top: 0;
	}
	.header nav ul li:nth-child(11) {
		padding-bottom: 0;
	}
	.header nav ul li:nth-child(1),
	.header nav ul li:nth-child(2) {
		border-bottom: 2px solid #fff;
	}
	
	main {

	}

	/* sp */

	#about {
		padding: 56px 4.1% 86px;
	}
	#about .section_inner {
		padding: 100px 0;
	}
	#about .section_inner .section_title {
		margin: 0 3.895%;
		display: block;
		position: relative;
		z-index: 2;
	}
	#about .section_inner .section_contents {
		margin: 32px 3.895% 0;
		display: block;
	}
	#about .section_inner .section_contents .section_txt {
		position: relative;
		z-index: 2;
	}

	
	/*#about .section_inner {
		width: 1080px;
		padding: 80px 0;
	}*/

	#map {
		padding: 56px 4.1% 86px;
	}
	#map .section_inner {
		padding: 50px 6%;
	}
	#map .section_inner ul {
		gap: 14px;
	}



	.event_wrapper {
		padding: 80px 0 20px;
	}
	.event_wrapper .section {
		padding: 150px 0 50px;
	}
	.event_wrapper .section_inner {
		min-height: 400px;
		width: 100%;
		max-width: 100%;
		border: 4px solid #000;
		display: block;
		padding-bottom: 64px;
	}
	.event_wrapper .section .section_inner .section_title {
/*		width: 148.92vw;*/
		width: 92vw;
		padding: 8px;
		margin-bottom: 0 !important;
		border-radius: calc(var(--bb-border-radius) / 2);
	}
	.event_wrapper .section .section_inner .section_title .title_txt {
		width: 85vw;
	}
	/*.event_wrapper .section .section_inner .section_title .title_txt img {
		max-width: 82%;
	}*/
	.event_wrapper .section .section_inner .section_title .title_img {
/*		border-radius: calc(var(--bb-border-img-radius) * 2);*/
		border-radius: var(--bb-border-img-radius);
	}

	.event_wrapper .section:nth-child(even) {
		padding-left: var(--bb-section-margin-sp);
	}
	.event_wrapper .section:nth-child(even) .section_inner {
		padding-left: 6.49%;
		padding-right: 6.49%;
	}
	.event_wrapper .section:nth-child(odd) {
		padding-right: var(--bb-section-margin-sp);
	}
	.event_wrapper .section:nth-child(odd) .section_inner {
		padding-left: 6.49%;
		padding-right: 6.49%;
	}
	.event_wrapper .section:nth-child(even) .section_inner .section_title .title_txt {
		left: 4%;
		bottom: -65px;
		align-items: flex-start;
	}
	.event_wrapper .section:nth-child(odd) .section_inner .section_title .title_txt {
		right: 4%;
		bottom: -65px;
		align-items: flex-end;
	}


	
	

	.event_wrapper .section .section_inner .section_contents {
		width: 100%;
		margin: 0 auto;
	}
	.event_wrapper .section .section_inner .section_title_02 + .section_contents {
		margin-top: 80px;
	}
	.event_wrapper .section .section_inner .section_contents p {
		font-size: 16px;
	}
	.event_wrapper .section .section_inner .section_contents .area_guide {
		flex-direction: column;
		padding: 24px 8px;
		gap: 16px;
		margin-top: 40px;
	}
	.event_wrapper .section .section_inner .section_contents .area_guide .area_img figure {
		width: 220px;
	}
	.event_wrapper .section .section_inner .section_contents .pickup_spots {
		margin-top: 40px;
		height: 290px;
	}
	.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list {
		overflow-x: scroll;
		overflow: visible;
		position: absolute;
		width: 86.8vw;
	}
	.event_wrapper .section .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		flex-wrap: nowrap;
	}


	.event_wrapper .section .section_inner .section_contents .feature_banner ul {
		gap: 16px;
	}
	.event_wrapper .section .section_inner .section_contents .feature_banner ul li {
		width: 100%;
	}





	#curry .section_inner .section_title {
		left: calc(-8.905% - 4px);
	}
	#books .section_inner .section_title {
		left: calc(8.905% + 4px);
	}
	#music .section_inner .section_title {
		left: calc(-8.905% - 4px);
	}
	#sports .section_inner .section_title {
		left: calc(8.905% + 4px);
	}
	#arts .section_inner .section_title {
		left: calc(-8.905% - 4px);
	}
	#coffee .section_inner .section_title {
		left: calc(8.905% + 4px);
	}
	#movie .section_inner .section_title {
		left: calc(-8.905% - 4px);
	}

	#curry {
		padding-top: 120px;
	}
	#books .section_inner .section_title .title_01 {
		align-items: flex-start;
	}
	#sports .section_inner .section_title .title_01 {
		align-items: flex-start;
	}
	#coffee .section_inner .section_title .title_01 {
		bottom: -70px;
		align-items: flex-start;
	}
	#movie .section_inner .section_title_01+.section_contents {
		position: relative;
		margin-top: 1em;
	}
	#movie .section_inner .section_contents .credit {
		font-size: 14px;
		font-weight: normal;
		position: absolute;
		top: -2.5em;
	}



	#curry .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 8) + (21px * 8));
	}
	#books .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 8) + (21px * 8));
	}
	#music .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 3) + (21px * 3));
	}
	#sports .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 4) + (21px * 4));
	}
	#arts .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 8) + (21px * 8));
	}
	#coffee .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 8) + (21px * 8));
	}
	#movie .section_inner .section_contents .pickup_spots .pickup_spots_list ul {
		width: calc((215px * 4) + (21px * 4));
	}


	#schedule {
		padding: 56px 0 80px;
	}
	#schedule .section_inner {
		width: 100%;
	}
	#schedule .section_inner img {
		max-width: unset;
	}
	.simplebar-horizontal {
		width: 68.5%;
	}


	/* about illust animation */
	#about .section_inner .about_illust .illust_01 {
		width: 60%;
		left: -30%;
		top: -18%;
	}
	#about .section_inner .about_illust .illust_02 {
		width: 38%;
		left: 28%;
		top: -9%;
	}
	#about .section_inner .about_illust .illust_03 {
		width: 42%;
		left: 5%;
		bottom: -11%;
	}
	#about .section_inner .about_illust .illust_04 {
		width: 30%;
		right: 1%;
		top: -4.5%;
	}
	#about .section_inner .about_illust .illust_05 {
		width: 32%;
		right: -11%;
		top: 10%;
	}
	#about .section_inner .about_illust .illust_06 {
		width: 44%;
		right: -4%;
		bottom: -25%;
	}
	#about .section_inner .about_illust.anim .illust_01 {
		transform: translate3d(0px, 8px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_02 {
		transform: translate3d(0px, -8px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_03 {
		transform: translate3d(0px, 8px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_04 {
		transform: translate3d(0px, 8px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_05 {
		transform: translate3d(0px, -8px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_06 {
		transform: translate3d(0px, -8px, 0px);
	}

	/* event_wrapper illust animation */
	.event_wrapper .section .section_inner .section_illust {
		position: absolute;
		z-index: 3;
	}
	.event_wrapper .section .section_inner .section_illust {
		transition: var(--bb-transition-01);
	}
	#curry .illust_curry {
		width: 30%;
		left: -12%;
		top: 23%;
		z-index: -1;
	}
	#curry .illust_person {
		width: 30%;
		left: -10%;
		bottom: -3%;
		display: none;
	}
	#books .illust_books {
		width: 60%;
		right: 3%;
		top: -8%;
	}
	#music .illust_music {
		width: 90%;
		left: -8%;
		top: -12%;
	}
	#sports .illust_sports {
		width: 50%;
		right: 5%;
		top: -14%;
	}
	#arts .illust_arts {
		width: 80%;
		left: 5%;
		top: -10%;
	}
	#coffee .illust_coffee {
		width: 70%;
		right: -11%;
		top: -16%;
	}
	#movie .illust_movie {
		width: 40%;
		left: 15%;
		top: -10%;
	}
	#curry .illust_curry.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#curry .illust_person.anim {
		transform: translate3d(0px, -10px, 0px);
	}
	#books .illust_books.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#music .illust_music.anim {
		transform: translate3d(0px, -10px, 0px);
	}
	#sports .illust_sports.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#arts .illust_arts.anim {
		transform: translate3d(0px, -10px, 0px);
	}
	#coffee .illust_coffee.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#movie .illust_movie.anim {
		transform: translate3d(0px, -10px, 0px);
	}
} /* end @media */




/* -------------------------------------------- */
/*  PC
/* -------------------------------------------- */
@media (min-width: 781px) {
	.show_sp {display: none;}
	.show_pc {display: inline-block;}

	body {
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		left: 0;
		top: 0;
		min-width: 1280px;
	}

	.header nav {
		position: fixed;
		right: -620px;
		top: 0;
		opacity: 1;
		transition: var(--bb-transition-02);
		padding: 54px 100px 54px 56px;
	}
	.header nav ul {
		display: flex;
		flex-direction: column;
	}
	.header nav ul li {
		padding: 10px 0;
		text-align: left;
	}

	.header nav ul li:nth-child(1),
	.header nav ul li:nth-child(2),
	.header nav ul li:nth-child(3),
	.header nav ul li:nth-child(11) {
		padding: 18px 0;
	}
	.header nav ul li:nth-child(1) {
		padding-top: 0;
	}
	.header nav ul li:nth-child(11) {
		padding-bottom: 0;
	}
	.header nav ul li:nth-child(1),
	.header nav ul li:nth-child(2) {
		border-bottom: 2px solid #fff;
	}
	
	/* pc */

	#about {
		padding: 80px 0 110px;
	}
	#about .section_inner {
		width: 1080px;
		padding: 80px 0;
	}
	#about .section_inner .section_contents {
		margin-top: 40px;
	}

	#map {
		padding: 110px 0 140px;
	}
	#map .section_inner {
		width: 1080px;
		padding: 50px;
	}
	#map .section_inner ul {
		gap: 20px;
	}

	.event_wrapper {
		padding: 110px 0 30px;
	}
	.event_wrapper .section {
		padding: 120px 0 90px;
	}
	.event_wrapper .section_inner {
		min-height: 400px;
		padding-bottom: 80px;
	}
	.event_wrapper .section .section_inner .section_title {
		width: 1062px;
		padding: 15px;
	}
	.event_wrapper .section .section_inner .section_title .title_img {
		border-radius: var(--bb-border-img-radius);
	}
	.event_wrapper .section:nth-child(even) .section_inner .section_title .title_txt {
		left: 0;
		bottom: 40px;
		align-items: flex-start;
	}
	.event_wrapper .section:nth-child(odd) .section_inner .section_title .title_txt {
		right: 0;
		bottom: 40px;
		align-items: flex-end;
	}
	.event_wrapper .section .section_inner .section_contents {
		width: 930px;
	}
	.event_wrapper .section .section_inner .section_contents p {
		font-size: 20px;
	}
	.event_wrapper .section .section_inner .section_contents .area_guide {
		padding: 24px;
		gap: 32px;
		margin-top: 48px;
	}
	.event_wrapper .section .section_inner .section_contents .pickup_spots {
		margin-top: 48px;
	}
	.event_wrapper .section .section_inner .section_contents .feature_banner ul {
		gap: 26px;
	}
	.event_wrapper .section .section_inner .section_contents .feature_banner ul li {
		width: 452px;
	}


	#curry .section_inner .section_title .title_01 {
		left: -65px;
	}

	#books .section_inner .section_title .title_01 {
		right: -30px;
	}
	#books .section_inner .section_title .title_02 {
		right: auto;
		left: -63px;
	}

	#music .section_inner .section_title .title_01 {
		left: -62px;
	}

	#sports .section_inner .section_title .title_01 {
		right: -80px;
	}

	#arts .section_inner .section_title .title_01 {
		left: -222px;
		bottom: -10px;
	}
	#arts .section_inner .section_title .title_02 {
		left: auto;
		right: -41px;
		bottom: -43px;
	}

	#coffee .section_inner .section_title .title_01 {
		right: -151px;
		bottom: -14px;
	}

	#movie .section_inner .section_title .title_01 {
		left: -162px;
		bottom: 40px;
	}
	#movie .section_inner .section_title .title_02 {
		left: auto;
		right: -39px;
		bottom: -70px;
	}
	#movie .section_inner .section_title_01+.section_contents {
		position: relative;
	}
	#movie .section_inner .section_contents .credit {
		font-size: 14px;
		font-weight: normal;
		position: absolute;
		top: -2.5em;
		left: 1.5em;
	}



	/* about illust animation */
	#about .section_inner .about_illust .illust_01 {
		left: -120px;
		top: -20%;
	}
	#about .section_inner .about_illust .illust_02 {
		left: -90px;
		top: 28.62%;
	}
	#about .section_inner .about_illust .illust_03 {
		left: -32px;
		bottom: -11%;
	}
	#about .section_inner .about_illust .illust_04 {
		right: 20px;
		top: -8%;
	}
	#about .section_inner .about_illust .illust_05 {
		right: -80px;
		top: 25%;
	}
	#about .section_inner .about_illust .illust_06 {
		right: -70px;
		bottom: -20%;
	}
	#about .section_inner .about_illust.anim .illust_01 {
		transform: translate3d(0px, 10px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_02 {
		transform: translate3d(0px, -10px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_03 {
		transform: translate3d(0px, 10px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_04 {
		transform: translate3d(0px, -10px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_05 {
		transform: translate3d(0px, 10px, 0px);
	}
	#about .section_inner .about_illust.anim .illust_06 {
		transform: translate3d(0px, -10px, 0px);
	}

	/* event_wrapper illust animation */
	.event_wrapper .section .section_inner .section_illust {
		position: absolute;
		z-index: 3;
	}
	.event_wrapper .section .section_inner .section_illust {
		transition: var(--bb-transition-01);
	}
	#curry .illust_curry {
		left: -125px;
		top: 526px;
	}
	#curry .illust_person {
		left: -109px;
		bottom: 149px;
	}
	#books .illust_books {
		right: -162px;
		top: -184px;
	}
	#music .illust_music {
		left: -154px;
		top: -188px;
	}
	#sports .illust_sports {
		right: -80px;
		top: -184px;
	}
	#arts .illust_arts {
		left: -120px;
		top: -160px;
	}
	#coffee .illust_coffee {
		right: -148px;
		top: -304px;
	}
	#movie .illust_movie {
		left: -158px;
		top: -186px;
	}
	#curry .illust_curry.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#curry .illust_person.anim {
		transform: translate3d(0px, -10px, 0px);
	}
	#books .illust_books.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#music .illust_music.anim {
		transform: translate3d(0px, -10px, 0px);
	}
	#sports .illust_sports.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#arts .illust_arts.anim {
		transform: translate3d(0px, -10px, 0px);
	}
	#coffee .illust_coffee.anim {
		transform: translate3d(0px, 10px, 0px);
	}
	#movie .illust_movie.anim {
		transform: translate3d(0px, -10px, 0px);
	}

} /* end @media */

@media (min-width: 781px) and (max-width: 1200px) {

}
@media (min-width: 781px) and (max-width: 1040px) {
	
}

@media (min-width: 781px) and (max-height: 420px) {

} /* end @media */
@media (min-width: 781px) and (max-height: 930px) {
} /* end @media */

@media screen and (max-width:330px) {

}