@charset "UTF-8";

/*================================================================
# kv
================================================================ */
.kv {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
	overflow: hidden;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	text-orientation: upright;
}

.kv__words {
	width: 20%;
	margin: 8rem 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
}

.kv__title {
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-mask-position: 200% 0;
	mask-position: 200% 0;
}

.kv__title .inner {
	margin: 0;
	font-size: 4rem;
	font-weight: 400;
	color: var(--gold);
	letter-spacing: 0.2em;
}

@keyframes maskFadeIn {
	0% {
		-webkit-mask-position: 200% 0;
		mask-position: 200% 0;
	}

	100% {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}

.kv__img {
	width: 80%;
	animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-mask-position: 200% 0;
	mask-position: 200% 0;
}

.kv__title::after {
	display: none;
}

/*================================================================
# intro
================================================================ */
.intro02 {
	margin: 8rem 0 0;
	text-align: center;
}

.intro02 .intro02__title01 {
	padding: 2px 24px 4px;
	background-color: var(--white);
	display: inline-block;
	line-height: 1;
	color: var(--black);
}

.intro02 .intro02__title02 {
	font-size: 24px;
	line-height: 1.618;
	color: var(--gold);
}

.intro02 .intro02__title03 {
	margin: 24px 0 0;
	font-size: 32px;
	font-weight: 400;
}

.intro02 .intro02__title03 span {
	padding: 0 0 8px;
	position: relative;
}

.intro02 .intro02__title03 span:before {
	width: calc(100% + 48px);
	height: 1px;
	background-color: var(--beige);
	position: absolute;
	content: "";
	bottom: 0;
	left: -24px;
}

.intro02 .intro02__title03 strong {
	padding: 16px 0 0;
	display: block;
	font-size: 56px;
	font-weight: 400;
}

.intro02 .intro02__text {
	margin: 32px 0 120px;
}

/*================================================================
# 中面 - アンカー
================================================================ */
.anchor--list {
	margin: 4rem 0 0;
	gap: 8px;
}

.anchor--list a {
	padding: 1.6rem 3.2rem 1.2rem;
	border-top: 3px double var(--gold);
	border-right: 1px solid var(--gold);
	border-left: 1px solid var(--gold);
	flex-direction: column;
	font-size: 1.2rem;
	color: var(--gold);
}

.anchor__link strong {
	display: block;
	font-size: 1.6rem;
	color: var(--beige);
}

.anchor--list a::after {
	margin: 8px 0 0;
	transition: .3s;
}

.anchor--list a:hover::before {
	opacity: 0;
}

.anchor--list a:hover:after {
	transform: translate(0, 4px);
}

/*================================================================
# point
================================================================ */
.layout01 {
	margin: 0;
}

.layout01.img-gallery .row {
	padding: 0 6vw;
}

.layout01 .row {
	padding: 0 6vw;
	align-items: stretch;
}

.layout01 .row .left {
	width: 50%;
	margin: 0;
	position: relative;
}

.layout01 .row .right {
	width: 50%;
	margin: 0;
}

.layout01 .row .popup {
	width: 16rem;
	height: 16rem;
	padding: 4px 15px;
	border: 1px solid var(--white);
	border-radius: 9999px;
	position: absolute;
	top: -8rem;
	left: -8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	z-index: 1;
}

.layout01 .row .popup:before {
	width: 24px;
	height: 24px;
	border-right: 1px solid var(--white);
	background-color: var(--back03);
	position: absolute;
	content: "";
	top: 80%;
	right: 16px;
	transform: skew(40deg);
}

.layout01 .row .popup strong {
	font-size: 18px;
}

.layout01 .img01 {
	height: calc(100% - 12rem);
	margin: 12rem 0 0;
	z-index: 0;
}

.layout01 .img01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.layout01 .img02 {
	width: 48rem;
	margin: 0 0 6.4rem -2.4rem;
}

.heading02 .title-jp span {
	font-size: 2.4rem;
}

.heading02 .title-jp02 {
	margin: 4rem 0 0;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.4;
}

.heading02 .title-jp02 strong {
	font-size: 6.4rem;
	font-weight: 400;
}

.section-wrap .text02 {
	width: calc(100% + 4em);
}

/*================================================================
# plan-box
================================================================ */
.plan-box {
	max-width: 1420px;
	margin: 0 auto;
	padding: 8rem 0 0;
}

.plan-box .row {
	width: 100%;
	margin: 6.4rem 0 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.plan-box .left {
	width: 60%;
	margin: 0 -4rem 0 0;
	display: flex;
	flex-direction: column;
}

.plan-box .right {
	width: 48%;
	margin: 8rem 0 0 auto;
	padding: 5.4rem;
	background: var(--white);
	color: var(--blue);
}

.plan-box .plan-tag {
	margin: 1.6rem 0 0;
	position: relative;
}

.plan-box .plan-tag span {
	padding: 0.5rem 1.5rem;
	border-bottom: 2px solid var(--gold);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--gold);
	letter-spacing: 0.05em;
}

.plan-box .plan-copy {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--blue);
}

