body#summer2026 header,
body#summer2026 #gnav,
body#summer2026 footer,
.l_qspkvy {
	display: none !important;
}
body#summer2026 br {
	display: block;
}
#wrapper {
	padding-top: 0;
	margin-top: 0;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}
#summer2026-wrap {
	position: relative;
	overflow: hidden;
	min-width: 1240px;
}
#content-area {
	flex: 0 0 480px;
	max-width: 480px;
	margin: 0;
	box-sizing: border-box;
	background-color: #5dbfd6;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 480px) {
	#wrapper {
		width: 100%;
		min-width: 0;
	}
}

@media screen and (min-width: 481px) {
	#summer2026-wrap {
		display: flex;
		justify-content: center;
		/* clip は hidden と同様に視覚的にクリップしつつスクロールコンテナを作らないため、
		   子孫の position: sticky（サイド固定）が機能する。PC のみで上書きし、SP には影響させない。 */
		overflow: clip;
	}

	.summer2026-side {
		flex: 1 1 auto;
		position: relative;
		overflow: clip;
		background-color: #d3ebf2;
	}

	/* 旧 JS（.js-lp-side-fixed）の縦中央固定を CSS の sticky で置き換え。
	   100vh の sticky ボックス内で中身を中央寄せすることで、スクロール中は常に
	   ビューポート中央に表示され、サイド列の上端／下端でクランプされる。 */
	.summer2026-side-inner {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
	}


	/* mv_left01.svg は常にビューポート上部に表示。
	   .summer2026-side-inner（sticky・height:100vh）が常に画面を縦に占有するので、
	   その上端(top:0)に絶対配置すれば「画面の上端固定」になる。横幅フィット＋比率維持は aspect-ratio。 */
	.summer2026-side-left .summer2026-side-inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 680 / 360;
		background: url("../images/lp_summer2026/mv_left01.svg") left top / 100% 100% no-repeat;
		pointer-events: none;
		z-index: 0;
	}

	/* mv_left02.svg は mv_left01（上端）とは上下反対に、左サイドの下端へ。
	   同じく .summer2026-side-inner（100vh）の下端(bottom:0)に絶対配置する。 */
	.summer2026-side-left .summer2026-side-inner::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 719.39 / 345.97;
		background: url("../images/lp_summer2026/mv_left02.svg") left bottom / 100% 100% no-repeat;
		pointer-events: none;
		z-index: 0;
	}

	/* mv_rignt02.svg は mv_rignt01（下端）とは上下反対に、右サイドの上端へ。
	   同じく .summer2026-side-inner（100vh）の上端(top:0)に絶対配置する。 */
	.summer2026-side-right .summer2026-side-inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 718.34 / 344.62;
		background: url("../images/lp_summer2026/mv_rignt02.svg") left top / 100% 100% no-repeat;
		pointer-events: none;
		z-index: 0;
	}

	/* mv_rignt01.svg は左（上端）とは反対に、常にビューポート下部に表示。
	   同じく .summer2026-side-inner（100vh）の下端(bottom:0)に絶対配置する。 */
	.summer2026-side-right .summer2026-side-inner::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 683.45 / 361.22;
		background: url("../images/lp_summer2026/mv_rignt01.svg") left bottom / 100% 100% no-repeat;
		pointer-events: none;
		z-index: 0;
	}
}
.summer2026-section-mv {
	padding: 65px 0 160px;
	text-align: center;
	position: relative;
	background-image: url(../images/lp_summer2026/mv_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.summer2026-section-inner {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.summer2026-mv-logo {
	width: 300px;
	margin: 0 auto;
}

.summer2026-mv-title {
	width: 345px;
	margin: 20px auto 15px;
}

.summer2026-mv-text {
	position: relative;
	width: 345px;
	margin: 0 auto;
}

.summer2026-mv-date {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width:320px;
	transform: translate(-50%, 100%);
}

/* サイドのテキスト */
.summer2026-side-ttl {
	width: 275px;
	margin: 20px auto 15px;
}

body#summer2026 .nav-inner {
	position: relative;
	padding: 10px 45px 28px;
}
body#summer2026 .nav-inner::before {
	content: "";
	width: 18px;
	height: 18px;
	border: 0;
	border-bottom: solid 3px #fff041;
	border-right: solid 3px #fff041;
	transform: translate(-50%, 100%) rotate(45deg);
	position: absolute;
	bottom: 0;
	left: 50%;
	bottom: 24px;
}

body#summer2026 .nav-inner .btn-box {
	text-align: center;
}

