/* 固定ページテスト用：本文幅を抜けて画面幅いっぱいにする */
.front-test-full {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
}

/* ヒーロー本体 */
.front-hero {
  width: 100%;
  background: inherit;
  overflow: hidden;
}

.front-hero--egg {
  background: #f8f2eb;
}

.front-hero__slider {
  position: relative;
  width: min(100%, 1100px);
  aspect-ratio: 1100 / 600;
  margin-inline: auto;
}

.front-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 700ms ease,
    visibility 700ms ease;
}

.front-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.front-hero__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.front-hero__text {
	fill: #675c48;
	letter-spacing: 0.04em;
	font-family: "Ryumin Regular KL", serif;
	font-weight: 300;
}
.front-hero__text .front-hero__subText {
  font-size: 1.8rem;
}

.front-hero__text .front-hero__mainText {
  font-size: 3.0rem;
}

.front-hero__slide--last .front-hero__text {
	fill: #675c48;
	letter-spacing: 0.04em;
	font-family: "Ryumin Regular KL", serif;
	font-weight: 500;
}
.front-hero__slide--last .front-hero__text .front-hero__subText {
	font-size: 24pt;
	font-family: "berthold-baskerville-pro", "Baskervville", "Libre Baskerville", serif;
	font-weight: 300;
	font-style: italic;
}
.front-hero__slide--last .front-hero__text .front-hero__mainText {
	font-size: 42pt;
}


/* ふわっと出る */

.front-hero__text {
  opacity: 0;
  transform: translateY(22px);
}

.front-hero__slide.is-animated .front-hero__text {
  animation: frontHeroTextFadeUp 3200ms cubic-bezier(0.19, 1, 0.22, 1) 200ms forwards;
}

@keyframes frontHeroTextFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.front-hero__visual {
  opacity: 0;
  transform: translateY(20px);
}

.front-hero__slide.is-animated .front-hero__visual {
  animation: frontHeroVisualFadeUp 2400ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms forwards;
}

@keyframes frontHeroVisualFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 最後のスライドは別演出 */
.front-hero__slide--last.is-animated .front-hero__text {
  animation: frontHeroTextFadeUp 3600ms cubic-bezier(0.19, 1, 0.22, 1) 200ms forwards;
}

.front-hero__slide--last.is-animated .front-hero__visual {
  animation: frontHeroVisualFadeUp 2400ms cubic-bezier(0.19, 1, 0.22, 1) 200ms forwards;
}

@keyframes frontHeroTextFadeUp-p8 {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.svg-8 .front-hero__visual {
  opacity: 0;
  transform: translateY(20px);
}

.svg-8 .front-hero__slide.is-animated .front-hero__visual {
  animation: frontHeroVisualFadeUp-p8 2400ms cubic-bezier(0.19, 1, 0.22, 1) 200ms forwards;
}

@keyframes frontHeroVisualFadeUp-p8 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* svgがスライド */

.front-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition:
    opacity 1200ms ease,
    visibility 1200ms ease,
    transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.front-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ドットと一時停止ボタン */

.front-hero__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 16px 0 10px;
}

.front-hero__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.front-hero__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d8cfc4;
	cursor: pointer;
}

.front-hero__dot.is-active {
	background: #8b6f4e;
}

