.p_lp {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	overflow: hidden;
	margin-bottom: 120px;
}

@media (max-width: 767px) {
	.p_lp {
		margin-bottom: 80px;
	}
}

.p_lp * {
	box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

.p_lp ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.p_lp img {
	max-width: 100%;
}

.pc {
	display: block;
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media (max-width: 767px) {
	.sp {
		display: block;
	}
}

.inner {
	max-width: 1200px;
	padding: 0 40px;
	width: 100%;
	margin: auto;
}

@media (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}

.p_lp a:hover {
	opacity: 0.6;
}

/*************************************************/

.lp-kv {
	--kv-white: #fff;
	--kv-label-bg: rgba(0, 0, 0, 0.72);
	--kv-text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	width: 100%;
	aspect-ratio: 1280 / 663;
	overflow: hidden;
	background: #0b3d1e;
	color: var(--kv-white);
	container-type: inline-size;
}

/* ---------- 背景 ---------- */
.lp-kv__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.lp-kv__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ---------- コンテンツ ---------- */
.lp-kv__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 黒帯ラベル（共通） */
.lp-kv__label {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.39cqw 0.78cqw;
	background: var(--kv-label-bg);
	background-image: url("images/label_bg.png");
	background-size: cover;
	background-position: center;
	/* text-shadow: var(--kv-text-shadow); */
	white-space: nowrap;
}

/* タイトル（80,62） */
.lp-kv__ttl {
	position: absolute;
	left: 6.25cqw;
	top: 7.84cqw;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.78cqw;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 5vw;
	/* 84px */
	line-height: 1.07;
	letter-spacing: 0.05em;
	/* 4.2px */
}

.lp-kv__ttl-line {
	display: block;
	position:relative;
}

/* メインのグラデーション文字（前面） */
.lp-kv__ttl .lp-kv__label span.lp-kv__ttl-gra {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #ffff00 0%, #ffff99 40%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 1;
}

/* 影用の背景文字（背面） */
.lp-kv__ttl .lp-kv__label span.lp-kv__ttl-graback {
  position: absolute;
  top: 2px;  /* 影を少し下にずらす */
  left: 2px; /* 影を少し右にずらす */
  z-index: 1;
  display: inline-block;
  color: #000000;
  opacity: 0.7;
  filter: blur(2px); /* ぼかしを入れて影らしく再現 */
  width: 100%;
  white-space: nowrap;
  pointer-events: none;
}

/* サブ（80,519 / w379） */
.lp-kv__sub {
	position: absolute;
	left: 6.25cqw;
	top: 36.55cqw;
	width: 29.61cqw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.625cqw;
}

.lp-kv__sub p {
	margin: 0;
}

.lp-kv__sub .lp-kv__label {
	height: 3.2cqw;
	/* 41px */
	letter-spacing: 0.05em;
	/* 0.9px */
	line-height: 1.6;
}

.lp-kv__lead {
	width: 100%;
}

.lp-kv__lead .lp-kv__label {
	width: 100%;
	font-family: "M PLUS 1", sans-serif;
	font-weight: 700;
	font-size: 1.406cqw;
	/* 18px */
}

.lp-kv__date .lp-kv__label {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	gap: 0.3em;
}

.lp-kv__date-num {
	font-size: 1.406cqw;
	/* 18px */
}

.lp-kv__date-day {
	font-size: 1.094cqw;
	/* 14px */
}

.lp-kv__products {
	position: absolute;
	left: 27.25vw;
	top: 4.063vw;
	width: 78.359vw;
	height: 41.172vw;
}

.lp-kv__products img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* ロゴ（942,560 / 284x61） */
.lp-kv__logos {
	position: absolute;
	left: 73.6cqw;
	top: 43.75cqw;
	width: 22.19cqw;
	height: 4.77cqw;
}

.lp-kv__logos img {
	display: block;
	width: 100%;
	height: 100%;
}

/* ---------- SP（Figma指定なし・参考実装） ---------- */
@media (max-width: 767px) {
	.lp-kv {
		aspect-ratio: auto;
	}

	.lp-kv__inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 24px 20px 24px;
	}

	.lp-kv__ttl,
	.lp-kv__sub,
	.lp-kv__products,
	.lp-kv__logos {
		position: static;
		width: auto;
	}

	.lp-kv__label {
		padding: 4px 8px;
	}

	.lp-kv__ttl {
		gap: 4px;
		font-size: clamp(34px, 9.067vw, 56px);
	}

	.lp-kv__sub {
		gap: 4px;
	}

	.lp-kv__sub .lp-kv__label {
		height: auto;
		padding: 6px 10px;
	}

	.lp-kv__lead .lp-kv__label {
		width: auto;
		font-size: 14px;
		white-space: normal;
	}

	.lp-kv__date-num {
		font-size: 16px;
	}

	.lp-kv__date-day {
		font-size: 12px;
	}

	.lp-kv__products{
		height: 240px;
		align-self: center;
		margin-top: -32px;

	}
	.lp-kv__logos {
		align-self: flex-end;
		width: 140px;
		height: auto;
	}

	.lp-kv__logos img {
		height: auto;
	}
}

/* .lp-kv {}

.lp-kv__content {
	position: relative;
}

.lp-kv__image img {
	width: 100%;
	max-width: 100%;
	display: block;
} */

.lp-kv__navi {
	background: #101714;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 16px 0;
}

@media (max-width: 767px) {
	.lp-kv__navi {
		padding: 0;
		position: static;
	}
}

.lp-kv__navi ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.lp-kv__navi ul {
		flex-wrap: wrap;
	}
}

