@charset "UTF-8";

.insta_link {
	position: fixed;
	top: 90px;
	right: 40px;
	z-index: 5;
	max-width: 70px;
	width: 100%;
}

.insta_link img {
	width: 100%;
}

@media screen and (max-width: 500px) {
	.insta_link {
		top: 70px;
		right: 10px;
		width: 50px;
	}
}


@media screen and (max-width: 1200px) {
	.fv-right-top_img {
		top: -10%;
	}
}



@media screen and (min-width: 1000px) {
	.company-slider {
		position: relative;
		top: -100px;
	}
}

/* ファーストビュー */

.festival_keyvisual {
	height: 100vh;
	max-height: clamp(39.375rem, -34.453rem + 112.5vw, 67.5rem);
	position: relative;
	overflow: visible;
	z-index: 1;
}

.festival_keyvisual::before {
	content: "";
	position: absolute;
	top: -15%;
	left: -5%;
	width: 100%;
	height: calc(100% + 200px);
	z-index: -1;
	background-image: url(../images/keyvisual-background.png);
	background-size: clamp(59.063rem, -34.688rem + 142.86vw, 121.563rem);
	background-repeat: no-repeat;
	background-position-x: center;
}

.festival_keyvisual-inner {
	display: flex;
	justify-content: space-between;
	padding-top: 0;
	height: 100vh;
	max-height: clamp(40rem, 17.5rem + 34.29vw, 55rem);
	max-width: 1980px;
	margin: auto;
}

.keyvisual-flex_left {
	display: flex;
    flex-direction: column;
	justify-content: center;
}

.keyvisual-textarea_container {
	margin-left: 70px;
}

.keyvisual-main-img {
	max-width: clamp(31.25rem, -1.563rem + 52.5vw, 44.375rem);
}

.textarea-bottom-small-text {
	margin-left: 95px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.8;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.title-content {
	position: relative;
}

.title-content::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(30px);
	z-index: -1;
}

.title-content:nth-child(2)::after {
	bottom: 0;
	width: 90%;
}

.title-content img {
	width: clamp(30rem, 10.215rem + 30.15vw, 42.625rem);
}

.keyvisual-flex_right {
	margin-right: 50px;
}

.keyvisual-img-slider_container {
	max-width: clamp(28.125rem, -22.092rem + 73.04vw, 59.625rem);
	margin-top: 5%;
}