.front-hero__pause {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #d8cfc4;
	border-radius: 50%;
	background: #fff;
	color: #8b6f4e;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.front-hero__pause:hover,
.front-hero__dot:hover {
	opacity: 0.75;
}

/* =========================
  Menu Slider
========================= */
.slide-nav {
	position: relative;
	padding: 120px 0 130px;
	overflow: hidden;
	background: #f8f5f2;
}

.slide-nav__inner {
	width: min(100% - 80px, 1100px);
	margin-inline: auto;
}

.slide-nav__ttl-en {
	display: inline-block;
	margin-bottom: 10px;

	font-family: "Outfit", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	color: #d9829d;
}

.slide-nav__ttl-ja {
	margin-bottom: 56px;
	font-family: "BIZ UDPMincho", serif;
	font-size: clamp(1.438rem, 1.073rem + 1.62vw, 2.188rem);
	line-height: 1.45;
	color: #222;
}

.slide-nav__slider {
	overflow: hidden;
	touch-action: pan-y;
	user-select: none;
}

.slide-nav__slider.is-dragging {
	cursor: grabbing;
}

.slide-nav__track {
	padding-left: 0;
	overflow: visible;
}

.slide-nav__viewport {
	width: 100%;
	overflow: hidden;
}

.slide-nav__list {
	display: flex;
	gap: 24px;
	padding-left: max(40px, calc((100vw - 1100px) / 2));
	will-change: transform;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.slide-nav__item {
	flex: 0 0 450px;
}

.slide-nav__link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
}

.slide-nav__link::after {
	content: "";
	position: absolute;
	inset: 0;

	background: rgba(255, 255, 255, .22);
	opacity: 0;

	pointer-events: none;
	transition: opacity .3s ease;
}

.slide-nav__link img {
	display: block;
	width: 100%;
	height: 270px;
	object-fit: cover;

	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;

	backface-visibility: hidden;
	transform: translateZ(0);
}

.slide-nav__link:hover::after {
	opacity: 1;
}

.slide-nav__controls {
	display: flex;
	gap: 12px;

	width: min(100% - 80px, 1100px);
	margin: 36px auto 0;
}

.slide-nav__controls button {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	padding: 0;

	border: none;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.slide-nav__controls button:hover {
	background: transparent;
}

.slide-nav__arrow {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 35px;
	width: 35px;
	height: 35px;

	border-radius: 50%;
	background: #e8e8e8;

	transition: .3s;
	pointer-events: none;
}

.slide-nav__arrow::before {
	content: "";

	width: 14px;
	height: 14px;

	background: url("/wp-content/themes/proporse-child/assets/images/front/icn-next.svg") center / contain no-repeat;

	transition: filter .3s;
}

.slide-nav__arrow--prev::before {
	transform: rotate(180deg);
}

.slide-nav__controls button:hover .slide-nav__arrow {
	background: #222;
}

.slide-nav__controls button:hover .slide-nav__arrow::before {
	filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
	.slide-nav {
		padding: 90px 0;
	}
	.slide-nav__inner,
	.slide-nav__controls {
		width: min(100% - 40px, 1100px);
	}
	.slide-nav__slider {
		padding-left: 0;
	}
	.slide-nav__track {
		padding-left: 0;
	}
	.slide-nav__list {
		padding-left: 20px;
		gap: 18px;
	}
	.slide-nav__track {
		padding-left: 0;
	}
	.slide-nav__ttl-ja {
		margin-bottom: 40px;
	}
	.slide-nav__list {
		gap: 18px;
	}
	.slide-nav__item {
		flex: 0 0 320px;
	}
	.slide-nav__link img {
		height: 192px;
	}
}

/* =========================
  What's new
========================= */
.whatsnewArea {
	padding: 50px;
}
.whatsnew {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
}
.whatsnew__line {
	display: grid;
	grid-auto-flow: column(2);
	grid-template-columns: 100px auto;
	width: 100%;
	align-items: center;
}
.whatsnew__data {
	padding: 5px;
}
.whatsnew__link {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: auto 100px;
    align-items: center;
	border-bottom: 1px #ddd solid;
	padding: 5px;
}
.whatsnew__link p {
	padding: 0;
	margin: 0;
}
.whatsnew__link span {
	padding: 12px;
    border: 1px #cde solid;
    border-radius: 50px;
    width: 50px;
	text-align: center;
}

/* =========================
  プロポーズ会場紹介
========================= */
.venue {
	padding: 150px 0 330px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.venue__bg {
	position: absolute;
	inset: 0;
	background: url("/wp-content/themes/proporse-child/assets/images/front/bg-kobe-view.jpg") no-repeat center top / cover;
	will-change: transform;
	z-index: -1;
}
.venue::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	aspect-ratio: 1920 / 200;
	background: url("/wp-content/themes/proporse-child/assets/images/front/wave.svg") center bottom / 100% 100% no-repeat;
	pointer-events: none;
}
.venue__ttl-en {
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.5rem, 1.892rem + 2.7vw, 3.75rem);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	padding: 0 25px;
	color: rgba(255, 255, 255, 0.2);
}
.venue__ttl-ja {
	margin: -18px auto 40px;
	font-family: "BIZ UDPMincho", serif;
	font-size: clamp(1.438rem, 1.073rem + 1.62vw, 2.188rem);
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.venue__ttl-ja + p {
	font-size: clamp(1rem, 0.909rem + 0.41vw, 1.188rem);
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}
.venue__list {
	width: min(100% - 50px, 1100px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.venue__link {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 185px;
	padding: 17px 20px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .58);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #222;
	transition: .3s;
}
.venue__link:hover {
	background: rgba(255, 255, 255, 0.72);
}
.venue__name {
	font-size: clamp(1.063rem, 0.972rem + 0.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.45;
}
.venue__text {
	margin-top: 8px;
	font-size: clamp(0.875rem, 0.845rem + 0.14vw, 0.938rem);
	line-height: 1.6;
}
.link-arrow {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #e8e8e8;
	transition: .3s;
}
.link-arrow::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("/wp-content/themes/proporse-child/assets/images/front/icn-next.svg") center / contain no-repeat;
    transition: filter 0.3s;
}
a:hover .link-arrow {
	background: #222;
}
a:hover .link-arrow::before {
	filter: brightness(0) invert(1);
}
/*venueブロックの矢印と差別化*/
.news__link .link-arrow {
	bottom: auto;
}

@media (max-width: 1100px) {
	.venue__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 950px) {
	.venue {
		padding: 150px 0 280px;
	}
}

@media (max-width: 767px) {
	.venue {
		padding: 150px 0 200px;
	}
	.venue__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.venue__link {
		height: 205px;
		padding: 22px 20px 64px;
	}
}

/* =========================
  シーン別会場案内
========================= */
.venue__scene {
	width: min(100% - 50px, 1100px);
	margin: 150px auto 0;
	text-align: center;
}
.venue__scene-heading {
	margin-bottom: 30px;
}
.venue__scene-copy {
	margin-bottom: 18px;
}
.venue__scene-copy span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	height: 2.9em;
	padding: 0 clamp(20px, 2.5vw, 32px);
	box-sizing: border-box;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, .7);
	font-size: clamp(0.938rem, 0.842rem + 0.41vw, 1.125rem);
	font-weight: 600;
	color: #202020;
	white-space: nowrap;
}
.venue__scene-copy span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: rgba(255, 255, 255, .7) transparent transparent;
	translate: -50% 100%;
}
.venue__scene-title {
	font-size: clamp(1.688rem, 1.529rem + 0.68vw, 2rem);
	font-weight: 700;
	color: #fff;
}
/*
.venue__scene-title span {
	color: #64A8B9;
} */
.venue__scene-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}
.venue__scene-item {
	width: clamp(160px, 17vw, 190px);
	aspect-ratio: 1;
	justify-self: center;
}
.venue__scene-item a {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding-top: 12%;
	color: #fff;
	background: rgba(224, 137, 158, 0.7);
	border-radius: 50%;
	transition: background-color .3s ease;
}
.venue__scene-number,
.venue__scene-text {
	text-align: center;
}
.venue__scene-item a:hover {
	background: rgba(224, 137, 158, 0.85);
}
.venue__scene-number {
	position: relative;
	margin-bottom: 20px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(1.875rem, 1.558rem + 1.37vw, 2.5rem);
	font-weight: 500;
	line-height: 1;
	/*
	color: #64A8B9; */
}
.venue__scene-number::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 15px;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
}
.venue__scene-text {
	font-size: clamp(1rem, 0.905rem + 0.41vw, 1.188rem);
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 950px) {
	.venue__scene-list {
		grid-template-columns: repeat(3, clamp(160px, 20vw, 190px));
		justify-content: center;
		gap: 30px 40px;
	}
	.venue__scene-item {
		width: clamp(160px, 20vw, 190px);
		justify-self: start;
	}
}
@media (max-width: 639px) {
	.venue__scene {
		width: min(100% - 30px, 600px);
		margin-top: 120px;
	}
	.venue__scene-list {
		grid-template-columns: repeat(2, clamp(145px, 32vw, 180px));
		justify-content: center;
		gap: 20px;
	}
	.venue__scene-item {
		width: 100%;
		justify-self: stretch;
	}
}
@media (max-width: 490px) {
	.venue__scene-item a {
		padding-top: 10%;
	}
	.venue__scene-number {
		margin-bottom: 15px;
	}
}

