@charset "UTF-8";

@media screen and (max-width: 767px) {
	.only-pc {
		display: none;
	}
}

@media print,
screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

* {
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 1.3333333333vw, 16px);
	background: #1d1c1c;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		letter-spacing: 0.02em;
	}
}

body img {
	max-width: 100%;
	vertical-align: middle;
}

.plaid {
	background-color: #DBEFF6;
	overflow-x: hidden;
	width: 767px;
	position: relative;
	overflow-x: hidden;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 1040px) {
	.plaid {
		width: 100%;
		box-shadow: none;
	}
}

.lect_logo {
	text-align: left;
	padding: 20px;
	width: 180px;
}

@media screen and (max-width: 767px) {
	.lect_logo img {
		width: 100px;
	}
}

a {
	text-decoration: none;
	transition: all 0.3s;
	color: #000;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.4;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 50;
}

@media screen and (max-width: 1450px) {
	header {
		position: absolute;
	}
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fv {
	position: relative;
	overflow: hidden;
}

.fv-line-top {
	position: absolute;
	width: 150%;
	top: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.fv-line-top {
		width: 200%;
		top: 5%;
		right: -10%;
	}
}

.fv-line-bottom {
	position: absolute;
	width: 150%;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.fv-line-bottom {
		width: 200%;
		bottom: 5%;
		left: -10%;
	}
}

.fv__ttl {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 750px;
	z-index: 1;
}

.fv__subttl {
	max-width: 720px;
}

.fv__mainttl {
	width: 80%;
	margin: 0 auto;
	max-width: 700px;
	margin-top: -60px;
}

@media screen and (max-width: 768px) {
	.fv__mainttl {
		width: 70%;
		margin-top: -20px;
	}
}

.about {
	text-align: center;
}

.about p {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.about p {
		font-size: 1.3em;
	}
}

.about2 {
	text-align: center;
	max-width: 600px;
	margin: auto;
}

.about2 p {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.about2 p {
		font-size: 1.3em;
	}
}

.con {
	margin: 5% auto;
	z-index: 0;
	position: relative;
}

.con__ttl2 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.notice {
	width: 95%;
	max-width: 1100px;
	text-align: left;
	margin: 0 auto 80px;
	color: #1D1C1C;
}

@media screen and (max-width: 767px) {
	.notice {
		margin: 0 auto 40px;
	}
}

.notice p {
	font-size: 0.9em;
}

.section-notice {
	width: 95%;
	width: 90%;
	text-align: center;
	margin: 50px auto 10%;
	color: #1D1C1C;
}

@media screen and (max-width: 767px) {
	.section-notice {
		margin: 20px auto 10%;
	}
}

.section-notice p {
	font-size: 0.9em;
	padding-bottom: 1em;
}

.pickup {
	padding: 0 0 100px;
	width: 100%;
	margin: 0 auto;
}

.pickup__list {
	max-width: 400px;
	width: 90%;
	margin: 10% auto 0;
	position: relative;
}

@media screen and (max-width: 767px) {

	.pickup {
		padding: 0 0 50px;
	}

	.pickup__list {
		width: 80%;
	}
}

.pickup__list::before {
	position: absolute;
	content: "";
	background-image: url(../img/pickup-ttl.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 250px;
	height: 67px;
	top: -4%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.pickup__list::before {
		width: 200px;
		height: 53px;
		top: -4%;
	}

}

.pickup__list .slick01 {
	display: flex;
	justify-content: center;
	gap: 2%;
}

.item__tenpo {
	margin-bottom: 16px;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.item__tenpo {
		align-items: center;
	}
}

.pickup .pickupitem {
	display: flex;
	flex-direction: column;
	width: 33%;
	box-shadow: 0 3px 0 #00000020;
}

@media screen and (max-width: 768px) {
	.pickup .pickupitem {
		margin: 0 10px;
	}
}

.pickup .pickupitem {
	background-color: #FFECF0;
	border-radius: 20px;
	padding: 10px 5px;
}

.pickup .pickupitem__img {
	text-align: center;
	border-radius: 20px;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	.pickup .pickupitem__img {
		margin: 0 auto;
	}
}

.pickup .pickupitem__img img {
	border-radius: 20px;
}

.slick-dots li.slick-active button:before {
	color: #EE8195;
	background: #EE8195;
	opacity: 1;
}

.slick-dots li button:before {
	opacity: 1;
	border-radius: 50%;
	background: #ffffff;
	color: #ffffff;
	width: 15px;
	height: 15px;
	font-size: 1px;
	box-shadow: 0 3px 6px #00000020;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	margin-bottom: 4px;
}

.menu__listwrap1 {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.menu__listwrap1 {
		padding: 30px 0 60px;
	}
}

.menu__listwrap2 {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 1400px;
	padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
	.menu__listwrap2 {
		width: 100%;
		padding: 30px 0;
	}
}



.swiper-button_wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5em;
}

.swiper-button-next,
.swiper-button-prev {
	position: static;
	width: 30%;
	height: 40px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

li.item {
	background-color: #f3d5c0;
	border-radius: 20px;
}

@media screen and (max-width: 768px) {
	li.item {
		border-radius: 10px;
	}
}

.menu__listwrap2 li.item {
	background-color: #fff1cf;
}

.item {
	width: 30%;
	min-width: 340px;
}

@media screen and (max-width: 768px) {
	.item {
		width: 48%;
		min-width: auto;
	}
}

.item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	padding-bottom: 1em;
	border-radius: 20px;
	box-shadow: 0 3px 6px #1d1c1c;
	transition: all 0.3s;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.item a {
		padding-bottom: 1.2em;
		border-radius: 10px;
		padding: 5px 5px 10px;
	}
}

.item a::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 8%;
	background: url(../img/arrow-circle.png) no-repeat;
	background-size: contain;
	bottom: 0;
	right: 3%;
}

@media screen and (max-width: 768px) {
	.item a::after {
		width: 12%;
		bottom: 0;
		right: 2%;
	}
}

