.mainContentMT {
	width: 100%;
}

.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

:root {
	--gold: #bda063;
	--navy: #12173c;
	--red: #c60000;
	--white: #fff;
}

#fftop_recomDetail section {
	padding: 0;
}


/* illumination202412
---------------------------------------------------- */
#illumination202412 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Meiryo", sans-serif;
	background-image: url(../../illumination/img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.illumination202412 {
	padding: 100px 20px 200px;
}

#illumination202412 * {
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: var(--white);
}

#illumination202412 img {
	vertical-align: bottom;
	font-size: 0;
}

#illumination202412 .pc {
	display: block !important;
}

#illumination202412 .sp {
	display: none !important;
}

#illumination202412 ol,
#illumination202412 ul {
	list-style-type: none;
}

#illumination202412 a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
	opacity: 0;
}

#illumination202412 .section {
	margin: 110px auto 0;
	text-align: center;
	max-width: 940px;
}

/* font
---------------------------------------------------- */
#illumination202412 h1 {
	background: none !important;
}

#illumination202412 p {
	font-size: 16px;
	line-height: 1.8em;
}

/* メインビジュアル
---------------------------------------------------- */
.mainvisual {
	margin: 0 auto;
	padding-top: 100px;
	max-width: 940px;
	text-align: center;
}

.mainvisual__title img {
	margin: 0 auto;
	width: 100%;
}

/* リード文
---------------------------------------------------- */
.lead__text {
	margin-top: 30px;
	font-size: 24px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
	font-weight: 600;
	line-height: 2.2em;
	letter-spacing: 0.5em !important;
}

/* メインビジュアル以降
---------------------------------------------------- */
.facilityContent {
	margin-top: 180px;
}

.facilityContent__index img {
	width: 70px;
}

.illumination__title {
	margin: 16px auto 0 !important;
	padding: 0 !important;
	font-size: 24px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
	font-weight: 600;
	line-height: 2em;
	text-align: left;
	color: #fff !important;
}

.illumination__no,
.illumination__area {
	font-weight: 600;
	font-size: 24px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
	color: var(--gold) !important;
}

.illumination__no {
	font-size: 40px;
}

.illumination__no+.illumination__area {
	margin-top: 8px;
}

.illuminationInfo {
	display: flex;
	margin: 64px auto 0px;
	justify-content: space-between;
	max-width: 940px;
	position: relative;
}

.illuminationInfo_ph img {
	display: block;
	margin: auto;
	object-fit: cover;
	box-sizing: border-box;
	width: 400px;
	max-width: 100%;
}

.illuminationInfo__desc {
	width: calc(100% - 430px);
}

.illuminationInfo__desc_title {
	margin: 16px 0;
	font-size: 20px;
	text-align: left;
	line-height: 1.8;
	color: var(--gold) !important;
}

.illuminationInfo__desc p {
	text-align: justify;
}


/* カード　ここから */

.card {
	margin: 160px auto 0;
	padding: 40px 30px;
	max-width: 940px;
	background: var(--navy);
	border: 2px solid var(--gold) !important;
	display: block;
	position: relative;
}

.cardTitle {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
}

.cardTitle__main {
	font-size: 24px;
	font-weight: bold;
}

.cardTitle__sub {
	font-size: 16px;
}


.cardTitle__decoration {
	vertical-align: top !important;
	margin-top: 4px;
	width: 24%;
}

.cardInner {
	display: flex;
	text-align: left;
	gap: 4%;
	justify-content: space-around;
	max-width: 800px;
	margin: 24px auto;
}

.cardInner__primaryinfo {
	min-width: 300px;
	width: calc(100% - 420px);
}

.card__img {
	width: 100% !important;
}

.card__text {
	display: block;
	padding-left: 18px;
	font-size: 14px;
	width: 100%;
	position: relative;
	overflow-wrap: break-word;
}

.card__text::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 48%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.card__text+.card__text {
	margin-top: 4px;
}

.card__text__catchcopy {
	margin-bottom: 8px;
	font-size: 18px;
}


/* 会員特典 */
.cardBenefits {
	background-color: var(--white);
	margin-top: 16px;
	padding: 8px;
}

.cardBenefits__title,
.cardBenefits__text,
.cardBenefits__price {
	font-size: 14px;
	color: var(--navy) !important;
}

.cardBenefits__title {
	margin-bottom: 4px;
	font-weight: bold;
}

.cardBenefits__price {
	text-align: center;
}

