@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

:root {
	--i_white_color: #fff;
	--i_orange_color: #d5510f;
	--i_orange2_color: #a04724;
	--i_purple_color: #8e3d81;
	--i_purple2_color: #7b1c6c;
	--i_pink_color: #d34358;
	--i_pink2_color: #ad3146;
	--i_green_color: #04834e;
	--i_green2_color: #006c4b;
	--i_bg_color: #f9f7e5;
	--i_txt_color: #692221;
}

/* 共通 */
body#autumn {
	background: var(--i_bg_color);
	position: relative;
}

body#autumn::before,
body#autumn::after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	top: 0;
	pointer-events: none;
	z-index: -1;
}

body#autumn::before {
	left: 0;
	width: 80vw;
	max-width: 1000px;
	background: url("/assets/img/autumn2025img/bg.png") no-repeat top left / contain;
}

body#autumn::after {
	right: 0;
	width: 40vw;
	max-width: 580px;
	min-width: 180px;
	background: url("/assets/img/autumn2025img/bg2.png") no-repeat top 320px right / contain;
}

#autumn main {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: var(--i_txt_color);
}

#autumn #bg {
	position: relative;
	overflow: clip;
}

#autumn .circle {
	position: absolute;
	width: 600px;
	aspect-ratio: 1;
	background: #f3e551;
	left: -300px;
	border-radius: 50%;
	top: 1050px;
}

#autumn .circle2 {
	position: absolute;
	width: 625px;
	aspect-ratio: 1;
	background: #f0b67a;
	right: -220px;
	border-radius: 50%;
	top: 1500px;
}

#autumn .wrapper {
	max-width: 1050px;
	padding: 0 20px 130px;
	margin: 0 auto;
}

#autumn .flex {
	display: flex;
}

@media screen and (max-width: 768px) {
	body#autumn::after {
		background-position: top 80px left;
	}

	#autumn .circle {
		width: 260px;
		left: -130px;
		top: 350px;
	}

	#autumn .circle2 {
		width: 330px;
		top: 800px;
	}

	#autumn .wrapper {
		padding-bottom: 65px;
	}

	body#autumn {
		font-size: 1.4rem;
	}

	#autumn .flex {
		flex-direction: column;
	}
}

@media screen and (min-width: 481px) {
	.sp_br {
		display: none;
	}
}

/* ナビゲーション */
#autumn nav.navi {
	position: fixed;
	flex-direction: column;
	top: calc(50% + 60px);
	transform: translateY(-50%);
	right: 30px;
	gap: 10px;
	padding-bottom: 0;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	transition: .6s ease-in-out;
}

#autumn.fixed nav.navi {
	opacity: 1;
	pointer-events: auto;
}

#autumn nav.navi a {
	background: var(--i_orange_color);
	padding: 15px 20px 20px;
	position: relative;
	border-radius: 20px;
}

#autumn nav.navi a::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	border: 1px solid var(--i_white_color);
	border-radius: 15px;
}

#autumn nav.navi a:nth-of-type(2) {
	background: var(--i_purple_color);
}

#autumn nav.navi a:nth-of-type(3) {
	background: var(--i_pink_color);
}

#autumn nav.navi a:nth-of-type(4) {
	background: var(--i_green_color);
}

#autumn nav.navi a p {
	font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}

#autumn nav.navi a p:hover {
	letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
	#autumn nav.navi {
		right: 0;
	}
}

@media screen and (max-height: 650px),
screen and (max-width: 1750px) {
	#autumn nav.navi {
		flex-direction: inherit;
		top: 50px;
		transform: translateY(-150px);
		gap: 0;
		width: 100%;
	}

	#autumn.fixed nav.navi {
		transform: translateY(0);
	}

	#autumn nav.navi a {
		width: calc(100%/4);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0 0 20px 20px;
	}
}

@media screen and (max-width: 1750px) and (min-width: 1000px) {
	#autumn nav.navi {
		top: 130px;
		right: 0;
	}
}

@media screen and (max-height: 650px),
screen and (max-width: 900px) {
	#autumn nav.navi a {
		padding: 5px 5px 10px;
	}

	#autumn nav.navi a::before,
	#autumn nav.navi a:last-of-type span,
	#autumn nav.navi p img {
		display: none;
	}
}

@media screen and (max-height: 650px) and (min-width: 1000px) {
	#autumn nav.navi {
		top: 130px;
		right: 0;
	}
}

/* mv */
#autumn #mv {
	padding: 75px 0;
	text-align: center;
}

#autumn #mv figure {
	border: 14px solid var(--i_orange_color);
	border-right: 14px solid var(--i_purple_color);
	border-bottom: 14px solid var(--i_green_color);
	border-left: 14px solid var(--i_pink_color);
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	#autumn #mv {
		padding: 35px 0;
	}

	#autumn #mv figure {
		border: 6px solid var(--i_orange_color);
		border-right: 6px solid var(--i_purple_color);
		border-bottom: 6px solid var(--i_green_color);
		border-left: 6px solid var(--i_pink_color);
	}
}

