body {
	min-width: auto;
}
.l-main{
	/* background-image: url(../images/2025aw_highlight/background01.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	font-family: 'Noto Sans JP', sans-serif;
}
.l-main__bg.js_bgimg--01{
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image: url(../images/2025aw_highlight/background01.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.l-main__bg.js_bgimg--02{
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image: url(../images/2025aw_highlight/background02.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.l-main__bg.js_bgimg--03{
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image: url(../images/2025aw_highlight/background03.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.l-main__bg.js_bgimg--02{
		background-image: url(../images/2025aw_highlight/background02_sp.webp);
		background-position: 37%;
	}	
	
	.l-main__bg.js_bgimg--03{
		background-position: 55%;
	}
}

.c-annotation_mark{
	font-size: 0.8em;
	vertical-align: top;
	letter-spacing: 0;
}

/* ------------------------------
	.p-mv
------------------------------ */
.p-mv {
	position: relative;
	width: 100%;
}
.p-mv__img{
	position: relative;
	width: 61.04vw;
	margin: 0 0 0 auto;
	z-index: 0;
	max-width: 1400px;
}
.p-mv__ttl_area{
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 4.32vw;
	top: 50%; 
	transform: translateY(-55%);
	z-index: 1;
}
.p-mv__ttl{
	width: 45vw;
}
.p-mv__subttl{
	width: 35vw;
	margin-top: -10vw;
}	


@media screen and (max-width: 767px) {
	.p-mv{
		overflow: hidden;
	}
	.p-mv__img{
		position: relative;
		width: 123vw;
		margin: 60vw auto 0 -31vw;
		z-index: 0;
	}
	.p-mv__ttl_area{
		position: absolute;
		right: -26vw;
		top: 30px; 
		transform: none;
	}
	.p-mv__ttl{
		width: 100vw;
	}
	.p-mv__subttl{
		width: 70vw;
		margin-top: -28vw;
}	
}

/* ------------------------------
	.p-sec01
------------------------------ */
.p-sec01{
	margin-top: -30.83vw;
	padding-top: 30.83vw;
	background: linear-gradient(to bottom, rgba(13, 75, 114, 0), rgba(13, 75, 114, 1));
}
.p-sec01 .p-sec01__inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 34px 9.11vw;
}
.p-sec01__box {
	position: relative;
}
.p-sec01__txt_area {
	padding-top: 3.33vw;
	color: #fff;
}
.p-sec01__ttl{
	width: min(36.57vw, 440px);
	margin-bottom: 3.44vw;
}

.p-sec01__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3.75;
	margin-top: 0;
	letter-spacing: 0.1em;
}

.p-sec01__item_wrap{
	border-top: 1px solid #fff;
	margin-top: 3.02vw;
	padding-top: 3.02vw;
	width: 55%;
}
.p-sec01__item__name p{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: 0.1em;
}
.p-sec01__item__dtl{
	display: flex;
	gap: 14px;
}
.p-sec01__item__dtl p{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: 0.1em;
}
.p-sec01__item__dtl p:first-of-type{
	width: 53px;
	position: relative;
	flex-shrink: 0;
}
.p-sec01__item__dtl p:first-of-type::after{
	content: '';
	background-color: #fff;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.p-sec01__img {
	position: absolute;
	top: 0;
	left: 55%;
	width: max(26.72vw, 340px);
}

.p-sec01 .c-buy_btn {
	margin-top: 10.42vw;
}