.card__note {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.photo__note {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding-left: 16px;
}

.cardBenefits__price span {
	color: var(--red) !important;
	font-size: 24px;
	font-weight: 900;
}

/* ボタン */
.card__btn a {
	margin: 0 auto;
	background: var(--gold);
	border-radius: 50px;
	width: 300px;
	height: 45px;
	display: flex;
	justify-content: center;
	font-size: 16px !important;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
}

.card__btn a::before {
	display: block;
	position: absolute;
	top: -50%;
	left: -30%;
	transform: rotate(30deg);
	width: 70px;
	height: 100px;
	content: '';
	background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	animation: animation-button 7s infinite linear;
}

@keyframes animation-button {
	17% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

.card__btn a:hover {
	background-color: #846e3f;
	/* border-radius: 50px; */
	transform: scale(1.1);
}

#illumination202412 .card .annotation {
	margin-top: 10px;
	text-align: left;
	color: var(--white) !IMPORTANT;
	font-size: 14px !important;
}


/* moreボタン */

.more__btn {
	margin-top: 80px;
}

.more__btn a {
	display: flex;
	margin: 0 auto;
	color: var(--gold) !important;
	background: var(--navy);
	border-top: 1px double var(--gold) !important;
	border-bottom: 1px double var(--gold) !important;
	width: 450px;
	height: 45px;
	justify-content: center;
	font-size: 16px !important;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
	letter-spacing: 0.15em !important;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
}

.more__btn a::before {
	position: absolute;
	top: 0;
	left: calc(-102% + 50px);

	width: 150%;
	height: 500%;

	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: rotate(45deg) translateX(0) translateY(0);
	transform: rotate(45deg) translateX(0) translateY(0);

	background: var(--gold);
}

.more__btn a:after {
	position: absolute;
	top: -400%;
	right: calc(-102% + 50px);

	width: 150%;
	height: 500%;

	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: rotate(45deg) translateX(0) translateY(0);
	transform: rotate(45deg) translateX(0) translateY(0);

	background: var(--gold);
}

.more__btn a:hover {
	background-color: var(--gold);
	color: #fff !important;
	transform: scale(1.1);
}


/* リボン */
.ribon {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 5%;
	margin: 0;
	padding: 20px 0 3px;
	z-index: 2;
	width: 96px;
	text-align: center;
	line-height: 1.5;
	font-size: 10px;
	background: #846e3f;
	border-radius: 2px 0 0 0;
}

.ribon:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px var(--gold);
	border-right: solid 5px transparent;
}

.ribon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-top: 10px solid #846e3f;
}

.accent {
	font-size: 32px;
	font-weight: bold;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "sans-serif";
	padding: 0 2px;
	letter-spacing: 0em !important;
}