.lp-kv__navi ul li {
	padding: 0 40px;
	border-right: 1px solid #FFF;
}

@media (max-width: 980px) {
	.lp-kv__navi ul li {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.lp-kv__navi ul li {
		width: 50%;
		padding: 0 0;
		border-right: 1px solid #FFFFFF80;
	}

	.lp-kv__navi ul li:nth-child(2n) {
		border-right: none;
	}

	.lp-kv__navi ul li:not(:nth-last-child(-n+2)) {
		border-bottom: 1px solid #FFFFFF80;
	}
}

.lp-kv__navi ul li:last-child {
	border-right: none;
}

/* @media (max-width: 767px) {
	.lp-kv__navi ul li:last-child {
		border-top: 1px solid #FFFFFF80;
		width: 100%;
	}
} */

.lp-kv__navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li a {
		/* padding: 4.267vw 0; */
		padding: 16px 0;
		display: block;
	}
}

.lp-kv__navi ul li a span {
	display: block;
}

.lp-kv__navi ul li a span.lp-kv__navi--en {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li a span.lp-kv__navi--en {
		/* font-size: 3.733vw; */
		font-size: 14px;
	}
}

.lp-kv__navi ul li a span.lp-kv__navi--jp {
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
}

@media (max-width: 767px) {
	.lp-kv__navi ul li a span.lp-kv__navi--jp {
		/* font-size: 3.2vw; */
		font-size: 12px;
	}
}

.lp-bg {
	background-size: cover;
	background-position: center;
}

.lp-bg.lp-bg--01 {
	background-image: url(../img/bg01.png);
}

.c__title {
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.c__title {
		margin-bottom: 24px;
	}
}


.c__title span {
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0.05em;
	display: block;
}
@media (max-width: 767px) {
	.c__title span {
		font-size: 36px;
	}
}
.lp-news{
	padding: 72px 0;
    background-size: cover;
    background-position: center;
	background-image: url(../img/bg06.png);
}
@media (max-width: 767px) {
	.lp-news{
		padding: 48px 0;
	}
}
.lp-news__content{

}
.lp-news__content h3 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: 20px;
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
	position: relative;
}
@media (max-width: 767px) {
	.lp-news__content h3 {
		gap: 0 16px;
		padding-left: 16px;
		font-size: 22px;
		margin-bottom: 16px;
	}
}