/* =========================
  プロポーズ成功紹介
========================= */
.success {
	position: relative;
	padding: 60px 0 100px;
	background: #e0cdd3;
}
.success__cupid {
	position: absolute;
	top: 30px;
	right: -170px;
	width: min(46vw, 520px);
	opacity: .3;
	pointer-events: none;
	z-index: 0;
}
.success__title-en {
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: clamp(2.5rem, 1.51rem + 4.17vw, 4.375rem);
	font-weight: 700;
	line-height: 0.7;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
}
.success__title-ja {
	margin-top: clamp(-22px, -1.2vw, -14px);
	margin-inline: auto;
	padding-inline: 25px;
	font-family: "BIZ UDPMincho", serif;
	font-size: clamp(1.438rem, 1.073rem + 1.62vw, 2.188rem);
	line-height: 1.4;
	text-align: center;
}
.success__title-ja span {
	font-size: clamp(2rem, 1.635rem + 1.62vw, 2.75rem);
}
.success__icon {
	display: block;
	width: 142px;
	margin: 28px auto 60px;
}
.success__icon img {
	display: block;
	width: 100%;
	height: auto;
}
.success__list {
	width: min(100% - 50px, 1100px);
	margin: 70px auto 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 48px;
}
.success__item {
	cursor: pointer;
}
.success__link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(110px, 160px);
	align-items: start;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}