@media screen and (max-width: 767px) {
	.p-sec01{
		margin-top: -200px;
		padding-top: 300px;
	}
	.p-sec01 .p-sec01__inner{
		padding: 0 34px 80px;
	}
	.p-sec01__txt_area {
		padding-top: 0;
	}
	.p-sec01__ttl_wrap{
		text-align: center;
		position: relative;
		padding: 55px 0;
		margin-bottom: 24.5px;

		&::before{
			content:'';
			width: 29px;
			height: 29px;
			background-image: url(../images/2025aw_highlight/sec01_ttl_img.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 50%;
			transform: translate(-50%, 0);
		}
		&::after{
			content:'';
			width: 29px;
			height: 29px;
			background-image: url(../images/2025aw_highlight/sec01_ttl_img.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 0);
		}
	}
	.p-sec01__ttl{
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}

	.p-sec01__txt {
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 2.5;
		letter-spacing: 0.1em;
		text-align: center;
	}

	.p-sec01__item_wrap{
		border-top: 1px solid #fff;
		margin-top: 40px;
		padding-top: 30px;
		width: 100%;
	}
	.p-sec01__item__name p{
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 2.3;
		letter-spacing: 0.1em;
	}
	.p-sec01__item__dtl{
		display: flex;
		gap: 8px;
	}
	.p-sec01__item__dtl p{
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 2.3;
		letter-spacing: 0.1em;
	}
	.p-sec01__item__dtl p:first-of-type{
		width: 53px;
		position: relative;
		flex-shrink: 0;
	}
	.p-sec01__item__dtl p:first-of-type::after{
		content: '';
		background-color: #fff;
		width: 0.5px;
		height: 60%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.p-sec01__img {
		position: static;
		width: min(70vw, 340px);
		margin: 0 auto;
	}

	.p-sec01 .c-buy_btn {
		margin-top: 40px;
		width: 100%;
		padding: 0;
	}
}

/* ------------------------------
	.p-sec02
------------------------------ */
.p-sec02 {
	padding: 5.89vw;
	/* background: linear-gradient(to right, #724824 0%, #1F1409 87%, #000000 100%); */
	background: linear-gradient(to bottom, rgba(117, 149, 181, 1) 0% ,  rgba(189, 216, 232, 0.82));
}
.p-sec02__inner {
	max-width: calc(854px + 64px);
	margin: 0 auto;
	padding: 0 32px;
}
.p-sec02__box{
	display: flex;
	align-items: center;
	gap: 5.1vw;
}
.p-sec02__movie_area{
	width: 50%;
	/* height: 654px; */	
}
.p-sec02__movie_area iframe{
	aspect-ratio: 9 / 16;
	width: 100%;
	height: 100%;
}
.p-sec02__txt_area{
	flex-shrink: 0;
}
.p-sec02__ttl_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.04vw;
}
.p-sec02__ttl_wrap img{
	width: 76px;
	height:auto;
}
.p-sec02__ttl{
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #fff;
}
.p-sec02__item_img{
	width: 342px;
	margin: 3.23vw auto 2.34vw;
}

.p-sec02__qr_area{
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.23);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 25px;
	width: 337px;
	height: 337px;
}
.p-sec02__qr_txt{
	position: relative;
	font-size: 1.6rem;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #0D4B72;
	text-align: center;

	&::before{
		content: '';
		height: 70%;
		width: 2px;
		background-color: #0D4B72;
		position: absolute;
		bottom: 0;
		right: calc(100% + 15px);
		transform: rotate(-30deg);
	}
	&::after{
		content: '';
		height: 70%;
		width: 2px;
		background-color: #0D4B72;
		position: absolute;
		bottom: 0;
		left: calc(100% + 15px);
		transform: rotate(30deg);
	}
}
.p-sec02__qr_img{
	max-width: 124px;
}

@media screen and (max-width: 767px) {
	.p-sec02 {
		padding: 80px 0 92px;
		background: linear-gradient(to bottom, rgba(117, 149, 181, 1) 0% ,  rgba(189, 216, 232, 0.82));
	}
	.p-sec02 picture{
		font-size: 0;
	}
	.p-sec02__inner {
		padding: 0 clamp(34px ,15.42px, 66px);
	}
	.p-sec02__box{
		display: block;
	}
	.p-sec02__movie_area{
		width: 100%;
	}
	.p-sec02__movie_area iframe{
		max-width: 100%!important;
		min-width: auto!important;
	}
	.p-sec02__ttl_wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		margin-bottom: 36px;
	}
	.p-sec02__ttl_wrap img{
		width: 56px;
		height:auto;
	}
	.p-sec02__ttl{
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.5;
		color: #fff;
	}
	.p-sec02__item_img{
		width: 100%;
		margin: 37px auto 0;
	}
}