.lp-news__content h3::before {
	width: 5px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-180deg, rgba(42, 138, 64, 1) 0%, rgba(255, 239, 63, 1) 100%);
	border-radius: 8px;
}

.lp-news__content h3 span {
	font-size: 13px;
	font-family: 'M PLUS 1';
}

.lp-news__block{
	padding: 16px 24px;
	background: rgba(255, 255, 255, 0.75);
	background-blend-mode: plus-lighter;
	backdrop-filter: blur(10px);
	border-radius: 5px;
	border: 2px solid #FFF;
}
@media (max-width: 767px) {
	.lp-news__block{
		padding: 16px 16px;
	}
}
.lp-news__item{
	padding: 12px 0;
	border-bottom: 1px solid #888888;
	display: flex;
	gap: 20px;
	margin: 0;
}
@media (max-width: 767px) {
	.lp-news__item{
		flex-direction: column;
		gap: 8px;
	}
}
.lp-news__item:last-child{
	border-bottom: none;
}
.lp-news__item dt{
	display: flex;
	align-items: center;
	gap: 24px;
}
@media (max-width: 767px) {
	.lp-news__item dt{
		width: 100%;
		gap: 16px;
	}
}
.lp-news__tag{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	width: 50px;
	height: 24px;
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 10px;
	line-height: 1.25;
	color: #FFFFFF;
    background: url(../img/text_bg.png);
}
.lp-news__date{
	font-family: 'Outfit';
	font-weight: 500;
	font-size: 13px;
	line-height: 1.25;
	color: #3C4043;
}
.lp-news__item dd{
	font-family: 'M PLUS 1';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	padding: 0;
	margin: 0;
}

.lp-exhibition {
	padding: 72px 0;
}
@media (max-width: 767px) {
	.lp-exhibition {
		padding: 48px 0 0;
	}
}

.lp-exhibition__content {}

.lp-exhibition__cards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.lp-exhibition__cards {
		flex-direction: column;
		align-content: center;
		gap: 16px;
		max-width: 350px;
		width: 100%;
		margin: 0 auto 16px;
	}
}

.lp-exhibition__card {
	width: calc(50% - 12px);
	min-width: 548px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 30px;
	background: rgba(255, 255, 255, 0.75);
	background-blend-mode: plus-lighter;
	/* box-shadow: inset 0px 0px 6px rgba(242, 242, 242, 0.5), inset 0px 0px 0px 1px #999999, inset 2px 2px 1px -2px #B3B3B3, inset -2px -2px 1px -2px #B3B3B3, inset 2px 2px 1px -3px rgba(0, 0, 0, 0.5); */
	backdrop-filter: blur(10px);
	border-radius: 5px;
	border: 2px solid #FFF;
}
@media (max-width: 767px) {
	.lp-exhibition__card {
		width: 100%;
		min-width: 0;
		padding: 24px 8px;
	}
}

.lp-exhibition__card h3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	width: 128px;
	height: 36px;
	background: url(../img/text_bg.png);
	background-size: cover;
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.lp-exhibition__card h3 {
		padding: 5px 10px;
		width: 104px;
		height: 30px;
		font-size: 14px;
		margin-bottom: 16px;
	}
}

.lp-exhibition__date {
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.lp-exhibition__date {
		font-size: 42px;
		margin-bottom: 12px;
	}
}

.lp-exhibition__date span {
	font-size: 24px;
	line-height: 160%;
	padding: 0 8px;
}
@media (max-width: 767px) {
	.lp-exhibition__date span {
		font-size: 16px;
		padding: 0 4px;
	}
}

.lp-exhibition__time {
	font-family: 'M PLUS 1';
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
}
@media (max-width: 767px) {
	.lp-exhibition__time {
		font-size: 16px;
	}
}

.lp-exhibition__time span {
	font-size: 14px;
}
@media (max-width: 767px) {
	.lp-exhibition__time span {
		font-size: 12px;
	}
}