.item a:hover {
	box-shadow: none;
}

.item p {
	color: #1d1c1c;
}

.item__img img {
	border-radius: 20px;
}

.item__foodcourt {
	position: absolute;
	width: 40%;
	min-width: 120px;
	padding: 8px 0 8px 12px;
	background: #1d1c1c;
	border-radius: 50px 0 0 50px;
	color: #fff;
	top: 4%;
	right: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.item__foodcourt {
		width: 70%;
		padding: 4px 0 4px 8px;
	}
}

.item__foodcourt p {
	color: #000;
}

.item__txt {
	margin: 8px auto 20px;
}

.item__txt2 {
	padding: 20px 10px;
}

@media screen and (max-width: 768px) {
	.item__txt2 {
		margin-top: 8px;
		padding: 10px 5px;
	}
}

.item__tenpo {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.item__tenpo {
		align-items: flex-start;
	}
}

.item__tenpo2 {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media screen and (max-width: 768px) {
	.item__tenpo2 {
		overflow: break-word;
	}
}

.item__logo {
	width: 24%;
	max-width: 100px;
	margin-right: 8px;
	text-align: center;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 768px) {
	.item__logo {
		margin-right: 4px;
		width: 30%;
	}
}

.item__logo2 {
	max-width: 74px;
	text-align: center;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 768px) {
	.item__logo2 {
		max-width: 60px;
	}
}

.item__logo img {
	padding: 4px;
	background-color: #ffffff;
}

.item__logo2 img {
	padding: 4px;
	background-color: #ffffff;
}

.item__logo p {
	margin-top: -3px;
	font-size: 0.8em;
}

@media screen and (max-width: 768px) {
	.item__logo p {
		margin-top: 0;
	}
}

.item__logo2 p {
	margin-top: -3px;
	font-size: 0.8em;
}

@media screen and (max-width: 768px) {
	.item__logo2 p {
		margin-top: 0;
	}
}

.item__shopname {
	width: 78%;
}

@media screen and (max-width: 768px) {
	.item__shopname {
		width: 68%;
	}
}

.item__shopname2 {
	width: 100%;
}

.item__shopname2 p {
	font-size: 1.1em;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.item__shopname2 p {
		font-size: 1em;
		line-height: 1.3;
	}
}

.item__shop {
	font-size: 0.9em;
}

.item__shoplink {
	margin-top: 0.5em;
}

.item__shoplink a {
	font-size: 0.9em;
	text-decoration: underline;
}

.item__priceinfo {
	font-weight: 400;
	margin: 10px 0 5px;
	font-size: 1.1em;
}

@media screen and (max-width: 768px) {
	.item__priceinfo {
		font-size: 1em;
	}
}

.item__priceinfo span {
	font-weight: 500;
	color: #ffffff;
	background-color: #E84572;
	padding: 0 0.3em;
	margin: 0 0.1em;
}

@media screen and (max-width: 768px) {
	.item__priceinfo span {
		padding: 0 0.2em;
	}
}

.item__per {
	font-size: 2em;
	font-weight: 700;
	color: #E84572;
}

@media screen and (max-width: 768px) {
	.item__per {
		font-size: 1.5em;
	}
}

.item__per p {
	line-height: 1;
}


.max {
	font-size: 0.6em;
	color: #ffffff;
	background-color: #E84572;
	padding: 0px 10px;
	font-weight: 600;
	vertical-align: super;
}

@media screen and (max-width: 768px) {
	.max {
		font-size: 0.8em;
		padding: 0px 2px;
	}
}

.max2 {
	font-size: 0.6em;
	font-weight: 600;
	vertical-align: super;
}

@media screen and (max-width: 768px) {
	.max2 {
		font-size: 0.6em;
	}
}

.per_txt {
	font-size: 2em;
	padding-left: 3px;
}

@media screen and (max-width: 768px) {
	.per_txt {
		font-size: 2em;
		padding-left: 3px;
	}
}

.item__attention {
	margin-top: 0.5em;
}

.item__attention2 {
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #E9517A;
	margin-top: 0.7em;
}

.item__floor {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	border: none;
	text-align: center;
}

.item__floor p {
	font-size: 0.8em;
}

.item__detail {
	margin-top: 8px;
	font-size: 1.2em;
	font-weight: 600;
}

.item__detail a {
	display: inline-block;
	line-height: 1.4;
}

.item__detail a span {
	background: linear-gradient(transparent 95%, #1d1c1c 5%);
}

.item__price p {
	text-align: right;
	font-size: 1.5em;
}

.item__price p span {
	font-size: 0.7em;
}

.item__price p span.tax {
	font-size: 0.7em;
}

.search {
	margin-top: 80px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.search {
		margin-top: 40px;
	}
}

.search__txt p {
	position: relative;
	display: inline-block;
	color: #1d1c1c;
}

.search__txt p::before,
.search__txt p::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #1d1c1c;
	bottom: 0;
}

.search__txt p::before {
	transform: rotate(-20deg);
	left: -4%;
}

.search__txt p::after {
	transform: rotate(20deg);
	right: -4%;
}

.search__btn {
	width: 90%;
	margin: 0 auto;
	max-width: 400px;
	margin-top: 10px;
}

.search__btn a {
	position: relative;
	display: block;
	padding: 15px 0;
	background: #ffffff;
	border-radius: 40px;
	color: #1d1c1c;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
}

.search__btn a::after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(../img/search_icon.png) no-repeat;
	background-size: contain;
	right: 10%;
	top: 35%;
}

.mainnotice {
	width: 90%;
	margin: 60px auto 120px;
	max-width: 1100px;
}

.mainnotice p {
	font-size: 0.9em;
}

#footer-top {
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 1040px) {
	#footer-top {
		padding-bottom: 66px;
		z-index: 0;
		display: inline-block;
		width: 100%;
	}
}

@media all and (-ms-high-contrast: none) {
	.line_anime {
		height: auto;
	}
}

.topbtn {
	display: inline-block;
	padding-top: 0;
	position: fixed;
	bottom: 16px;
	right: 15px;
	z-index: 9999;
}