body#summer2026 .nav-inner .btn-box a {
	width: 340px;
	height: 58px;
	background-color: #fff041;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0 17px;
	border-radius: 100px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #5dbfd6;
	line-height: 1;
	letter-spacing: 0.1em;
	display: inline-block;
}

body#summer2026 .nav-inner .btn-box a:hover {
	opacity: .7;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.summer2026-side {
		display: none;
	}

	#summer2026-wrap {
		min-width: 0;
		display: block;
		width: 100%;
	}

	/* SP はサイドを隠し、content-area を画面幅に合わせて表示（480px を上限に流動的に） */
	#summer2026-wrap #content-area {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
}

.summer2026-section-present {
	padding: 40px 20px 10px;
}
.summer2026-section-present .summer2026-section-inner,
.summer2026-section-contract .summer2026-section-inner,
.summer2026-section-model .summer2026-section-inner {
	max-width: 100%;
}
.summer2026-present {
	background-color: #fbf9e9;
	padding: 30px 35px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	position: relative;
	background-size: 100% 100%;
}

.summer2026-present-label {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 999px;
	border: 3px solid #ec8108;
	color: #ec8108;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 28px;
	position: relative;
}
.summer2026-present-label::before,
.summer2026-present-label::after {
	background-color: #ec8108;
	width: 100px;
	height: 3px;
	content: "";
	position: absolute;
}
.summer2026-present-label::before {
	left: -100px;
	top: 50%;
}
.summer2026-present-label::after {
	right: -100px;
	top: 50%;
}