/* ------------------------------
	.p-sec03
------------------------------ */
.p-sec03 {
	padding-top: 7.5vw;
	padding-bottom: 12.5vw;
	background-image: url(../images/2025aw_highlight/sec03_bg.webp);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-sec03__inner {
    max-width: calc(900px + 64px);
    margin: 0 auto;
    padding: 0 32px;
}
.p-sec03__ttl_wrap{
	width: 100%;
	margin-bottom: 55px;
}
.p-sec03__ttl{
	width: 100%;
	height: auto;
}
.p-sec03__item{
	position: relative;
	display: flex;
	gap: 1.77vw;
	align-items: flex-start;
	margin-bottom: 93px;
}
.p-sec03__point_num{
	width: 6.22vw;
	flex-shrink: 1;
}
.p-sec03__point_img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: min(20vw, 180px);
}
.p-sec03__point_txt_area{
	width: calc(100% - 12vw);
}
.p-sec03__point_ttl{
	font-size: max(1.25vw, 24px);
	line-height: 1.33;
	font-weight: 600;
	color: #0D4B72;
	border-bottom:1px solid #0D4B72;
	padding-bottom: 12px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.p-sec03__point_ttl .--small{
	font-size: 0.75em;
}
.p-sec03__point_txt{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2.2;
	color: #0D4B72;
}
@media screen and (max-width: 767px) {
	.p-sec03 {
		padding-top: 70px;
		padding-bottom: 140px;
		/* background-image: url(../images/2025aw_highlight/sec03_bg.webp);
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat; */
	}
	.p-sec03__inner {
		padding: 0 16px;
	}
	.p-sec03__ttl_wrap{
		margin-bottom: 48px;
	}
	.p-sec03__item{
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 26px;
		align-items: center;
		max-width: 400px;
		margin: 0 auto 110px;
		&:last-of-type{
			margin-bottom: 0;
		}
	}
	.p-sec03__point_num{
		width: 18vw;
		height: auto;
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-130%);
		z-index: 2;
	}
	.p-sec03__point_img{
		position: static;
		transform: none;
		display: block;
		width: 42.71vw;
	}
	.p-sec03__point_txt_area{
		width: 100%;
	}
	.p-sec03__point_ttl{
		font-size: 20px;
		line-height: 1.35;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 28px;
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 4px;
	}
	.p-sec03__point_ttl .--small{
		font-size: 18px;
	}
	.p-sec03__point_txt{
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		line-height: 2.1;
		text-align: center;
	}
}


/* ------------------------------
	.p-sec__bgimg_area--01
------------------------------ */
.p-sec__bgimg_area--01{
	height: min(36.46vw, 700px);
	position: relative;
}
/* .p-sec__bgimg_area--01 .p-sec__bg_img{
	width: 100%;
	height: 100%;
	background-image: url(../images/2025aw_highlight/background02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	inset: 0;
	z-index: -1;
} */
@media screen and (max-width: 767px) {
	.p-sec__bgimg_area--01{
		height: 360px;
		width: 100%;
		position: relative;
	}
	/* .p-sec__bgimg_area--01 .p-sec__bg_img{
		background-image: url(../images/2025aw_highlight/background02_sp.webp);
		background-position: 37%;
	}	 */
}