.topbtn a {
	text-decoration: none;
	color: #231815;
}

.topbtn::before {
	animation: scroll 3.5s infinite;
	border: solid #231815;
	border-width: 0 0 1px 1px;
	content: "";
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: rotate(135deg);
	width: 20px;
	height: 20px;
}

@keyframes scroll {
	0% {
		transform: rotate(135deg) translate(0, 0);
	}

	80% {
		transform: rotate(135deg) translate(-20px, 20px);
	}

	0%,
	80%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.slide-in {
	overflow: hidden;
	display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}


/*左右のアニメーション*/

.leftAnime {
	opacity: 0;
}

.leftAnime2 {
	opacity: 0;
}

.leftAnime3 {
	opacity: 0;
}

.leftAnime-main {
	opacity: 0;
}

.slideAnimeLeftRight {
	animation-name: slideTextX100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slideAnimeLeftRight2 {
	animation-name: slideTextX100;
	animation-duration: 0.8s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slideAnimeLeftRight3 {
	animation-name: slideTextX100;
	animation-duration: 0.8s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slideAnimeLeftRight-main {
	animation-name: slideTextX100;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes slideTextX100 {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.slideAnimeRightLeft {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slideAnimeRightLeft2 {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slideAnimeRightLeft3 {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-delay: 1.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.slideAnimeRightLeft-main {
	animation-name: slideTextX-100;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}


/*アニメーション*/

.anime-b {
	opacity: 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(0);
}

.anime-b2 {
	opacity: 0;
	visibility: hidden;
	transition-delay: 2s;
	transition: 1s;
	transform: translateY(0);
}

.anime-b3 {
	opacity: 0;
	visibility: hidden;
	transition-delay: 1.6s;
	transition: 1s;
	transform: translateY(40px);
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.container {
	max-width: 1300px;
	margin: 10% auto 5%;
	width: 95%;
}

@media screen and (max-width: 768px) {
	.container {
		margin: 15% auto 5%;
	}
}

.tabcontent {
	padding: 1em;
}

@media screen and (max-width: 768px) {
	.tabcontent {
		padding: 0.5em;
	}
}

.tab {
	padding: 20px;
	letter-spacing: 2px;
	border-radius: 10px 10px 0 0;
	background-color: #E9517A;
	border-bottom: 0px;
	display: inline-block;
	color: #fafafa;
	cursor: pointer;
	width: 49%;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
}

@media screen and (max-width: 768px) {
	.tab {
		font-size: 1.2em;
	}
}

.current-tab {
	background: #ffffff;
	color: #E9517A;
}

#tab-content {
	position: relative;
	overflow: visible;
	/* ←これも必要な場合追加 */
}

.tabcontent {
	position: static;
	/* ←absoluteやrelativeで高さ設定しない */
	width: 100%;
	background: #ffffff;
	display: none;
	box-shadow: 0 3px 6px #00000020;
}

.tabcontent.tab-active {
	display: block;
}

.tabcontent:first-child {
	position: relative;
}

.tab-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em 1em;
	margin: 20px auto;
	max-width: 1100px;
}

@media screen and (max-width: 768px) {
	.tab-inner {
		gap: 1em;
	}
}

.tab__item {
	max-width: 310px;
	width: 48%;
	background-color: #FCFFE9;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 1000px) {
	.tab__item {
		width: 310px;
	}
}

@media screen and (max-width: 850px) {
	.tab__item {
		width: 48%;
	}
}

@media screen and (max-width: 450px) {
	.tab__item {
		width: 98%;
		padding: 15px;
	}
}

.section-ttl {
	width: 100%;
	margin: 0 auto 5%;
}


.s-mantxt {
	font-size: 3.5em;
	color: #ffcd54;
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	.s-mantxt {
		font-size: 2.8em;
	}
}

.s-subtxt {
	font-size: 1.5em;
	color: #ffcd54;
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	.s-subtxt {
		font-size: 1.4em;
	}
}

.s-sstxt {
	font-size: 1em;
	color: #ffffff;
	font-weight: 500;
}

.salettl {
	margin: -230px auto 100px;
	transform: rotate(6deg);
}

@media screen and (max-width: 768px) {
	.salettl {
		margin: -130px auto 100px;
	}
}

.gourmetttl {
	margin: -240px auto 100px;
}

@media screen and (max-width: 768px) {
	.gourmetttl {
		margin: -150px auto 50px;
	}
}

.g-line {
	border: #0ecb19 solid 10px;
}

@media screen and (max-width: 768px) {
	.g-line {
		border: #0ecb19 solid 5px;
	}
}

.ani-ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#point {
	background-color: #F4FAFC;
}

.anniv_wrap .con--list__point ul.con--list__point-floor2f {
	margin-top: 20px;
}

.anniv_wrap .item2 {
	width: 30%;
}

@media screen and (max-width: 1000px) {
	.anniv_wrap .item2 {
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item2 {
		width: 95%;
	}
}

.anniv_wrap .item2 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1rem;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item2 a {
		padding: 0.5rem;
	}
}

.txt_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .con--list__wl li {
		width: 100%;
		margin: 8px auto;
	}
}

@media screen and (max-width: 768px) {
	.anniv_wrap .con--list__spx100 .item2 {
		width: 90%;
		margin: 8px auto;
	}
}

.anniv_wrap .con--ttlarea-dec {
	z-index: 1;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .con--ttlarea-dec {
		max-width: 160px;
	}
}

.anniv_wrap .con--ttlarea-ttl {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .con--ttlarea-ttl {
		width: 80%;
	}
}

.anniv_wrap .con--ttlarea-ttl img {
	display: inline-block;
	width: auto;
}

.anniv_wrap .con--mainarea {
	position: relative;
	z-index: 1;
	padding-top: 32px;
}

.anniv_wrap .item2 {
	position: relative;
	max-width: 400px;
	margin: 8px;
	box-shadow: 0 0 4px #d9d9d9;
	cursor: pointer;
	transition: 0.5s;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item2 {
		width: 47%;
		margin: 8px 2px;
	}
}

.anniv_wrap .item2::before {
	content: "";
	position: absolute;
	border-top: 20px solid transparent;
	border-right: 20px solid #1d1c1c;
	right: 2%;
	bottom: 2%;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item2::before {
		border-top: 16px solid transparent;
		border-right: 16px solid #1d1c1c;
	}
}

.anniv_wrap .item__card-floor {
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
	background: #1d1c1c;
	cursor: auto;
	z-index: 1;
}

.anniv_wrap .item__card-floor::before {
	content: none;
}

.anniv_wrap .item__card-floor::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	background: #ffcd54;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item__card-floor::after {
		width: 90px;
		height: 90px;
	}
}

.anniv_wrap .item__card-floor p {
	color: #fff;
	font-size: 2rem;
}

.anniv_wrap .item2:hover {
	box-shadow: none;
}

.anniv_wrap .item2:hover::before {
	border-top: 20px solid transparent;
	border-right: 20px solid #ffcd54;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item2:hover::before {
		border-top: 16px solid transparent;
		border-right: 16px solid #ffcd54;
	}
}

.anniv_wrap .item2:hover img {
	transform: scale(1.15);
}

.anniv_wrap .item2:hover .item--ttl {
	color: #ffcd54;
}

.anniv_wrap .item--ttl {
	position: relative;
	margin: 8px 0;
	font-weight: 500;
	font-size: 0.9rem;
}

.anniv_wrap .item--ttl__wl {
	float: left;
	margin: 12px 0;
	margin-left: 8px;
}

.anniv_wrap .item--img {
	max-width: 400px;
	margin-bottom: 12px;
	overflow: hidden;
}

.anniv_wrap .item--img img {
	width: 100%;
	transition: 0.5s;
	transform-origin: center;
}

.anniv_wrap .item--img__event {
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item--img__event {
		height: 160px;
		max-width: 100%;
	}
}

.anniv_wrap .item--img__event img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 400px;
	max-height: 240px;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item--img__event img {
		max-height: 100%;
		height: auto;
	}
}

.anniv_wrap .item--txtarea {
	position: relative;
}

.anniv_wrap .item--txt {
	font-size: 0.85rem;
}

.anniv_wrap .item--price {
	text-align: right;
}

.anniv_wrap .item--logo {
	width: 80%;
	max-width: 150px;
	overflow: hidden;
}

.anniv_wrap .item--logo img {
	width: 100%;
	transition: 0.5s;
	transform-origin: center;
}

.anniv_wrap .item--floor-tenpo {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.anniv_wrap .item--floor-tenpo p {
	font-size: 0.8rem;
	line-height: 1.2;
}

.anniv_wrap .item--tenpoinfo .item--tenponame {
	text-align: center;
}

.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
	margin-top: 8px;
	font-size: 0.9rem;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
		font-size: 0.7rem;
	}
}

.anniv_wrap .item--tenpoinfo .item--tenponame-ctg {
	margin-top: 12px;
	font-size: 0.6rem;
}

.anniv_wrap .item--tenponame-floor {
	padding: 2px 24px;
	background: #ffcd54;
	color: #fff;
	font-size: 0.8em;
	border-radius: 50px;
	width: fit-content;
	margin: auto;
}

.point_date {
	background-color: #ffecbc;
	border-radius: 10px;
	color: #1d1c1c;
	font-family: "a-otf-ud-shin-maru-go-pr6n";
	font-weight: 800;
	text-align: center;
	font-size: 1.2em;
	padding: 10px 5px;
}

.point_date span {
	display: inline-block;
	font-size: 0.8em;
}

.text_flex {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin: 5px auto 20px;
}

.txt-c {
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	margin: 10px auto;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.txt-c {
		font-size: 1.2em;
	}
}

.txt-c span {
	font-size: 0.8em;
}

.txt-l {
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
	margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
	.txt-l {
		font-size: 1.2em;
		margin: 5px auto 0;
	}
}

.txt-l-ss {
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 10px;
}

.txt-l-g {
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 10px;
	padding: 3px 0;
	background-color: #fff100;
}

.txt-l-price {
	font-size: 1.5em;
	font-weight: 600;
	color: #e60000;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.txt-l-price {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 500px) {
	.txt-l-price {
		font-size: 1em;
	}
}

.txt-l-price span {
	font-size: 1.5em;
}

@media screen and (max-width: 768px) {
	.txt-l-price span {
		font-size: 1.3em;
	}
}

.section-btn {
	position: relative;
	text-align: center;
	font-weight: 800;
	line-height: 1.2;
	width: 450px;
	height: 60px;
	margin: 5% auto 0;
	background: #E84572;
	border-radius: 10px;
	box-shadow: 0 3px 6px #00000020;
}

.section-btn:hover {
	opacity: 0.8;
}

.section-btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 0;
}

