@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: baseline;
}

ul li {
	list-style: none;
}

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



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



.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: 288 / 187;
	background-color: #e3007f;
	position: relative;
}

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

.mv-img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 52;
}

/* 花火アニメーション
* ---------------------------------- */

.mv_bg_hanabi {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 50;
}

.hanabi_g {
	background-image: url(../images/hanabi_green.gif);
}

.hanabi_b {
	background-image: url(../images/hanabi_blue.gif);
}

.hanabi1 {
	width: 10vw;
	height: 10vw;
	top: 5vw;
	left: -2vw;
}

.hanabi2 {
	width: 14vw;
	height: 14vw;
	top: 20vw;
	left: 1vw;
}

.hanabi3 {
	width: 17vw;
	height: 17vw;
	top: -6vw;
	left: 34vw;
}

.hanabi4 {
	width: 13vw;
	height: 13vw;
	top: -8vw;
	left: 69vw;
}

.hanabi5 {
	width: 20vw;
	height: 20vw;
	top: -6vw;
	left: 86vw;
}

.hanabi6 {
	width: 9vw;
	height: 9vw;
	top: 20vw;
	left: 92vw;
}

.hanabi7 {
	width: 50vw;
	height: 50vw;
	top: -20vw;
	left: 0vw;
}

.hanabi8 {
	width: 50vw;
	height: 50vw;
	top: 5vw;
	left: 80vw;
}

.fw_s,
.fw_e {
	display: none;
}

/* =========================================
* キャンペーン概要
* ======================================== */
.overview-area {
	position: relative;
	padding: min(20vw, 180px) 0;
}

.overview-area::before,
.overview-area::after {
	content: "";
	position: absolute;
	height: 175px;
	width: 100%;
	background-image: url(../images/grainy.webp);
	background-size: contain;
	z-index: -3;
	background-repeat: repeat-x;
	background-position: top;
}

.overview-area::before {
	top: 0;
}

.overview-area::after {
	bottom: 0;
	transform: rotate(180deg);
}

/* リボンの見出し
* ---------------------------------- */
.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;
}

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

.ribbon-midahsi: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;
}

.anchor-wrap .present-btn {
	position: relative;
}

.anchor-wrap .present-btn: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;
}

.anchor-wrap .present-btn: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;
}

.anchor-wrap .present-btn:first-child .fukidashi-img {
	width: min(17vw, 177px);
}

.anchor-wrap .present-btn:nth-child(2) .fukidashi-img {
	width: min(21vw, 226px);
}

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

.anchor-wrap .present-btn:hover img:nth-child(2) {
	position: relative;
	top: 10px;
	border-bottom: 0;
}

.anchor-wrap .present-btn:hover .fukidashi-img {
	top: max(-15vw, -30px);
}


.anchor-wrap.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 {
	background-color: #470E78;
	position: relative;
}

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

.present-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/hanabi_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

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

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

.present-wrap#present01 {
	background: #094;
	margin-bottom: 80px;
}

.present-wrap#present02 {
	background: #F090BA;
}

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

/* --- デジタルチケット --- */
.digital-ticket-txt {
	background-color: #004098;
	font-size: 24px;
	font-weight: 500;
	padding: .6em 1em;
	vertical-align: baseline;
	line-height: 150%;
}

.digital-ticket-txt span {
	color: #fff100;
	font-size: 1.3em;
}

/* --- プレゼント各種 --- */
.present-position-box {
	position: relative;
	height: 100%;
	width: 100%;
}

.present-box {
	position: relative;
	height: min(55vw, 600px);
	margin: 24px auto;
}

.present-col {
	position: absolute;
	width: min(35vw, 390px);
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s ease-out;
}

/* アニメーション時に拡大＋表示 */
.present-position-box.animate .present-col {
	opacity: 1;
	transform: scale(1);
}

/* 順番に表示させるためのディレイ */
.present-col:first-child {
	left: 0;
	top: 0;
	z-index: 2;
	transition-delay: 0s;
}

