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%;
	max-height: 100vh;
	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: 84.53%;
}
.p-mv_ttl svg path{
	fill: #ea5090;
}

.p-mv_bottomttl_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: #EA5090;
	opacity: 0.6!important;
	padding: 10px 0;
}
.p-mv_bottomttl {
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 400px;
}
@media screen and (max-width: 900px) {
	.p-mv_bottomttl {
		width: 40.67vw;
	}
}

@media screen and (max-width: 767px) {
	.p-mv .item {
		height: 100vh;
	}
	.p-mv_ttl {
		position: absolute;
		top: auto;
		bottom: 97px;
		left: 50%;
		transform: translateX(-50%);
		width: 80.98vw;
	}
	.p-mv_bottomttl {
		width: 70.67vw;
	}
}
@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{
	
	background-color: #EFEFEF;
}
.p-sec01 .p-sec01_inner{
	max-width: 1118px;
	margin: 0 auto;
	padding: 180px 0 160px;
}
.p-sec01_box {
	display: flex;
	gap: 6.95%;
	justify-content: center;
	align-items: center;
}
.p-sec01_img {
	width: 63.95%;
}
.p-sec01_txt_ttl {
	font-size: 4.39rem;
	font-weight: 200;
	color: #EA5090;
}
.p-sec01_txt_txt {
	font-size: 1.49rem;
	font-weight: 300;
	line-height: 3.62;
	letter-spacing: 2px;
	padding: 20px 0 15px;
}
.p-sec01 .c-buy_btn {
	margin-top: 185px;
}

@media screen and (max-width: 767px) {
	.p-sec01 .p-sec01_inner{
		margin: 0 auto;
		padding: 95px 0 75px;
	}
	.p-sec01_box {
		display: flex;
		flex-direction: column;
		gap: 50px;
		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;
	}
	.p-sec01_txt_txt {
		font-size: 1.2rem;
		line-height: 4;
		padding:15px 0 0;
	}
}