@media screen and (max-width: 767px) {
	.section-btn a {
		font-size: 1em;
		padding: 10px 0;
	}

	.section-btn {
		position: relative;
		text-align: center;
		font-weight: 800;
		line-height: 1.2;
		width: 80%;
		height: 20%;
		padding: 5px 10px;
		max-width: 450px;
	}
}

.section-btn a::before {
	position: absolute;
	content: "";
	right: 35px;
	top: 36%;
	width: 16px;
	height: 16px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

.section-btn a:hover {
	opacity: 1;
}

.section-btn a:hover::before {
	right: 30px;
}

@media screen and (max-width: 767px) {
	.section-btn a::before {
		top: 38%;
		width: 10px;
		height: 10px;
		right: 20px;
	}

	.section-btn a:hover::before {
		right: 15px;
	}
}

.navi-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 5% auto 20%;
}

@media screen and (max-width: 767px) {
	.navi-btn {
		margin: 10% auto 25%;
	}
}

.navi-btn-in {
	position: relative;
	width: 200px;
	height: 200px;
	background: #302c22;
	border: #ffcd54 solid 5px;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(255, 204, 84, 0.712);
}

@media screen and (max-width: 767px) {
	.navi-btn-in {
		width: 160px;
		height: 160px;
		background: #302c22;
		border: #ffcd54 solid 3px;
		border-radius: 20px;
	}
}