/* 動き */
/* --mv-- */
#mv figure img {
	opacity: 0;
}

#mv.is-inview figure img {
	animation: appear 2.5s ease-out forwards;
}

@keyframes appear {
	0% {
		opacity: 0;
		filter: blur(30px);
		transform: scale(0.95);
		clip-path: circle(0 at 50% 50%);
		-webkit-clip-path: circle(0 at 50% 50%);
	}

	60% {
		opacity: 0.8;
		filter: blur(10px);
		transform: scale(1.03);
		clip-path: circle(100% at 50% 50%);
		-webkit-clip-path: circle(100% at 50% 50%);
	}

	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1);
	}
}

/* タブ */
#autumn input[name="tab_item"] {
	display: none;
}

#autumn nav {
	display: flex;
	position: relative;
	margin-bottom: -1px;
}

#autumn nav .tab_item {
	background: var(--i_orange_color);
	width: calc(100% / 4);
	padding: 20px 15px 15px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px 25px 0 0;
}

#autumn nav .tab_item::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: calc(100% - 16px);
	height: calc(100% - 8px);
	bottom: 0;
	left: 8px;
	border-radius: 20px 20px 0 0;
	border: 1px solid var(--i_white_color);
	border-bottom: 0;
}

#autumn nav .tab_item:nth-of-type(2) {
	background: var(--i_purple_color);
}

#autumn nav .tab_item:nth-of-type(3) {
	background: var(--i_pink_color);
}

#autumn nav .tab_item:nth-of-type(4) {
	background: var(--i_green_color);
}

#autumn nav p {
	text-align: center;
	font-weight: 500;
	font-size: clamp(1.2rem, 2.5vw, 2.1rem);
	color: var(--i_white_color);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: .4s ease-in-out;
}

#autumn nav p img {
	display: block;
	max-width: 210px;
	width: 100%;
	padding-top: 5px;
}

#autumn section {
	display: none;
}

#autumn nav:has(#tb_gourmet:checked)~#gourmet,
#autumn nav:has(#tb_drink:checked)~#drink,
#autumn nav:has(#tb_sweets:checked)~#sweets,
#autumn nav:has(#tb_item:checked)~#item {
	display: block;
}

@media screen and (min-width: 769px) {
	#autumn nav p:hover {
		letter-spacing: 0.1rem;
	}
}

@media screen and (max-width: 768px) {
	#autumn nav {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px 0;
		padding-bottom: 25px;
		margin-bottom: 0;
	}

	#autumn nav .tab_item {
		width: 48%;
		padding: 10px 15px 14px;
		border-radius: 15px;
	}

	#autumn nav .tab_item::before {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		bottom: 4px;
		left: 4px;
		border-radius: 10px;
		border: 1px solid var(--i_white_color);
	}

	#autumn nav p img {
		padding-top: 5px;
	}

	#autumn nav p {
		line-height: 1.5;
	}
}

/* 各コンテンツ */
#autumn section {
	border: 10px solid var(--i_orange_color);
	background: var(--i_white_color);
	position: relative;
}

#autumn section>div {
	border: 10px solid var(--i_orange2_color);
	padding: 60px 6%;
}

#autumn section>div>.flex {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 3.5vw;
}

#autumn section .flex dl {
	width: 46%;
	border-bottom: 2px solid var(--i_txt_color);
	padding-bottom: 35px;
}

#autumn section dl dt a figure {
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}

#autumn section dl dt a:hover figure {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(120, 66, 18, 0.5);
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.08) rotate(0.5deg);
	}

	100% {
		transform: scale(1);
	}
}

#autumn section dt a>div {
	padding: 20px 0 8px;
}

#autumn section dt p:first-of-type span {
	display: inline-block;
	background: var(--i_orange_color);
	color: var(--i_white_color);
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	line-height: 1.4;
	min-width: 70px;
	padding-bottom: 3px;
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	text-align: center;
	position: relative;
}

#autumn section dt p:first-of-type {
	position: relative;
	margin-bottom: 16px;
}

#autumn section dt p:first-of-type:before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 11px;
	height: 8px;
	bottom: -8px;
	left: 0;
	background: var(--i_txt_color);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

#autumn section dt p:last-of-type {
	color: var(--i_orange_color);
	font-weight: 500;
	font-size: 1.8rem;
	padding-right: 25px;
	line-height: 1.2;
}

#autumn section dt p:last-of-type span {
	position: relative;
}

#autumn section dt p:last-of-type span i {
	font-style: normal;
	font-size: 1.4rem;
}

#autumn section dt p:last-of-type i.sp_link {
	position: relative;
	padding-right: 20px;
}

#autumn section dt p:last-of-type i.sp_link::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 12px;
	height: 100%;
	top: 0;
	right: 0;
	background: url("/assets/img/autumn2025img/link_icon.png") no-repeat center right / contain;
	opacity: 0.7;
}

#autumn section dd h2 {
	font-weight: 700;
	font-size: 1.8rem;
	padding-bottom: 10px;
}

