body{
	min-width: auto;
}

.m-min {
	font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
	.l-header{
		background-color: transparent;
	}
}

/* ------------------------------
	.p-mv
------------------------------ */
.p-mv {
	position: relative;
}
.p-mv .item {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}
.p-mv .item picture {
	width: 100%;
	height: 100%;
}
.p-mv .item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-mv_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 83.07%;
}
.p-mv_ttl .brown{
	fill: #927162;
}
.p-mv_ttl .white{
	fill: #fff;
}
.p-mv_ttl .round{
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .47px;
}

.p-mv_bottomttl {
	position: absolute;
	bottom: 50px;
	left: 5.21%;
	width: 33.7%;
}
.p-mv_bottomttl img{
	mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767px) {
	.p-mv .item {
		height: 100vh;
		min-height: 700px;
	}
	.p-mv_ttl {
		top: 67px;
		bottom: auto;
		transform: translate(-50%, 0);
		width: 77.8vw
	}
	.p-mv_bottomttl {
        bottom: 20px;
        left: 3%;
        width: 30vw;
	}
}
@keyframes mvLine {
	0% {
		opacity: 0;
		clip-path: polygon(0 0, 0 0, 15% 100%, 0 100%);
	}
	100% {
		opacity: 0.6;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

/* ------------------------------
	.p-sec01
------------------------------ */
.p-sec01 .p-sec01_inner{
	max-width: 1180px;
	margin: 0 auto;
	padding: 190px 0 126px;
}
.p-sec01 .breadcrumb {
	padding: 20px 20px 0;
}
.p-sec01 .breadcrumb_lst {
	max-width: 1792px;
	margin: 0 auto;
}
.p-sec01 .breadcrumb_itm {
	display: inline-block;
	font-size: 1.7rem;
	color: #182980;
}
.p-sec01 .breadcrumb_itm:not(:last-child)::after {
	content: "＞";
	color: #000;
	margin-left: 5px;
}
.p-sec01 .breadcrumb_lnk {
	color: #000;
}
.p-sec01_box {
	display: flex;
	gap: 6.95%;
	justify-content: center;
}
.p-sec01_img {
	width: 60.59%;
}
.p-sec01_item {
	padding-top: 30px;
}
.p-sec01_item:nth-of-type(2) {
	padding-top: 45px;
}
.p-sec01_txt_ttl {
	font-size: 4.39rem;
	font-weight: 200;
	color: #927162;
}
.p-sec01_txt_txt {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 3.4;
	padding: 20px 0 25px;
	border-bottom: 1px solid #9A9B9B;
}
.p-sec01_item_dtl_wrap{
	padding-top: 45px;
}
.p-sec01_item_dtl{
	display: flex;
	gap: 14px;
}
.p-sec01_item_nm p,
.p-sec01_item_dtl p{
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 2;
}
.p-sec01_item_dtl .small{
	font-size: 1.2rem;
}
.p-sec01_item_dtl p:first-of-type{
	width: 53px;
	position: relative;
}
.p-sec01_item_dtl p:first-of-type::after{
	content: '';
	background-color: #9FA0A0;
	width: 1px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.p-sec01 .c-buy_btn {
	margin-top: 180px;
}

@media screen and (max-width: 767px) {
	.p-sec01 .p-sec01_inner{
		padding: 95px 0 120px;
	}
	.p-sec01 .breadcrumb {
		padding: 0 3.5046728972vw;
	}
	.p-sec01 .breadcrumb_itm {
		font-size: 1rem;
	}
	.p-sec01_box {
		display: flex;
		flex-direction: column;
		gap: 60px;
		justify-content: center;
	}
	.p-sec01_img {
		width: 100%;
	}
	.p-sec01_item {
		padding-top: 0;
		padding: 0 8vw 0;
	}
	.p-sec01_txt_ttl {
		font-size: 4rem;
        letter-spacing: -1px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.p-sec01_txt_txt {
		font-size: 1.2rem;
		line-height: 2.3;
		padding: 0 0 15px;
	}
	.p-sec01_item_dtl_wrap{
		padding-top: 40px;
	}
	.p-sec01_item_dtl{
		gap: 12px;
	}
	.p-sec01_item_dtl p{
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 2.3;
	}
	.p-sec01 .c-buy_btn {
		margin-top: 60px;
	}
}

/* ------------------------------
	.p-sec02
------------------------------ */
.p-sec02 {
	padding: 110px 0 77px;
	background-color: #F2F1EF;
}
.p-sec02_inner {
	max-width: 1382px;
	padding: 0 20px;
	margin: 0 auto;
}
.p-sec02_ttl{
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}
.p-sec02_ttl h2{
	font-size: 3.5rem;
	font-weight: 300;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #231815;
}
.p-sec02_ttl span{
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 2.5px;
}

.p-sec02_box {
	display: flex;
	gap: 1.93%;
	justify-content: space-between;
	margin-top: 100px;
}
.p-sec02_item_wrap{
	width: calc(50% - 0.965%);
 }
.p-sec02_item_wrap .p-sec02_ttl_wrap{
	padding-left: 160px;
	padding-bottom: 45px;
 }

.p-sec02_item_wrap .p-sec02_col{
	font-size: 2rem;
	padding: 5px 20px;
	font-weight: 400;
	line-height: 1.05;
	margin-bottom: 18px;
	border-radius: 5px;
	display: inline-block;
	color:#fff;
}
.p-sec02_item_wrap .p-sec02_col.brown{
	background-color: #B18B79;
}
.p-sec02_item_wrap .p-sec02_col.perl{
	background-color: #A2ABBD;
}
.p-sec02_item_wrap .p-sec02_itemttl {
	/* font-size: 2.7rem; */
	font-size: clamp(2.3rem, 1.85vw, 2.7rem);
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1;
}

.p-sec02_item{
	background-color: #ffffff;
	position: relative;
	padding: 40px 60px 55px 165px;  
}
.p-sec02_item::before{
	position: absolute;
    inset: -5px 5px 5px -5px;
    content: '';
	border: 1.05px solid #353535;
}
.p-sec02_item::after{
	position: absolute;
	top:-5px;
	left: 40px;
    content: '';
	width: 120px;
	height: 1.05px;
	background-color: #F2F1EF;
}

.p-sec02_item .p-sec02_img {
	position: absolute;
	bottom: 40px;
	left: 40px;
	max-width: 108px;
	z-index: 2;
}

.p-sec02_item .p-sec02_point{
	padding: 26px 0 20px 8px;
	border-bottom: 1px dashed #231815;
	display: flex;
	align-items: center;
}
.p-sec02_item .p-sec02_point:first-of-type{
	padding-top: 0;
}
.p-sec02_item .p-sec02_point:last-of-type{
	border-bottom: none;
}
.p-sec02_item .p-sec02_point_num{
	font-size: 4.4rem;
	font-weight: 600;
	padding-right: 18px;
	line-height: 0.57;
}
.p-sec02_item .p-sec02_point_num.brown{
	color:#B18B79;
}
.p-sec02_item .p-sec02_point_num.perl{
	color:#A2ABBD;
}
.p-sec02_item .p-sec02_point_txt{
	padding-left: 10px;
	position: relative;
}
.p-sec02_item .p-sec02_point_txt::before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.p-sec02_item .p-sec02_point_head{
	font-size: clamp(1.65rem, 1.3vw, 2rem);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1.5px;
}
.p-sec02_item .p-sec02_point_subtxt{
	font-size: 1.4rem;
	font-weight: 400;
}
.p-sec02_point_annotation {
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.p-sec02 {
		padding: 45px 0 55px;
		background-color: #F2F1EF;
	}
	.p-sec02_inner {
		padding: 0 3.5046728972vw;
	}
	.p-sec02_ttl{
		text-align: center;
		max-width: 186px;
		margin: 0 auto;
		line-height: 1;
	}
	.p-sec02_ttl h2{
		font-size: 2.1rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.p-sec02_ttl span{
		font-size: 1.3rem;
		letter-spacing: 1.5px;
	}
	.p-sec02_box {
		display: flex;
		flex-direction: column;
		gap: 45px;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.p-sec02_item_wrap{
		width: 100%;
		position: relative;
	 }
	 .p-sec02_img {
		width: 100vw;
	 }
	 .p-sec02_item .p-sec02_img {
		position: static;
	}
	.p-sec02_item_wrap .p-sec02_ttl_wrap{
		padding-left: 0px;
		padding-bottom: 30px;
		text-align: center;
	 }
	.p-sec02_item_wrap .p-sec02_col{
		font-size: 1.4rem;
		padding: 5px 10px;
		line-height: 1.05;
	}
	.p-sec02_item_wrap .p-sec02_itemttl {
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 1.1;
	}
	.p-sec02_item{
		background-color: #ffffff;
		position: relative;
		padding: 30px 15px 10px;  
	}
	.p-sec02_item::before{
		position: absolute;
		inset: -6px 0px -6px;
		content: '';
		border: 1px solid #000000;
		border-left: none;
		border-right: none;
	}
	.p-sec02_item::after{
		content:none;
	}
	.p-sec02_item .p-sec02_point{
		padding: 30px 0 25px 6px;
	}
	.p-sec02_item .p-sec02_point_num{
		font-size: 3.5rem;
		padding-right: 15px;
		line-height: 0.57;
	}
	.p-sec02_item .p-sec02_point_txt{
		padding-left: 14px;
	}
	.p-sec02_item .p-sec02_point_head{
		font-size: 1.98rem;
		line-height: 1.3;
	}
	.p-sec02_item .p-sec02_point_subtxt{
		font-size: 1.2rem;
	}
	.p-sec02_point_annotation {
		font-size: 1.2rem;
		font-weight: 300;
		text-align: center;
		margin-top: 27px;
	}
}

/* ------------------------------
	.p-sec03
------------------------------ */
.p-sec03 {
	padding-top: 265px;
	padding-bottom: 270px;
	overflow: hidden;
}
.p-sec03_inner {
	max-width: 1480px;
	padding: 0 20px;
	margin: 0 auto;
}
.p-sec03_content{
	padding-bottom: 175px;
	border-bottom: 1px solid #A6A7A7;
	margin-bottom: 165px;
}
.p-sec03_content:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.p-sec03_content .p-sec03_box {
	position: relative;
}
.p-sec03_content .p-sec03_img_wrap{
	width: 58.7%;
	position: relative;
}
.p-sec03_content:nth-of-type(2) .p-sec03_img_wrap{
	margin-right: 0;
	margin-left: auto;
}
.p-sec03_content .p-sec03_img_wrap .p-sec03_img{
	position: relative;
}
.p-sec03_content .p-sec03_img_wrap .p-sec03_img::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.p-sec03_content:nth-child(1) .p-sec03_img_wrap .p-sec03_img::after{
	background-image: url(../images/2025ss_stick/sec03_img01_01.webp);
	background-size: cover;
	opacity: 0;	
}
.p-sec03_content:nth-child(2) .p-sec03_img_wrap .p-sec03_img::after{
	background-image: url(../images/2025ss_stick/sec03_img02_01.webp);
	background-size: cover;	
	opacity: 0;	
}
.p-sec03_content .c-fade-up-right {
	-webkit-transform: translate(20px, 20px);
			transform: translate(20px, 20px);
	opacity: 0;
}
.p-sec03_content .c-fade-up-right.js-animeOn {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
	transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
	transition: transform 0.7s ease, opacity 0.7s ease;
	transition: transform 0.7s ease, opacity 0.7s ease, -webkit-transform 0.7s ease;
}

.p-sec03_content .p-sec03_img_wrap .p-sec03_img.js-animeOn::after{
	-webkit-transform: translate(calc(-50% + 20px), calc(-50% - 20px));
			transform: translate(calc(-50% + 20px), calc(-50% - 20px));
	opacity: 0.5;
	-webkit-transition: opacity 2.5s ease, -webkit-transform 2.5s ease;
	transition: opacity 2.5s ease, -webkit-transform 2.5s ease;
	transition: transform 2.5s ease, opacity 2.5s ease;
	transition: transform 2.5s ease, opacity 2.5s ease, -webkit-transform 2.5s ease;
}
.p-sec03_content .p-sec03_img_wrap .p-sec03_copy {
    position: absolute;
    top: 15.63%;
	left: 10.55%;
}
.p-sec03_content .p-sec03_img_wrap .p-sec03_copy p{
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: clamp(2.3rem, 2.233333vw, 3rem);
	font-weight: 300;
	line-height: 2;
	color: #927162;
}
.p-sec03_content .p-sec03_img_wrap .p-sec03_copy p span{
	border-right: 1px solid #927162;
}

.p-sec03_content .p-sec03_txt{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.p-sec03_content:nth-child(2) .p-sec03_txt{
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
}

.p-sec03_item{
	display: flex;
	align-items: flex-start;
	gap: 3.55vw;
}
.p-sec03_item_img img{
	max-width: 50px;
	width: 3.55vw;
	height: auto;
}
.p-sec03_itemcol_img{
	margin-bottom: 20px;
}
.p-sec03_itemcol_img img{
	max-width: 365px;
	width: 23.62vw;
	height: auto;
}

.p-sec03_content .p-sec03_ttl_eg{
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	color: #595757;
}
.p-sec03_content .p-sec03_ttl {
	font-size: clamp(6.125rem, 5.233333vw, 8.8rem);
	font-weight: 300;
	line-height: 1;
	padding-bottom: 13px;
}
.p-sec03_content .p-sec03_ttl_jp {
	font-size: 1.6rem;
	font-weight: 500;
	color: #211613;
}

.p-sec03_content:nth-of-type(1) .p-sec03_item:nth-of-type(1) .p-sec03_ttl {
	color:#BDA379;
}
.p-sec03_content:nth-of-type(1) .p-sec03_item:last-of-type .p-sec03_ttl {
	color:#ffffff;
	text-shadow: 
		1px  1px 0px #9FACAD,
		-1px  1px 0px #9FACAD,
		1px -1px 0px #9FACAD,
		-1px -1px 0px #9FACAD,
		1px  0px 0px #9FACAD,
		0px  1px 0px #9FACAD,
		-1px  0px 0px #9FACAD,
		0px -1px 0px #9FACAD;
}
.p-sec03_content:nth-of-type(2) .p-sec03_item:nth-of-type(1) .p-sec03_ttl {
	color:#B18B79;
}
.p-sec03_content:nth-of-type(2) .p-sec03_item:last-of-type .p-sec03_ttl {
	color:#ffffff;
	text-shadow    : 
       1px  1px 0px #B0A8A8,
      -1px  1px 0px #B0A8A8,
       1px -1px 0px #B0A8A8,
      -1px -1px 0px #B0A8A8,
       1px  0px 0px #B0A8A8,
       0px  1px 0px #B0A8A8,
      -1px  0px 0px #B0A8A8,
       0px -1px 0px #B0A8A8;
}


.p-sec03_itemcross{
	margin-left: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.p-sec03_itemcross img{
	width: 90px;
	height: 90px;
}
.p-sec03_content .js-animeOn.-delay1 {
	-webkit-transition-delay: 0.35s;
			transition-delay: 0.35s;
}
.p-sec03_content .js-animeOn.-delay2 {
	-webkit-transition-delay: 0.5s;
			transition-delay: 0.5s;
}
.p-sec03_content .js-animeOn.-delay3 {
	-webkit-transition-delay: 1s;
			transition-delay: 1s;
}


@media screen and (max-width: 767px) {
	.p-sec03 {
		padding-top: 150px;
		padding-bottom: 120px;
	}
	.p-sec03_inner {
		padding: 0 3.5046728972vw;
	}
	.p-sec03_content{
		padding-bottom: 75px;
		border-bottom: 1px solid #A6A7A7;
		margin-bottom: 155px;
	}
	.p-sec03_content .p-sec03_img_wrap{
		width: calc(100% - 10px);
	}
	.p-sec03_content:nth-of-type(2) .p-sec03_img_wrap{
		margin-right: auto;
		margin-left: auto;
	}
	.p-sec03_content .p-sec03_img_wrap .p-sec03_img.js-animeOn::after{
		-webkit-transform: translate(calc(-50% + 10px), calc(-50% - 10px));
				transform: translate(calc(-50% + 10px), calc(-50% - 10px));
		opacity: 0.5;
		-webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
		transition: opacity 3s ease, -webkit-transform 3s ease;
		transition: transform 3s ease, opacity 3s ease;
		transition: transform 3s ease, opacity 3s ease, -webkit-transform 3s ease;
	}
	.p-sec03_content .p-sec03_img_wrap .p-sec03_copy {
		position: absolute;
		top: -70px;
		left: 15px;
		height: 100%;
	}
	.p-sec03_content .p-sec03_img_wrap .p-sec03_copy p{
		font-size: 2.25rem;
		line-height: 2;
	}	
	.p-sec03_content .p-sec03_txt{
		position: static;
	}
	.p-sec03_content:nth-child(2) .p-sec03_txt{
		position: static;
	}
	
	.p-sec03_item{
		margin-top: 65px;
		display: flex;
		align-items: flex-start;
		gap: 35px;
	}
	.p-sec03_content .p-sec03_item:last-of-type{
		margin-top: 0;
	}
	.p-sec03_item_img img{
		width: 38px;
		margin-left: 25px;
		height: auto;
	}
	.p-sec03_itemcol_img img{
		width: 100%;
	}
	.p-sec03_content .p-sec03_ttl_eg{
		font-size: 1.8rem;
	}
	.p-sec03_content .p-sec03_ttl {
		/* font-size: 5.3rem; */
		font-size: clamp(4rem, 10.5vw, 5.3rem);
		line-height: 1;
		padding: 10px 0;
	}
	.p-sec03_content .p-sec03_ttl_jp {
		font-size: 1.2rem;
	}
	
	.p-sec03_itemcross{
		margin: 46px auto 36px;
	}
	.p-sec03_itemcross img{
		width: 72px;
		height: 72px;
	}
}
/* ------------------------------
	.p-sec04
------------------------------ */
.p-sec04 {
	padding: 95px 0 68px;
	background: linear-gradient(180deg, #F3F1EF 0%, #FFF 100%);
}
.p-sec04_inner{
	max-width: 1007px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.p-sec04_ttl{
	text-align: center;
	letter-spacing: 2px;
	line-height: 1
}
.p-sec04_ttl span{
	font-size: 3.5rem;
	font-weight: 400;
	color: #927162;
	display: inline-block;
	margin-bottom: 35px;
}
.p-sec04_ttl h2{
	font-size: 4.1rem;
}
.p-sec04_content{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:27px;
	margin-top: 83px;
	max-width: 100%;
}
.p-sec04_img{
	position: relative;
}
.p-sec04_img p{
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 3px;
	top: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}
.p-sec04_content .triangle{
	width: 39.5px;
	height: auto;
}
.p-sec04_annotation{
	margin-top: 16px; 
	font-size:1.35rem;
	font-weight: 300;
	line-height: 1;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.p-sec04 {
		padding: 30px 0 64px;
	}
	.p-sec04_inner{
		padding: 0 3.5046728972vw;
	}
	.p-sec04_ttl{
		letter-spacing: 2px;
	}
	.p-sec04_ttl span{
		font-size: 2.1rem;
		margin-bottom: 16px;
	}
	.p-sec04_ttl h2{
		font-size: 1.8rem;
	}
	.p-sec04_content{
		gap:7px;
		margin-top: 30px;
	}
	.p-sec04_img{
		position: relative;
	}
	.p-sec04_img p{
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		padding: 4px 11px;
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 1;
		letter-spacing: 3px;
		top: 7px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 2;
	}
	.p-sec04_content .triangle{
		width: 15.5px;
		height: auto;
	}
	.p-sec04_annotation{
		margin-top: 10px; 
		font-size:1rem;
	}
}

/* ------------------------------
	.p-sec05
------------------------------ */
.p-sec05 {
	padding: 115px 0 165px;
	background: linear-gradient(180deg, #F3F1EF 0%, #FFF 100%);
}
.p-sec05_inner{
	max-width: 1348px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.p-sec05_ttl{
	text-align: center;
	letter-spacing: 2px;
	line-height: 1;
}
.p-sec05_ttl span{
	font-size: 3.5rem;
	font-weight: 400;
	color: #927162;
	margin-bottom: 37px;
	display: inline-block;
}
.p-sec05_ttl h2{
	font-size: 4.1rem;
	letter-spacing: 3px;
}
.p-sec05_content{
	margin-top: 52px;
	padding: 67px 93px 70px;
	border: 0.9px solid #A6A7A7;
	background-color: #FFFFFF;
}
.p-sec05_item{
	margin-bottom: 100px;
}
.p-sec05_item:last-of-type{
	margin-bottom: 0;
}
.p-sec05_item_ttl{
	border-bottom: 0.9px solid #231815;
	margin-bottom: 40px;
	text-align: center;
	padding-bottom: 10px;
}
.p-sec05_item_ttl h3{
	font-size: 2.7rem;
	font-weight: 400;
	letter-spacing: 3px;
}
.p-sec05_item_dtl{
	display: flex;
	align-items: center;
	gap:45px;
}
.p-sec05_img_area{
	width: 58.77%;
}
.p-sec05_img_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:27px;
}
.p-sec05_img p{
	font-size: 1.7rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 14px;
	line-height: 1;
}
.p-sec05_content .triangle{
	width: 24.9px;
	height: auto;
}
.p-sec05_annotation{
	margin-top: 14px; 
	font-size:1.35rem;
	font-weight: 300;
	text-align: right;
	line-height: 1;
}
.p-sec05_txt_area{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.p-sec05 {
		padding: 30px 0 82px;
	}
	.p-sec05_inner{
		padding: 0 3.5046728972vw;
	}
	.p-sec05_ttl span{
		font-size: 2.1rem;
		margin-bottom: 16px;
	}
	.p-sec05_ttl h2{
		font-size: 1.8rem;
	}
	.p-sec05_content{
		margin-top: 26px;
		padding: 50px 19px 63px;
		border: 1px solid #A6A7A7;
	}
	.p-sec05_item{
		margin-bottom: 63px;
	}
	.p-sec05_item_ttl{
		border-bottom: 1px solid #231815;
		margin-bottom: 27px;
		padding-bottom: 6px;
	}
	.p-sec05_item_ttl h3{
		font-size: 1.5rem;
	}
	.p-sec05_item_dtl{
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}
	.p-sec05_img_area{
		width: 100%;
	}
	.p-sec05_img_wrap{
		gap:5px;
	}
	.p-sec05_img p{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.p-sec05_content .triangle{
		width: 12.5px;
		height: auto;
	}
	.p-sec05_annotation{
		margin-top: 5px; 
		font-size:1rem;
	}
	.p-sec05_txt_area{
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

/* ------------------------------
	.p-sec06
------------------------------ */
.p-sec06{
	margin-bottom: 40px;
}
.p-sec06_inner {
	max-width: 1348px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.p-sec06 .c-buy_btn {
	margin-top: 110px;
}
@media screen and (max-width: 767px) {
	.p-sec06{
		margin-bottom: 70px;
	}
	.p-sec06_inner {
		padding: 0;
	}
	.p-sec06 .c-buy_btn {
		margin-top: 67px;
	}
}

/* ------------------------------
	.c-buy_btn
------------------------------ */
.c-buy_btn{
	max-width: 879px;
	margin: 114px auto 0;
}
.c-buy_btn .c-buy_btn_inner{
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
.c-buy_btn .c-buy_btn_inner .btn_txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.1rem;
	color: #fff;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.c-buy_btn{
		width: 100%;
		padding: 0 3.5046728972vw;
		margin: 17.523364485981308vw auto 0;
	}
	.c-buy_btn .c-buy_btn_inner .btn_txt{
		font-size: 3.5046728971962615vw;
	}
}

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

/* ------------------------------
	.footer
------------------------------ */
.l-online-btn {
	z-index: 20;
	display: none;
}
.l-online-btn-link {
	color: #fff;
	background: linear-gradient(90deg, #927162 0%, #B18B79 50% ,#927162 100%);
}

/* ------------------------------
	.is-parallax
------------------------------ */
.is-parallax {
	position: relative;
	overflow: hidden;
}
.is-parallax_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 130%;
	max-width: 130%;
}
.is-parallax img {
	will-change: transform;
}
@media screen and (max-width: 767px) {
	.is-parallax_wrap {
		width: 150%;
		max-width: 150%;
	}
}