.navi-btn-in a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #ffcd54;
	font-size: 2em;
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.navi-btn-in a {
		font-size: 1.8em;
		padding-bottom: 5px;
	}
}

.navi-btn-in a .label {
	font-size: 0.6em;
	font-weight: 400;
}

.navi-btn-in ::before {
	content: "";
	position: absolute;
	bottom: 6%;
	left: 44%;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 17px solid #ffcd54;
}

.point-img {
	max-width: 120px;
	width: 70%;
	margin: auto;
}

.info-btn-area {
	position: relative;
	max-width: 690px;
	width: 80%;
	margin: 5% auto 10%;
}

@media screen and (max-width: 767px) {
	.info-btn-area {
		width: 90%;
		margin: 5% auto 10%;
	}
}

.info-btn {
	background-color: #FFF6D6;
	border: #E84572 solid 3px;
	border-radius: 10px;
	margin: 5% auto;
	box-shadow: 0 3px 6px #00000020;
}

.info-btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #E84572;
	font-size: 1.5em;
	font-weight: 800;
	text-align: center;
	padding: 15px 30px;
}

@media screen and (max-width: 767px) {
	.info-btn a {
		font-size: 1.2em;
	}
}

.info-btn a::before {
	position: absolute;
	content: "";
	right: 35px;
	top: 36%;
	width: 16px;
	height: 16px;
	border-top: 2px solid #E84572;
	border-right: 2px solid #E84572;
	transform: rotate(45deg);
}

.info-btn a:hover::before {
	right: 30px;
}

@media screen and (max-width: 767px) {
	.info-btn a::before {
		top: 38%;
		width: 10px;
		height: 10px;
		right: 20px;
	}

	.info-btn a:hover::before {
		right: 15px;
	}
}

.con-gourmetttl {
	display: flex;
	position: relative;
	font-size: 3em;
	text-align: center;
	font-weight: 800;
	color: #ffffff;
	max-width: 800px;
	width: 95%;
	align-items: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.con-gourmetttl {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 500px) {
	.con-gourmetttl {
		font-size: 2em;
	}
}

.con-gourmetttl::before,
.con-gourmetttl::after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: #ffffff;
}

.con-gourmetttl::before {
	margin-right: 1rem;
}

.con-gourmetttl::after {
	margin-left: 1rem;
}

.fv-spark01 {
	position: absolute;
	width: 100px;
	top: 40%;
	right: 15%;
}

.fv-spark02 {
	position: absolute;
	width: 100px;
	top: 20%;
	right: 25%;
}

.fv-spark03 {
	position: absolute;
	width: 50px;
	top: 15%;
	right: 15%;
}

.fv-spark04 {
	position: absolute;
	width: 50px;
	bottom: 40%;
	right: 28%;
}

.fv-spark05 {
	position: absolute;
	width: 50px;
	bottom: 35%;
	right: 7%;
}

.fv-spark06 {
	position: absolute;
	width: 90px;
	top: 35%;
	left: 20%;
}

.fv-spark07 {
	position: absolute;
	width: 70px;
	top: 65%;
	left: 27%;
}

.fv-spark08 {
	position: absolute;
	width: 50px;
	top: 55%;
	left: 15%;
}

.fv-spark09 {
	position: absolute;
	width: 70px;
	bottom: 20%;
	left: 6%;
}

.fv-spark10 {
	position: absolute;
	width: 50px;
	top: 33%;
	left: 8%;
}

@media screen and (max-width: 1200px) {
	.fv-spark01 {
		position: absolute;
		width: 100px;
		top: 50%;
		right: 12%;
	}

	.fv-spark02 {
		display: none;
	}

	.fv-spark03 {
		position: absolute;
		width: 50px;
		top: 47%;
		right: 8%;
	}

	.fv-spark04 {
		display: none;
	}

	.fv-spark05 {
		position: absolute;
		width: 50px;
		bottom: 35%;
		right: 7%;
	}

	.fv-spark06 {
		position: absolute;
		width: 90px;
		top: 35%;
		left: 10%;
	}

	.fv-spark07 {
		display: none;
	}

	.fv-spark08 {
		position: absolute;
		width: 50px;
		top: 31%;
		left: 5%;
	}

	.fv-spark09 {
		display: none;
	}

	.fv-spark10 {
		position: absolute;
		width: 50px;
		top: 22%;
		left: 8%;
	}
}

@media screen and (max-width: 768px) {
	.fv-spark01 {
		position: absolute;
		width: 70px;
		top: 10%;
		right: 7%;
	}

	.fv-spark03 {
		position: absolute;
		width: 50px;
		top: 21%;
		right: 90%;
	}

	.fv-spark05 {
		position: absolute;
		width: 60px;
		bottom: 55%;
		right: -3%;
	}

	.fv-spark06 {
		position: absolute;
		width: 70px;
		top: 80%;
		left: 10%;
	}

	.fv-spark08 {
		display: none;
	}

	.fv-spark10 {
		position: absolute;
		width: 60px;
		top: 76%;
		left: 1%;
	}
}

.info-area {
	position: relative;
}

.info-spark01 {
	position: absolute;
	width: 100px;
	top: 20%;
	right: 15%;
}

.info-spark02 {
	position: absolute;
	width: 100px;
	top: 10%;
	left: 8%;
}

@media screen and (max-width: 767px) {
	.info-spark01 {
		display: none;
	}

	.info-spark02 {
		position: absolute;
		width: 90px;
		top: 81%;
		left: -2%;
	}
}

.gourmet-area {
	position: relative;
}

.gourmet-spark01 {
	position: absolute;
	width: 80px;
	top: -4%;
	right: 4%;
}

.gourmet-spark02 {
	position: absolute;
	width: 70px;
	top: -2%;
	right: -3%;
}