.lp-exhibition__table {}

.lp-exhibition__table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin: -2px;
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000;
}
@media (max-width: 767px) {
	.lp-exhibition__table table {
		display: block;
		font-size: 16px;
		margin: auto;
	}
	.lp-exhibition__table table tbody {
		display: block;
	}
	.lp-exhibition__table table tr {
		display: block;
	}
}

.lp-exhibition__table th,
.lp-exhibition__table td {
	position: relative;
	padding: 15px 0 15px 15px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	overflow-wrap: break-word;
	background-clip: padding-box;
	box-shadow:
		inset 0 0 22px 0 rgba(242, 242, 242, 0.5),
		inset 0 0 0 1px #999,
		inset 2px 2px 1px -2px #b3b3b3,
		inset -2px -2px 1px -2px #b3b3b3,
		inset 3px 3px 0 -3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
	.lp-exhibition__table th,
	.lp-exhibition__table td {
		display: block;
		padding: 8px 0 8px 12px;
		box-shadow:unset;
	}
}

.lp-exhibition__table th {
	width: 250px;
	font-weight: 700;
	background-color: #B1DEAF;
}
@media (max-width: 767px) {
	.lp-exhibition__table th {
		width: 100%;
	}
}

.lp-exhibition__table td {
	padding-left: 23px;
	font-weight: 500;
	background-color: #FFFFED;
}
@media (max-width: 767px) {
	.lp-exhibition__table td {
		padding-left: 12px;
	}
}

.lp-exhibition__table tr:first-child th {
	border-top-left-radius: 5px;
}
@media (max-width: 767px) {
	.lp-exhibition__table tr:first-child th {
		border-top-left-radius: 0;
	}
}

.lp-exhibition__table tr:first-child td {
	border-top-right-radius: 5px;
}
@media (max-width: 767px) {
	.lp-exhibition__table tr:first-child td {
		border-top-right-radius: 0;
	}
}
.lp-exhibition__table tr:last-child th {
	border-bottom-left-radius: 5px;
}
@media (max-width: 767px) {
	.lp-exhibition__table tr:last-child th {
		border-bottom-left-radius: 0;
	}
}
.lp-exhibition__table tr:last-child td {
	border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
	.lp-exhibition__table tr:last-child td {
		border-bottom-right-radius: 0;
	}
}

.lp-map {
	padding: 48px 0 72px;
}
@media (max-width: 767px) {
	.lp-map {
		padding: 48px 0;
	}
}

.lp-map__cards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
@media (max-width: 767px) {
	.lp-map__cards {
		gap: 20px;
		flex-direction: column;
	}
}

.lp-map__card {
	/* width: calc(50% - 12px);
	min-width: 548px; */
	width: 100%;
}
/* @media (max-width: 767px) {
	.lp-map__card {
		width: 100%;
		min-width: 0;
	}
} */

.lp-map__card h3 {
	padding-left: 20px;
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 16px;
	position: relative;
}
@media (max-width: 767px) {
	.lp-map__card h3 {
		padding-left: 20px;
		font-size: 18px;
		margin-bottom: 16px;
	}
}

.lp-map__card h3::before {
	width: 5px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-180deg, rgba(42, 138, 64, 1) 0%, rgba(255, 239, 63, 1) 100%);
	border-radius: 8px;
}

.lp-map__item {
	position:relative;
}

.lp-map__item img {
	max-width: 100%;
}

.lp-map__upcoming{
	position:absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.05em;
    display: block;
	color: #FFF;
	background-color: #0c3709;
	width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	.lp-map__upcoming{
		font-size: 24px;
	}
}

.lp-sale {
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg02.png);
	padding: 72px 0;
}
@media (max-width: 767px) {
	.lp-sale {
		padding: 48px 0;
	}
}

.lp-sale__upcoming{
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.05em;
    display: block;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding:120px 0;
}
@media (max-width: 767px) {
	.lp-sale__upcoming{
		font-size: 24px;
		padding:100px 0;
	}
}

