body {
	min-width: auto;
}
.l-main {
	overflow-x: hidden;
}
.l-content-inner {
	width: 100%;
	max-width: 1534px;
	margin: 0 auto;
	padding: 0 32px;
}

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

.c-itemlist {
	background: #fff;
}

.c-itemlist:last-of-type {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 821px) {
	.c-itemlist:nth-of-type(n+2) {
		padding: 234px 36px 213.5px;
	}

	.c-itemlist:last-of-type {
		margin-bottom: 65.6px;
		padding-top: 0;
	}

	.c-itemlist-list.c-itemlist-list_4column.glossy {
		grid-template-columns: repeat(4, 169px);
		justify-content: center;
		column-gap: 80.5px;
		margin-top: 100px;
		margin-left: 0;
		margin-right: 0;
	}

	.c-itemlist-list.c-itemlist-list_4column.glossy .item-img {
		width: 169px;
	}

	.c-itemlist-list.c-itemlist-list_4column.glossy .item-name {
		white-space: nowrap;
		margin-top: 7.8px;
	}
}

@media screen and (max-width: 820px) {
	.c-itemlist-list.c-itemlist-list_4column.glossy {
		grid-template-columns: 1fr 1fr;
		column-gap: 22px;
		row-gap: 31.2px;
		margin-top: 50px;
	}

	.c-itemlist-list.c-itemlist-list_4column.glossy .item {
		margin-top: 0;
	}
}

.p-page-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 200vh;
	width: 100%;
	background: url(../images/lipplumper/bg_page_top.webp) no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}
.p-page-bg.is-second {
	height: 100%;
	width: 100%;
	background-image: url(../images/lipplumper/img-second-fixed-pc.webp);
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 820px) {
	.p-page-bg {
		background: url(../images/lipplumper/bg_page_top_sp.webp) no-repeat;
		background-size: contain;
		height: 402.336vw;
	}
	.p-page-bg.is-second {
		height: 100%;
		width: 100%;
		background-image: url(../images/lipplumper/img-second-fixed-sp.webp);
		background-size: cover;
		background-position: center center;
	}

	.c-itemlist.c-itemlist--products {
		background: #f7f7f7;
	}
}

/* ------------------------------
	.p-mv
------------------------------ */

.p-mv__inner {
	position: relative;
	height: 100vh;
}
.p-mv__item {
	position: relative;
	width: 100%;
	height: 100%;
}
.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__text-wrap {
	height: 100%;
	position: relative;
}

.p-mv__ttl-wrap {
	position: relative;
}
.p-mv__ttl-wrap .p-mv__deco {
	position: absolute;
	width: 60px;
	height: auto;
	pointer-events: none;
	object-fit: initial;
}
.p-mv__ttl-wrap .p-mv__deco--pc {
	display: block;
}
.p-mv__ttl-wrap .p-mv__deco--sp {
	display: none;
}