.keyvisual-slider-img {
	max-width: 1080px;
	border-radius: 44px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.keyvisual-img-slider li {
  margin: 1% 0;
}

.keyvisual-img-slider li figcaption {
  margin: 10px 0 0;
}

@media screen and (max-width: 1490px) {
	.textarea-bottom-small-text {
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
}

@media screen and (max-width: 1000px) {
	.festival_keyvisual::before {
		top: -5%;
		left: 0;
		background-image: url(../images/keyvisual-background-tab.png);
		background-size: clamp(33.75rem, 20.966rem + 45.45vw, 49.375rem);
	}
	.festival_keyvisual-inner {
		flex-direction: column;
		justify-content: flex-start;
		row-gap: 16px;
		padding-top: 90px;
	}
	.keyvisual-main-img {
		width: clamp(18.125rem, 8.396rem + 34.59vw, 25rem);
		margin: auto;
	}
	.keyvisual-flex_left {
		padding-top: 0;
		text-align: center;
	}
	.keyvisual-img-slider_container {
		max-width: 100%;
		margin-top: 0;
	}
	.keyvisual-img-slider .slick-slide img {
		max-width: clamp(20.625rem, 7.5rem + 46.67vw, 25rem) !important;
	}
	.keyvisual-img-slider .slick-list {
		overflow: visible; /* 両端を見せる */
		padding: 0 !important;
	}
	.keyvisual-img-slider .slick-list {
		overflow: visible !important; /* 前後を見せる */
	}
	.keyvisual-img-slider .slick-slide {
		margin: 0; /* 余計な余白を消す */
	}
	.keyvisual-img-slider .keyvisual-slider-img {
		display: block;
		margin: 0 auto; /* 中央寄せ */
		max-width: 100%;
	}
	.keyvisual-textarea_container {
		font-size: clamp(1.938rem, 1.682rem + 0.91vw, 2.25rem);
		margin-left: 0;
	}
	.textarea_content {
		font-size: clamp(1.875rem, 1.563rem + 0.83vw, 2.25rem);
	}
	.text-large {
		font-size: clamp(2.625rem, 2.216rem + 1.45vw, 3.125rem);
	}
	.textarea-bottom-small-text {
		font-size: clamp(0.875rem, 0.67rem + 0.73vw, 1.125rem);
		margin-left: 0;
		margin-top: 8px;
		color: #3e3e3e;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.4);
	}
	.title-area-list {
		display: inline-block;
	}
	.title-content img {
		width: clamp(20.625rem, 17.557rem + 10.91vw, 24.375rem);
	}
	.keyvisual-flex_right {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.festival_keyvisual {
		max-height: clamp(43.125rem, 41.591rem + 5.45vw, 45rem);
	}
	/* .festival_keyvisual::before {
		background-size: clamp(31.25rem, -0.679rem + 113.52vw, 53.813rem);
		background-position-y: 110px;
	} */
	.festival_keyvisual-inner {
		padding-top: 90px;
		max-height: clamp(35.625rem, 32.045rem + 12.73vw, 40rem);
	}
	.title-content::after {
		background-color: rgba(255, 255, 255, 0.25);
		backdrop-filter: blur(20px);
	}
}

@media screen and (max-width: 500px) {
	.festival_keyvisual-inner {
		padding-top: 75px;
	}
}

@media screen and (max-width: 450px) {
	.festival_keyvisual::before {
		background-image: url(../images/keyvisual-background-mb.png);
		background-size: 432px;
	}
}

.slick-slide img {
	max-width: 100%;
}

.slider-contents {
	max-width: 265px;
	width: 100%;
	margin: 0 20px;

	aspect-ratio: 53/45;
}

.slide_wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.company-slider .slick-slide img {
	/* align-self: start; */
	max-width: 90%;
	object-fit: contain;
	height: 100%;
}

.slide_wrap:hover {
	opacity: 0.7;
}

.top_img {
	/* width: 100%; */
	max-height: 100%;

	object-fit: cover;
	object-position: center;
}

.bottom_img {
	/* width: 100%; */
	height: auto;

	object-fit: cover;
	object-position: center;
}

.top_wrap {
	display: flex;
	overflow: hidden;
	max-width: 265px;
	width: 100% !important;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	justify-content: center;
	align-items: center;

	aspect-ratio: 53/37;
}

.bottom_wrap {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 50%;
	overflow: hidden;
	transform: translateX(-50%);
	max-width: 220px;
	width: 85%;
	margin: auto;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	justify-content: center;
	align-items: center;

	aspect-ratio: 22/7;
}

.button_container {
	margin-top: 80px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.button_container {
		margin-top: 40px;
	}
}

/* スポンサー企業 */

.top-main_contents {
	position: relative;
	background-color: rgba(255, 255, 255, 0.95);
	background-image: url(../images/bottom-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-blend-mode: lighten;
	background-size: clamp(22.5rem, 1.364rem + 90.18vw, 69rem);
	padding-top: 60px;
}

.top-side-bg {
	position: absolute;
	top: -1%;
	top: 0;
	left: 0;
	max-width: 100%;
}

@media screen and (max-width: 645px) {
	.top-side-bg {
		top: 0;
	}
}

/* クラウドファンディング */

.cloudfunding_container {
	max-width: 692px;
	width: 90%;
	margin: auto;
	padding-top: clamp(1.25rem, -4.306rem + 22.22vw, 6.25rem);
}

.link-content-img {
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.link-content-wrap {
	position: relative;
}

.title-align-center {
	text-align: center;
}

.content-title {
	font-size: clamp(1.125rem, 0.431rem + 2.78vw, 1.75rem);
	text-align: center;
	margin-bottom: 33px;
	position: relative;
	z-index: 1;
}

.content-title::before {
	content: "";
	position: absolute;
	left: 8px;
	bottom: 0;
	border-left: 2px solid #FA7412;
	height: 50px;
	transform: rotate(-25deg);
}

.content-title::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 0;
	border-right: 2px solid #FA7412;
	height: 50px;
	transform: rotate(25deg);
}

.sp-only {
	display: none;
}

.content-title span {
	color: #DB4228;
	position: relative;
	z-index: 1;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.content-title span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 104%;
	height: 12px;
	background-color: #FFD034;
	z-index: -1;
}

.link-button_wrap {
	display: flex;
	align-items: stretch;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.link-button_wrap::after {
	display: block;
	content: "";
	width: 50px;
	background-color: #FFFFFF;
	background-image: url(../images/cloud_arrow_img.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.button-left-content {
	background-color: #FA7412;
	background-image: url(../images/cloudfunding-button_bg.png);
	background-repeat: no-repeat;
	background-size: clamp(21.875rem, -0.501rem + 79.56vw, 37.688rem);
	background-position: center;
	width: 100%;
	color: #FFFFFF;
	padding: 20px 8px 29px 20px;
}

.button-left-top-text {
	font-size: clamp(0.813rem, 0.535rem + 1.11vw, 1.063rem);
}

.button-left-bottom-text_wrap {
	display: flex;
	align-items: flex-end;
	font-size: clamp(0.938rem, 0.174rem + 3.06vw, 1.625rem);
	position: relative;
	margin-top: 9px;
}

.medium-text {
	margin-left: -8px;
	font-weight: 700;
}

.bold-text-style img {
	max-width: clamp(13.938rem, -4.813rem + 75vw, 30.813rem);
}

@media screen and (max-width: 767px) {
	.content-title {
		display: inline-block;
	}
	.content-title::before {
		left: -8px;
		height: 60px;
	}
	.content-title::after {
		right: -8px;
		height: 60px;
	}
	.sp-only {
		display: inline;
	}
	.button-left-content {
		padding: 16px 6px 16px 6px;
	}
	.button-left-bottom-text_wrap {
		margin-top: 2px;
	}
	.link-button_wrap {
		position: relative;
		top: -60px;
	}
	.link-button_wrap::after {
		width: 30px;
		background-size: clamp(0.625rem, 0.069rem + 2.22vw, 1.125rem);
	}
	.medium-text {
		margin-left: 0;
	}
}

/* スマイルプロジェクトとは？ */

.smile-project__container {
	padding-top: 220px;
	padding-bottom: 170px;
	/* background-image: url(../images/top-left-bg.png), url(../images/top-right-bg.png);
	background-repeat: no-repeat;
	background-position-x: -2%, 102%;
	background-position-y: 9%;
	background-size: clamp(6.875rem, -5.625rem + 50vw, 31.875rem); */
}

.background__container {
	background-image: url(../images/smile_bg.png);
	background-repeat: no-repeat;
	background-position-x: 55%;
	background-position-y: 40%;
	background-size: clamp(20.625rem, -2.438rem + 82vw, 43.688rem);
}

.smile-logo-img {
	margin: auto;
}

.contents-title_wrap_smile {
	margin-top: 20px;
	font-family: "コーポレート・ロゴ ver2";
	text-align: center;
}

.en-title {
	color: #FF7A19;
	font-weight: 500;
	font-size: clamp(1rem, 0.813rem + 0.5vw, 1.188rem);
}

.ja-title {
	color: #585858;
	font-weight: 700;
	font-size: clamp(1.75rem, 1rem + 2vw, 2.5rem);
}

.smile-project_textarea {
	margin-top: 35px;
	color: #404040;
	font-size: clamp(0.875rem, 0.563rem + 0.83vw, 1.188rem);
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.smile-project__container {
		padding-top: 55px;
		padding-bottom: 36px;
		background-position-y: 0;
	}

	.contents-title_wrap_smile {
		margin-top: 0;
	}
}

/* お知らせ */

.news__container {
	padding-top: 70px;
}

.news-contents_container {
	max-width: 700px;
	width: 90%;
	margin: auto;
	margin-top: 70px;
}

.news-flex-contents {
	display: flex;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #707070;
	font-size: clamp(0.875rem, 0.563rem + 1vw, 1.125rem);
	justify-content: space-between;
	align-items: center;
}

.news-flex-contents:not(:first-child) {
	margin-top: 12px;
}

.news-text_wrap {
	display: flex;
	color: #3e3e3e;
}

.news-title {
	display: -webkit-box;
	overflow: hidden;
	padding-left: 55px;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
	.news__container {
		margin-bottom: 90px;
	}
	.news-contents_container {
		margin-top: 36px;
	}
}

@media screen and (max-width: 600px) {
	.news__container {
		padding-top: 36px;
	}

	.news-flex-contents {
		padding-left: 20px;
	}

	.news-title {
		padding-left: 25px;
	}
}

/* 私たちの活動 */

.activity__container {
	background-image: url(../images/activity_bg.png);
	background-repeat: no-repeat;
	background-position: clamp(1.875rem, -9.375rem + 30vw, 7.5rem) center;
	background-size: contain;
	margin-top: 150px;
}

.img-flex_wrap {
	display: flex;
	width: 90%;
	margin: auto;
	margin-top: 16px;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	row-gap: 24px;
}

.activity_img:first-of-type {
	max-width: clamp(15.063rem, 4.063rem + 22.92vw, 21.25rem);
	width: 100%;
	height: 100%;
}

.activity_img:last-of-type {
	max-width: clamp(22.5rem, 3.722rem + 39.12vw, 33.063rem);
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.activity__container {
		background-image: none;
		margin-top: 40px;
	}
}

@media screen and (max-width: 689px) {
	.img-flex_wrap {
		width: 85%;
		margin-top: 30px;
	}
}

/* 出店情報 */

.shop__container {
	margin-top: 120px;
	padding: 80px 0;
	/* background-image: url(../images/top-left-bg.png), url(../images/top-right-bg.png);
    background-repeat: no-repeat;
    background-position-x: -2%, 102%;
    background-position-y: 9%;
    background-size: clamp(6.875rem, -5.625rem + 50vw, 31.875rem); */
}

.bg-area_container {
	background-image: url(../images/shop_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.img-area_container {
	position: relative;
	max-width: 1000px;
	width: 95%;
	margin: auto;
}

.shop-icon {
	position: absolute;
}


.contents-title_wrap {
	position: relative;
	background-image: url(../images/store-title-bg.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: contain;
	line-height: 2;
	text-align: center;
}

.smile-project__container .contents-title_wrap {
	background-image: none;
}

.contents-title_wrap.title-margin {
	margin-top: 100px;
}

.title-en {
	color: #939393;
	font-family: "Impact";
	font-size: clamp(1.125rem, 0.125rem + 2.67vw, 2.125rem);
}

.title-ja {
	color: #FF7A19;
	font-weight: 900;
	font-size: clamp(1.125rem, 0.125rem + 2.67vw, 2.125rem);
}

.title-bottom_text_side {
	margin-top: 16px;
	text-align: center;
}

.text-icon_wrap {
	display: inline-block;
	position: relative;
}

.shop-icon.icon_1 {
	top: 26.5%;
}

.shop-icon.icon_2 {
	top: 15%;
	left: 15%;
}

.shop-icon.icon_3 {
	top: 15%;
	right: 10%;
}

.shop-icon.icon_4 {
	right: 25%;
	bottom: -2%;
}

.shop-icon.icon_5 {
	right: 12%;
	bottom: -5%;
}

@media screen and (max-width: 1012px) {
	.shop-icon.icon_1 {
		top: 17.5%;
		left: 10%;
	}

	.shop-icon.icon_3 {
		top: 10%;
		right: 13%;
	}
}

@media screen and (max-width: 767px) {
	.contents-title_wrap.title-margin {
		margin-top: 60px;
	}
}

@media screen and (max-width: 671px) {
	.text-icon_wrap {
		font-size: 13px;
	}

	.shop-icon.icon_2 {
		left: -10%;
		max-width: 60px;
	}

	.shop-icon.icon_1, .shop-icon.icon_3, .shop-icon.icon_4, .shop-icon.icon_5 {
		display: none;
	}
}

.shop-img-list {
	display: flex;
	max-width: 1000px;

	/* width: 95%; */
	margin: auto;
	margin-top: 85px;
	column-gap: 5%;
	flex-wrap: wrap;
	justify-content: space-between;

	row-gap: 50px;
}

.shop-info-wrap {
	max-width: 300px;
	width: 30%;
}

.shop-info-wrap>a {
	display: flex;
	width: fit-content;
	margin-top: 15px;
	margin-left: auto;
	color: #FF7A19;
	font-weight: 500;
	font-size: 15px;
	align-items: center;
}

.shop-info-wrap>a i {
	margin-left: 10px;
}

.shop-page-link {
	position: relative;
	width: 100%;
}

.shop-img {
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

	aspect-ratio: 3/2;
}

.shop-img a {
	display: flex;
	height: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
}

.shop-img img {
	width: 100%;
	height: 100%;
	margin: auto;

	object-fit: contain;
	object-position: center;
}

.shop-info-bg {
	width: 100%;
	border-radius: 10px;
	transition: all 0.3s;
}

.shop_category {
	display: flex;
	max-width: fit-content;
	padding: 5px 30px;
	border-radius: 15px;
	color: #ffffff;
	font-weight: 900;
	font-size: 14px;
}

/*.shop-page-link:hover .shop-info-bg {
	opacity: 1;
}*/

.shop-title {
	overflow: hidden;
	padding-top: 5px;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.694rem + 1.16vw, 1.563rem);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-info-bg p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 10px;
	font-size: clamp(0.813rem, 0.59rem + 0.46vw, 0.938rem);
	line-height: 25px;
	text-align: justify;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

@media screen and (max-width: 1012px) {
	.shop-img-list {
		justify-content: space-evenly;
	}
}

@media screen and (max-width: 768px) {
	.shop-icon.icon_3 {
		right: 9%;
	}

	.shop-icon.icon_5 {
		right: 7%;
	}
}

@media screen and (max-width: 767px) {
	.shop__container {
		margin-top: 60px;
		padding: 45px 0;
		background-image: none;
		background-position-y: center;
	}

	.shop-img-list::after {
		display: block;
		max-width: 300px;
		width: calc(100%/ 2);
		content: "";
	}

	.shop-info-wrap {
		width: calc(100% / 2);
	}

	.contents-title_wrap {
		width: 90%;
		margin: auto;
		line-height: 1.5;
	}

	.shop-img-list {
		margin-top: 40px;
	}

	.shop-icon.icon_2 {
		display: none;
	}

	.shop-icon.icon_3 {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	.shop-info-wrap {
		width: 100%;
	}
}

/* 当日プログラム */

.timetable__container {
	padding-bottom: 170px;
	background-image: url(../images/program_bg.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 100%;
	max-width: 1920px;
	margin: auto;
	margin-top: 100px;
}

.title-bottom-text_width {
	max-width: 357px;
	margin: auto;
	margin-top: 50px;
	font-size: 17px;
	line-height: 1.7;
}

.program-time_container {
	text-align: center;
}

.program-time_container {
	max-width: 513px;
	width: 90%;
	margin: auto;
	margin-top: 23px;
	padding-top: 16px;
	padding-bottom: 63px;
	background-image: url(../images/timetable_img.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: contain;
}

.text-line-marker {
	padding: 0 20px;
	background: linear-gradient(transparent 30%, rgba(222, 193, 13, 0.5) 30%);
	color: #FF7A19;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.time-img_wrap {
	position: relative;
	max-width: 316px;
	margin: auto;
	margin-top: 20px;
}

.time_img {
	position: relative;
	max-width: 316px;
	margin: auto;
}

.time-left-top {
	position: absolute;
	top: -9px;
	left: -22px;
	max-width: 56px;
}

.place-text {
	margin-top: 6px;
	color: #FF7A19;
	font-weight: 700;
}

.button_container.program_button {
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.timetable__container {
		margin-top: 45px;
		padding-bottom: 36px;
	}
}

@media screen and (max-width: 550px) {
	.title-bottom-text_width {
		max-width: 294px;
		margin-top: 30px;
		font-size: 14px;
	}

	.program-time_container {
		padding-top: 0;
	}

	.text-line-marker {
		padding: 0 15px;
		font-size: 16px;
	}

	.time-img_wrap {
		max-width: 210px;
		margin-top: 10px;
	}

	.time_img {
		max-width: 210px;
	}

	.time-left-top {
		max-width: 42px;
	}

	.place-text {
		font-size: 14px;
	}
}

/* スポンサー */

.company__container {
	max-width: 1000px;
	margin: auto;

	/* padding-top: 165px; */
	padding-bottom: 86px;
}

.contents-title {
	margin-bottom: 30px;
	color: #FF7A19;
	font-size: clamp(1.563rem, 1.396rem + 0.71vw, 2.25rem);
	text-align: center;
}

.common_company-list {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}

.company-max-list {
	margin-top: 36px;
	margin-bottom: 45px;
	column-gap: 2.6667%;

	row-gap: 20px;
}


.company-mini-list {
	row-gap: 15px;
}

.common_company-item {
	overflow: hidden;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}

.common_company-item.company-private {
	background-color: transparent;
	box-shadow: none;
}

.company-max-item {
	max-width: 230px;
	width: 23%;

	aspect-ratio: 23/11;
}




@media screen and (min-width: 835px) {
	.company-max-list {
		column-gap: 2.6667%;
	}

	.company-max-item {
		width: 23%;
	}
}


@media screen and (max-width: 834px) {
	.company-max-list {
		max-width: 750px;
		column-gap: 4%;
	}

	.company-max-item {
		width: 30.6667%;
	}
}

@media screen and (max-width: 767px) {
	.company-max-list {
		max-width: 790px;
		column-gap: 6.3292%;
	}

	.company-max-item {
		width: 29.114%;
	}

	.time-place_text {
		transform: translateX(-5px);
		margin-bottom: 20px;
		font-weight: 600;
		line-height: 1.7;
	}

	.private_sp {
		font-size: 14px;
	}
}


@media screen and (max-width: 500px) {
	.company-max-list {
		max-width: 490px;
		column-gap: 6.1225%;
	}

	.company-max-item {
		width: 46.9388%;
	}
}

.company-mini-item {
	max-width: 185px;

	aspect-ratio: 37/18;
}

.company-img {
	transform: scale(0.9);

	/* width: 100%; */
	max-width: 90%;
	max-height: 100%;
	transition: all 0.3s;

	object-fit: cover;
	object-position: center;
}

.common_company-item a:hover .company-img {
	transform: scale(1);
}

.company-wrap a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.place {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.company-private .place {
	justify-content: flex-start;
}

.company-link-list {
	display: flex;
	column-gap: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
	flex-wrap: wrap;
	justify-content: center;

	row-gap: 15px;
}

@media screen and (min-width: 768px) {
	.company__container {
		width: 95%;

		/* padding-top: 8.7395%; */
		padding-bottom: 85px;
	}

	.company-mini-list {
		margin-top: 35px;
	}

	.company-link-list {
		margin-top: 40px;
		column-gap: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
	}

	@media screen and (min-width: 835px) {
		.company-mini-list {
			max-width: 985px;
			column-gap: 1.5229%;
		}

		.company-mini-item {
			width: 18.7818%;
		}
	}

	@media screen and (max-width: 834px) {
		.company-mini-list {
			max-width: 785px;
			column-gap: 1.9109%;
		}

		.company-mini-item {
			width: 23.5669%;
		}
	}
}

@media screen and (max-width: 767px) {
	.fv-container {
		padding-top: 0;
	}

	.contents-title {
		margin-bottom: 20px;
	}

	.company-max-list {
		margin-bottom: 30px;
	}

	.center-contents__container {
		padding-top: 55px;
	}

	.company__container {
		width: 100%;
		padding: 40px 30px 40px;
	}

	.company-mini-list {
		margin-top: 20px;
	}

	.company-link-list {
		margin-top: 30px;
		column-gap: clamp(1.25rem, 0.803rem + 2.24vw, 1.875rem);
	}

	@media screen and (min-width: 375px) {
		.company-mini-list {
			max-width: 585px;
			column-gap: 2.5642%;
		}

		.company-mini-item {
			width: 31.624%;
		}
	}

	@media screen

	/*and (min-width: 375px)*/
	and (max-width: 374px) {
		.company-mini-list {
			max-width: 385px;
			column-gap: 3.8962%;
		}

		.company-mini-item {
			width: 48.052%;
		}
	}

	/*@media screen and (max-width: 374px) {
		.company-mini-list {
			max-width: 185px;
		}

		.company-mini-item {
			width: 100%;
		}
	}*/
}

@media screen and (max-width: 600px) {
	.left-deco_img, .right-deco_img {
		width: 200px;
	}
}

/*.company-link-wrap {
	width: calc(100% / 4);
}*/

.company-link-text {
	color: #2b2d6e;
	font-size: 17px;
	transition: all 0.3s;
}

.company-link-text:hover {
	opacity: 0.7;
}

.bottom-text {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.bottom-text {
		font-size: 14px;
	}
}

.map_container {
	margin-top: 30px;
}

.map_container .contents-title_wrap {
	margin-bottom: 40px;
}

.map_guideline {
	font-size: clamp(1.125rem, 0.679rem + 1.43vw, 1.25rem);
	text-align: center;
}

.map_guideline span {
	font-weight: 900;
}

.map_about {
	display: block;
	max-width: 1005px;
	width: calc(100% - 40px);
	margin: 0 auto 20px;
}

.map_img {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.map_about-list {
	display: flex;
	font-weight: 500;
	font-size: clamp(0.625rem, -0.491rem + 3.57vw, 0.938rem);
	column-gap: 15px;
	flex-wrap: wrap;

	row-gap: 10px;
}

.map_about-list li {
	display: flex;
	column-gap: 5px;
	align-items: center;
}

.map_about-list li::before {
	display: block;
	width: 16px;
	align-items: center;
	content: "";

	aspect-ratio: 1;
}

#food::before {
	background-color: #fa7412;
}

#sales::before {
	background-color: #5486ab;
}

#recreate::before {
	background-color: #dec70e;
}

#rest::before {
	background-color: #6dd335;
}

.map_list_container {
	display: flex;
	max-width: 1005px;
	width: calc(100% - 30px);
	margin: 0 auto;
	flex-direction: column;
}

.map_list {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.map_item {
	display: block;
	position: relative;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.map_item::before, .map_item::after {
	display: block;
	position: absolute;
	top: 0;
	z-index: 3;
	width: 1px;
	height: 100%;
	background-color: #707070;
}


@media screen and (min-width: 768px) {
	.page-title_wrap {
		margin-bottom: 50px;
	}

	.map_item {
		width: calc(100% / 5);
	}

	.map_guideline {
		margin-bottom: 40px;
	}

	.map_about {
		margin-bottom: 40px;
	}

	.map_img {
		margin-bottom: 30px;
	}

	.map_list {
		margin-bottom: 30px;

		row-gap: 20px;
	}

	.map_item:nth-child(5n+1)::before, .map_item:nth-child(5n)::after, .map_item:not(:nth-child(5n))::after {
		content: "";
	}

	.map_item:nth-child(5n+1)::before {
		right: 100%;
	}

	.map_item:nth-child(5n)::after, .map_item:not(:nth-child(5n))::after {
		left: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page-title_wrap {
		margin-bottom: 10px;
	}

	.map_item {
		width: calc(100% / 3);
	}

	.map_guideline {
		margin-bottom: 20px;
	}

	.map_about {
		margin-bottom: 20px;
	}

	.map_img {
		margin-bottom: 10px;
	}

	.map_list {
		margin-bottom: 20px;

		row-gap: 10px;
	}

	.map_item:nth-child(3n+1)::before, .map_item:nth-child(3n)::after, .map_item:not(:nth-child(3n))::after {
		content: "";
	}

	.map_item:nth-child(3n+1)::before {
		right: 100%;
	}

	.map_item:nth-child(3n)::after, .map_item:not(:nth-child(3n))::after {
		left: 100%;
	}
}

.map_item-content {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.map_item-img {
	overflow: hidden;
	transform-origin: center;
	width: 100%;
	height: 100%;

	/*aspect-ratio: 23/16;*/

	aspect-ratio: 10/7;
}


.map_item-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;

	object-fit: contain;
	object-position: center;
}

.map_item a {
	color: #3e3e3e;
	transition: all 0.5s;
}

.map_item a:hover .map_item-img img {
	transform: scale(1.1);
}

.map_item-detail {
	display: flex;
	border-bottom: 1px solid #707070;
	text-align: center;
	align-items: center;
}

.map_item-num {
	display: flex;
	width: clamp(1.563rem, -0.235rem + 3.75vw, 2.188rem);
	border-right: 1px solid #707070;
	color: #ffffff;
	font-weight: 900;
	font-size: clamp(0.938rem, 0.039rem + 1.87vw, 1.25rem);
	justify-content: center;
	align-items: center;
	transition: all 0.5s;

	aspect-ratio: 1/1;
}

.map_item a:hover .map_item-num {
	background-color: #ffffff !important;
}

.map_item-title {
	display: flex;
	overflow: hidden;
	width: calc(100% - clamp(1.563rem, -0.235rem + 3.75vw, 2.188rem));
	padding: 0 5px;
	font-size: clamp(0.625rem, -0.274rem + 1.87vw, 0.938rem);
	text-align: justify;
	justify-content: center;
}

.map_item-title span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slick-slide {
	height: auto !important;
	/* 余白対策（開発環境専用） */
}

/* LINE */
.festival_line-container {
	display: flex;
	margin: 0 auto;
	column-gap: clamp(0.625rem, -2.533rem + 6.58vw, 1.25rem);
}

.festival_line-img {
	max-width: 384px;
}

.festival_line-contents {
	max-width: 470px;
}

.festival_line-contents h2 {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	padding: clamp(0.5rem, -1.395rem + 3.95vw, 0.875rem) 10px;
	background-color: #06c755;
	color: #ffffff;
	font-size: clamp(1.313rem, -6.582rem + 16.45vw, 2.875rem);
	column-gap: clamp(0.188rem, -0.444rem + 1.32vw, 0.313rem);
	justify-content: center;
	align-items: baseline;
}

.festival_line-contents h2 span {
	font-size: clamp(2.125rem, -9.559rem + 24.34vw, 4.438rem);
}

.festival_line-contents p {
	margin-bottom: 25px;
	color: #FF7A19;
	font-weight: bold;
	font-size: clamp(0.875rem, -3.23rem + 8.55vw, 1.688rem);
	line-height: clamp(1.313rem, -4.688rem + 12.5vw, 2.5rem);
	letter-spacing: 0.05em;
}

.festival_line-contents p strong {
	display: flex;
	margin-bottom: clamp(0rem, -1.579rem + 3.29vw, 0.313rem);
	font-size: clamp(1.313rem, -6.582rem + 16.45vw, 2.875rem);
	align-items: center;
}

.festival_line-contents p strong i {
	margin-left: clamp(0.188rem, -0.444rem + 1.32vw, 0.313rem);
	color: #707070;
	font-size: clamp(2.5rem, -5.711rem + 17.11vw, 4.125rem);
}

.festival_line-contents p span {
	display: inline-flex;
	position: relative;
	z-index: 1;
}

.festival_line-contents p span::after {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: clamp(0.313rem, -1.266rem + 3.29vw, 0.625rem);
	background-color: #dec70d;
	content: "";
}

.festival_line-qr {
	display: flex;
	margin-bottom: 20px;
	color: #FF7A19;
	letter-spacing: 0.05em;
	column-gap: 5px;
	align-items: flex-end;
}

.line_qr-img {
	overflow: hidden;
	max-width: 90px;
	width: 100%;
	border-radius: 3px;

	/*background-color: #888888;*/

	aspect-ratio: 1/1;
}

.line_qr-img img {
	width: 100%;
}

.festival_line-qr dt {
	padding-left: 5px;
	font-weight: 500;
	font-size: 14px;
	text-indent: 0.5em;
}

.festival_line-qr dd {
	display: flex;
	font-weight: bold;
	font-size: 15px;
	align-items: center;
}

.festival_line-qr dd::before {
	display: block;
	max-width: 12px;
	width: 100%;
	margin-right: 2px;
	background-color: #FF7A19;
	content: "";

	aspect-ratio: 6/7;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.festival_line-contents .page-link-button {
	display: block;
	width: fit-content;
	background-color: #06c755;
}

.festival_line-contents .page-link-button::after {
	background-image: url(../images/link-arrow_line.png);
}

@media screen and (min-width: 768px) {
	.festival_line-container {
		max-width: 980px;
		width: 95%;
		padding-top: 260px;
	}

	.festival_line-img {
		min-width: 340px;
		width: 100%;
	}

	.festival_line-contents {
		width: 100%;
	}

	.festival_line-contents p {
		margin-bottom: 25px;
	}

	.festival_line-qr {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.festival_line-container {
		max-width: 235px;
		width: 100%;
		padding-top: 80px;
		flex-direction: column-reverse;
	}

	.festival_line-img {
		min-width: 160px;
		width: 60%;
		margin-top: -50px;
		margin-left: 95px;
	}

	.festival_line-contents {
		width: 100%;
	}

	.festival_line-contents p {
		margin-bottom: 20px;
	}

	.festival_line-qr {
		display: none;
	}

	.festival_line-contents .page-link-button {
		margin-right: 35px;
		padding: 5.5px 8px;
	}

	.festival_line-contents .page-link-button::after {
		right: -35px;
		width: 35px;
	}
}