.end {
	color: var(--red) !important;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

/* 矢印 */
.arrows {
	width: 60px;
	height: 72px;
	margin-top: 90px;
}

.arrows path {
	stroke: var(--gold);
	fill: transparent;
	stroke-width: 2px;
	animation: arrow 4s infinite;
	-webkit-animation: arrow 4s infinite;
}

@keyframes arrow {
	0% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
	{
	0% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

.arrows path.a2 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}


/* スクロールアニメーション　※線 */
.scroll {
	position: absolute;
	right: 50%;
	top: 90%;
	writing-mode: vertical-rl;
}

.scroll::before {
	animation: scroll 2s infinite;
	background-color: var(--gold);
	bottom: -115px;
	content: "";
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}

@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

/* スライドショー */
.restaurant_imgBox {
	position: relative;
	width: 360px;
	height: 240px;
	overflow: hidden;
	margin: 4px auto 0;
}

.restaurant_imgBox img {
	width: auto;
	height: 100%;
	display: block;
	font-size: 0;
	object-fit: cover;
	position: absolute;
	opacity: 0;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: auto;
	visibility: hidden;
	animation: anime_slider_fade 9s infinite;
}

.restaurant_imgBox img:nth-of-type(1) {
	animation-delay: 0s;
}

.restaurant_imgBox img:nth-of-type(2) {
	animation-delay: 4.5s;
}

@keyframes anime_slider_fade {
	0% {
		visibility: visible;
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	33.3% {
		opacity: 1;
	}

	48.3% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


/* カード　アイコン */

.icon-pin::before {
	background-image: url(../img/icon-pin.svg);
}



/* ★★SP★★ */
@media screen and (max-width: 768px) {
	#vapp {
		background: var(--white);
	}

	#fftop_recomDetail section {
		padding: 0;
	}

	#illumination202412 {
		background-image: none;
	}

	#illumination202412::before {
		background: url(../../illumination/img/bg_sp.jpg) center top no-repeat;
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-size: cover;
		z-index: -1000000;
	}

	#illumination202412 .pc {
		display: none !important;
	}

	#illumination202412 .sp {
		display: block !important;
		width: 100%;
		height: auto;
	}

	#illumination202412 .section {
		margin: 0 auto;
		text-align: center;
		max-width: 940px;
	}

	.illumination202412 {
		padding: 80px 12px 100px;
		max-width: 670px;
		margin: 0 auto;
	}

	/* font
	---------------------------------------------------- */
	#illumination202412 h1 {
		background: none !important;
	}

	#illumination202412 p {
		font-size: 14px;
	}

	/* メインビジュアル
	---------------------------------------------------- */
	.mainvisual {
		margin: 0 auto;
		text-align: center;
		max-width: 940px;
	}

	.mainvisual__title img {
		width: 100%;
		text-align: justify;
	}

	/* リード文
---------------------------------------------------- */
	section .lead__text {
		font-size: 16px;
		line-height: 2.2em;
		letter-spacing: 0.05em !important;
	}

	/* メインビジュアル以降
	---------------------------------------------------- */
	.facilityContent {
		margin-top: 100px;
	}

	.facilityContent__index img {
		width: 70px;
	}

	.illumination__title {
		margin: 16px auto 0 !important;
		font-size: 18px;
	}

	.illumination__no,
	.illumination__area {
		font-weight: 600;
		font-size: 20px;
	}

	.illumination__no {
		font-size: 40px;
	}

	.illumination__no+.illumination__area {
		margin-top: 0px;
	}

	.illuminationInfo {
		display: flex;
		margin: 32px auto 0px;
		flex-direction: column;
		gap: 24px;
	}

	.illuminationInfo_ph img {
		display: block;
		margin: auto;
		object-fit: cover;
		box-sizing: border-box;
		width: 100%;
		max-width: 400px;
	}

	.illuminationInfo__desc {
		width: 100%;
		margin-top: 0;
	}

	.illuminationInfo__desc_title {
		margin: 8px 0;
		font-size: 18px;
		text-align: left;
	}

	.illuminationInfo__desc p {
		margin-top: 20px;
		font-size: 14px;
		text-align: justify;
	}

	/* カード　ここから */

	.card {
		margin: 100px auto 0;
		padding: 24px 16px;
		background: var(--navy);
	}

	.cardTitle__main {
		font-size: 18px;
		font-weight: bold;
	}

	.cardTitle__sub {
		font-size: 14px;
	}


	.cardInner {
		display: block;
		gap: 2%;
		margin: 16px auto;
	}

	.cardInner__primaryinfo {
		margin: 16px auto 0;
		max-width: 560px;
	}

	.cardInner__secondaryinfo {
		width: 100％;
		max-width: 680px;
	}

	.card__img {
		margin-top: 8px;
		width: 100%;
		max-width: 680px;
	}

	.card__text {
		display: block;
		padding-left: 16px;
		font-size: 14px;
		width: 100%;
		position: relative;
		overflow-wrap: break-word;
	}

	.card__text::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 0;
		top: 48%;
		transform: translateY(-50%);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.card__img {
		width: 100%;
		max-width: 680px;
	}

	.card__text+.card__text {
		margin-top: 0;
	}

	.card__text__catchcopy {
		margin-bottom: 4px;
		font-size: 16px;
	}

	.cardTitle__decoration {
		width: 32%;
	}

	/* 会員特典 */
	.cardBenefits {
		margin: 12px 0 4px;
		padding: 8px 16px;
		background-color: var(--white);
	}

	.cardBenefits__price span {
		color: var(--red) !important;
		font-size: 20px;
		font-weight: 900;
	}

	#illumination202412 .card .annotation {
		margin-top: 10px;
		text-align: left;
		color: #fff !important;
		font-size: 14px !important;
	}


	/* moreボタン */

	.more__btn {
		margin-top: 80px;
	}

	.more__btn a {
		width: 360px;
	}

	.more__btn a::before {
		left: calc(-109% + 50px);
	}

	.more__btn a:after {
		right: calc(-109% + 50px);
	}

	/* リボン */
	.ribon {
		display: inline-block;
		position: absolute;
		top: -6px;
		left: 1%;
		margin: 0;
		padding: 16px 0 8px;
		z-index: 2;
		width: 68px;
		text-align: center;
		line-height: 1.5;
		font-size: 8px;
		background: #846e3f;
		border-radius: 2px 0 0 0;
	}

	.ribon:before {
		position: absolute;
		content: '';
		top: 0;
		right: -5px;
		border: none;
		border-bottom: solid 6px var(--gold);
		border-right: solid 5px transparent;
	}

	.ribon:after {
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		height: 0;
		width: 0;
		border-left: 34px solid transparent;
		border-right: 34px solid transparent;
		border-top: 10px solid #846e3f;
	}

	.accent {
		font-size: 28px;
		padding: 0;
	}

	/* イルミネーション期間は終了しました */
	.end {
		margin-top: 4px;
		font-size: 16px;
	}

	/* スライドショー */
	.restaurant_imgBox {
		position: relative;
		width: 90%;
		height: 240px;
		overflow: hidden;
		margin-top: 4px;
	}

}

/* スクロールアニメーション　※線 */
.scroll {
	position: absolute;
	right: 50%;
	top: 92%;
	writing-mode: vertical-rl;
}

.scroll::before {
	animation: scroll 2s infinite;
	background-color: var(--gold);
	bottom: -115px;
	content: "";
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}

@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