#autumn section dd h2+p span {
	display: block;
	color: var(--i_heading_color);
	font-weight: 500;
	font-size: 1.8rem;
	padding-top: 10px;
}

#autumn section dd p.limited {
	color: var(--i_orange_color);
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 10px;
}

#autumn section dd p.limited span {
	font-weight: 500;
	font-size: 1.8rem;
	display: block;
	padding-bottom: 5px;
}

#autumn section small {
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
}

#autumn section>div>p {
	padding-top: 50px;
	font-size: 1.45rem;
}

/* drink */
#autumn section#drink {
	border: 10px solid var(--i_purple_color);
}

#autumn section#drink>div {
	border: 10px solid var(--i_purple2_color);
}

#autumn section#drink dt p:first-of-type span {
	background: var(--i_purple_color);
}

#autumn section#drink dt p:last-of-type {
	color: var(--i_purple_color);
}

#autumn section#drink .free {
	margin-top: 5px;
}

#autumn section#drink .free>span>span {
	font-weight: 500;
	color: var(--i_purple_color);
	background: var(--i_white_color);
}

#autumn section#drink .free>span {
	position: relative;
	display: block;
}

#autumn section#drink .free>span::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--i_purple_color);
	top: calc(50% - 0.5px);
	right: 0;
	z-index: -1;
}

#autumn section#drink ul {
	border: 1px solid var(--i_purple_color);
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
}

#autumn section#drink ul li:first-of-type {
	background: var(--i_purple_color);
	color: var(--i_white_color);
	font-size: 2rem;
	padding: 5px 5px 8px;
}

#autumn section#drink ul li:last-of-type {
	font-size: 1.8rem;
	padding: 5px 5px 8px;
}

#autumn section#drink ul li:last-of-type span {
	display: block;
	color: var(--i_purple_color);
	font-size: 2.2rem;
}

/* sweets */
#autumn section#sweets {
	border: 10px solid var(--i_pink_color);
}

#autumn section#sweets>div {
	border: 10px solid var(--i_pink2_color);
}

#autumn section#sweets dt p:first-of-type span {
	background: var(--i_pink_color);
}

#autumn section#sweets dt p:last-of-type,
#autumn section#sweets dd p.limited {
	color: var(--i_pink_color);
}

/* item */
#autumn section#item {
	border: 10px solid var(--i_green_color);
}

#autumn section#item>div {
	border: 10px solid var(--i_green2_color);
}

#autumn section#item dt p:first-of-type span {
	background: var(--i_green_color);
}

#autumn section#item dt p:last-of-type,
#autumn section#item dd p.limited {
	color: var(--i_green_color);
}

@media screen and (min-width: 769px) {
	section[data-inview-ani="fadein"] {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	#autumn section {
		border: 5px solid var(--i_orange_color);
	}

	#autumn section>div {
		border: 5px solid var(--i_orange2_color);
		padding: 20px 6%;
	}

	#autumn section#drink {
		border: 5px solid var(--i_purple_color);
	}

	#autumn section#drink>div {
		border: 5px solid var(--i_purple2_color);
	}

	#autumn section#sweets {
		border: 5px solid var(--i_pink_color);
	}

	#autumn section#sweets>div {
		border: 5px solid var(--i_pink2_color);
	}

	#autumn section#item {
		border: 5px solid var(--i_green_color);
	}

	#autumn section#item>div {
		border: 5px solid var(--i_green2_color);
	}

	#autumn section>div>.flex {
		gap: 35px 3.5vw;
	}

	#autumn section .flex dl {
		width: 100%;
	}

	#autumn section dt a>div {
		padding-bottom: 10px;
	}

	#autumn section dd h2 {
		padding-bottom: 10px;
	}

	#autumn section#drink ul li:first-of-type,
	#autumn section#drink ul li:last-of-type span {
		font-size: 1.8rem;
	}

	#autumn section dt p:first-of-type,
	#autumn section dt p:last-of-type,
	#autumn section dd h2,
	#autumn section dd p.limited span,
	#autumn section#drink .free span,
	#autumn section#drink ul li:last-of-type {
		font-size: 1.6rem;
	}

	#autumn section dd h2+p,
	#autumn section#drink .free {
		font-size: 1.4rem;
	}

	#autumn section>div>p {
		padding-top: 30px;
		font-size: 1.35rem;
	}
}

/* ショップ・レストランを探す */
#autumn aside {
	background: var(--i_white_color);
	font-family: "Noto Sans JP", sans-serif;
	padding-bottom: 86px;
	color: #130A09;
}

#autumn .c-bottom-links {
	padding-bottom: 15px;
}

#autumn .c-footer {
	margin-top: 0;
}

/* page top */
#page_top {
	width: 60px;
	height: 0px;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	position: relative;
	z-index: 1000;
}

#page_top a {
	width: 60px;
	height: 0px;
	text-decoration: none;
	position: fixed;
	right: 10px;
	bottom: 65px;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: #9fa0a0;
}