.summer2026-present-amazon {
	color: #52522e;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.summer2026-present-amount {
	align-items: flex-end;
	margin-bottom: 13px;
	background: linear-gradient(transparent 75%, #fff041 0%);
	display: flex;
	justify-content: space-around;
	line-height: 1;
	padding-bottom: 10px;
}

.summer2026-present-amount-text {
	color: #5dbfd6;
	font-size: 5.4rem;
	font-weight: 700;
	display: inline-block;
}

.summer2026-present-amount-num {
	display: inline-block;
}

.summer2026-present-amount-num img {
	display: block;
	height: auto;
	width: 34px;
}

.summer2026-present-amount-unit {
	color: #5dbfd6;
	font-size: 5.4rem;
	font-weight: 700;
	display: inline-block;
}

.summer2026-present-title {
	color: #5dbfd6;
	font-size: 6.5rem;
	font-weight: 700;
	margin-bottom: 28px;
	background: linear-gradient(transparent 60%, #fff041 0%);
	display: inline-block;
	line-height: 1;
	padding-bottom: 10px;
}

.summer2026-present-badges {
	color: #52522e;
	display: flex;
	justify-content: center;
	gap: 33px;
	margin-bottom: 20px;
	border-radius: 100px;
	background-color: #fff041;
	padding: 15px 0 16px;
	position: relative;
}

.summer2026-present-badges::before {
	content: "＋";
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	font-weight: 700;
	color: #52522e;
}

.summer2026-present-badge {
	color: #52522e;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.1;
}

.summer2026-present-kids {
	margin-bottom: 25px;
	border-radius: 100px;
	background-color: #ec8108;
	padding: 10px 0;
	position: relative;
}

/* 「さらに！」吹き出し：オレンジのピル左上に重ねて配置 */
.summer2026-present-kids::before {
	background-image: url("../images/lp_summer2026/present_speech_bubble.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 92px;
	height: 45px;
	position: absolute;
	top: -7px;
	left: 30px;
	z-index: 2;
}

/* ミニカー：ピル右側に重ねて配置 */
.summer2026-present-kids::after {
	background-image: url("../images/lp_summer2026/present_item.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 74px;
	height: 52px;
	position: absolute;
	right: 16px;
	top: -10%;
	z-index: 2;
}

.summer2026-present-kids-main {
	color: #fff;
	display: inline-block;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.38;
}

.summer2026-present-kids-strong {
	color: #fff041;
	font-size: 2.3rem;
}

.summer2026-present-note {
	font-size: 1.2rem;
	color: #52522e;
	text-align: center;
	line-height: 1.33;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.summer2026-section-contract {
	padding: 10px 20px 10px;
}

.summer2026-contract {
	background-color: #fbf9e9;
	padding: 30px 35px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	position: relative;
	background-size: 100% 100%;
}

.summer2026-contract-lead {
	color: #52522e;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.summer2026-contract-amount {
	display: inline-block;
	line-height: 1;
	margin-bottom: 20px;
	background: linear-gradient(transparent 80%, #fff041 0%);
	padding-bottom: 10px;
}

.summer2026-contract-amount-num {
	display: inline-block;
	vertical-align: baseline;
}
.summer2026-contract-amount-num img {
	display: block;
	width: 120px;
}

.summer2026-contract-amount-unit {
	color: #5dbfd6;
	display: inline-block;
	font-size: 4.8rem;
	font-weight: 700;
	margin-left: 7px;
}

.summer2026-contract-title {
	color: #5dbfd6;
	font-size: 6.5rem;
	font-weight: 700;
	margin-bottom: 28px;
	background: linear-gradient(transparent 60%, #fff041 0%);
	display: inline-block;
	line-height: 1;
	padding-bottom: 10px;
}

.summer2026-contract-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.summer2026-contract-item {
	width: 170px;
	background-color: #ec8108;
	padding: 12px 12px 10px;
	box-sizing: border-box;
}

.summer2026-contract-item-thumb {
	margin-bottom: 10px;
}
.summer2026-contract-item-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.summer2026-contract-item-name {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.summer2026-contract-note {
	font-size: 1.2rem;
	color: #52522e;
	text-align: center;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.1em;
}
.summer2026-contract-note span {
	text-align: left;
	display: block;
}

.summer2026-section-model {
	padding: 60px 20px 2px;
}

.summer2026-model-area + .summer2026-model-area {
	margin-top: 2px;
}

.summer2026-model-item {
	background-color: #fff;
	padding: 40px 23px;
	box-sizing: border-box;
	position: relative;
}

.summer2026-model-item + .summer2026-model-item {
	margin-top: 2px;
}

.summer2026-model-item.is-first::before {
	content: "対象モデルハウス";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	color: #5dbfd6;
	font-size: 2rem;
	font-weight: 700;
	padding: 18px 37px;
	width: 240px;
	text-align: center;
	border-radius: 10px;
	z-index: 2;
	line-height: 1;
}

.summer2026-model-area-label {
	display: block;
	background-color: #fff041;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 26px;
	line-height: 1;
}

.summer2026-model-img {
	display: block;
	width: 100%;
	height: auto;
}

.summer2026-model-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.summer2026-model-map iframe {
	width: 100%;
	max-width: 100%;
	border: 0;
	display: block;
	aspect-ratio: 390 / 251;
	height: auto;
}

body#summer2026 .summer2026-model-media {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}

body#summer2026 .summer2026-model-slider {
	position: relative;
	width: 100%;
	max-width: 100%;
}

body#summer2026 .summer2026-model-slides {
	width: 100%;
	padding-bottom: 22px;
	margin-bottom: 0;
}

body#summer2026 .summer2026-model-slide {
	aspect-ratio: 3 / 2;
	outline: none;
}

body#summer2026 .summer2026-model-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body#summer2026 .summer2026-model-slider .slick-dots {
	bottom: 0;
}

body#summer2026 .summer2026-model-slider .slick-dots li {
	width: 8px;
	height: 8px;
}

body#summer2026 .summer2026-model-slider .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
}

body#summer2026 .summer2026-model-slider .slick-dots li button:before {
	width: 8px;
	height: 8px;
	font-size: 8px;
	line-height: 1;
}

body#summer2026 .summer2026-model-slider .slick-dots li.slick-active button:before {
	color: #5dbfd6;
}