.success__body {
	position: relative;
}
.success__date {
	display: block;
	margin-bottom: 12px;
	font-family: "Outfit", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	color: #888;
}
.success__text {
	padding-bottom: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
}
.success__heart {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 24px;
	height: auto;
	transform-origin: 4px center;
	display: block;
	backface-visibility: hidden;
	will-change: transform;
}
.success__figure {
	width: 100%;
}
.success__figure img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
}


@media screen and (max-width: 820px) {
	.success__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 20px;
		row-gap: 34px;
		margin-top: 40px;
	}
	.success__link {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.success__figure {
		order: -1;
		margin-bottom: 12px;
	}
	.success__date {
		margin-bottom: 8px;
	}
	.success__text {
		padding-bottom: 18px;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 768px) {
	.success {
		padding-top: 230px;
	}
	.success__cupid {
		top: -60px;
		right: -50px;
		width: min(46vw, 520px);
	}
	.success__icon {
		width: 96px;
		margin: 24px auto 40px;
	}
}
@media screen and (max-width: 599px) {
	.success {
		padding-top: 180px;
	}
	.success__cupid {
		top: -50px;
		right: -40px;
		width: 240px;
	}
}
@media screen and (max-width: 420px) {
	.success__cupid {
		top: -30px;
		right: -30px;
		width: 210px;
	}
	.success__list {
		column-gap: 16px;
		row-gap: 30px;
	}
	.success__text {
		font-size: 0.8125rem;
	}
}


.success__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: fit-content;
	min-width: 270px;
	min-height: 62px;
	margin: 70px auto 0;
	padding: 0 34px;
	border: 1px solid #888;
	border-radius: 999px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.success__button img {
	width: 14px;
	height: 14px;
	transition: filter 0.3s;
}
.success__button:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}
.success__button:hover img {
	filter: brightness(0) invert(1);
}

.success__title-en,
.success__title-ja,
.success__icon,
.success__list,
.success__button {
	position: relative;
	z-index: 1;
}

/* =========================
   What's New お知らせ 
========================= */
.news {
	--news-heart-width: max(108vw, 1150px);
	position: relative;
	display: flex;
	align-items: center;
	min-height: calc(var(--news-heart-width) * 521 / 840);
	padding: 0;
	background: url("/wp-content/themes/proporse-child/assets/images/front/bg_heart-white.svg") center / var(--news-heart-width) auto no-repeat;
	overflow: hidden;
	background-color: #e0cdd3;
}
.news__inner {
	width: min(100% - 50px, 1100px);
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.news__title {
	font-family: "EB Garamond", serif;
	font-size: clamp(2.375rem, 2.144rem + 0.97vw, 2.813rem);
	line-height: 1;
	text-align: center;
}
.news__lead {
	margin-top: 18px;
	color: #d67392;
	font-size: 1rem;
    font-weight: 600;
	text-align: center;
}
.news__list {
	margin-top: 40px;
}
.news__item {
	border-bottom: 1px solid #bbb;
}

.news__link {
	position: relative;
	display: grid;
	grid-template-columns: 145px 1fr 40px;
	align-items: center;
	gap: 0;
	min-height: 60px;
	padding: 0 14px 0 12px;
}
.news__date {
	font-family: "Outfit", sans-serif;
	font-size: 0.8125rem;
	font-weight: 800;
	color: #999;
}
.news__text {
	padding-right: 40px;
	font-size: 1rem;
	font-weight: 700;
    transition: text-decoration-color 0.3s;
}

.news__item:hover .news__text {
	text-decoration: underline;
}

.news__buttonWrap {
	margin-top: 50px;
	text-align: center;
}
.news__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-width: 270px;
	min-height: 62px;
	padding: 0 34px;
	border: 1px solid #bbb;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 700;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.news__button img {
	width: 14px;
	height: 14px;
    transition: filter 0.3s;
}
.news__button:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}
.news__button:hover img {
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
	.news__link {
		grid-template-columns: 1fr 40px;
		grid-template-areas:
			"date arrow"
			"text arrow";
		row-gap: 5px;
		padding: 15px 14px 15px 12px;
		min-height: auto;
	}
	.news__lead {
		font-size: 0.875rem;
	}
	.news__list {
		margin-top: 20px;
	}
	.news__date {
		grid-area: date;
	}
	.news__text {
		grid-area: text;
		padding-right: 20px;
	}
	.link-arrow{
		grid-area: arrow;
		align-self: center;
	}
}
@media screen and (max-width: 420px) {
	.news__text {
		font-size: 0.875rem;
	}
	.news__button {
		min-width: 250px;
		padding: 0 25px;
		font-size: 0.9375rem;
	}
}