@keyframes p-mv-kirakira {
	0%, 100% {
		opacity: 0;
		transform: scale(0.6);
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
}

@media screen and (min-width: 821px) {
	.p-mv__ttl-wrap .p-mv__deco--pc {
		animation: p-mv-kirakira 2.4s ease-in-out infinite;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-01,
	.p-mv__ttl-wrap .p-mv__deco--pc-04 {
		animation-delay: 0s;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-02,
	.p-mv__ttl-wrap .p-mv__deco--pc-05 {
		animation-delay: -0.8s;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-03,
	.p-mv__ttl-wrap .p-mv__deco--pc-06 {
		animation-delay: -1.6s;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-01 {
		top: -18%;
		left: 24%;
		width: 87px;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-02 {
		top: -7%;
		right: 21%;
		width: 60px;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-03 {
		top: 6%;
		right: -6%;
		width: 56px;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-04 {
		top: 50%;
		left: 10%;
		width: 45px;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-05 {
		bottom: 23%;
		right: -13%;
		width: 124px;
	}
	.p-mv__ttl-wrap .p-mv__deco--pc-06 {
		bottom: 0%;
		left: 14%;
		width: 60px;
	}
}

@media screen and (max-width: 820px) {
	.p-mv__ttl-wrap .p-mv__deco--pc {
		display: none;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp {
		display: block;
		animation: p-mv-kirakira 2.4s ease-in-out infinite;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-01,
	.p-mv__ttl-wrap .p-mv__deco--sp-05 {
		animation-delay: 0s;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-02,
	.p-mv__ttl-wrap .p-mv__deco--sp-06 {
		animation-delay: -0.6s;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-03,
	.p-mv__ttl-wrap .p-mv__deco--sp-07 {
		animation-delay: -1.2s;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-04,
	.p-mv__ttl-wrap .p-mv__deco--sp-08 {
		animation-delay: -1.8s;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-01 {
		top: -15%;
		left: 50%;
		width: 57px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-02 {
		top: 4%;
		right: 6%;
		width: 29px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-03 {
		top: 12%;
		left: -1%;
		width: 51px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-04 {
		top: 23%;
		right: 0%;
		width: 30px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-05 {
		top: 61%;
		left: 4%;
		width: 29px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-06 {
		bottom: -4%;
		left: 32%;
		width: 39px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-07 {
		bottom: -18%;
		right: 30%;
		width: 58px;
	}
	.p-mv__ttl-wrap .p-mv__deco--sp-08 {
		bottom: -21%;
		left: 41%;
		width: 30px;
	}
}

@media screen and (min-width: 821px) {
	.p-mv__ttl-wrap {
		width: 625px;
		position: absolute;
		top: 50%;
		right: 29%;
		transform: translate(50%, -50%);
	}
}

@media screen and (max-width: 1200px) {
	.p-mv__ttl-wrap {
		width: 60.25vw;
	}
}

@media screen and (max-width: 820px) {
	.p-mv__inner {
		height: 218vw;
	}

	.p-mv__ttl-wrap {
		width: 95.699vw;
		max-width: 386px;
		margin-top: 104.589vw;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ------------------------------
	.p-sec01
------------------------------ */
.p-sec01 {
	position: relative;
	background: url(../images/lipplumper/bg_sec01.webp) no-repeat center center;
	background-size: cover;
}

.p-sec01__img {
	position: absolute;
	top: 46.7%;
	left: 50%;
	width: 45.9%;
	aspect-ratio: 1763 / 1450;
	transform: translateX(calc(-50% + 119.405px));
	z-index: 1;
	-webkit-mask-image: url(../images/lipplumper/sec01_img01_pass.webp);
	mask-image: url(../images/lipplumper/sec01_img01_pass.webp);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.p-sec01__img img {
	width: 100%;
	height: auto;
	display: block;
}

.is-parallax {
	position: relative;
	overflow: hidden;
}
.p-sec01__img.is-parallax {
	position: absolute;
}
.is-parallax_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
}
.is-parallax img {
	will-change: transform;
}

.p-sec01__inner {
	position: relative;
	margin-left: 26.042vw;
	padding: 48% 0 14%;
	z-index: 2;
}

.p-sec01__txt {
	position: relative;
}

.p-sec01__ttl {
	width: clamp(280px, 24.896vw, 478px);
}
.p-sec01__ttl img {
	width: 100%;
	height: auto;
}

.p-sec01__lead {
	font-size: 18px;
	color: #C34958;
	font-weight: 400;
	line-height: 2.7;
	letter-spacing: 0.1em;
	margin-top: clamp(36px, 3.802vw, 73px);
}

.p-sec01__annotation {
	font-size: 12px;
	color: #C34958;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-top: clamp(72px, 7.396vw, 142px);
}

.p-sec01__deco {
	display: none;
}

@media screen and (max-width: 820px) {
	.p-sec01 {
		background: url(../images/lipplumper/bg_sec01_sp.webp) no-repeat center center;
		background-size: cover;
		display: flex;
		flex-direction: column;
		padding: 245px 0 16px;
		margin-top: -174px;
	}

	.p-sec01__deco {
		display: block;
		width: 30px;
		margin: 0 auto;
	}
	.p-sec01__deco--top {
		order: 1;
	}
	.p-sec01__deco--bottom {
		order: 5;
		margin-top: 26.7px;
	}

	.p-sec01__inner,
	.p-sec01__txt {
		display: contents;
	}

	.p-sec01__ttl {
		order: 2;
		width: 70vw;
		max-width: 320px;
		margin: 20px auto 0;
		position: relative;
		z-index: 2;
	}

	.p-sec01__img,
	.p-sec01__img.is-parallax {
		order: 3;
		position: relative;
		top: auto;
		left: 42%;
		width: 140.44vw;
		max-width: 526.65px;
		margin: -22px 0;
		transform: translateX(-50%);
		-webkit-mask-image: url(../images/lipplumper/sec01_img01_pass_sp.webp);
		mask-image: url(../images/lipplumper/sec01_img01_pass_sp.webp);
	}

	.p-sec01__lead {
		order: 4;
		padding: 0 7.944vw;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 34px;
		margin-top: -5px;
		text-align: center;
		position: relative;
		z-index: 2;
	}

	.p-sec01__annotation {
		order: 6;
		padding: 0 16px;
		font-size: 8px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 10px;
		margin-top: 53.4px;
		text-align: right;
	}

	.p-sec01__lead .c-annotation_mark,
	.p-sec01__annotation .c-annotation_mark {
		font-size: 8px;
		letter-spacing: -0.05em;
		top: -2px;
		margin-right: 3px;
		position: relative;
	}
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (min-width: 821px) {
	.u-tab-sp {
		display: none;
	}
}

@media screen and (max-width: 820px) {
	.u-tab-pc {
		display: none;
	}
}

.l-online-btn-link.c-modal-open-btn.js-modal-open--onlineshop {
	border: 1px solid;
	color: #fff;
	background: linear-gradient(to bottom, rgba(197, 76, 91, 0.75) 0%, rgba(255, 169, 189, 0.75) 100%);
}

/* ------------------------------
	.p-sec02
------------------------------ */
.p-sec02 {
	position: relative;
	padding: 120px 0 160px;
	background: #fff;
}

.p-sec02__inner {
	position: relative;
	max-width: 1122px;
	margin: 0 auto;
	padding: 0 32px;
}

.p-sec02__header {
	text-align: center;
	margin-bottom: 20px;
}
.p-sec02__eyebrow {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.188em;
	line-height: 1;
	margin-bottom: 37px;
}
.p-sec02__heading {
	font-size: 29px;
	font-weight: 300;
	letter-spacing: 0.188em;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding-bottom: 21.5px;
	display: inline-block;
	min-width: 360px;
}
.p-sec02__tag {
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 19.5px;
}

/* 商品カード */
.p-sec02__product {
	display: flex;
	gap: 71.2px;
	align-items: center;
	margin-bottom: 80px;
}

.p-sec02__gallery {
	position: relative;
	flex: 0 0 418.18px;
	min-width: 0;
}
.p-sec02__gallery-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	pointer-events: none;
}
.p-sec02__gallery-item.is-active {
	position: relative;
	visibility: visible;
	pointer-events: auto;
}
.p-sec02__gallery-main {
	width: 320px;
	margin-bottom: 16px;
}
.p-sec02__gallery-main .swiper-slide {
	width: 320px;
	height: 320px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-sec02__gallery-main .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.p-sec02__gallery-thumbs .swiper-slide img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	display: block;
}
.p-sec02__gallery-thumbs {
	margin-top: 31.3px;
}
.p-sec02__gallery-thumbs .swiper-wrapper {
	justify-content: center;
}
.p-sec02__gallery-thumbs .swiper-slide {
	position: relative;
	cursor: pointer;
	width: 88px;
	flex-shrink: 0;
	padding-bottom: 12px;
}
.p-sec02__gallery-thumbs .swiper-slide-thumb-active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #231815;
}

.p-sec02__info {
	flex: 1;
	min-width: 0;
}
.p-sec02__product-name {
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
.p-sec02__meta {
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}
.p-sec02__meta-item {
	display: flex;
	gap: 16px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 39.8px;
}
.p-sec02__meta-label {
	width: 64px;
	flex-shrink: 0;
	position: relative;
}
.p-sec02__meta-label::after {
	content: '|';
	position: absolute;
	right: 0;
	color: #999;
}

.p-sec02__selector {
	display: flex;
	align-items: center;
	gap: 53px;
	margin: 36px 0 58px;
}
.p-sec02__color-list {
	display: flex;
	gap: 40px;
	align-items: center;
}
.p-sec02__color-list > li {
	line-height: 1;
}
.p-sec02__color-list .p-sec02__color {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: border-color 0.2s;
}
.p-sec02__color.is-active::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #505050;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.p-sec02__color.p-sec02__color--momo    { background-color: #C34958; }
.p-sec02__color.p-sec02__color--suika   { background-color: #AD232D; }
.p-sec02__color.p-sec02__color--budou   { background-color: #952749; }
.p-sec02__color.p-sec02__color--crystal { background-color: #49A1BF; }

.p-sec02__selected {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}

.c-buy_btn--momo    .c-buy_btn_inner { background-color: #C34958; }
.c-buy_btn--suika   .c-buy_btn_inner { background-color: #AD232D; }
.c-buy_btn--budou   .c-buy_btn_inner { background-color: #952749; }
.c-buy_btn--crystal .c-buy_btn_inner { background-color: #49A1BF; }

.p-sec02 .c-buy_btn {
	display: block;
	text-align: center;
}
.p-sec02 .c-buy_btn_inner {
	display: block;
	padding: 21.6px 0 17.6px;
	color: #fff;
	border-radius: 32px;
}
.p-sec02 .c-buy_btn .btn_txt {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
}

/* Swiperナビボタン */
.p-sec02__gallery-main-wrap {
	position: relative;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.p-sec02__gallery-main-wrap .swiper-button-prev,
.p-sec02__gallery-main-wrap .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 25.18px;
	height: 50.37px;
	margin-top: -25.185px;
	z-index: 10;
	cursor: pointer;
}
.p-sec02__gallery-main-wrap .swiper-button-prev {
	left: -47.18px;
}
.p-sec02__gallery-main-wrap .swiper-button-next {
	right: -47.18px;
}
.p-sec02__gallery-main-wrap .swiper-button-prev::after,
.p-sec02__gallery-main-wrap .swiper-button-next::after {
	content: '';
	display: block;
	width: 25.18px;
	height: 50.37px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.18 50.37' fill='none' stroke='%23000' stroke-width='1'><polyline points='0.5,0.5 24.68,25.185 0.5,49.87'/></svg>") no-repeat center/contain;
}
.p-sec02__gallery-main-wrap .swiper-button-prev::after {
	transform: scaleX(-1);
}

@media screen and (max-width: 820px) {
	.p-sec02 {
		padding: 49px 0 90.7px;
	}
	.p-sec02__product {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 0;
	}
	.p-sec02__eyebrow {
		font-size: 12px;
		margin-bottom: 17.6px;
	}
	.p-sec02__heading {
		font-size: 16px;
		padding-bottom: 13px;
		min-width: 0;
	}
	.p-sec02__tag {
		font-size: 11px;
		margin-top: 12.1px;
	}
	.p-sec02__gallery-main-wrap {
		width: 274px;
	}
	.p-sec02__gallery-main {
		width: 274px;
	}
	.p-sec02__gallery-main .swiper-slide {
		width: 274px;
		height: 274px;
	}
	.p-sec02__gallery-main-wrap .swiper-button-prev {
		left: -37.18px;
	}
	.p-sec02__gallery-main-wrap .swiper-button-next {
		right: -37.18px;
	}
	.p-sec02__gallery {
		flex: 0 0 380px;
	}
	.p-sec02__product-name {
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.p-sec02__meta {
		padding-bottom: 24px;
	}
	.p-sec02__meta-item {
		font-size: 12px;
		line-height: 21px;
	}
	.p-sec02__selected {
		font-size: 11px;
	}
	.p-sec02 .c-buy_btn .btn_txt {
		font-size: 12px;
		letter-spacing: 0.08em;
		line-height: 27px;
	}
	.p-sec02__selector {
		margin: 26.9px 0 40px;
		gap: 20px;
	}
	.p-sec02 .c-buy_btn_inner {
		padding: 6px 0 7px;
	}
	.p-sec02__color-list {
		gap: 25px;
	}
	.p-sec02__color-list .p-sec02__color {
		width: 20px;
		height: 20px;
	}
	.p-sec02__color.is-active::before {
		width: 24px;
		height: 24px;
	}
	.p-sec02__gallery-thumbs {
		margin-top: 15px;
	}
	.p-sec02__gallery-thumbs .swiper-slide {
		width: 62.9px;
	}
	.p-sec02__gallery-thumbs .swiper-slide img {
		width: 62.9px;
		height: 62.9px;
	}
}

/* ------------------------------
	.p-sec03
------------------------------ */
.p-sec03 {
	background: url(../images/lipplumper/bg-section-03-pc.webp) no-repeat center center;
	background-size: cover;
	padding: 113px 0;
}

.p-sec03__inner {
	max-width: 1216px;
	margin: 0 auto;
	padding: 0 32px;
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: center;
}

.p-sec03__main {
	flex: 0 0 auto;
	width: 380px;
}
.p-sec03__main img {
	width: 100%;
	height: auto;
	display: block;
}
.p-sec03__main iframe {
	width: 100%;
	aspect-ratio: 9 / 16;
	display: block;
	border: 0;
}

.p-sec03__content {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-sec03__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.p-sec03__title-deco {
	display: block;
	width: 80px;
}
.p-sec03__title-deco img {
	width: 100%;
	height: auto;
	display: block;
}
.p-sec03__title-text {
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #C34958;
}

.p-sec03__item {
	width: 376px;
}
.p-sec03__item img {
	width: 100%;
	height: auto;
	display: block;
}

.p-sec03__qr {
	text-align: center;
	margin-top: 13px;
}
.p-sec03__qr-text {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.1em;
	color: #C34958;
	margin-bottom: 25px;
}
.p-sec03__qr-text::before,
.p-sec03__qr-text::after {
	content: "";
	position: absolute;
	top: 36px;
	width: 2px;
	height: 32px;
	background-color: #C34958;
}
.p-sec03__qr-text::before {
	left: -22px;
	transform: translateY(-50%) rotate(-34deg);
}
.p-sec03__qr-text::after {
	right: -22px;
	transform: translateY(-50%) rotate(34deg);
}
.p-sec03__qr-img {
	width: 124.33px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 820px) {
	.p-sec03 {
		background-image: url(../images/lipplumper/bg-section-03-sp.webp);
		padding: 80px 0 58px;
	}
	.p-sec03__inner {
		flex-direction: column;
		gap: 0;
		padding: 0;
	}
	.p-sec03__content {
		display: contents;
	}
	.p-sec03__title {
		order: 1;
	}
	.p-sec03__main {
		order: 2;
		width: 100%;
		max-width: 296px;
		margin-top: 36.4px;
	}
	.p-sec03__item {
		order: 3;
		width: 281px;
		margin: 0 auto;
	}
	.p-sec03__title {
		gap: 18px;
	}
	.p-sec03__title-deco {
		width: 56px;
	}
	.p-sec03__title-text {
		font-size: 18px;
		line-height: 28px;
	}
	.p-sec03__qr {
		display: none;
	}
}

/* ------------------------------
	.p-sec04
------------------------------ */
.p-sec04 {
	background: url(../images/lipplumper/bg-section-04-pc.webp) no-repeat center top;
	background-size: cover;
	padding: 118px 0 183px;
}

.p-sec04__inner {
	max-width: 952px;
	margin: 0 auto;
	padding: 0 32px;
}

.p-sec04__title {
	text-align: center;
	margin-bottom: 80px;
}
.p-sec04__title img {
	width: 920px;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.p-sec04__compare {
	display: flex;
	justify-content: center;
	gap: 12.4px;
	margin: 0 auto;
	max-width: 580px;
}
.p-sec04__compare-item {
	flex: 1;
	margin: 0;
	position: relative;
	text-align: center;
}
.p-sec04__compare-item img {
	width: 100%;
	height: auto;
	display: block;
}
.p-sec04__compare-label {
	position: absolute;
	top: 11.3px;
	left: 12.3px;
	font-size: 24px;
	font-weight: 600;
	color: #C34958;
	line-height: 1.4;
}
.p-sec04__compare-item:last-child .p-sec04__compare-label {
	left: auto;
	right: 12.3px;
}
.p-sec04__compare-note {
	max-width: 580px;
	margin: 6.5px auto 0;
	text-align: right;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.1em;
	color: #C34958;
}

.p-sec04__points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 55px 40px;
	margin-top: 120px;
}

.p-sec04__point {
	position: relative;
	width: 440px;
	height: 436px;
	background: #fff;
	padding: 52.5px 52px 0;
	border-radius: 4px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-sec04__point-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.p-sec04__point-title img {
	height: auto;
	display: block;
}
.p-sec04__point:nth-child(1) .p-sec04__point-title img {
	width: 172.21px;
}
.p-sec04__point:nth-child(2) .p-sec04__point-title img {
	width: 178.21px;
}
.p-sec04__point:nth-child(3) .p-sec04__point-title img {
	width: 181.81px;
}
.p-sec04__point:nth-child(4) .p-sec04__point-title img {
	width: 178.21px;
}

.p-sec04__point-desc {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
	color: #C34958;
	font-weight: 400;
}
.p-sec04__point-desc .c-annotation_mark {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: 0;
	position: relative;
	top: -2px;
	margin-right: 1px;
}

.p-sec04__point-img img {
	width: 100%;
	height: auto;
	display: block;
}
.p-sec04__point:nth-child(1) .p-sec04__point-img {
	position: relative;
	width: 338.29px;
}
.p-sec04__point:nth-child(1) .p-sec04__point-img::after {
	content: "※イメージ";
	position: absolute;
	right: 0;
	bottom: -30px;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.1em;
	color: #C34958;
}
.p-sec04__point:nth-child(2) .p-sec04__point-img {
	width: 321.27px;
	margin-top: 14px;
}
.p-sec04__point:nth-child(3) .p-sec04__point-img {
	width: 191.44px;
}
.p-sec04__point:nth-child(4) .p-sec04__point-img {
	width: 279px;
}

.p-sec04__annotation {
	margin-top: 13.3px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #C34958;
}

@media screen and (max-width: 820px) {
	.p-sec04 {
		background-image: url(../images/lipplumper/bg-section-04-sp.webp);
		padding: 95px 0 87.3px;
	}
	.p-sec04__inner {
		padding: 0 20px;
	}
	.p-sec04__title {
		margin-bottom: 32px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 400px;
	}
	.p-sec04__compare {
		max-width: 396px;
		width: 100%;
		gap: 8.4px;
	}
	.p-sec04__compare-label {
		top: 2.3px;
		left: 7.3px;
		font-size: 20px;
	}
	.p-sec04__compare-item:last-child .p-sec04__compare-label {
		left: auto;
		right: 7.3px;
	}
	.p-sec04__compare-note {
		margin-top: 0;
		font-size: 10px;
		max-width: 396px;
	}
	.p-sec04__points {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 71.2px;
		margin-top: 76px;
	}
	.p-sec04__point {
		width: 100%;
		max-width: 360px;
		height: 392px;
		padding: 49px 27.8px 0;
		gap: 35px;
	}
	.p-sec04__point:nth-child(1) .p-sec04__point-title img {
		width: 154.98px;
	}
	.p-sec04__point:nth-child(2) .p-sec04__point-title img {
		width: 160.38px;
	}
	.p-sec04__point:nth-child(3) .p-sec04__point-title img {
		width: 163.66px;
	}
	.p-sec04__point:nth-child(4) .p-sec04__point-title img {
		width: 160.38px;
	}
	.p-sec04__point:nth-child(1) .p-sec04__point-img {
		max-width: 304.46px;
		width: 100%;
	}
	.p-sec04__point:nth-child(2) .p-sec04__point-img {
		width: 252px;
	}
	.p-sec04__point:nth-child(3) .p-sec04__point-img {
		width: 161.44px;
	}
	.p-sec04__point:nth-child(4) .p-sec04__point-img {
		width: 232.49px;
	}
	.p-sec04__point-desc {
		font-size: 14px;
		line-height: 25px;
	}
	.p-sec04__point-desc .c-annotation_mark {
		font-size: 8px;
		top: -4px;
	}
	.p-sec04__annotation {
		font-size: 8px;
		max-width: 360px;
		margin: 8.5px auto 0;
	}
}

/* ------------------------------
	.p-sec05
------------------------------ */
.p-sec05 {
	background: url(../images/lipplumper/bg_luxury_pc.webp) no-repeat center top;
	background-size: cover;
	padding: 0 0 160px;
}

.p-sec05__inner {
	max-width: 1044px;
	margin: 0 auto;
	padding: 0 32px;
}

.p-sec05__list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
@media screen and (min-width: 821px) {
	.p-sec05__list .p-sec05__item + .p-sec05__item {
		margin-top: -160px;
	}
	.p-sec05__item {
		width: 980px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.p-sec05__item {
	position: relative;
	isolation: isolate;
}
.p-sec05__item img {
	width: 100%;
	height: auto;
	display: block;
}
.p-sec05__item .p-sec05__item-bg {
	position: absolute;
	top: 43%;
	left: 41%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: none;
	pointer-events: none;
	z-index: 1;
}
.p-sec05__item:nth-child(1) .p-sec05__item-bg {
	width: 480px;
}
.p-sec05__item:nth-child(2) .p-sec05__item-bg {
	width: 611.7px;
}
.p-sec05__item:nth-child(3) .p-sec05__item-bg {
	width: 653.33px;
}
.p-sec05__item:nth-child(4) .p-sec05__item-bg {
	width: 717.8px;
}
.p-sec05__item-bg {
	clip-path: polygon(0 40%, 0 40%, 20% 100%, 0% 100%);
}
.p-sec05__item-bg.start {
	animation: 0.7s ease-out 0s 1 forwards productLine;
}
@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__item .p-sec05__item-front {
	position: absolute;
	top: 44%;
	left: 58%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: none;
	pointer-events: none;
}
.p-sec05__item:nth-child(1) .p-sec05__item-front {
	width: 548.37px;
}
.p-sec05__item:nth-child(2) .p-sec05__item-front {
	width: 567.48px;
}
.p-sec05__item:nth-child(3) .p-sec05__item-front {
	width: 571.4px;
}
.p-sec05__item:nth-child(4) .p-sec05__item-front {
	width: 563.35px;
}
.p-sec05__item .p-sec05__item-name-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	text-align: center;
	pointer-events: none;
}
.p-sec05__item .p-sec05__item-name {
	display: inline-block;
	height: auto;
}
.p-sec05__item:nth-child(1) .p-sec05__item-name {
	width: 574.89px;
}
.p-sec05__item:nth-child(2) .p-sec05__item-name {
	width: 500.84px;
}
.p-sec05__item:nth-child(3) .p-sec05__item-name {
	width: 563.85px;
}
.p-sec05__item:nth-child(4) .p-sec05__item-name {
	width: 611.67px;
}

.p-sec05__under {
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 820px) {
	.p-sec05 {
		background-image: url(../images/lipplumper/bg_luxury_sp.webp);
		padding: 137.2px 0 0;
		overflow: hidden;
	}
	.p-sec05__inner {
		max-width: 100%;
		padding: 0 20px;
	}
	.p-sec05__list {
		gap: 40px;
	}
	.p-sec05__item .p-sec05__item-pattern {
		width: 731.08px;
		max-width: none;
		margin-left: calc(50% - 365.54px);
	}
	.p-sec05 .p-sec05__item .p-sec05__item-bg {
		top: 32%;
	}
	.p-sec05 .p-sec05__item:nth-child(1) .p-sec05__item-bg {
		width: 302px;
		left: 51%;
	}
	.p-sec05 .p-sec05__item:nth-child(2) .p-sec05__item-bg {
		width: 374.57px;
		left: 51%;
	}
	.p-sec05 .p-sec05__item:nth-child(3) .p-sec05__item-bg {
		width: 374.57px;
		left: 45%;
	}
	.p-sec05 .p-sec05__item:nth-child(4) .p-sec05__item-bg {
		width: 374.57px;
		top: 29%;
		left: 45%;
	}
	.p-sec05 .p-sec05__item .p-sec05__item-front {
		top: 43%;
	}
	.p-sec05 .p-sec05__item:nth-child(1) .p-sec05__item-front {
		width: 379.04px;
		left: 48%;
	}
	.p-sec05 .p-sec05__item:nth-child(2) .p-sec05__item-front {
		width: 395.04px;
		left: 45%;
	}
	.p-sec05 .p-sec05__item:nth-child(3) .p-sec05__item-front {
		width: 379.04px;
		left: 49.5%;
	}
	.p-sec05 .p-sec05__item:nth-child(4) .p-sec05__item-front {
		width: 403.32px;
		left: 39.4%;
	}
	.p-sec05 .p-sec05__item:nth-child(1) .p-sec05__item-name {
		width: 360px;
	}
	.p-sec05 .p-sec05__item:nth-child(2) .p-sec05__item-name {
		width: 328px;
	}
	.p-sec05 .p-sec05__item:nth-child(3) .p-sec05__item-name {
		width: 366.63px;
	}
	.p-sec05 .p-sec05__item:nth-child(4) .p-sec05__item-name {
		width: 392.21px;
	}
	.p-sec05 .p-sec05__item .p-sec05__item-name-wrap {
		top: 0;
		bottom: auto;
	}
}