.present-col:nth-child(2) {
	left: 50%;
	transform: translateX(-50%) scale(0.5);
	top: 35%;
	transition-delay: 0.3s;
}

.present-position-box.animate .present-col:nth-child(2) {
	transform: translateX(-50%) scale(1);
}

.present-col:last-child {
	top: 0;
	right: 0;
	z-index: 2;
	transition-delay: 0.6s;
}

.hanabi-bg {
	position: absolute;
}

.hanabi-bg:first-child {
	bottom: -24px;
	left: 16px;
	width: min(18vw, 175px);
}

.hanabi-bg:nth-child(2) {
	top: 0;
	transform: translateX(-50%);
	right: 30%;
	width: min(13vw, 135px);
}

.hanabi-bg:nth-child(3) {
	bottom: -40px;
	right: 0;
	width: min(15vw, 170px);
}

/* =========================================
* 新車紹介
* ======================================== */
.new-car-area {
	position: relative;
	padding-top: min(20vw, 180px);
}


.new-car-area::before {
	content: "";
	position: absolute;
	height: 175px;
	width: 100%;
	background-image: url(../images/grainy.webp);
	background-size: contain;
	z-index: -3;
	background-repeat: repeat-x;
	background-position: top;
	top: 0;
}

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

/* 花火の装飾
* ---------------------------------- */
.hanabi01,
.hanabi02,
.hanabi03,
.hanabi04,
.hanabi05,
.hanabi06 {
	position: absolute;
}

.hanabi01 {
	top: 180px;
	left: min(1.67vw, 24px);
	width: min(18.8vw, 270px);
}

.hanabi02 {
	top: 550px;
	left: min(7.2vw, 104px);
	width: min(11.5vw, 166px);
}

.hanabi03 {
	top: 800px;
	left: min(1.67vw, 24px);
	width: min(9.7vw, 139px);
}

.hanabi04 {
	top: 250px;
	right: min(1.67vw, 24px);
	width: min(12.5vw, 180px);
}

.hanabi05 {
	top: 500px;
	right: min(8.3vw, 120px);
	width: min(9vw, 130px);
}

.hanabi06 {
	top: 700px;
	right: min(2.8vw, 40px);
	width: min(11.8vw, 170px);
}


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

.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: -.2em;
}

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

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

/* 残価式設定プラン
* ---------------------------------- */
.zanka-wrap {
	border-radius: 15px;
	border: 5px solid #005BAC;
	background: linear-gradient(180deg, #FAEFB7 0%, #FFF 100%);
	padding: 32px;
	margin: 32px auto;
}

.zanka-wrap hgroup p {
	font-size: min(4vw, 40px);
	font-weight: 800;
	position: relative;
	border-bottom: 4px solid #333333;
	padding: .5em;
	display: inline-block;
}

.zanka-wrap hgroup p span {
	position: relative;
	z-index: 1;
}

.zanka-wrap hgroup p::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	background-color: #FAEFB7;
	/* 背景色と同じ色を指定 */
	rotate: 135deg;
	translate: -50%;
}

.zanka-wrap hgroup p::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border: 4px solid;
	border-color: #000 #000 transparent transparent;
	background-color: #FAEFB7;
	rotate: 135deg;
	z-index: 0;
	translate: -50%;
}

.zanka-wrap hgroup h3 {
	font-size: min(7vw, 64px);
	font-weight: 900;
	margin: 40px auto;
	line-height: 110%;
}

.zanka-wrap hgroup h3 span {
	color: #E60012;
}

.zanka-wrap-txt {
	background-color: #fff;
	padding: 16px 24px;
	text-align: left;
	margin: 16px auto;
}