.lp-sale__body {
	margin-bottom: 32px;
	position:relative;
}
@media (max-width: 767px) {
	.lp-sale__body {
		margin-bottom: 24px;
	}
}

.c__btn {
	text-align: center;
}

.c__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 32px;
	width: 192px;
	height: 50px;
	background: url(../img/btn_bg.png);
	background-size: cover;
	box-shadow: inset 0px 0px 0px 1px #999999, inset 2px 2px 1px -2px #B3B3B3, inset -2px -2px 1px -2px #B3B3B3, inset 2px 2px 1px -3px rgba(0, 0, 0, 0.5), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
	border-radius: 5px;
	font-family: 'Hiragino Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	margin: auto;
}
@media (max-width: 767px) {
	.c__btn a {
		padding: 11px 32px;
		width: 192px;
		height: 50px;
		font-size: 16px;
	}
}

.lp-model {
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg03.jpg);
	padding: 72px 0;
}
@media (max-width: 767px) {
	.lp-model {
		padding: 48px 0;
	}
}

.c__title02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 32px;
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.c__title02 {
		flex-direction: column;
		gap: 0;
		font-size: 16px;
		margin-bottom: 24px;
	}
}

.c__title02 span {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 160%;
}
@media (max-width: 767px) {
	.c__title02 span {
		font-size: 36px;
		line-height: 125%;
	}
}

.lp-model__blocks {}

.lp-model__blocks>*:last-child {
	margin-bottom: 0;
}

.lp-model__block {
	margin-bottom: 48px;
}
@media (max-width: 767px) {
	.lp-model__block {
		margin-bottom: 40px;
	}
}


.lp-model__block h3 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: 20px;
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 16px;
	position: relative;
}
@media (max-width: 767px) {
	.lp-model__block h3 {
		gap: 0 16px;
		padding-left: 16px;
		font-size: 22px;
		margin-bottom: 16px;
	}
}


.lp-model__block h3::before {
	width: 5px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-180deg, rgba(42, 138, 64, 1) 0%, rgba(255, 239, 63, 1) 100%);
	border-radius: 8px;
}

.lp-model__block h3 span {
	font-size: 13px;
	font-family: 'M PLUS 1';
}

.lp-model__upcoming{
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.05em;
    display: block;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 120px 0;
}
@media (max-width: 767px) {
	.lp-model__upcoming{
		font-size: 24px;
		padding:100px 0;
	}
}

.lp-model__cards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.lp-model__cards {
		gap: 16px;
		flex-direction: column;
		max-width: 350px;
		margin: auto;
		margin-bottom: 24px;
	}
}

.lp-model__cards:last-child {
	margin-bottom: 0;
}


.lp-model__card {
	width: calc(50% - 12px);
	min-width: 548px;
	background-color: #F8F8F8;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.lp-model__card {
		width: 100%;
		min-width: 0;
	}
}


.lp-model__cards.cards02 .lp-model__card {
	width: calc(((100% - 48px) / 3));
	min-width: 357px;
}
@media (max-width: 767px) {
	.lp-model__cards.cards02 .lp-model__card {
		width: 100%;
		min-width: 0;
	}
}
.lp-model__cards.cards03 .lp-model__card {
	width: 100%;
	min-width: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.lp-model__cards.cards03 .lp-model__card {
		flex-direction: column;
	}
}
.lp-model__cards.cards03 .lp-model__image {
	width: 50%;
}
@media (max-width: 767px) {
	.lp-model__cards.cards03 .lp-model__image {
		width: 100%;
	}
}
.lp-model__cards.cards03 .lp-model__image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
	.lp-model__cards.cards03 .lp-model__image img{
		height: auto;
	}
}

.lp-model__body {
	padding: 24px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	height: 100%;
}
@media (max-width: 767px) {
	.lp-model__body {
		padding: 20px 24px;
	}
}