@media screen and (max-width: 767px) {
	.gourmet-spark01 {
		position: absolute;
		width: 70px;
		top: -2%;
		right: -3%;
	}

	.gourmet-spark02 {
		position: absolute;
		width: 70px;
		top: -3%;
		right: 10%;
	}
}

.product-area {
	position: relative;
}

.product-spark01 {
	position: absolute;
	width: 100px;
	top: -9%;
	left: 4%;
}

.product-spark02 {
	position: absolute;
	width: 70px;
	top: -10%;
	right: 1%;
}

.product-spark03 {
	position: absolute;
	width: 50px;
	top: -6%;
	right: 6%;
}

@media screen and (max-width: 767px) {
	.product-spark01 {
		position: absolute;
		width: 100px;
		top: -8%;
		left: 0%;
	}

	.product-spark02 {
		display: none;
	}

	.product-spark03 {
		display: none;
	}
}

.navi-area {
	position: relative;
}

.navi-spark01 {
	position: absolute;
	width: 100px;
	top: 41%;
	right: 4%;
}

.navi-spark02 {
	position: absolute;
	width: 70px;
	top: 10%;
	right: 11%;
}

.navi-spark03 {
	position: absolute;
	width: 90px;
	top: 84%;
	left: 13%;
}

@media screen and (max-width: 767px) {
	.navi-spark01 {
		position: absolute;
		width: 100px;
		top: 61%;
		right: -5%;
	}

	.navi-spark02 {
		position: absolute;
		width: 70px;
		top: 40%;
		right: 1%;
	}

	.navi-spark03 {
		position: absolute;
		width: 90px;
		top: 84%;
		left: -7%;
	}
}

.top-bg {
	background-color: #FFE6E9;
}