/*背景ハートのレスポンシブ調整*/
@media screen and (max-width: 768px) {
	.news {
		--news-heart-width: max(220vw, 1450px);
	}
	.news__inner {
		padding: 160px 0;
	}
}

@media screen and (max-width: 480px) {
	.news {
		--news-heart-width: max(320vw, 1500px);
	}
	.news__inner {
		padding: 150px 0;
	}
}


/* =========================
  Content Palette
========================= */
.contents-palette-section {
	position: relative;
	padding: 230px 0 120px;
	background-color: #e0cdd3;
}
.content-palette {
	width: 100%;
}
.contents-palette__cupid {
	position: absolute;
	top: -40px;
	left: -80px;
	width: clamp(340px, 34vw, 520px);
	opacity: .3;
	pointer-events: none;
	z-index: 0;
}
.contents-palette__inner {
	width: min(100% - 50px, 1100px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.contents-palette__title {
	font-family: "EB Garamond", serif;
	font-size: clamp(2.375rem, 2.144rem + 0.97vw, 2.813rem);
	line-height: 1;
	text-align: center;
}
.contents-palette__lead {
	margin-top: 18px;
	color: #d67392;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

.content-palette__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 4px;
}

.content-palette__item {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #ddd;
}

.content-palette__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.content-palette__item::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .46);
  opacity: 0;
  transition: opacity .3s ease;
}

.content-palette__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.content-palette__text {
  position: absolute;
  right: 8px;
  top: 8px;
  left: 8px;
  opacity: 0;
  transition: opacity .3s ease;
}

.content-palette__label {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .08em;
}