.plan-box .plan-name {
	margin: .4rem 0 0;
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--blue);
}

.plan-box .plan-period {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--blue);
}

.plan-box .plan-text {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.4rem;
	line-height: 2;
	color: var(--blue);
}

.plan-box .list-title {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	color: var(--blue);
	text-align: center;
}

.plan-box .list-title em {
	margin: 0 0.4rem;
	font-size: 3.2rem;
}

.plan-box .box {
	margin: 0.8rem 0 0;
	padding: 3.2rem;
	background-color: rgba(210, 197, 191, 0.5);
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
}

.plan-box .box .list {
	margin: 0 0 0 16px;
	list-style: none;
}

.plan-box .box .list>li {
	text-indent: -16px;
}

.plan-box .box .list>li::before {
	margin-right: 0.4rem;
	content: "★";
	font-size: 1.4rem;
	color: var(--blue);
}

.plan-box .box .list>li+li {
	margin: 0.8rem 0 0;
}

.plan-box .box .list ul {
	margin: 8px 0 0 16px;
}

.plan-box .plan-btn {
	margin-top: 2.4rem;
	text-align: center;
}

.plan-box .plan-btn a {
	width: 100%;
	padding: 2.4rem;
	border-radius: 9999px;
	background: linear-gradient(135deg, #866b0b, #cfaf3b);
	box-shadow: 0 5px 15px rgba(67, 53, 3, 0.457);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.plan-box .plan-btn a .arrow-icon {
	width: 24px;
	height: 24px;
	margin: 0 0 0 8px;
	transition: transform 0.3s ease-in-out;
}

.plan-box .plan-btn a:hover {
	background: linear-gradient(135deg, #554301, #a58921);
	transform: translateY(5px);
}

.plan-box .plan-btn a:hover .arrow-icon {
	transform: translateX(5px);
}

.plan-box .note {
	margin: 0.4rem 0;
	opacity: 0.7;
	font-size: 1.1rem;
	color: var(--blue);
	text-indent: 0;
}

/*================================================================
# slider
================================================================ */
.splide-wrap {
	margin: 6.4rem auto 0;
	padding: 0 8rem;
}

.custom-pagination {
	margin-top: 2rem;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
}

.custom-pagination-dot {
	width: 4px;
	height: 4px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
	background: #ccc;
	transition: 0.3s ease;
}

.custom-pagination-dot.is-active {
	background: var(--gold);
	transform: scale(2);
}

/*================================================================
# 手巻き寿司プラン
================================================================ */
.temaki-plan {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 0 8rem;
}

.temaki-plan__inner {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.temaki-plan__image {
	width: 60%;
	margin: 0 -4rem 0 0;
	display: flex;
	flex-direction: column;
}

.temaki-plan__image img {
	width: 100%;
}

.temaki-plan__body {
	width: 48%;
	margin: 8rem 0 0 auto;
	padding: 5.4rem;
	background: var(--white);
	color: var(--blue);
}

.temaki-plan__tag {
	margin: 1.6rem 0 0;
	position: relative;
}

.temaki-plan__tag span {
	padding: 0.5rem 1.5rem;
	border-bottom: 2px solid var(--gold);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--gold);
	letter-spacing: 0.05em;
}

.temaki-plan__copy {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--blue);
}

.temaki-plan__name {
	margin: .4rem 0 0;
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: var(--blue);
}

.temaki-plan__period {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--blue);
}

.temaki-plan__text {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.4rem;
	line-height: 2;
	color: var(--blue);
}

.temaki-plan__img {
	width: 80%;
	margin: 2.4rem 0 0 2.4rem;
}

.temaki-plan__menu {
	margin: 3.2rem 0 0;
	padding: 3.2rem;
	background: linear-gradient(180deg, #12203f 0%, #091226 100%);
	position: relative;
	overflow: hidden;
	color: var(--white);
}

.temaki-plan__menu::before {
	width: calc(100% - 1.6rem);
	height: calc(100% - 1.6rem);
	pointer-events: none;
	border: 1px solid rgba(194, 164, 117, 0.6);
	position: absolute;
	content: "";
	top: 0.8rem;
	left: 0.8rem;
}

.temaki-plan__menu::after {
	width: 18rem;
	height: 18rem;
	pointer-events: none;
	border-radius: 9999px;
	background: radial-gradient(circle, rgba(194, 164, 117, 0.3) 0%, rgba(194, 164, 117, 0) 70%);
	position: absolute;
	content: "";
	top: -7rem;
	right: -6rem;
}

.temaki-plan__menu-head {
	position: relative;
	text-align: center;
	z-index: 1;
}

.temaki-plan__menu-label {
	padding: 0.4rem 1.6rem;
	border-top: 1px solid rgba(194, 164, 117, 0.8);
	border-bottom: 1px solid rgba(194, 164, 117, 0.8);
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
	color: var(--gold);
	letter-spacing: 0.12em;
}

.temaki-plan__menu-title {
	margin: 1.2rem 0 0;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--gold);
	letter-spacing: 0.08em;
}

.temaki-plan__menu-list {
	margin: 2.4rem 0 0;
	position: relative;
	display: grid;
	z-index: 1;
	gap: 2.4rem;
	grid-template-columns: repeat(3, 1fr);
}

.temaki-plan__menu-item {
	border: 1px solid rgba(194, 164, 117, 0.45);
	background: rgba(255, 255, 255, 0.06);
	position: relative;
}

.temaki-plan__menu-body {
	width: 100%;
	min-height: auto;
	padding: 1.6rem 2.4rem;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.temaki-plan__menu-img {
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
}

.temaki-plan__menu-img img {
	width: 100%;
	height: 124px;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.temaki-plan__menu-num {
	width: 4rem;
	height: 4rem;
	background: none;
	position: absolute;
	top: -8px;
	left: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: var(--blue);
	text-indent: 0;
	z-index: 2;
}

.temaki-plan__menu-num::before {
	width: 4rem;
	height: 4rem;
	border: none;
	background: linear-gradient(135deg, #f5df8e, #9a7422);
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
	z-index: -1;
	transform: rotate(45deg);
}

.temaki-plan__menu-num::after {
	width: 3.4rem;
	height: 3.4rem;
	border: 1px solid rgba(12, 20, 44, 0.45);
	position: absolute;
	content: "";
	top: 4px;
	left: 0.3rem;
	z-index: -1;
	transform: rotate(45deg);
}

.temaki-plan__menu-name {
	margin: 0;
	padding: 0 0 0 32px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--gold);
	letter-spacing: 0.04em;
}

.temaki-plan__menu-body p {
	margin: .8rem 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	color: var(--text01);
}

.temaki-plan__btn {
	margin-top: 2.4rem;
	text-align: center;
}

.temaki-plan__btn a {
	width: 100%;
	padding: 2.4rem;
	border-radius: 9999px;
	background: linear-gradient(135deg, #866b0b, #cfaf3b);
	box-shadow: 0 5px 15px rgba(67, 53, 3, 0.457);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.temaki-plan__btn a strong {
	font-size: 18px;
}

.temaki-plan__btn a .arrow-icon {
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	transition: transform 0.3s ease-in-out;
}

.temaki-plan__btn a:hover {
	background: linear-gradient(135deg, #554301, #a58921);
	transform: translateY(3px);
}

.temaki-plan__btn a:hover .arrow-icon {
	transform: translateX(3px);
}