/* ------------------------------
	.p-sec02
------------------------------ */
.p-sec02 {
	padding: 150px 0 185px;
}
.p-sec02_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.p-sec02_subttl {
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	text-align: center;
	margin-bottom: 20px;
}
.p-sec02_ttl {
	font-size: 2.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.p-sec02_ttl .en {
	position: relative;
	display: block;
	font-size: 2.9rem;
	font-weight: 400;
	margin-bottom: 32px;
}
.p-sec02_ttl .en::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 540px;
	height: 1px;
	background: currentColor;
}
.p-sec02_box {
	display: flex;
}
.p-sec02_img {
	flex: 0 0 49%;
}
.p-sec02_wrap {
	position: relative;
	max-width: 380px;
	padding: 0 30px;
	margin: 0 auto;
}
.p-sec02_slider {
	position: relative;
	height: 320px;
	margin-bottom: 30px;
}
.p-sec02_slider_itm {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.p-sec02_slider_itm.is-currentItem {
	display: block;
}
.p-sec02_slider_itm .img {
	display: none;
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-sec02_slider_itm .img.is-currentColor {
	display: flex!important;
	align-items: center;
}
.p-sec02_thumb {
	display: flex;
	justify-content: space-between;
}
.p-sec02_thumb_itm {
	flex: 0 0 28%;
	position: relative;
	cursor: pointer;
}
.p-sec02_thumb_itm.is-currentThumb {
	pointer-events: none;
}
.p-sec02_thumb_itm.is-currentThumb::after {
	content: "";
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
.p-sec02_thumb_itm .img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-sec02_thumb_itm .img.is-currentColor {
	display: block;
}
.p-sec02_slider_btn {
	position: absolute;
	top: 140px;
	height: 24px;
	width: 24px;
	border-top: solid 1px #b0988e;
	border-right: solid 1px #b0988e;
	cursor: pointer;
}
.p-sec02_slider_btn.prev {
	left: 0;
	transform: rotate(-135deg);
}
.p-sec02_slider_btn.next {
	right: 0;
	transform: rotate(45deg);
}
.p-sec02_txt {
	flex: 0 0 51%;
	padding-top: 55px;
}
.p-sec02_txt_ttl {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.p-sec02_txt_lst {
	margin-bottom: 50px;
}
.p-sec02_txt_itm {
	display: flex;
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
.p-sec02_txt_itm .head {
	width: 70px;
	border-right: 1px solid currentColor;
	margin-right: 20px;
	flex-shrink: 0;
}
.p-sec02_txt_itm .narrow {
	letter-spacing: -0.05em;
}
.p-sec02_txt_itm br {
	display: none;
}
.p-sec02_txt_slct {
	display: flex;
	align-items: center;
	border-top: 1px solid currentColor;
	padding-top: 30px;
	margin-bottom: 50px;
}
.p-sec02_txt_clr {
	display: flex;
	align-items: center;
}
.p-sec02_txt_clr_lnk {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 40px;
	cursor: pointer;
}
.p-sec02_txt_clr_lnk.is-selectColor {
	pointer-events: none;
}
.p-sec02_txt_clr_lnk.is-selectColor::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 1px solid #505050;
	border-radius: 50%;
	animation: blink 1s ease-in-out infinite alternate;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.p-sec02_txt_clr_lnk.clr1 {
	background: #EA7FAF;
}
.p-sec02_txt_clr_lnk.clr2 {
	background: #E86343;
}
.p-sec02_txt_clr_lnk.clr3 {
	background: #E06165;
}
.p-sec02_txt_clr_lnk.clr4 {
	background: #E72742;
}
.p-sec02_txt_clr_nm {
	font-size: 1.7rem;
}
.p-sec02_txt_cta_btn {
	display: block;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	border-radius: 32px;
	padding: 13px;
}
.p-sec02_txt_cta_btn.color1 {
	background: #EA7FAF;
}
.p-sec02_txt_cta_btn.color2 {
	background: #E86343;
}
.p-sec02_txt_cta_btn.color3 {
	background: #E06165;
}
.p-sec02_txt_cta_btn.color4 {
	background: #E72742;
}
@media screen and (max-width: 767px) {
	.p-sec02 {
		padding: 45px 30px 70px;
	}
	.p-sec02_inner {
		max-width: 360px;
	}
	.p-sec02_subttl {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.p-sec02_ttl {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	.p-sec02_ttl .en {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.p-sec02_ttl .en::after {
		bottom: -5px;
		max-width: 296px;
	}
	.p-sec02_box {
		display: block;
	}
	.p-sec02_wrap {
		max-width: 335px;
		margin-bottom: 60px;
	}
	.p-sec02_slider {
		height: 275px;
		margin-bottom: 0;
	}
	.p-sec02_thumb {
		max-width: 230px;
		margin: 0 auto;
	}
	.p-sec02_thumb_itm.is-currentThumb::after {
		top: 70px;
	}
	.p-sec02_txt {
		padding-top: 40px;
	}
	.p-sec02_txt_ttl {
		max-width: 295px;
		font-size: 1.5rem;
		margin: 0 auto 15px;
	}
	.p-sec02_txt_lst {
		max-width: 295px;
		margin: 0 auto 30px;
	}
	.p-sec02_txt_itm {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.p-sec02_txt_itm .head {
		width: 50px;
		margin-right: 10px;
	}
	.p-sec02_txt_itm .narrow {
		letter-spacing: normal;
	}
	.p-sec02_txt_itm br {
		display: inline;
	}
	.p-sec02_txt_clr_lnk {
		width: 20px;
		height: 20px;
		margin-right: 25px;
	}
	.p-sec02_txt_clr_nm {
		font-size: 1.1rem;
	}
	.p-sec02_txt_cta_btn {
		font-size: 1.2rem;
		padding: 9px;
	}
}

/* ------------------------------
	.p-sec03
------------------------------ */
.p-sec03 {
	padding-bottom: 115px;
}
.p-sec03_inner {
	max-width: 1280px;
	background-image: url(../images/2025ss_lip/sec03_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 64px 100px 67px;
	margin: 0 auto;
}
.p-sec03_ttl {
	font-size: 2.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 60px;
}
.p-sec03_box_wrap {
	display: flex;
	gap: 45px;
}
.p-sec03_box{
	background-color: #FFFFFF;
	position: relative;
}
.p-sec03_box::after{
	position: absolute;
    border: 1px solid #F1E1E9;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.p-sec03_point{
	width: calc(57% - 20px);
	padding: 55px 20px;
}
.p-sec03_itm {
	display: flex;
	column-gap: 40px;
	margin-bottom: 45px;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.p-sec03_itm_img {
	position: relative;
	max-width: 165px;
}
.p-sec03_itm:last-of-type {
	margin-bottom: 0;
}
.p-sec03_itm_no {
	position: absolute;
	top: -10px;
	left: -15px;
	z-index: 1;
	font-size: 3.1rem;
}
.p-sec03_itm_no img{
	width: 50px;
	height: auto;
}
.p-sec03_itm_ttl {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 40px;
}
.p-sec03_itm_ttl::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 1px;
	background: currentColor;
}
.p-sec03_itm_txt {
	font-size: 1.5rem;
}
.p-sec03_role {
	position: relative;
	padding: 95px 50px 105px;
	margin: 0;
	width: calc(43% - 20px);
}
.p-sec03_role_txt {
	text-align: center;
}
.p-sec03_role_ttl {
	position: relative;
	font-size: 2.3rem;
	font-weight: 500;
	margin-bottom: 65px;
}
.p-sec03_role_ttl::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
}
.p-sec03_role_txt {
	font-size: 1.8rem;
}
.p-sec03_role_img {
	margin: 65px auto 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-sec03 {
		padding-bottom: 0;
	}
	.p-sec03_inner {
		padding: 50px 30px 130px;
		clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
	}
	.p-sec03_ttl {
		font-size: 1.8rem;
		margin-bottom: 44px;
	}
	.p-sec03_box_wrap{
		flex-direction: column;
		gap: 40px;
	}
	.p-sec03_point{
		width: 100%;
		padding: 62px 17.48% 65px;
	}
	.p-sec03_itm {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 65px;
	}
	.p-sec03_itm_ttl {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.p-sec03_itm_ttl::after {
		bottom: -10px;
	}
	.p-sec03_itm_txt{
		font-size: 1.2rem;
	}
	.p-sec03_role {
		width: 100%;
		padding: 55px 10.49% 60px;
	}
	.p-sec03_role_img {
		position: static;
		margin-top: 30px;
		max-width: 335px;
	}
	.p-sec03_role_ttl {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	.p-sec03_role_txt {
		font-size: 1.4rem;
	}
}

/* ------------------------------
	.p-sec04
------------------------------ */
.p-sec04 {
	overflow: hidden;
}
.p-sec04_content{
	clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
	margin-bottom: -149px;
}
.p-sec04_content.content1 {
	background-image: url(../images/2025ss_lip/sec04_content01_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-sec04_content.content2 {
	background-image: url(../images/2025ss_lip/sec04_content02_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-sec04_content.content3 {
	background-image: url(../images/2025ss_lip/sec04_content03_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-sec04_content.content4 {
	background-image: url(../images/2025ss_lip/sec04_content04_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.p-sec04_wrap {
	position: relative;
	max-width: 1920px;
	padding: 255px 0 195px;
	margin: 0 auto;
}
.p-sec04_box {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 4.69vw;
	max-width: 1280px;
	margin: 0 auto;
}
.p-sec04_img1 {
	position: relative;
	max-width: 677px;
	width: 100%;
    height: 785px;
}
.p-sec04_img1_img {
	height: 100%;
}
.p-sec04_img1_ttl_wrap{
	position: absolute;
	top: 65px;
	left: calc(100% - 75px);
}
.p-sec04_img1_ttl {
	z-index: 2;
	display: block;
}
.p-sec04_content.content1 .p-sec04_img1_ttl svg{
	width: 36.25vw;
	max-width: 696px;
}
.p-sec04_content.content1 .p-sec04_img1_ttl svg path{
	fill: #ea7faf;
}
.p-sec04_content.content2 .p-sec04_img1_ttl svg{
	width: 33.28vw;
	max-width: 639px;
}
.p-sec04_content.content2 .p-sec04_img1_ttl svg path{
	fill: #e86343;
}
.p-sec04_content.content3 .p-sec04_img1_ttl {
	left: 80%;
}
.p-sec04_content.content3 .reappearance{
	max-width: 106px;
	width: 5.52vw;
	position: absolute;
	top: 0;
	left:calc(100% + 10px);
}
.p-sec04_content.content3 .p-sec04_img1_ttl svg{
	width: 44.27vw;
	max-width: 850px;
}
.p-sec04_content.content3 .p-sec04_img1_ttl svg path{
	fill: #e06165;
}
.p-sec04_content.content4 .p-sec04_img1_ttl svg{
	width: 30.89vw;
	max-width: 593px;
}
.p-sec04_content.content4 .p-sec04_img1_ttl svg path{
	fill: #e72742;
}

.p-sec04_img1_txt {
	position: absolute;
	width: 100%;
	top: 290px;
	left: calc(100% + 90px);
	z-index: 2;
}
.p-sec04_img1_txt .line{
	display: block;
	width: 1px;
	height: 90px;
	background-color: #231815;
	position: absolute;
	top: -112px;
	left: 10px;
}
.p-sec04_content.content1 .p-sec04_img1_txt{
	max-width: 255px;
	/* width: 13.28vw; */
}
.p-sec04_content.content2 .p-sec04_img1_txt{
	max-width: 361px;
	/* width: 18.8vw; */
}
.p-sec04_content.content3 .p-sec04_img1_txt{
	max-width: 291px;
	/* width: 15.16vw; */
}
.p-sec04_content.content4 .p-sec04_img1_txt{
	max-width: 256px;
	/* width: 13.33vw; */
}

.p-sec04_img2 {
	max-width: 331px;
	margin-top: auto;
	margin-bottom: 0;
}
.p-sec04_img2_img {
	width: 100%;
	margin-bottom: 16px;
}
.p-sec04_img2_txt {
	font-size: 1.7rem;
}

.p-sec04_img3 {
	position: absolute;
	bottom: 120px;
	right: 0;
	z-index: 3;
}
.p-sec04_img3_itm{
	width: 13.1vw;
	height: auto;
	max-width: 194px;
}
.p-sec04_img3_line {
	position: absolute;
	bottom: 35px;
	left: -55px;
	z-index: -1;
	width: 475px;
}
.p-sec04_img3_line.start {
	animation: 0.7s ease-out 0s 1 forwards productLine;
}

@media screen and (max-width: 767px) {
	.p-sec04{
		overflow: initial;
	}
	.p-sec04_wrap {
		padding: 155px  0 116px;
	}
	.p-sec04_content{
		clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
		margin-bottom: -50px;
		overflow: hidden;
	}
	.p-sec04_content.content1 {
		margin-top: -50px;
	}
	.p-sec04_box {
		display: block;
		padding: 0 25px;
	}
	.p-sec04_img1 {
		height: 110vw;
	}
	.p-sec04_img1_ttl_wrap {
		width: 100%;
		top:-32px;
		left: 50%;
		transform: translateX(-50%);
	}

	.p-sec04_content.content3 .reappearance{
		width: 19.95vw;
		position: absolute;
		top: -75px;
		left:auto;
		right: 0;
	}
	.p-sec04_content.content1 .p-sec04_img1_ttl svg,
	.p-sec04_content.content2 .p-sec04_img1_ttl svg,
	.p-sec04_content.content3 .p-sec04_img1_ttl svg,
	.p-sec04_content.content4 .p-sec04_img1_ttl svg{
		width: 100%;
	}
	.p-sec04_img1_txt {
		position: relative;
		top: 120px;
		left: 36px;		
	}
	.p-sec04_img1_txt .line{
		display: block;
		width: 1px;
		height: 62px;
		background-color: #231815;
		position: absolute;
		top: -82px;
		left: 5px;
	}
	.p-sec04_content.content1 .p-sec04_img1_txt{
		max-width: 157.9844px;
	}
	.p-sec04_content.content2 .p-sec04_img1_txt{
		max-width: 185.5645px;
	}
	.p-sec04_content.content3 .p-sec04_img1_txt{
		max-width: 159.0635px;
	}
	.p-sec04_content.content4 .p-sec04_img1_txt{
		max-width: 168.1436px;
	}

	.p-sec04_img2 {
		width: 90%;
		padding-top: 258px;
		margin: 0 auto;
	}
	.p-sec04_img2_txt {
		font-size: 1.2rem;
	}

	.p-sec04_img3 {
		right: 5%;
		bottom: 275px;
		width: 24%;
	}
	.p-sec04_img3_itm{
		width: 85.5px;
	}
	.p-sec04_img3_line {
		bottom: 16%;
		left: 50%;
		transform: translateX(-40%);
		width: 165%;
	}
}
@keyframes productLine {
	0% {
		clip-path: polygon(0 40%, 0 40%, 20% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

/* ------------------------------
	.p-sec05
------------------------------ */
.p-sec05 {
	padding: 50px 0 140px;
}
.p-sec05_ttl {
	font-size: 2.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	color: #EA5090;
	margin-bottom: 70px;
}
.p-sec05_ttl .en {
	position: relative;
	display: block;
	font-size: 2.9rem;
	font-weight: 400;
	margin-bottom: 32px;
}
.p-sec05_ttl .en::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 540px;
	height: 1px;
	background: currentColor;
}
.p-sec05_img {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-sec05 {
		padding: 57px 0 80px;
	}
	.p-sec05_ttl {
		font-size: 1.6rem;
		margin-bottom: 35px;
	}
	.p-sec05_ttl .en {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.p-sec05_ttl .en::after {
		bottom: -5px;
		max-width: 296px;
	}
	.p-sec05_ttl .note {
		display: block;
		font-size: 1.2rem;
	}
}

/* ------------------------------
	.p-sec06
------------------------------ */
.p-sec06 {
	padding: 195px 0 180px;
	margin-bottom: 135px;
	background: #FEF6F9; 
}
.p-sec06_area {
	display: flex;
	justify-content: center;
}
.p-sec06_img_box {
	width: 50%;
	padding-left: 43px;
}
.p-sec06_dtl_box {
	width: 50%;
	padding-right: 80px;
	padding-left: 41px;
}
.p-sec06_dtl_box .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.p-sec06_dtl_box .item:nth-of-type(2n){
	flex-direction: row-reverse;
}
.p-sec06_dtl_box .item:last-child {
	margin-bottom: 0;
}
.p-sec06_dtl_box .item .txt_box {
	width: calc(100% - 224px);
}
.p-sec06_dtl_box .item .txt_box .num {
	font-size: 2.3rem;
	line-height: 1;
}
.p-sec06_dtl_box .item .txt_box .ttl {
	font-size: 2.6rem;
	padding: 15px 0;
	line-height: 1;
}
.p-sec06_dtl_box .item .txt_box .color1 {
	color: #EA7FAF;
}
.p-sec06_dtl_box .item .txt_box .color2 {
	color: #E94D29;
}
.p-sec06_dtl_box .item .txt_box .color3 {
	color: #E94D29;
}
.p-sec06_dtl_box .item .txt_box .color4 {
	color: #DB1343;
}
.p-sec06_dtl_box .item .txt_box .ttl.color1 {
	border-bottom: 2px solid #EA7FAF;
}
.p-sec06_dtl_box .item .txt_box .ttl.color2 {
	border-bottom: 2px solid #E94D29;
}
.p-sec06_dtl_box .item .txt_box .ttl.color3 {
	border-bottom: 2px solid #E94D29;
}
.p-sec06_dtl_box .item .txt_box .ttl.color4 {
	border-bottom: 2px solid #DB1343;
}
.p-sec06_dtl_box .item .txt_box .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 5px;
}
.p-sec06_dtl_box .item:nth-of-type(2n) .txt_box .num,
.p-sec06_dtl_box .item:nth-of-type(2n) .txt_box .ttl,
.p-sec06_dtl_box .item:nth-of-type(2n) .txt_box .txt{
	padding-left:30px;
}
.p-sec06_dtl_box .item .img_box {
	width: 224px;
}
.p-sec06 .c-buy_btn {
	margin-top: 160px;
}
@media screen and (max-width: 767px) {
	.p-sec06 {
		padding: 85px 0 80px;
		margin-bottom: 147px;
	}
	.p-sec06 .l-content-inner {
		padding: 0 3.5046728972vw;
	}
	.p-sec06_area {
		display: block;
	}
	.p-sec06_img_box {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 0;
	}
	.p-sec06_dtl_box {
		width: 100%;
		padding: 0;
		margin-top: 45px;
	}
	.p-sec06_dtl_box .item {
		margin-bottom: 20px;
	}
	.p-sec06_dtl_box .item .txt_box {
		width: calc(100% - 160px);
	}
	.p-sec06_dtl_box .item .txt_box .num {
		font-size: 1.7rem;
	}
	.p-sec06_dtl_box .item .txt_box .ttl {
		font-size: 1.9rem;
		padding: 0 0 8px;
	}
	.p-sec06_dtl_box .item .txt_box .txt {
		font-size: 1.2rem;
	}
	.p-sec06_dtl_box .item:nth-of-type(2n) .txt_box .num, 
	.p-sec06_dtl_box .item:nth-of-type(2n) .txt_box .ttl, 
	.p-sec06_dtl_box .item:nth-of-type(2n) .txt_box .txt {
		padding-left: 26px;
	}
	.p-sec06_dtl_box .item .img_box {
		min-width: 172px;
		width: 40.19vw;
	}
	.p-sec06 .c-buy_btn {
		margin-top: 87px;
		padding: 0;
	}
}

/* ------------------------------
	.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, #E95383 0%, #EA7FAF 50% ,#E95383 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%;
	}
}