.lp-model__cards.cards02 .lp-model__body {
	padding: 20px 24px;
}
@media (max-width: 767px) {
	.lp-model__cards.cards02 .lp-model__body {
		padding: 20px 24px;
	}
}
.lp-model__cards.cards03 .lp-model__body {
	width: 50%;
	padding: 20px 48px;
}
@media (max-width: 767px) {
	.lp-model__cards.cards03 .lp-model__body {
		width: 100%;
		padding: 20px 24px;
	}
}
.lp-model__txt > *:last-child{
	margin-bottom:0;
}

.lp-model__body h4 {
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.lp-model__body h4 {
		font-size: 22px;
		margin-bottom: 12px;
	}
}

.lp-model__body h4 span {
	display: block;
	font-family: 'Outfit';
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #269641;
}
@media (max-width: 767px) {
	.lp-model__body h4 span {
		font-size: 14px;
	}
}

.lp-model__body p {
	font-family: 'M PLUS 1';
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.lp-model__body p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.model__btn.c__btn a {
	width: 144px;
}
@media (max-width: 767px) {
	.model__btn.c__btn a {
		width: 144px;
	}
}

.lp-guest {
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg04.png);
	padding: 72px 0;
}
@media (max-width: 767px) {
	.lp-guest {
		padding: 48px 0;
	}
}

.lp-guest__disp {
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.lp-guest__disp {
		font-size: 18px;
		margin-bottom: 24px;
	}
}

.lp-guest__upcoming{
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.05em;
    display: block;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 120px 0;
}
@media (max-width: 767px) {
	.lp-guest__upcoming{
		font-size: 24px;
		padding:100px 0;
	}
}

.lp-guest__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
@media (max-width: 767px) {
	.lp-guest__cards {
		flex-direction: column;
		gap: 16px;
		max-width: 350px;
		margin: auto;
	}
}

.lp-guest__card {
	background-color: #F8F8F8;
	border-radius: 5px;
	overflow: hidden;
	width: calc(((100% - 48px) / 3));
	min-width: 357px;
}
@media (max-width: 767px) {
	.lp-guest__card {
		width: 100%;
		min-width: 0;
	}
}

.lp-guest__body {
	padding: 20px 24px 32px;
}
@media (max-width: 767px) {
	.lp-guest__body {
		padding: 20px 24px 32px;
	}
}

.lp-guest__head{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #269641;
}

.lp-guest__body h3 {
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 13px;
	line-height: 1.75;
	color: #515151;
}
@media (max-width: 767px) {
	.lp-guest__body h3 {
		font-size: 13px;
	}
}

.lp-guest__body h3 span {
	display: block;
	font-size: 22px;
	color: #000000;
}
@media (max-width: 767px) {
	.lp-guest__body h3 span {
		font-size: 22px;
	}
}

.lp-guest__body p {
	font-family: 'M PLUS 1';
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.lp-guest__body p {
		font-size: 16px;
		margin-bottom: 16px;
	}
}

.lp-guest__body p.lp-guest__date {
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #269641;
	margin-bottom: 4px;
}
@media (max-width: 767px) {
	.lp-guest__body p.lp-guest__date {
		font-size: 14px;
		margin-bottom: 4px;
	}
}

.lp-guest__body ul {
	display: flex;
	gap: 10px;
}

.lp-guest__body ul li {
	width: 40px;
}

.lp-guest__body ul li a img {
	width: 40px;
	height: 40px;
}

.lp-guest__game{
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #269641;
	display: flex;
	align-items: center;
	gap: 16px;
}
.lp-guest__game-image{
	width: 128px;
}
.lp-guest__game-disp{
	width: calc(100% - 128px- 16px);
}
.lp-guest__game-disp p {
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin: 0;
}
.lp-guest__game-disp p span {
	font-family: 'Outfit';
	font-weight: 600;
	font-size: 14px;
	color: #269641;
	display: block;
}