.zanka-wrap-txt h4 {
	color: #005BAC;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}

.zanka-wrap-txt p {
	font-size: 18px;
	font-weight: 600;
}

.zanka-wrap .flex img:first-child {
	width: 62%;
}

.zanka-wrap .flex img:nth-child(2) {
	width: 38%;
}

/* 中古車
* ---------------------------------- */
.used-car-wrap {
	background-image: url(../images/used_car_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	border: solid 5px #e50012;
	width: 100%;
	height: min(68vw, 700px);
	position: relative;
}

.yellow-wrap {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 5px #ffe100;
	position: absolute;
	left: 0;
	top: 0;
}

.used-car-txt {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.used-car-txt .note-txt {
	margin: 24px;
}

.used-car-txt .btn-wrap {
	height: 104px;
}

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

.ntp-btn: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;
}

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

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


	/* 花火アニメーション
* ---------------------------------- */


	.hanabi1 {
		width: 30vw;
		height: 30vw;
		top: 2vw;
		left: -2vw;
	}

	.hanabi2 {
		width: 38vw;
		height: 38vw;
		top: 60vw;
		left: -3vw;
	}

	.hanabi3 {
		width: 40vw;
		height: 40vw;
		top: 60vw;
		left: 60vw;
	}

	.hanabi4 {
		width: 28vw;
		height: 28vw;
		top: -3vw;
		left: 69vw;
	}

	.hanabi5 {
		width: 50vw;
		height: 50vw;
		top: 30vw;
		left: 60vw;
	}

	.hanabi6 {
		width: 20vw;
		height: 20vw;
		top: 30vw;
		left: -3vw;
	}

	.hanabi7 {
		width: 70vw;
		height: 70vw;
		top: -10vw;
		left: -15vw;
	}

	.hanabi8 {
		width: 70vw;
		height: 70vw;
		top: 40vw;
		left: 50vw;
	}


	/* =========================================
* キャンペーン概要
* ======================================== */


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


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

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


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


	.present-area::after {
		background-size: contain;
		background-repeat: repeat-y;
	}

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

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

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


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

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

	.present-box {
		height: min(70vw, 600px);
	}

	.present-col {
		width: min(40vw, 390px);
	}



	.present-col:nth-child(2) {
		top: 48%;
	}

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


	/* 花火の装飾
* ---------------------------------- */


	.hanabi01 {
		top: 180px;
		left: -24px;
		width: 120px;
	}

	.hanabi02 {
		top: 400px;
		left: 16px;
		width: 64px;
	}

	.hanabi03 {
		top: 650px;
		left: -16px;
		width: 64px;
	}

	.hanabi04 {
		top: 200px;
		right: -24px;
		width: 104px;
	}

	.hanabi05 {
		top: 420px;
		right: 8px;
		width: 72px;
	}

	.hanabi06 {
		top: 750px;
		right: 0;
		width: 80px;
	}


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

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


	/* 残価式設定プラン
* ---------------------------------- */
	.zanka-wrap {
		border-radius: 10px;
		padding: 16px;
	}

	.zanka-wrap hgroup p {
		font-size: 22px;
		border-bottom: 3px solid #333333;
	}


	.zanka-wrap hgroup p::before {
		content: "";
		width: 24px;
		height: 24px;
		bottom: -12px;
	}

	.zanka-wrap hgroup p::after {
		bottom: -12px;
		width: 24px;
		height: 24px;
		border: 3px solid;
		border-color: #000 #000 transparent transparent;
	}

	.zanka-wrap hgroup h3 {
		font-size: 28px;
		font-weight: 800;
		margin: 16px auto;
	}


	.zanka-wrap-txt {
		padding: 16px;
		margin: 8px auto;
	}

	.zanka-wrap-txt h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.zanka-wrap-txt p {
		font-size: 16px;
	}

	.zanka-wrap .flex img:first-child,
	.zanka-wrap .flex img:nth-child(2) {
		width: 100%;
	}

	.zanka-wrap .flex img:nth-child(2) {
		max-width: 500px;
	}

	/* 中古車
* ---------------------------------- */
	.used-car-wrap {
		background-image: url(../images/used_car_bg_sp.webp);
		height: min(750px, 130vw);
	}


	.used-car-txt .note-txt {
		margin: 16px;
	}

	.used-car-txt .btn-wrap {
		height: 104px;
	}

	.used-car-txt .ntp-btn {
		max-width: 250px;
	}


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

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


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