.content-palette__title {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.content-palette__number {
  display: none;
}

.content-palette__ribbon {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 3;
  max-width: calc(100% - 12px);
  padding: 4px 9px 4px 7px;
  color: #fff;
  background: var(--palette-category-color, #b78b3a);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

.content-palette__ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid var(--palette-category-color, #b78b3a);
}

.content-palette__category-short {
  display: none;
}

/* hoverできる端末だけ hover演出 */
@media (hover: hover) and (pointer: fine) {
  .content-palette__item:hover::after,
  .content-palette__item:hover .content-palette__text {
    opacity: 1;
  }

  .content-palette__item:hover .content-palette__image {
    transform: scale(1.05);
  }
}

/* =========================
  PC grid slots
========================= */

/* 1段目 */
.content-palette__item--one-year-main {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.content-palette__item--propose-1 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.content-palette__item--propose-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.content-palette__item--propose-3 {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.content-palette__item--propose-4 {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
}

.content-palette__item--column-1 {
  grid-column: 6 / 7;
  grid-row: 1 / 2;
}

/* 2段目 */
.content-palette__item--column-2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.content-palette__item--facility-1 {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.content-palette__item--facility-2 {
  grid-column: 4 / 6;
  grid-row: 2 / 3;
}

.content-palette__item--fixed-page {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}

/* 3段目 */
.content-palette__item--facility-3 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.content-palette__item--column-3 {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}

.content-palette__item--one-year-fixed {
  grid-column: 4 / 6;
  grid-row: 3 / 4;
}

.content-palette__item--qa {
  grid-column: 6 / 7;
  grid-row: 3 / 4;
}

/* =========================
  SP
  PC左半分を上、右半分を下
========================= */

@media (max-width: 767px) {
  .content-palette__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
    gap: 4px;
  }

  .content-palette__item::after,
  .content-palette__text {
    opacity: 1;
  }

  .content-palette__text {
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .content-palette__label {
    font-size: 9px;
  }

  .content-palette__title {
    font-size: 11px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

	/* PC左半分 */
	.content-palette__item--one-year-main {
	  grid-column: 1 / 2;
	  grid-row: 1 / 2;
	}

	.content-palette__item--propose-1 {
	  grid-column: 2 / 3;
	  grid-row: 1 / 2;
	}

	.content-palette__item--propose-2 {
	  grid-column: 3 / 4;
	  grid-row: 1 / 2;
	}

  .content-palette__item--facility-1 {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
  }

  .content-palette__item--facility-3 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .content-palette__item--column-3 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }

  /* PC右半分 */
	.content-palette__item--propose-3 {
	  grid-column: 1 / 2;
	  grid-row: 4 / 5;
	}

	.content-palette__item--propose-4 {
	  grid-column: 2 / 3;
	  grid-row: 4 / 5;
	}

	.content-palette__item--column-1 {
	  grid-column: 3 / 4;
	  grid-row: 4 / 5;
	}

  .content-palette__item--facility-2 {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
  }

  .content-palette__item--fixed-page {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
  }

  .content-palette__item--one-year-fixed {
    grid-column: 1 / 3;
    grid-row: 6 / 7;
  }

  .content-palette__item--qa {
    grid-column: 3 / 4;
    grid-row: 6 / 7;
  }

  /* プロポーズ：スマホは組数番号を優先 */
  .content-palette__item--type-propose .content-palette__label {
    display: none;
  }

  .content-palette__item--type-propose .content-palette__title {
    display: none;
  }

  .content-palette__item--type-propose .content-palette__number {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
  }

	.content-palette__item--propose-1 .content-palette__number::after,
	.content-palette__item--propose-2 .content-palette__number::after,
	.content-palette__item--propose-3 .content-palette__number::after,
	.content-palette__item--propose-4 .content-palette__number::after {
	  content: "組";
	  margin-right: 2px;
	  font-size: 16px;
	  font-weight: 500;
	}

  /* 会場：スマホでも会場名を表示 */
  .content-palette__item--type-facility .content-palette__label {
    display: none;
  }

  .content-palette__item--type-facility .content-palette__title {
    display: -webkit-box;
  }

  /* コラム：スマホは色リボン＋省略カテゴリのみ */
  .content-palette__item--type-column::after {
    opacity: 0;
  }

  .content-palette__item--type-column .content-palette__text {
    display: none;
  }

  .content-palette__item--type-column .content-palette__ribbon {
    bottom: 8px;
    max-width: calc(100% - 10px);
    padding: 4px 8px 4px 6px;
    font-size: 10px;
  }

  .content-palette__item--type-column .content-palette__category-full {
    display: none;
  }

  .content-palette__item--type-column .content-palette__category-short {
    display: inline;
  }

  /* 固定画像系：画像内文字がある前提ならテキストを控えめに */
  .content-palette__item--type-one-year .content-palette__text,
  .content-palette__item--type-fixed .content-palette__text,
  .content-palette__item--type-qa .content-palette__text {
    display: none;
  }

  .content-palette__item--type-one-year::after,
  .content-palette__item--type-fixed::after,
  .content-palette__item--type-qa::after {
    opacity: 0;
  }
}


.content-palette__item--column-history .content-palette__ribbon {
	background: var(--column-history);
	color: #fff;
}
.content-palette__item--column-history .content-palette__ribbon::after {
	border-left-color: var(--column-history);
}

.content-palette__item--column-nowadays .content-palette__ribbon {
	background: var(--column-nowadays);
	color: #fff;
}
.content-palette__item--column-nowadays .content-palette__ribbon::after {
	border-left-color: var(--column-nowadays);
}

.content-palette__item--column-world .content-palette__ribbon {
	background: var(--column-world);
	color: #333;
}
.content-palette__item--column-world .content-palette__ribbon::after {
	border-left-color: var(--column-world);
}

.content-palette__item--column-celebrity .content-palette__ribbon {
	background: var(--column-celebrity);
	color: #fff;
}
.content-palette__item--column-celebrity .content-palette__ribbon::after {
	border-left-color: var(--column-celebrity);
}

.content-palette__item--column-trivia .content-palette__ribbon {
	background: var(--column-trivia);
	color: #333;
}
.content-palette__item--column-trivia .content-palette__ribbon::after {
	border-left-color: var(--column-trivia);
}