/* ------------------------------
	.p-sec04
------------------------------ */
.p-sec04 {
	padding: 7.19vw 0;
	/* background: linear-gradient(to bottom, rgba(255, 242, 237, 0.42) 0%, rgba(255, 255, 255, 0.42) 80%); */
	background-image: url(../images/2025aw_highlight/sec04_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-sec04__inner{
	max-width: calc(880px + 64px);
	margin: 0 auto;
	padding: 0 32px;
}
.p-sec04__ttl{
	width: max(15.06vw, 250px);
	height: auto;
	margin-bottom: 20px;
}
.p-sec04__box{
	padding: 90px 45px 85px 45px;
	border-top: 2px solid #0D4B72;
	border-bottom: 2px solid #0D4B72;
	display: flex;
	align-items: center;
	gap: 30px;
}
.p-sec04__list{
	flex-shrink: 1;
}
.p-sec04__item{
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 50px;
}
.p-sec04__item__num{
	width: 45px;
	border-right: 1px solid #0D4B72;
}
.p-sec04__item:nth-of-type(1) .p-sec04__item__num{
	padding-left: 4px;
}
.p-sec04__item__txt_wrap{
	color: #0D4B72;
}
.p-sec04__item__ttl{
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.45;
	margin-bottom: 7px;
}
.p-sec04__item__txt{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.42;
}
.p-sec04__img{
	max-width: 236px;
}

@media screen and (max-width: 767px) {
	.p-sec04 {
		padding: 80px 0;
		/* background: linear-gradient(to bottom, rgba(255, 243, 239, 0.5) 0%, rgba(255, 255, 255, 0.5) 80%); */
		background-position: 0%;
	}
	.p-sec04__inner{
		padding: 0 30px;
	}
	.p-sec04__ttl{
		width: 211px;
		height: auto;
		margin: 0 auto 40px;
		padding-top: 56px;
		position: relative;

		&::before{
			content:'';
			width: 29px;
			height: 29px;
			background-image: url(../images/2025aw_highlight/sec04_ttl_img.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 50%;
			transform: translate(-50%, 0);
		}
	}

	.p-sec04__box{
		padding: 0;
		border: none;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 50px;
	}
	.p-sec04__item{
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 32px;
	}
	.p-sec04__item__num{
		width: 32px;
		border-right: none;
	}
	.p-sec04__item:nth-of-type(1) .p-sec04__item__num{
		padding-left: 4px;
	}
	.p-sec04__item__txt_wrap{
		color: #0D4B72;
		border-left: 1px solid #0D4B72;
		padding-left: 18px;
	}
	.p-sec04__item__ttl{
		font-size: 1.6rem;
		line-height: 1.45;
		margin-bottom: 4px;
	}
	.p-sec04__item__txt{
		font-size: 1.3rem;
		line-height: 2.4;
	}
	.p-sec04__img{
		max-width: 236px;
	}
}


/* ------------------------------
	.p-sec__bgimg_area--02
------------------------------ */
.p-sec__bgimg_area--02{
	height: min(36.46vw, 700px);
	position: relative;
}
/* .p-sec__bgimg_area--02 .p-sec__bg_img{
	width: 100%;
	height: 100%;
	background-image: url(../images/2025aw_highlight/background03.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
} */
@media screen and (max-width: 767px) {
	.p-sec__bgimg_area--02{
		height: 360px;
		position: relative;
	}
	/* .p-sec__bgimg_area--02 .p-sec__bg_img{
		background-position: 55%;
	} */
}

/* ------------------------------
	.p-sec05
------------------------------ */
.p-sec05__item{
	padding: 150px 0 147px;
	overflow: hidden;
}
.p-sec05__inner{
	max-width: calc(960px + 64px);
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
}
.p-sec05__ttl_wrap{
	margin-bottom: 65px;
	position: relative;
	z-index: 1;
}
.p-sec05__subttl{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 4.6px 12px 8px 18px;
	display: inline-block;
	color: #fff;
}
.p-sec05__faceimg_area{
	position: absolute;
	width: 55%;
	right: 32px;
	top: 77px;
	z-index: 0;
}
.p-sec05__faceimg_wrap{
	position: relative;
}
.p-sec05__faceimg{
	width: 100%;
	max-width: none;
	height: auto;
}
.p-sec05__texture{
	width: 67.3%;
	position: absolute;
	top: 46%;
	left: 60.3%;
}
.p-sec05__item_area{
	padding-left: 44px;
}
.p-sec05__item_wrap{
	position: relative;
	z-index: 1;
	width: 24.75%;
}
.p-sec05__item_color{
	position: absolute;
	top: -23px;
	right: -40px;
}
.p-sec05__item_color_wrap{
	width: 97px;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border-radius: 50%;
	z-index: 2;
}
.p-sec05__item_color__bg{
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 0;
	filter: blur(5px);
}
.p-sec05__item_color__txt{
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}

.p-sec05__item--1{
	background-image: url(../images/2025aw_highlight/sec05_item01_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-sec05__item--1 .p-sec05__ttl{
	width: 62.6%;
	height: auto;
	margin-bottom: 22px;
}
.p-sec05__item--1 .p-sec05__subttl{
	background: linear-gradient(to right, rgba(211, 177, 151, 1) 0%, rgba(211, 177, 151, 1) 80%, rgba(229, 208, 193, 0.6) 100%);
}
.p-sec05__item--1 .p-sec05__item_color__bg{
	background-color: rgba(211, 177, 151, 0.65);
}

.p-sec05__item--2{
	background-image: url(../images/2025aw_highlight/sec05_item02_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-sec05__item--2 .p-sec05__ttl{
	width: 92.47%;
	height: auto;
	margin-bottom: 31px;
}
.p-sec05__item--2 .p-sec05__subttl{
	background: linear-gradient(to right, rgba(182, 140, 125, 1) 0%, rgba(182, 140, 125, 0.42) 85%, rgba(229, 208, 193, 0.24) 100%);
}
.p-sec05__item--2 .p-sec05__item_color__bg{
	background-color: rgba(182, 140, 125, 0.65);
}

.p-sec05__item--3{
	background-image: url(../images/2025aw_highlight/sec05_item03_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-sec05__item--3 .p-sec05__ttl{
	width: 57.4%;
	height: auto;
	margin-bottom: 48px;
}
.p-sec05__item--3 .p-sec05__subttl{
	background: linear-gradient(to right, rgba(151, 190, 222, 1) 0%, rgba(151, 190, 222, 0.49) 85%, rgba(151, 190, 222, 0.32) 100%);
}
.p-sec05__item--3 .p-sec05__item_color__bg{
	background-color: rgba(151, 190, 222, 0.65);
}
@media screen and (max-width: 767px) {
	.p-sec05__item{
		padding: 76px 0 93px;
		overflow: hidden;
	}
	.p-sec05__inner{
		padding: 0 23px;
	}
	.p-sec05__ttl_wrap{
		margin-bottom: 59px;
	}
	.p-sec05__ttl{
		padding-top: 60px;
		position: relative;
		margin: 0 auto;
		font-size: 0;

		&::before{
			content: '';
			width: 29px;
			height: 29px;
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
		}
	}
	.p-sec05__subttl{
		font-size: 1.2rem;
		line-height: 1.46;
		padding: 0;
		display: block;
		text-align: center;
		background: none;
	}
	.p-sec05__faceimg_area{
		position: static;
		width: 75.39vw;
		margin: 0 auto;
	}
	.p-sec05__faceimg_wrap{
		position: relative;
	}
	.p-sec05__faceimg{
		width: 100%;
		max-width: none;
		height: auto;
	}
	.p-sec05__texture{
		width: 75%;
		position: absolute;
		top: 65%;
		left: 50%;
	}
	.p-sec05__item_area{
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
	.p-sec05__item_wrap{
		position: relative;
		z-index: 1;
		width: 48.36vw;
		margin:  33.18vw auto 0;
	}
	.p-sec05__item_color{
		position: absolute;
		top: -31px;
		right: auto;
		left: -35px;
	}
	.p-sec05__item_color_wrap{
		width: 92px;
		height: 92px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: relative;
		border-radius: 50%;
	}
	.p-sec05__item_color__bg{
		position: absolute;
		top: 50%; 
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		border-radius: 50%;
		z-index: 0;
		filter: blur(5px);
	}
	.p-sec05__item_color__txt{
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.66;
		letter-spacing: 0;
		position: relative;
		z-index: 1;
	}

	.p-sec05__item--1{
		background-image: url(../images/2025aw_highlight/sec05_item01_bg.webp);
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.p-sec05__item--1 .p-sec05__ttl{
		width: 75.7vw;
		height: auto;
		margin-bottom: 13px;
		&::before{
			background-image: url(../images/2025aw_highlight/sec05_item01_ttl_img.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
	}
	.p-sec05__item--1 .p-sec05__subttl{
		background: none;
		color: #D3B197;
	}

	.p-sec05__item--2{
		background-image: url(../images/2025aw_highlight/sec05_item02_bg.webp);
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.p-sec05__item--2 .p-sec05__ttl{
		width: 89.29vw;
		height: auto;
		margin-bottom: 13px;
		&::before{
			background-image: url(../images/2025aw_highlight/sec05_item02_ttl_img.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
	}
	.p-sec05__item--2 .p-sec05__subttl{
		background: none;
		color: #B68C7D;
	}

	.p-sec05__item--3{
		background-image: url(../images/2025aw_highlight/sec05_item03_bg.webp);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.p-sec05__item--3 .p-sec05__ttl{
		width: 74.16vw;
		height: auto;
		margin-bottom: 22px;
		&::before{
			background-image: url(../images/2025aw_highlight/sec05_item03_ttl_img.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
	}
	.p-sec05__item--3 .p-sec05__subttl{
		color: #67AAE2;
		background: none;
	}
}
.p-sec06{
	background-color: #fff;
	padding-top:12.24vw;
}


/* ------------------------------
	.c-buy_btn
------------------------------ */
.c-buy_btn{
	max-width: 879px;
	height: 127px;
	margin: 114px auto 0;
}
.c-buy_btn .c-buy_btn_inner{
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(117, 149, 181, 0.58) 0%, rgba(189, 216, 232, 0.82) 100%);
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
	outline: 1px solid #fff;
    outline-offset: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.c-buy_btn .c-buy_btn_inner::before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	box-sizing: border-box;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	top: 0;
	right: -200px;
	width: 100%;
	height: 100%;
}

.c-buy_btn .c-buy_btn_inner::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 5.12%;
	transform: translateY(-50%);
	width: 19%;
	height: 11px;
	background-image: url('../images/common/cv_arrow_wh.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.c-buy_btn .c-buy_btn_inner .btn_txt{
	font-size: 2.1rem;
	color: #fff;
	letter-spacing: 0.1em;
	z-index: 2;
}
.c-buy_btn .c-buy_btn_inner:hover {
	opacity: 1;
	/* background: none; */
	border: 1px solid #1D5184;
}
.c-buy_btn .c-buy_btn_inner:hover::before {
	top: 0;
	right: 0;
	background-color: #1D5184;
	outline: 1px solid #fff;
	outline-offset: -8px;
}
.c-buy_btn .c-buy_btn_inner:hover::after {
  transform: translate(10px, -50%);
}

@media screen and (max-width: 820px) {
	.c-buy_btn{
		width: 100%;
		height: 80px;
		padding: 0 16px;
		margin: 60px auto 0;
		max-width: 480px;
	}
	.c-buy_btn .c-buy_btn_inner{
		outline: 1px solid #fff;
		outline-offset: -4px;
	}
	.c-buy_btn .c-buy_btn_inner::after{
		width: 22%;
		height: 9px;
		background-image: url('../images/common/cv_arrow_wh.svg');
		background-position: center right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.c-buy_btn .c-buy_btn_inner .btn_txt{
		font-size: 1.5rem;
		color: #fff;
		letter-spacing: 0.1em;
	}
}

/* ------------------------------
	.header
------------------------------ */
.l-overlay {
	z-index: 100;
}
.l-header {
	z-index: 110;
}

/* ------------------------------
	.footer
------------------------------ */
.l-online-btn {
	z-index: 20;
}
.l-online-btn-link {
	color: #fff;
	background: linear-gradient(to bottom, rgba(117, 149, 181, 0.58) 0%,rgba(189, 216, 232, 0.82) 100%);
	border: 1px solid #fff;
}

/* ------------------------------
	.c-itemlist
------------------------------ */
.c-itemlist:last-of-type{
	margin-bottom: 0;
}