@charset "utf-8";

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

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

main {
	overflow: clip;
}

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;
	}
}

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

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

/* ボタン
* ---------------------------------- */
.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: #e3007f;
	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: 80 / 57;
	position: relative;
	background-image: url(../images/mv_bg_pc.webp);
	background-size: cover;
	background-repeat: no-repeat;

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

	.fusen01,
	.fusen02 {
		position: absolute;
	}


	/* --- 1つ目の風船 --- */
	.fusen01 {
		top: 7vw;
		left: 0;
		width: 13.9vw;
		/* アニメーションを適用 */
		animation: floating-y 1.8s ease-in-out infinite alternate;
	}

	/* --- 2つ目の風船 --- */
	.fusen02 {
		top: 20vw;
		right: .5vw;
		width: 14.5vw;
		/* こちらにも同じアニメーションを適用 */
		animation: floating-y 2.2s ease-in-out infinite alternate;
		/* 少し速度を変える */
		animation-delay: -0.5s;
		/* 開始タイミングを少しずらす */
	}

	.mv-midashi {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		top: 2vw;
		z-index: 56;
		width: 78.3vw;

		img {
			width: 100%;
			filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.6));

		}
	}

	.cp-midashi {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		vertical-align: bottom;
	}

	.person01,
	.person02,
	.person03,
	.person04,
	.person05 {
		position: absolute;
		bottom: 0;
	}

	.person01 {
		width: 4.2vw;
		bottom: 20vw;
		left: 4vw;
	}

	.person02 {
		width: 9.5vw;
		bottom: 11vw;
		left: 10vw;
	}

	.person03 {
		width: 9.4vw;
		bottom: 11vw;
		left: 24vw;
	}

	.person04 {
		width: 14.6vw;
		bottom: 14vw;
		left: 37vw;
	}

	.person05 {
		width: 10.6vw;
		bottom: 11vw;
		right: 33vw;
	}

	.confetti canvas {
		height: 100%;
		width: 100%;
		position: absolute;
	}
}

/* 風船ふわふわのアニメーション
* ---------------------------------- */

/* --- ふわふわ動かすアニメーションの定義 --- */
@keyframes floating-y {
	0% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(10%);
	}
}


/* =========================================
* キャンペーン概要
* ======================================== */
.overview-area {
	position: relative;
	padding: 120px 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(0, 96, 23, 0.5);
				border-bottom: 10px solid #00602B;
			}

			.fukidashi-img {
				width: min(20.6vw, 222px);
			}
		}

		&:nth-child(2) {
			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);
			}
		}


		.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: 20vw;
	overflow: clip;

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

	.side-fusen01,
	.side-fusen02,
	.side-fusen03,
	.side-fusen04,
	.side-fusen05,
	.side-fusen06,
	.side-fusen07 {
		position: absolute;
		z-index: 2;
	}

	.side-fusen01 {
		left: -5vw;
		top: 5%;
		width: min(29vw, 869px);
		animation: floating-y 1.8s ease-in-out infinite alternate;
	}

	.side-fusen02 {
		left: -3vw;
		top: 30%;
		width: min(21.3vw, 640px);
		animation: floating-y 3s ease-in-out infinite alternate;
	}

	.side-fusen03 {
		left: 0;
		top: 60%;
		width: min(12.6vw, 378px);
		animation: floating-y 2.2s ease-in-out infinite alternate;
	}

	.side-fusen04 {
		left: -1vw;
		top: 80%;
		width: min(12.6vw, 378px);
		animation: floating-y 2.2s ease-in-out infinite alternate;
	}

	.side-fusen05 {
		right: -2vw;
		top: 50%;
		width: min(30.3vw, 908px);
		animation: floating-y 2.2s ease-in-out infinite alternate;
	}

	.side-fusen06 {
		right: -2vw;
		top: 20%;
		width: min(12.7vw, 380px);
		animation: floating-y 1.8s ease-in-out infinite alternate;
	}

	.side-fusen07 {
		right: -5vw;
		top: 80%;
		width: min(29vw, 869px);
		animation: floating-y 1.8s ease-in-out infinite alternate;
	}

	&::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url(../images/present_bg.webp);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}

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

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

	&#present01 {
		background: #009944;
		margin-bottom: 80px;
	}

	&#present02 {
		background: #e3007f;
		padding: 32px 8px 8px 8px;
	}

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

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

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

		#present02 & {
			justify-content: center;
			flex-wrap: wrap;

			.present-col {
				margin: 16px 0;
			}
		}
	}
}


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

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

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

}