body#summer2026 .summer2026-model-slider .slick-prev,
body#summer2026 .summer2026-model-slider .slick-next {
	cursor: pointer;
	z-index: 1;
}

body#summer2026 .summer2026-model-slider .slick-prev {
	left: 0;
}

body#summer2026 .summer2026-model-slider .slick-next {
	right: 0;
}

body#summer2026 .summer2026-model-slider .slick-prev::before,
body#summer2026 .summer2026-model-slider .slick-next::before {
	content: "";
	width: 15px;
	height: 15px;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

body#summer2026 .summer2026-model-slider .slick-prev::before {
	border-top: solid 4px #333;
	border-left: solid 4px #333;
	transform: rotate(-45deg);
	left: 12px;
}

body#summer2026 .summer2026-model-slider .slick-next::before {
	border-top: solid 4px #333;
	border-right: solid 4px #333;
	transform: rotate(45deg);
	right: 12px;
}
@media screen and (max-width: 768px) {
	body#summer2026 .slick-next {
		right: 0 !important;
	}
	body#summer2026 .slick-prev {
		left: 0 !important;
	}
}
#summer2026-contact-box {
	max-width: 480px;
	padding: 0 20px;
	width: auto;
	max-width: unset;
}
body#summer2026 .contact-inner {
	padding: 55px 18px;
	background-color: #fff;
}
.summer2026-section-inner .reservation-box {
	display: block;
	margin-top: 0;
	padding: 35px 30px;
}
#summer2026-contact-box h2 {
	text-align: center;
	color: #5dbfd6;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 35px;
}
body#summer2026 .wpcf7-list-item {
	margin: 0;
}
body#summer2026 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}
body#summer2026 .wpcf7-radio .wpcf7-list-item-label:before {
		width: 22px;
		height: 22px;
		margin: 0;
		top: 3px;
	}
body#summer2026 .reservation-box .item-wrap .item-ttl {
	font-weight: 700;
}
body#summer2026 .wpcf7-checkbox span.wpcf7-list-item {
	width: 100%;
}
body#summer2026 .reservation-box .notes-box {
	padding: 15px;
}
body#summer2026 .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
	margin: 0;
	top: 11px;
}
body#summer2026 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	left: 4px;
}
body#summer2026 .reservation-box .item-wrap {
	padding: 20px 0;
}
body#summer2026 .reservation-box .date-moon_no_connect select,
body#summer2026 .reservation-box .date-day_no_connect select,
body#summer2026 .reservation-box .date-time_no_connect select {
	width: 65px;
 }
@media screen and (max-width: 640px) {
	body#summer2026 .wpcf7-radio .wpcf7-list-item-label {
		padding-left: 28px;
	}
	body#summer2026 .wpcf7-form-control-wrap {
		vertical-align: unset;
	}
	body#summer2026 .wpcf7-checkbox label .wpcf7-list-item-label:before {
		width: 22px;
		height: 22px;
	}
	body#summer2026 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
		font-size: 30px;
	}
	body#summer2026 .reservation-box .transmission-btn {
		width: 320px;
		height: 50px;
	}
	body#summer2026 .reservation-box .notes-box .notes-txt {
		font-size: 1.5rem;
	}
	body#summer2026 .wpcf7-checkbox label .wpcf7-list-item-label {
		padding-left: 28px;
	}
	body#summer2026 .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
		width: 6px;
		height: 6px;
		left: 8px;
	}
}