.loop_area {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.gourmet {
	width: 100%;
	display: flex;
}

.point {
	width: 180%;
	display: flex;
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

.gourmet img:first-child {
	animation: loop 50s -25s linear infinite;
}

.gourmet img:last-child {
	animation: loop2 50s linear infinite;
}

.point img:first-child {
	animation: loop 50s -25s linear infinite;
}

.point img:last-child {
	animation: loop2 50s linear infinite;
}

.pc-flex {
	display: flex;
	justify-content: space-evenly;
}

.pc-flex01 {
	width: 500px;
}

@media screen and (max-width: 1450px) {
	.pc-flex {
		justify-content: flex-end;
	}

	.pc-flex01 {
		width: 0;
	}
}

.pc-flex02 {
	width: 500px;
}

@media screen and (max-width: 1040px) {
	.pc-flex {
		justify-content: center;
	}

	.pc-flex02 {
		width: 0;
	}
}

.pc-flex02-in {
	display: flex;
	justify-content: center;
}

.pc-menu {
	position: fixed;
	top: 20px;
	max-width: 400px;
	width: 100%;
	background-color: #FFF6D6;
	border: #FFE797 solid 10px;
	padding: 1em;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 1040px) {
	.pc-menu {
		display: none;
	}
}

.pc-menu-btn {
	width: 100%;
	margin: 0 auto 3%;
	text-align: center;
	background-color: #EE8195;
	border-radius: 100px;
	font-size: 1.2em;
	font-weight: 600;
	box-shadow: 0 3px 6px #00000020;
}

.pc-menu-btn a {
	display: inline-block;
	padding: 0.5em 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	color: #ffffff;
}

.pc-menu-ttl {
	width: 65%;
	margin: 0 auto 1em;
}

.left-pc-img {
	position: fixed;
	top: 10%;
	left: 1%;
	width: 430px;
}

.g-bg {
	background-color: #FFFBF0;
}

.pickup .pickupitem__txt {
	padding: 0.5em;
	flex-grow: 1;
}

.item__txt {
	margin-top: 8px;
}

.item__tenpo {
	display: flex;
	align-items: center;
}



.item__shopname {
	width: 78%;
}

@media screen and (max-width: 767px) {
	.item__shopname {
		width: 68%;
	}
}

.item__shopname p {
	font-size: 1.4em;
}

.item__shopname p span {
	font-size: 0.8em;
}


@media screen and (max-width: 767px) {
	.item__shopname p {
		font-size: 1.2em;
		line-height: 1.3;
	}
}

.item__floor {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	border: none;
	text-align: center;
}

.item__floor p {
	font-size: 0.8em;
}

.item__detail {
	margin-top: 20px;
	margin-bottom: 8px;
}

.item__detail a {
	display: inline-block;
	line-height: 1.4;
}

.item__detail a span {
	background: linear-gradient(transparent 95%, #573028 5%);
}

.item__price p {
	text-align: left;
	font-size: 1.5em;
}

.item__price p span {
	font-size: 0.7em;
}

.item__price p span.tax {
	font-size: 0.7em;
}

.item__floor p {
	font-size: 0.8em;
}

.item__detail {
	margin-top: 20px;
	margin-bottom: 8px;
}

.item__detail a {
	display: inline-block;
	line-height: 1.4;
}

.item__detail a span {
	background: linear-gradient(transparent 95%, #573028 5%);
}

.item__price p {
	text-align: right;
	font-size: 1.5em;
}

.item__price p span {
	font-size: 0.7em;
}

.item__price p span.tax {
	font-size: 0.7em;
}

.text-orientation-no {
	writing-mode: sideways-lr;
	text-orientation: mixed;
	background-color: #EE8195;
	padding: 0 0.2em;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.pickup-left-txtwrap {
	display: flex;
	gap: 1em;
	width: 80%;
	margin: 1em 0 0 auto;
}

@media screen and (max-width: 767px) {
	.pickup-left-txtwrap {
		width: 90%;
	}
}

.pickup-right-txtwrap {
	display: flex;
	gap: 1em;
	width: 80%;
	margin: 1em auto 0 0;
}

@media screen and (max-width: 767px) {
	.pickup-right-txtwrap {
		width: 90%;
	}
}

.pickup-left-img,
.pickup-right-img {
	opacity: 0;
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
	/* 親要素が動くので box-shadow ごと動く */
	display: inline-block;
}

/* PC用スライド距離(px指定) */
.pickup-left-img {
	transform: translateX(-300px);
}

.pickup-right-img {
	transform: translateX(300px);
}

/* SP用に距離を%で調整 */
@media (max-width: 480px) {
	.pickup-left-img {
		transform: translateX(-150px);
	}

	.pickup-right-img {
		transform: translateX(150px);
	}
}

/* 右へ自分の幅分 */
/* in-view でスライドイン */
.in-view {
	transform: translateX(0);
	opacity: 1;
}

.pickup-left-img {
	height: 360px;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 767px) {
	.pickup-left-img {
		height: 250px;
	}
}

.pickup-right-img {
	height: 360px;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 767px) {
	.pickup-right-img {
		height: 250px;
	}
}

.item__price {
	margin-top: 0.5em;
	font-size: 1.2em;
	font-weight: 600;
}

.item__price p span {
	font-size: 0.7em;
}

.item__price p span.tax {
	font-size: 0.7em;
}


.pickup-left {
	max-width: 650px;
	width: 90%;
	margin-top: 3em;
}

.pickup-right {
	max-width: 650px;
	width: 90%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 3em;
}

.pickupitem__wrap .item__tenpo {
	margin-bottom: 16px;
	padding-bottom: 15px;
	font-weight: 500;
	border-bottom: 1px solid #573028;
}

@media screen and (max-width: 767px) {
	.pickupitem__wrap .item__tenpo {
		align-items: center;
	}
}


.otherevent_item {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
}

.otherevent_item li {
	width: 300px;
	padding: 20px;
	border-radius: 20px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.otherevent_item li {
		width: 45%;
		padding: 10px;
		border-radius: 20px;
	}
}

.otherevent_item li a {
	text-decoration: none;
	position: relative;
}

.otherevent_image {
	position: relative;
	background-color: #ffffff;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: auto;
	align-items: center;
	box-shadow: 5px 5px 0px 0px #FFE797;
}

.otherevent_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
}

.otherevent_image::before {
	content: "";
	position: absolute;
	width: 15%;
	height: 16%;
	background: url(../img/arrow-circle.png) no-repeat;
	background-size: contain;
	bottom: 2%;
	right: 3%;
	z-index: 10;
}

.otherevent_days {
	font-size: 1em;
	text-align: left;
	padding: 2px;
	background: rgba(255, 255, 255, 0.7);
	margin: 10px auto 5px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.otherevent_days {
		font-size: 0.8em;
	}

}


.otherevent_title {
	font-size: 1.2em;
	text-align: left;
	color: #666666;
	margin: 10px auto 1em;
}

.journey {
	background-color: #00A040;
	padding: 20% 200px 10%;
	border-radius: 600px 600px 0 0;
	margin: -20% -200px 0;
}

.journey-ttl {
	max-width: 750px;
	width: 90%;
	margin: 5% auto 0;
	text-align: center;
}

.journey-subttl {
	max-width: 750px;
	width: 90%;
	margin: 1em auto 5%;
	text-align: center;
	border-top: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
	padding: 0.5em 0;
}

.journey-subttl img {
	width: 85%;
	margin: auto;
	text-align: center;
}

.journey-contents {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3%;
}

.journey-contents-flex {
	display: flex;
	justify-content: end;
	gap: 2em;
	width: 95%;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.journey-contents-flex {
		gap: 1em;
		justify-content: end;
	}
}


.journey-contents-ttl {
	width: 15%;
	background-color: #008E39;
	padding: 2.5em 0.5em;
}

.journey-contents-wrap {
	width: 80%;
}

.journey-contents-logo {
	width: 90%;
	margin-left: 0;
	position: relative;
}

.journey-contents-img {
	width: 100%;
	margin-top: -5%;
	text-align: center;
}

.journey-contents-note {
	margin-top: 1em;
	padding-right: 1em;
}

@media screen and (max-width: 767px) {
	.journey-contents-note p {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 460px) {
	.journey-contents-note p {
		font-size: 1em;
	}
}

.journey-slider {
	width: 90%;
	margin: 4em auto 1em;
	overflow: hidden;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.journey-slider {
		width: 95%;
	}
}

.journey-slides {
	display: flex;
	transition: transform 0.5s ease;
}

.journey-slide {
	min-width: 100%;
	padding: 1em;
	background: #eee;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 767px) {
	.journey-slide {
		padding: 1em 0.5em;
	}
}

.journey-dots {
	margin-top: 10px;
}

.journey-dot {
	width: 12px;
	height: 16px;
	margin: 5px;
	border-radius: 50%;
	border: none;
	background: #00A040;
	border: #ffffff solid 2px;
	cursor: pointer;
	box-shadow: 0 3px 3px #00000020;
}

.journey-dot.active {
	background: #ffffff;
}

.slide01 {
	background-color: #D1EBF5;
}

.slide02 {
	background-color: #FFF6D6;
}

.slide03 {
	background-color: #CFE7BC;
}

.journey-slide-ttl {
	width: 200px;
	margin: 0 auto 1em;
}

@media screen and (max-width: 767px) {
	.journey-slide-ttl {
		width: 120px;
	}
}

.journey-slide-flex {
	display: flex;
	justify-content: center;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.journey-slide-flex {
		gap: 0.5em;
	}
}

.journey-slide-img {
	width: 47%;
}

@media screen and (max-width: 767px) {
	.journey-slide-img {
		width: 45%;
	}
}

.journey-slide-wrap {
	width: 45%;
	color: #322A27;
}

@media screen and (max-width: 767px) {
	.journey-slide-wrap {
		width: 50%;
	}
}


.journey-slide-wraptxt {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	line-height: 1.6;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.journey-slide-wraptxt {
		font-size: 1em;
	}
}

.journey-slide-itemname {
	font-size: 1.5em;
	text-align: left;
	font-weight: 500;
	margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
	.journey-slide-itemname {
		font-size: 1.2em;
	}
}


.journey-slide-itemprice {
	font-size: 2em;
	text-align: right;
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.journey-slide-itemprice {
		font-size: 1.5em;
	}
}


.journey-slide-itemprice span {
	font-size: 0.6em;
}

.journey-slide-arrow {
	width: 120px;
	margin-right: 0;
	margin-left: auto;
	animation: journey-arrow-move 3s ease-in-out infinite;
	margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
	.journey-slide-arrow {
		width: 100px;
	}
}

@keyframes journey-arrow-move {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

@media screen and (max-width: 767px) {
	@keyframes journey-arrow-move {
		0% {
			transform: translateX(0);
		}

		50% {
			transform: translateX(5px);
		}

		100% {
			transform: translateX(0);
		}
	}
}

.journey-slide-arrow02 {
	width: 120px;
	margin-left: 0;
	margin-right: auto;
	animation: journey-arrow-move02 3s ease-in-out infinite;
	margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
	.journey-slide-arrow02 {
		width: 100px;
	}
}

@keyframes journey-arrow-move02 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

@media screen and (max-width: 767px) {
	@keyframes journey-arrow-move02 {
		0% {
			transform: translateX(0);
		}

		50% {
			transform: translateX(5px);
		}

		100% {
			transform: translateX(0);
		}
	}
}


.journey-oval-dotted {
	width: 95%;
	margin: 5% auto;
	text-align: center;
}

.fv-kikan {
	background-color: #75BBD6;
	padding: 2em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.2em;
}

@media screen and (max-width: 767px) {
	.fv-kikan {
		padding: 2em 5%;
	}
}


.kikan-ttl {
	background-color: #ffffff;
	border-radius: 100px;
	padding: 0.2em 1em;
	color: #75BBD6;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 3px 6px #00000020;
}

.kikan-img {
	width: 440px;
	text-align: center;
}

.pcbtn-acc-01 {
	position: relative;
}

.pcbtn-acc-01::before {
	position: absolute;
	content: "";
	background-image: url(../img/acc01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 60px;
	right: 10px;
	top: -5px;
}

.pcbtn-acc-02 {
	position: relative;
}

.pcbtn-acc-02::before {
	position: absolute;
	content: "";
	background-image: url(../img/acc02.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 60px;
	left: 10px;
	top: -5px;
}

.pcbtn-acc-03 {
	position: relative;
}

.pcbtn-acc-03::before {
	position: absolute;
	content: "";
	background-image: url(../img/acc03.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 60px;
	right: 10px;
	top: -5px;
}

.pcbtn-acc-04 {
	position: relative;
}

.pcbtn-acc-04::before {
	position: absolute;
	content: "";
	background-image: url(../img/acc04.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 60px;
	left: 10px;
	top: -5px;
}

.pcbtn-acc-05 {
	position: relative;
}

.pcbtn-acc-05::before {
	position: absolute;
	content: "";
	background-image: url(../img/acc05.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 60px;
	right: 10px;
	top: -5px;
}

.fv__kikan {
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 2px solid #EE8195;
	border-bottom: 2px solid #EE8195;
	padding: 10px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.fv__kikan {
		width: 85%;
		padding: 6px 0;
	}
}

.fv__kikan img {
	width: 90%;
	margin: auto;
	text-align: center;
}

.gourmetbtn01 {
	border-radius: 100px;
	background-color: #EE8195;
}

.gourmetbtn01 a {
	border-radius: 100px;
}

.gourmetbtn02 {
	border-radius: 100px;
	background-color: #ffffff;
	border: #E84572 solid 2px;
}

.gourmetbtn02 a {
	border-radius: 100px;
	color: #E84572;
}

.gourmetbtn02 a::before {
	border-top: 2px solid #E84572;
	border-right: 2px solid #E84572;
}

.jp-per {
	font-size: 1.4em;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.jp-per {
		font-size: 1.1em;
	}
}

.flow-text {
	white-space: pre-wrap;
	line-height: 2.4em;
	font-size: 1.4em;
	font-weight: 400;
	color: #ffffff;
	background-image: linear-gradient(to bottom, transparent 96%, #FFFFFF66 96%);
	background-size: 100% 2.4em;
	margin: 0;
}

.flow-text span {
	display: inline-block;
}


.j-acc01 {
	position: relative;
}

.j-acc01::before {
	position: absolute;
	content: "";
	background-image: url(../img/j-acc01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 8%;
	height: 10%;
	left: 2%;
	bottom: -3%;
	z-index: 10;
}

.j-acc02 {
	position: relative;
}

.j-acc02::before {
	position: absolute;
	content: "";
	background-image: url(../img/j-acc02.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 8%;
	height: 10%;
	left: 5%;
	bottom: -5%;
	z-index: 10;
}

.j-acc03 {
	position: relative;
}

.j-acc03::before {
	position: absolute;
	content: "";
	background-image: url(../img/j-acc03.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15%;
	height: 8%;
	right: 0;
	bottom: -5%;
}

.sale-acc {
	position: relative;
}

.sale-acc::before {
	position: absolute;
	content: "";
	background-image: url(../img/sale-l-acc.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14%;
	height: 92%;
	left: 2%;
	bottom: 3%;
}

.sale-acc::after {
	position: absolute;
	content: "";
	background-image: url(../img/sale-r-acc.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14%;
	height: 92%;
	right: 2%;
	bottom: 3%;
}

@media screen and (max-width: 460px) {
	.sale-acc::before {
		left: -1%;
	}

	.sale-acc::after {
		right: -1%;
	}
}

.event-acc {
	position: relative;
}

.event-acc::before {
	position: absolute;
	content: "";
	background-image: url(../img/event-acc.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 9%;
	height: 12%;
	right: 2%;
	bottom: 2%;
}

/* スライド間の隙間 */
.slick01 .slick-slide {
	margin: 0 10px;
}

/* 外側の余白を打ち消す */
.slick01 .slick-list {
	margin: 0 -10px;
}