.fukidashi-txt {
	font-size: 24px;
	font-weight: 500;
}

.present-gold-wrap {
	background-image: linear-gradient(0deg, #ffe791, #fffefd);
	border-radius: 0 0 10px 10px;
	padding-bottom: 40px;
	color: #000;

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

	.digital-ticket-txt {
		background-color: #009944;
		margin: 0;
		color: #fff;
		font-size: 28px;

	}
}

h3.howto-midashi {
	position: relative;
	padding: 1em .5em .5em;
	border-bottom: 3px solid #1e2088;
	color: #1e2088;
	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: #1e2088;
	}

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

.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: 200px;
		color: #fff;
		padding: .5em 1em;
		line-height: 150%;

		.unregistered-wrap & {
			background-color: #009a53;
		}

		.registered-wrap & {
			background-color: #e60012;
		}
	}

	.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: #E3007F;
}

.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: #E60012;
}

.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: 3 / 2;
	margin: 32px auto;

	.btn-wrap {
		position: absolute;
		bottom: 0;
		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;
			}
		}
	}
}


/* =========================================
* サービス情報
* ======================================== */
.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-bottom: 32px;
}

.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: 250px;
	}


	/* =========================================
* メインビジュアル
* ======================================== */
	.mv-area {
		aspect-ratio: 130 / 211;
		position: relative;
		background-image: url(../images/mv_bg_sp.webp);


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

		/* --- 1つ目の風船 --- */
		.fusen01 {
			top: 7vw;
			left: 0;
			width: 25vw;
			/* アニメーションを適用 */
			animation: floating-y 1.8s ease-in-out infinite alternate;
		}

		/* --- 2つ目の風船 --- */
		.fusen02 {
			top: 30vw;
			right: -1vw;
			width: 25.5vw;
			/* こちらにも同じアニメーションを適用 */
			animation: floating-y 2.2s ease-in-out infinite alternate;
			/* 少し速度を変える */
			animation-delay: -0.5s;
			/* 開始タイミングを少しずらす */
		}

		.mv-midashi {
			position: absolute;
			top: 20vw;
			width: 90vw;

			img {
				width: 100%;
				filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.6));

			}
		}

		.cp-midashi {
			z-index: 4;
		}


		.person01 {
			width: 8.6vw;
			bottom: 50vw;
			left: 4vw;
		}

		.person02 {
			width: 19.6vw;
			bottom: 35vw;
			left: 10vw;
		}

		.person03 {
			width: 19.3vw;
			bottom: 50vw;
			left: 40vw;
		}

		.person04 {
			width: 30vw;
			bottom: 30vw;
			left: 30vw;
			z-index: 3;
		}

		.person05 {
			width: 21.7vw;
			bottom: 40vw;
			right: 22vw;
		}

	}

	/* =========================================
* キャンペーン概要
* ======================================== */
	.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: 142px;
	}


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


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

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

		&#present01 {
			margin-bottom: 40px;
		}

		&#present02 {
			padding: 24px 8px 8px 8px;
		}

		.present-box {
			flex-direction: column;
			padding: 24px 0;
			gap: 32px;

			.present-col {
				width: 100%;
				margin: auto;
			}

			#present02 & {

				.present-col {
					margin: 16px auto;
					width: 92%;
				}
			}
		}
	}

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


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

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

	.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: 28px;
		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: 35 / 32;

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

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

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

	.kinto-wrap {

		.kinto-btn {
			height: 50vw;

			.kinto-btn-flex {
				gap: 0;
			}
		}
	}

	/* =========================================
* ボタン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;
	}
}