@charset "utf-8";

/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: normal;
}

main {
	overflow: clip;

	* {
		box-sizing: border-box;
	}
}

section {
	padding: 80px 0;
}

a {
	text-decoration: none;
	color: inherit;
}


img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	vertical-align: bottom;
}

ul li {
	list-style: none;
}

ol li {
	list-style-position: inside;
}

picture {
	display: block;
}


.container {
	width: 1050px;
	max-width: 92%;
	display: block;
	margin: auto;
	text-align: center;
}

@media(max-width:768px) {

	section {
		padding: 40px 0;
	}

	body {
		font-size: 13px;
	}

	.sp_none {
		display: none !important;
	}
}

@media(min-width:769px) {
	.pc_none {
		display: none !important;
	}
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.txtL {
	text-align: left;
}

.txtJ {
	text-align: justify;
}

@media(max-width:768px) {
	.sp_txtC {
		text-align: center;
	}

	.sp_txtR {
		text-align: right;
	}

	.sp_txtL {
		text-align: left;
	}

	.sp_txtJ {
		text-align: justify;
	}
}

.bold {
	font-weight: bold;
}

.txtM {
	vertical-align: middle;
}

.red-txt {
	color: #e50012;
}


.w100 {
	width: 100%;
}

.w20 {
	width: 18%;
}

.w25 {
	width: 23%;
}

.w30 {
	width: 28%;
}

.w40 {
	width: 38%;
}

.w45 {
	width: 43%;
}

.w50 {
	width: 48%;
}

.w60 {
	width: 58%;
}

.w70 {
	width: 68%;
}

.w80 {
	width: 78%;
}

@media(max-width:768px) {

	.w20,
	.w25,
	.w30,
	.w40,
	.w45,
	.w50,
	.w60,
	.w70,
	.w80 {
		width: 100%;
	}
}

/*_____フレックス_____*/
.flex {
	display: -ms-flexbox;
	display: flex;
}

.flexR {
	flex-direction: row-reverse;
}

.justC {
	justify-content: center;
}

.justS {
	justify-content: flex-start;
}

.justE {
	justify-content: flex-end;
}

.justB {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justA {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexW {
	flex-wrap: wrap;
}

.alignS {
	align-items: start;
}

.alignC {
	align-items: center;
}

.alignB {
	align-items: flex-end;
}

@media (max-width: 768px) {
	.sp_flclear {
		display: block;
	}

	.sp_flex {
		display: flex;
	}
}

/*_____余白_____*/
.m0auto {
	margin: 0 auto
}

.mb0 {
	margin-bottom: 0;
}

.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb48 {
	margin-bottom: 48px;
}

.mb56 {
	margin-bottom: 56px;
}

.mb64 {
	margin-bottom: 64px;
}

.mb72 {
	margin-bottom: 72px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb88 {
	margin-bottom: 88px;
}

.mb96 {
	margin-bottom: 96px;
}

.mb104 {
	margin-bottom: 104px;
}

.mb112 {
	margin-bottom: 112px;
}

.mb120 {
	margin-bottom: 120px;
}

.mt0 {
	margin-top: 0;
}

.mt8 {
	margin-top: 8px;
}

.mt16 {
	margin-top: 16px;
}

.mt24 {
	margin-top: 24px;
}

.mt32 {
	margin-top: 32px;
}

.mt40 {
	margin-top: 40px;
}

.mt48 {
	margin-top: 48px;
}

.mt56 {
	margin-top: 56px;
}

.mt64 {
	margin-top: 64px;
}

.mt72 {
	margin-top: 72px;
}

.mt80 {
	margin-top: 80px;
}

.mt88 {
	margin-top: 88px;
}

.mt96 {
	margin-top: 96px;
}

.mt104 {
	margin-top: 104px;
}

.mt112 {
	margin-top: 112px;
}

.mt120 {
	margin-top: 120px;
}

.mt-8 {
	margin-top: -8px;
}

.mt-16 {
	margin-top: -16px;
}

.mt-24 {
	margin-top: -24px;
}

.mt-32 {
	margin-top: -32px;
}

.mt-40 {
	margin-top: -40px;
}

.mt-48 {
	margin-top: -48px;
}

.mt-56 {
	margin-top: -56px;
}

.mt-64 {
	margin-top: -64px;
}

.mt-72 {
	margin-top: -72px;
}

.mt-80 {
	margin-top: -80px;
}

.mt-88 {
	margin-top: -88px;
}

.mt-96 {
	margin-top: -96px;
}

.mt-104 {
	margin-top: -104px;
}

.mt-112 {
	margin-top: -112px;
}

.mt-120 {
	margin-top: -120px;
}

.mr0 {
	margin-right: 0;
}

.mr8 {
	margin-right: 8px;
}

.mr16 {
	margin-right: 16px;
}

.mr24 {
	margin-right: 24px;
}

.mr32 {
	margin-right: 32px;
}

.mr40 {
	margin-right: 40px;
}

.mr48 {
	margin-right: 48px;
}

.mr56 {
	margin-right: 56px;
}

.mr64 {
	margin-right: 64px;
}

.mr72 {
	margin-right: 72px;
}

.mr80 {
	margin-right: 80px;
}

.mr88 {
	margin-right: 88px;
}

.mr96 {
	margin-right: 96px;
}

.mr104 {
	margin-right: 104px;
}

.mr112 {
	margin-right: 112px;
}

.mr120 {
	margin-right: 120px;
}

.ml0 {
	margin-left: 0;
}

.ml8 {
	margin-left: 8px;
}

.ml16 {
	margin-left: 16px;
}

.ml24 {
	margin-left: 24px;
}

.ml32 {
	margin-left: 32px;
}

.ml40 {
	margin-left: 40px;
}

.ml48 {
	margin-left: 48px;
}

.ml56 {
	margin-left: 56px;
}

.ml64 {
	margin-left: 64px;
}

.ml72 {
	margin-left: 72px;
}

.ml80 {
	margin-left: 80px;
}

.ml88 {
	margin-left: 88px;
}

.ml96 {
	margin-left: 96px;
}

.ml104 {
	margin-left: 104px;
}

.ml112 {
	margin-left: 112px;
}

.ml120 {
	margin-left: 120px;
}

.pd0 {
	padding: 0px;
}

.pd8 {
	padding: 8px;
}

.pd16 {
	padding: 16px;
}

.pd24 {
	padding: 24px;
}

.pd32 {
	padding: 32px;
}

.pd40 {
	padding: 40px;
}

.pt0 {
	padding-top: 0;
}

.pt8 {
	padding-top: 8px;
}

.pt16 {
	padding-top: 16px;
}

.pt24 {
	padding-top: 24px;
}

.pt32 {
	padding-top: 32px;
}

.pt40 {
	padding-top: 40px;
}

.pt48 {
	padding-top: 48px;
}

.pt56 {
	padding-top: 56px;
}

.pt64 {
	padding-top: 64px;
}

.pt72 {
	padding-top: 72px;
}

.pt80 {
	padding-top: 80px;
}

.pt88 {
	padding-top: 88px;
}

.pt96 {
	padding-top: 96px;
}

.pt104 {
	padding-top: 104px;
}

.pt112 {
	padding-top: 112px;
}

.pt120 {
	padding-top: 120px;
}

.pb0 {
	padding-bottom: 0;
}

.pb8 {
	padding-bottom: 8px;
}

.pb16 {
	padding-bottom: 16px;
}

.pb24 {
	padding-bottom: 24px;
}

.pb32 {
	padding-bottom: 32px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb48 {
	padding-bottom: 48px;
}

.pb56 {
	padding-bottom: 56px;
}

.pb64 {
	padding-bottom: 64px;
}

.pb72 {
	padding-bottom: 72px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb88 {
	padding-bottom: 88px;
}

.pb96 {
	padding-bottom: 96px;
}

.pb104 {
	padding-bottom: 104px;
}

.pb112 {
	padding-bottom: 112px;
}

.pb120 {
	padding-bottom: 120px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

@media (max-width: 768px) {
	.sp_mb0 {
		margin-bottom: 0;
	}

	.sp_mt0 {
		margin-top: 0;
	}

	.sp_mr0 {
		margin-right: 0;
	}

	.sp_ml0 {
		margin-left: 0;
	}

	.sp_mb8 {
		margin-bottom: 8px;
	}

	.sp_mb16 {
		margin-bottom: 16px;
	}

	.sp_mb24 {
		margin-bottom: 24px;
	}

	.sp_mb32 {
		margin-bottom: 32px;
	}

	.sp_mb40 {
		margin-bottom: 40px;
	}

	.sp_mb48 {
		margin-bottom: 48px;
	}

	.sp_mb56 {
		margin-bottom: 56px;
	}

	.sp_mb64 {
		margin-bottom: 64px;
	}

	.sp_mb72 {
		margin-bottom: 72px;
	}

	.sp_mt8 {
		margin-top: 8px;
	}

	.sp_mt16 {
		margin-top: 16px;
	}

	.sp_mt24 {
		margin-top: 24px;
	}

	.sp_mt32 {
		margin-top: 32px;
	}

	.sp_mt40 {
		margin-top: 40px;
	}

	.sp_mt48 {
		margin-top: 48px;
	}

	.sp_mt56 {
		margin-top: 56px;
	}

	.sp_mt64 {
		margin-top: 64px;
	}

	.sp_mt72 {
		margin-top: 72px;
	}


	.sp_mr8 {
		margin-right: 8px;
	}

	.sp_mr16 {
		margin-right: 16px;
	}

	.sp_mr24 {
		margin-right: 24px;
	}

	.sp_mr32 {
		margin-right: 32px;
	}

	.sp_mr40 {
		margin-right: 40px;
	}

	.sp_mr48 {
		margin-right: 48px;
	}

	.sp_mr56 {
		margin-right: 56px;
	}

	.sp_mr64 {
		margin-right: 64px;
	}

	.sp_mr72 {
		margin-right: 72px;
	}

	.sp_ml8 {
		margin-left: 8px;
	}

	.sp_ml16 {
		margin-left: 16px;
	}

	.sp_ml24 {
		margin-left: 24px;
	}

	.sp_ml32 {
		margin-left: 32px;
	}

	.sp_ml40 {
		margin-left: 40px;
	}

	.sp_ml48 {
		margin-left: 48px;
	}

	.sp_ml56 {
		margin-left: 56px;
	}

	.sp_ml64 {
		margin-left: 64px;
	}

	.sp_ml72 {
		margin-left: 72px;
	}

	.sp_pb8 {
		padding-bottom: 8px;
	}

	.sp_pb16 {
		padding-bottom: 16px;
	}

	.sp_pb16 {
		padding-bottom: 16px;
	}

	.sp_pb24 {
		padding-bottom: 24px;
	}

	.sp_pb32 {
		padding-bottom: 32px;
	}

	.sp_pb40 {
		padding-bottom: 40px;
	}

	.sp_pb48 {
		padding-bottom: 48px;
	}

	.sp_pb56 {
		padding-bottom: 56px;
	}

	.sp_pb64 {
		padding-bottom: 64px;
	}
}

/*_____テキスト_____*/
.tx7 {
	font-size: 7px;
}

.tx9 {
	font-size: 9px;
	line-height: 170%;
}

.tx10 {
	font-size: 10px;
	line-height: 170%;
}

.tx11 {
	font-size: 11px;
	line-height: 170%;
}

.tx12 {
	font-size: 12px;
	line-height: 170%;
}

.tx13 {
	font-size: 13px;
	line-height: 170%;
}

.tx14 {
	font-size: 14px;
	line-height: 150%;
}

.tx15 {
	font-size: 15px;
	line-height: 150%;
}

.tx16 {
	font-size: 16px;
	line-height: 170%;
}

.tx17 {
	font-size: 17px;
	line-height: 170%;
}

.tx18 {
	font-size: 18px;
	line-height: 170%;
}

.tx19 {
	font-size: 19px;
	line-height: 170%;
}

.tx20 {
	font-size: 20px;
	line-height: 150%;
}

.tx22 {
	font-size: 22px;
	line-height: 150%;
}

.tx23 {
	font-size: 23px;
	line-height: 170%;
}

.tx24 {
	font-size: 24px;
	line-height: 170%;
}

.tx25 {
	font-size: 25px;
	line-height: 170%;
}

.tx26 {
	font-size: 26px;
	line-height: 170%;
}

.tx28 {
	font-size: 28px;
	line-height: 170%;
}

.tx30 {
	font-size: 30px;
	line-height: 150%;
}

.tx32 {
	font-size: 32px;
	line-height: 170%;
}

.tx35 {
	font-size: 35px;
	list-style: 170%;
}

.tx37 {
	font-size: 37px;
	list-style: 170%;
}

.tx39 {
	font-size: 39px;
	line-height: 170%;
}

.tx40 {
	font-size: 40px;
	line-height: 150%;
}

.tx45 {
	font-size: 45px;
	line-height: 150%;
}


.tx56 {
	font-size: 56px;
	line-height: 170%;
}

.tx68 {
	font-size: 68px;
	line-height: 170%;
}

.tx10h {
	font-size: 10px;
	line-height: 200%;
}

.tx11h {
	font-size: 11px;
	line-height: 200%;
}

.tx12h {
	font-size: 12px;
	line-height: 200%;
}

.tx13h {
	font-size: 13px;
	line-height: 200%;
}

.tx14h {
	font-size: 14px;
	line-height: 190%;
}

.tx15h {
	font-size: 15px;
	line-height: 180%;
}

.tx17h {
	font-size: 17px;
	line-height: 200%;
}

.tx18h {
	font-size: 17px;
	line-height: 250%;
}

.tx22h {
	font-size: 22px;
	line-height: 180%;
}

.tx24h {
	font-size: 24px;
	line-height: 200%;
}

@media (max-width: 768px) {
	.sp_tx18 {
		font-size: 18px;
	}

	.sp_tx20 {
		font-size: 20px;
	}

	.sp_tx22 {
		font-size: 22px;
	}

	.sp_tx30 {
		font-size: 30px;
	}

	.sp_tx35 {
		font-size: 35px;
	}
}

/* =========================================
* 共通パーツ
* ======================================== */
:root {
	--main-color: #e3007f;
	--ntp-red: #e60012;
	--ntp-blue: #005bac;
	--ntp-green: #009944;
	--caution-color: #fff100;
}

/* テキスト
* ---------------------------------- */
.note-txt {
	text-align: justify;
	font-size: 14px;
	line-height: normal;

	ul& {
		padding-left: 1em;
		text-indent: -1em;
	}
}

/* ボタン
* ---------------------------------- */
.btn-wrap {
	height: 96px;
	vertical-align: middle;
}

.ntp-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 1.4em 3em 1.4em 1.5em;
	width: 300px;
	border: none;
	border-bottom: solid 10px #AB005F;
	border-radius: 10px;
	background-color: var(--main-color);
	transition: .5s ease;
}

.ntp-btn p {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	position: relative;
}

.ntp-btn p::after {
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	margin-left: 1em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	position: absolute;
	top: 23%;
}

.ntp-btn:hover {
	transform: translateY(3px);
	border-bottom-width: 2px;
}

/* =========================================
* メインビジュアル
* ======================================== */
.mv-area {
	width: 100%;
	height: 100%;
	aspect-ratio: 300 / 187;
	position: relative;
	background-image: linear-gradient(0deg, #e32881, #f185b8 40%, #fdf2f7);
	overflow: clip;

	&>*:not(#particles-js) {
		z-index: 2;
	}


	.top-logo-img {
		max-width: 350px;
		width: 25%;
		margin: 20px 30px;
		position: absolute;
		z-index: 54;
	}

	.top-copy {
		display: block;
		width: 64vw;
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		top: 3.5vw;
	}

	.logo-anniversary-img {
		position: absolute;
		left: 0.9vw;
		top: 11.8vw;
		width: 36.7vw;
	}

	.mv-midashi {
		position: absolute;
		top: 7.3vw;
		right: 3.7vw;
		width: 63.3vw;
		z-index: 3;

		picture {
			display: block;
		}
	}

	.mv-date-img {
		position: absolute;
		width: 21.9vw;
		top: 21vw;
		right: -1.1vw;
	}

	.top-car-img01,
	.top-car-img02,
	.top-car-img03 {
		position: absolute;
	}

	.top-car-img01 {
		left: 2.6vw;
		bottom: 13.8vw;
		width: 31.6vw;
	}

	.top-car-img02 {
		left: 23.8vw;
		bottom: 11.1vw;
		width: 31.4vw;
	}

	.top-car-img03 {
		left: 44.5vw;
		bottom: 8.1vw;
		width: 44.4vw;
	}

	.mv-cp-img {
		position: absolute;
		left: 0;
		bottom: 0;
	}

}

#particles-js,
#particles-js02 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

	canvas {
		filter: blur(3px);
	}
}

#mv-confetti {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}


/* =========================================
* キャンペーン概要
* ======================================== */
.overview-area {
	position: relative;
	padding: 180px 0 80px 0;
}


/* リボンの見出し
* ---------------------------------- */
.ribbon-midahsi-wrap {
	text-align: center;
	transform-origin: left;
	opacity: 0;


	.ribbon-midahsi {
		display: inline-block;
		position: relative;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 102px;

		&:before {
			/*左側のリボン端*/
			content: '';
			position: absolute;
			width: 10px;
			bottom: -10px;
			left: -51px;
			z-index: -2;
			border: 28px solid #003886;
			border-left-color: transparent;
			/*山形に切り抜き*/
		}

		&:after {
			/*右側のリボン端*/
			content: '';
			position: absolute;
			width: 10px;
			bottom: -10px;
			right: -51px;
			z-index: -2;
			border: 28px solid #003886;
			border-right-color: transparent;
			/*山形に切り抜き*/
		}
	}
}



.ribbon-midahsi h2 {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 8px 56px;
	line-height: 45px;
	font-size: 40px;
	color: #FFF;
	background: #004098;
	font-weight: 700;

	/*真ん中の背景色*/
}

.ribbon-midahsi h2:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #002250;
	/*左の折り返し部分*/
}

.ribbon-midahsi h2:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #002250;
	/*右の折り返し部分*/
}

.ribbon-midahsi-wrap.active {
	/*activeクラスが付いたらアニメーション*/
	animation: anm_gaiyou 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1;
}

@keyframes anm_gaiyou {
	0% {
		opacity: 0;
		transform: translateX(20vw) scaleX(1) scaleY(1) skew(-60deg);
	}

	10% {
		opacity: 1;
	}

	80% {
		transform: scaleX(0.3) scaleY(1.2);
	}

	100% {
		transform: scaleX(1) scaleY(1);
	}
}

/* アンカーリンク
* ---------------------------------- */
.anchor-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 3%;
	text-transform: uppercase;
	transform-origin: bottom;
	opacity: 0;

	.present-btn {
		position: relative;

		&:first-child {
			img:nth-child(2) {
				border-radius: 23px;
				box-shadow: 0px 5px 15px 0px rgba(167, 28, 89, 0.5);
				border-bottom: 10px solid #A71C59;
			}

			.fukidashi-img {
				width: min(16vw, 173px);
			}
		}

		&:nth-child(2) {
			img:nth-child(2) {
				border-radius: 23px;
				box-shadow: 0px 5px 15px 0px rgba(0, 96, 23, 0.5);
				border-bottom: 10px solid #00602B;
			}

			.fukidashi-img {
				width: min(31.5vw, 340px);
			}
		}


		.fukidashi-img {
			position: absolute;
			top: max(-16vw, -40px);
			transform: translateX(-50%);
			left: 50%;
			z-index: 3;
		}


		&:hover {
			img:nth-child(2) {
				position: relative;
				top: 10px;
				border-bottom: 0;
			}

			.fukidashi-img {
				top: max(-15vw, -30px);
			}
		}
	}

	&.active {
		/*activeクラスが付いたらアニメーション*/
		opacity: 0;
		animation: anm_present 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		animation-delay: 1s;
		animation-fill-mode: forwards;
	}
}

@keyframes anm_present {
	0% {
		opacity: 0;
		transform: scale(0.3) translateY(150%);
	}

	30% {
		opacity: 1;
	}

	75% {
		opacity: 1;
		transform: scale(1.2) translateY(-30%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* =========================================
* プレゼントエリア
* ======================================== */
.present-area {
	position: relative;
	padding-bottom: 120px;
	overflow: clip;
	background-image: linear-gradient(0deg, #ffffff, #f185b8 20%, #e32881 50%, #f185b8 80%, #ffffff);


	.container {
		position: relative;
		z-index: 3;
	}

	/* 
	&:after {
		position: absolute;
		background-image: url(../images/present_bg.webp);
		background-size: contain;
		content: "";
		width: 100%;
		bottom: 0;
		left: 0;
		aspect-ratio: 375 / 617;
	} */

}


/* プレゼントが入る箇所
* ---------------------------------- */

/* --- プレゼント枠 --- */
.present-wrap {
	border-radius: 15px;
	padding: 32px;
	color: #fff;
	padding: 32px 8px 8px 8px;

	&#present01 {
		background: var(--main-color);
		margin-bottom: 80px;

		.present-box {
			display: flex;
			justify-content: space-between;
			padding: 40px 24px;

			.present-col {
				width: 24%;
				max-width: 400px;
			}
		}
	}

	&#present02 {
		background: #7acce2;

		.digital-ticket-txt {
			background-color: var(--main-color);
			margin: 0;
			color: #fff;
			font-size: 28px;
		}

		.play-box,
		.crafts-box {
			padding: 40px 0;

			hgroup {
				font-family: "M PLUS Rounded 1c", sans-serif;
				font-weight: 600;
				display: flex;
				align-items: center;
				justify-content: center;
				gap: 16px;
				margin-bottom: 32px;

				.total-wrap {
					color: #fff;
					position: relative;
					display: inline-block;
					padding: 1.2em 2em 1.2em 5.5em;
					border-radius: 80px;
					display: flex;
					justify-content: center;
					align-items: center;

					.total-txt {
						background-color: #FFD800;
						color: #000;
						width: 80px;
						height: 80px;
						aspect-ratio: 1 / 1;
						border-radius: 100%;
						position: absolute;
						transform: translateY(-50%);
						top: 50%;
						left: 0;
						font-size: 20px;
						line-height: 1em;
						display: grid;
						place-items: center;
						margin: 0;
						padding: 0;
						text-align: center;
					}

					.total-number {
						font-size: 24px;

						span {
							font-size: 1.6em;
							color: #FFD800;
						}
					}
				}

				h4 {
					font-size: 38px;
					display: block;
					line-height: 1em;
					padding: .2em 0;
					font-weight: 900;
					background: linear-gradient(transparent 70%, #FFF100 30%);
					color: #fff;
					-webkit-text-stroke-width: 3px;
				}
			}
		}

		.crafts-box {
			hgroup {

				.total-wrap {
					background-color: var(--ntp-green);
				}

				h4 {
					-webkit-text-stroke-color: var(--ntp-green);
				}
			}
		}

		.play-box {
			hgroup {

				.total-wrap {
					background-color: var(--ntp-blue);
				}

				h4 {
					-webkit-text-stroke-color: var(--ntp-blue);
				}
			}
		}

		.present-box {
			display: flex;
			justify-content: space-between;
			padding: 0 24px;

			.present-col {
				width: 24%;
				max-width: 400px;
				background-color: rgba(255, 255, 255, 0.6);
				border-radius: 16px;
				padding: 8px;

				.play-box & {
					width: 49%;
					max-width: 800px;
				}
			}
		}

		.present-gold-wrap {
			background-image: linear-gradient(0deg, #fffbcd, #add9c6 80%, #7acce2);
		}
	}

	.note-txt {
		position: relative;
		z-index: 3;

		.caution-txt {
			color: var(--ntp-red);
			font-size: 1.3em;
			font-weight: 700;
			background: linear-gradient(transparent 70%, #FFF100 30%);
		}
	}

}


/* --- デジタルチケット --- */
.digital-ticket-txt {
	background-color: var(--ntp-blue);
	font-size: 28px;
	font-weight: 500;
	padding: .4em 1em;
	vertical-align: baseline;
	line-height: 170%;
	margin: 16px 0;
	color: #fff;
	font-weight: 700;

	.bold-txt {
		font-weight: 900;
		font-size: 1.2em;
	}

	.big-txt {
		font-size: 2em;
	}

	.accent-txt {
		color: #fff100;
		font-weight: bold;
	}

}

.present-gold-wrap {
	background-color: #fdf2f7;
	border-radius: 0 0 10px 10px;
	padding-bottom: 40px;
	color: #000;

	.note-txt {
		margin: 0 24px;
	}

}

h3.howto-midashi {
	position: relative;
	padding: 1em .5em .5em;
	border-bottom: 3px solid var(--ntp-blue);
	color: var(--ntp-blue);
	display: inline-block;
	font-size: 40px;
	font-weight: 900;
	margin: 24px auto;

	&::before,
	&::after {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		bottom: -15px;
		width: 30px;
		height: 15px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		content: '';
	}

	&::before {
		background-color: var(--ntp-blue);
	}

	&:after {
		bottom: -11px;
		background-color: #fdf2f7;
	}
}

.line-friend-wrap {
	background-color: #fff;
	border-radius: 15px;
	margin: 16px 24px;
	display: flex;
	overflow: hidden;

	ol {
		padding-left: 1.2em;
		text-indent: -1.2em;
		line-height: 150%;
	}

	h4 {
		font-size: 22px;
		font-weight: 700;
		display: grid;
		place-items: center;
		min-width: 240px;
		color: #fff;
		padding: .5em 1em;
		line-height: 150%;

		.unregistered-wrap & {
			background-color: var(--ntp-blue);
		}

		.registered-wrap & {
			background-color: var(--ntp-red);
		}
	}

	.howto-txt {
		padding: 1em;
		text-align: justify;
		font-size: 20px;
		display: grid;
		place-items: center;

		a {
			color: #005BAB;

			img {
				height: 1em;
				padding: 0 .1em;
				display: inline-block;
				vertical-align: middle;
			}
		}
	}

}

/* =========================================
* 新車紹介
* ======================================== */



.new-car-area {
	.container {
		position: relative;
		z-index: 2;
	}
}

/* 見出し
* ---------------------------------- */

.new-car-area h2 {
	font-size: min(5vw, 56px);
	font-weight: 800;
	display: inline-block;
	position: relative;
	margin-top: 40px;
	line-height: 150%;
}

.new-car-area h2::before,
.new-car-area h2::after {
	content: "";
	width: 4px;
	height: 1em;
	background-color: #000;
	display: inline-block;
	position: absolute;
	top: .5em;
}

.new-car-area h2::before {
	left: -1em;
	transform: rotate(-30deg);
}

.new-car-area h2::after {
	right: -1em;
	transform: rotate(30deg);
}

.new-car-area h2 .pink-txt {
	color: var(--main-color);
}

.new-car-area h2 .marker {
	background: linear-gradient(transparent 70%, #FFF100 30%);
}

/* スライド部分
* ---------------------------------- */
.slide-wrap {
	position: relative;
}

.slide-items {
	display: inline-block;
	margin: 86px auto 32px auto;
	max-width: 720px;
	text-align: center;
	background-color: #fff;
}

.slide-item img {
	width: 800px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	transition: opacity 0.1s ease;
	/* アニメーションを設定 */
}

.slick-dots {
	position: absolute;
	bottom: -45px !important;
}

.slick-dots li button:before {
	font-size: 10px !important;
}

.prev_icon {
	position: absolute;
	top: 50%;
	left: -80px;
	transform: translate(0, -50%);
}

.next_icon {
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translate(0, -50%);
}

.prev_icon:hover,
.next_icon:hover {
	cursor: pointer;
}

/* 注釈
* ---------------------------------- */
.zanka-txt p span {
	color: var(--ntp-red);
}

.system-txt p span {
	color: #057691;
}


/* 中古車
* ---------------------------------- */
.used-car-wrap {
	background-image: url(../images/used_car_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative;
	aspect-ratio: 175 / 172;
	margin: 32px auto;

	.btn-wrap,
	.btn-wrap02 {
		position: absolute;
		bottom: min(31.6vw, 332px);
		left: 50%;
		transform: translateX(-50%);
		display: grid;
		place-items: center;
		height: min(15vw, 170px);

		.ntp-btn {
			border-bottom: solid 10px #002C53;
			background-color: #005BAB;

			&:hover {
				transform: translateY(3px);
				border-bottom-width: 2px;
			}
		}
	}

	.btn-wrap02 {
		bottom: min(3.1vw, 33px);
	}
}


/* =========================================
* サービス情報
* ======================================== */
.service-area {
	padding-top: 0px;
}

.service-area h2 {
	background-color: #00AB5E;
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	padding: .5em;
	text-align: center;
	margin-bottom: 40px;
}

.banner-img {
	display: block;
	margin: 0 auto 32px auto;
	overflow: hidden;
	border-radius: 25px;
	max-width: 900px;

	&.service-wrap {
		border: 10px solid #13AC5E;
	}

	&.marina-wrap {
		display: flex;
		flex-direction: column;
		gap: 16px;
		border: 10px solid #1E2B6A;
		background-color: #1E2B6A;

		.banner-marina02 {
			background-color: #0962A8;
			padding: 8px 16px;
			display: flex;
			flex-direction: column;
			gap: 16px;
		}

		.banner-marina03 {
			padding: 8px 16px;

			p.marina-txt {
				font-size: 24px;
				margin-bottom: 16px;
				color: #fff;
				line-height: 175%;

				.big-txt {
					font-weight: 600;
					font-size: 1.75em;
				}

				.marina-search-img {
					height: 1.2em;
					vertical-align: middle;
					display: inline-block;

					img {
						height: 100%;
						display: block;
						object-fit: contain;
						margin-left: .5em;
					}
				}
			}
		}

		.ntp-btn {
			border-bottom: solid 10px #b2a81c;
			background-color: #F3E727;

			p {
				color: #1C2A54;

				&::after {
					border-top: 3px solid #1C2A54;
					border-right: 3px solid #1C2A54;
				}
			}

			&:hover {
				transform: translateY(3px);
				border-bottom-width: 2px;
			}
		}
	}

	&.collabo-cp-wrap {
		display: flex;
		flex-direction: column;
		gap: 16px;
		border: 10px solid #00913A;
		background-color: #00913A;

		.cp-container {
			padding: 24px;
			display: flex;
			flex-direction: column;
			gap: 24px;

			.note-txt {
				color: #fff;
				font-weight: 600;
			}
		}
	}
}

.kinto-wrap {
	position: relative;

	.kinto-btn {
		position: absolute;
		display: grid;
		place-items: center;
		width: 100%;
		height: min(30vw, 332px);
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);

		.kinto-btn-flex {
			flex-direction: column;
			gap: 16px;
			display: flex;

			.btn-wrap {
				height: 80px;

				.ntp-btn {
					border-bottom: solid 10px #9c5602;
					background-color: #ef8200;

					&:hover {
						transform: translateY(3px);
						border-bottom-width: 2px;
					}
				}
			}
		}
	}
}

/* =========================================
* ボタン2つ
* ======================================== */

.btn-area {
	padding: 40px 0;
}

.btn-area .ntp-btn {
	margin: 0 16px;
}

.bottom-link {
	display: inline-block;
	margin: 40px auto;
}

@media (max-width: 768px) {


	/* =========================================
* 共通パーツ
* ======================================== */

	/* テキスト
* ---------------------------------- */
	.note-txt {
		font-size: 12px;
	}

	/* ボタン
	* ---------------------------------- */
	.ntp-btn {
		width: 80%;
		min-width: 250px;
	}


	/* =========================================
* メインビジュアル
* ======================================== */
	.mv-area {
		aspect-ratio: 65 / 94;
		position: relative;
		background-image: linear-gradient(0deg, #e32881, #f185b8 40%, #fdf2f7);
		overflow: clip;

		&>*:not(#particles-js) {
			z-index: 2;
		}


		.top-logo-img {
			width: 60%;
			margin: 16px auto;
			transform: translateX(-50%);
			left: 50%;
			text-align: center;
		}

		.top-copy {
			transform: translateX(0);
			left: inherit;
			right: 0;
			width: 50vw;
			top: 12.3vw;
		}

		.logo-anniversary-img {
			width: 57.7vw;
			left: 0;
			top: 14.1vw;
		}

		.mv-midashi {
			right: inherit;
			left: 0;
			top: 46.7vw;
			width: 83.8vw;
			z-index: 3;

			picture {
				display: block;
			}
		}

		.mv-date-img {
			width: 39.5vw;
			top: 65vw;
			right: -3.8vw;
		}

		.top-car-img01,
		.top-car-img02,
		.top-car-img03 {
			position: absolute;
		}

		.top-car-img01 {
			left: -1.3vw;
			bottom: 24.5vw;
			width: 40vw;
		}

		.top-car-img02 {
			left: 25.3vw;
			bottom: 17.8vw;
			width: 43.1vw;
		}

		.top-car-img03 {
			left: inherit;
			right: -2.2vw;
			bottom: 11.8vw;
			width: 54vw;
		}

		.mv-cp-img {
			position: absolute;
			left: 0;
			bottom: 0;
		}

	}

	#particles-js {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		z-index: 1;

		canvas {
			filter: blur(3px);
		}
	}

	#mv-confetti {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}

	/* =========================================
* キャンペーン概要
* ======================================== */
	.overview-area {
		padding: 80px 0;
	}


	/* リボンの見出し
* ---------------------------------- */


	.ribbon-midahsi h2 {
		padding: 8px 32px;
		font-size: 24px;
	}

	/* アンカーリンク
* ---------------------------------- */
	.anchor-wrap {
		display: block;
	}

	.anchor-wrap .present-btn {
		display: block;
		margin-bottom: 80px;
	}

	.anchor-wrap .present-btn:first-child .fukidashi-img {
		width: 177px;
	}

	.anchor-wrap .present-btn:nth-child(2) .fukidashi-img {
		width: 295px;
	}


	/* =========================================
* プレゼントエリア
* ======================================== */


	/* プレゼントが入る箇所
* ---------------------------------- */

	/* --- プレゼント枠 --- */
	.present-wrap {
		border-radius: 10px;
		padding: 16px;

		&#present01 {
			margin-bottom: 40px;

			.present-box {
				padding: 16px;
				flex-wrap: wrap;
				gap: 2%;

				.present-col {
					width: 49%;
					margin-bottom: 16px;
				}
			}
		}

		&#present02 {


			.play-box,
			.crafts-box {
				padding: 24px 0;

				hgroup {
					flex-direction: column;
					gap: 8px;

					.total-wrap {
						padding: 1.2em 2em 1.2em 5em;

						.total-txt {
							font-size: 16px;
							width: 60px;
							height: 60px;
						}

						.total-number {
							font-size: 18px;
						}
					}

					h4 {
						font-size: 28px;
						-webkit-text-stroke-width: 2px;
					}
				}
			}


			.present-box {
				padding: 0 16px;
				flex-wrap: wrap;

				.present-col {
					width: 48%;
					margin-bottom: 16px;
					border-radius: 8px;

					.play-box & {
						width: 100%;
					}
				}
			}

		}

	}

	.present-wrap#present01 {
		margin-bottom: 40px;
	}


	/* --- デジタルチケット --- */
	.digital-ticket-txt {
		font-size: 16px !important;
	}

	/* --- プレゼント各種 --- */

	.fukidashi-txt {
		font-size: 13px;
	}



	.present-gold-wrap {
		padding-bottom: 24px;

		.note-txt {
			margin: 0 16px;
		}

		.digital-ticket-txt {
			font-size: 16px;

		}
	}

	h3.howto-midashi {
		font-size: 24px;
		margin: 16px auto;
	}

	.line-friend-wrap {
		flex-direction: column;
		border-radius: 10px;
		margin: 16px;

		ol {
			padding-left: 1.2em;
			text-indent: -1.2em;
			line-height: 150%;
		}

		h4 {
			font-size: 18px;
		}

		.howto-txt {
			font-size: 16px;
		}

	}

	/* =========================================
	* 新車紹介
	* ======================================== */



	/* 見出し
* ---------------------------------- */

	.new-car-area h2 {
		font-size: 30px;
		margin-top: 32px;
	}

	.new-car-area h2::before,
	.new-car-area h2::after {
		height: 2em;
		top: auto;
		bottom: 0;
	}

	.new-car-area h2::before {
		left: -1.5em;
	}

	.new-car-area h2::after {
		right: -1.5em;
	}

	/* 中古車
* ---------------------------------- */

	.used-car-wrap {
		background-image: url(../images/used_car_bg_sp.webp);
		aspect-ratio: 400 / 577;

		.btn-wrap {
			height: 34vw;
			bottom: 47vw;
		}

		.btn-wrap02 {
			height: 34vw;
			bottom: 0;
		}
	}


	/* =========================================
* サービス情報
* ======================================== */

	.service-area h2 {
		font-size: 32px;
	}

	.banner-img {
		border-radius: 16px;

		&.marina-wrap {
			gap: 8px;

			.banner-marina02 {
				gap: 8px;
			}

			.banner-marina03 {
				padding: 8px;

				p.marina-txt {
					font-size: 20px;
					margin-bottom: 8px;
				}
			}

			.ntp-btn {
				width: 100%;

			}
		}

		&.collabo-cp-wrap {
			gap: 8px;

			.cp-container {
				padding: 16px;
				gap: 16px;
			}
		}
	}

	/* =========================================
* ボタン2つ
* ======================================== */

	.btn-area {
		padding: 40px 0;
	}

	.btn-area .ntp-btn {
		margin: 16px auto;
	}

	.btn-area .btn-wrap {
		height: 180px;
	}

	.bottom-link {
		margin: 16px auto;
	}

}

@media (max-width: 900px) {

	/* スライド
	* ---------------------------------- */

	.prev_icon,
	.next_icon {
		display: none !important;
	}

	.slide-items {
		max-width: 700px;
	}

	.slide-item img {
		width: 100%;
		max-width: 700px;
	}
}