.lp-benefits {
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg05.png);
	padding: 72px 0;
}
@media (max-width: 767px) {
	.lp-benefits {
		padding: 48px 0;
	}
}

.lp-benefits__upcoming{
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.05em;
    display: block;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 120px 0;
}
@media (max-width: 767px) {
	.lp-benefits__upcoming{
		font-size: 24px;
		padding:100px 0;
	}
}

.lp-benefits__blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 24px;
}
@media (max-width: 767px) {
	.lp-benefits__blocks {
		flex-direction: column;
		max-width: 350px;
		gap: 24px;
		margin: auto;
	}
}


.lp-benefits__block {
	width: calc(50% - 12px);
	min-width: 548px;
}
@media (max-width: 767px) {
	.lp-benefits__block {
		width: 100%;
		min-width: 0;
	}
}

.lp-benefits__block.block_full {
	width: 100%;
	min-width: 0;
}

.lp-benefits__block h3 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: 20px;
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 16px;
	position: relative;
}
@media (max-width: 767px) {
	.lp-benefits__block h3 {
		gap: 0 16px;
		padding-left: 16px;
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.lp-benefits__block h3::before {
	width: 5px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-180deg, rgba(42, 138, 64, 1) 0%, rgba(255, 239, 63, 1) 100%);
	border-radius: 8px;
}

.lp-benefits__block h3 span {
	font-size: 13px;
	font-family: 'M PLUS 1';
}

.lp-benefits__block.block_full .lp-benefits__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
@media (max-width: 767px) {
	.lp-benefits__block.block_full .lp-benefits__cards {
		flex-direction: column;
	}
}

.lp-benefits__card {
	background: #F8F8F8;
	background-blend-mode: plus-lighter;
	box-shadow: inset 0px 0px 22px rgba(242, 242, 242, 0.5), inset 0px 0px 0px 1px #999999, inset 2px 2px 1px -2px #B3B3B3, inset -2px -2px 1px -2px #B3B3B3, inset 3px 3px 0px -3px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	border-radius: 5px;
	overflow: hidden;
}
.lp-benefits__block.block_full .lp-benefits__card {
    width: calc(((100% - 48px) / 3));
    min-width: 357px;
}
@media (max-width: 767px) {
	.lp-benefits__block.block_full .lp-benefits__card {
		width: 100%;
		max-width: 350px;
		min-width: 0;
	}
}

.lp-benefits__image{
	width: 100%;
}
.lp-benefits__image{
	height: auto;
}

.lp-benefits__body {
	padding: 20px 24px 32px;
}
@media (max-width: 767px) {
	.lp-benefits__body {
		padding: 20px 24px 32px;
	}
}

.lp-benefits__body h4 {
	font-family: 'M PLUS 1';
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 16px;
}
.lp-benefits__body h4 span {
	display: block;
	font-family: 'Outfit';
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #269641;
}

.lp-benefits__body p {
	font-family: 'M PLUS 1';
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
}

.lp-benefits__body p.lp-benefits__tag {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	width: 117px;
	height: 33px;
	background: url(../img/text_bg.png);
	background-size: cover;
	color: #FFFFFF;
	margin-bottom: 8px;
}


.lp-partners {
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg07.png);
	padding: 72px 0;
}
@media (max-width: 767px) {
	.lp-partners {
		padding: 48px 0;
	}
}

.lp-partners__upcoming{
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0.05em;
    display: block;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 120px 0;
}
@media (max-width: 767px) {
	.lp-partners__upcoming{
		font-size: 24px;
		padding:100px 0;
	}
}

.lp-partners__cards{
	display: flex;
	gap: 24px;
}
@media (max-width: 767px) {
	.lp-partners__cards{
		flex-direction: column;
		gap: 16px;
		max-width: 350px;
		margin: auto;
	}
}
.lp-partners__card{
	width: calc((100% - 72px) / 4);
}
@media (max-width: 767px) {
	.lp-partners__card{
		width: 100%;
	}
}