/* common ----------------------------------- */
html, body {
	overflow-x: hidden;
}

.pp-ss22 {
	font-family: yu-mincho-pr6n, sans-serif;
	color: #231815;
	margin-bottom: 100px;
	line-height: 1.6;
}
.pp-ss22 a {
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}
.pp-ss22 a:hover {
	opacity: .7;
}
.pp-ss22 img {
	max-width: 100%;
	display: inline-block;
}
.pp-ss22 .common-w {
	max-width: 1000px;
	margin: 0 auto;
}
.pp-ss22 .full-w {
	width: 100%;
	padding-left: 6vw;
	padding-right: 6vw;
}
.pp-ss22 .grid {
	display: flex;
}
.pp-ss22 .sp {
	display: none;
}
.pp-ss22 .pc {
	display: block;
}
.pp-ss22 .pc.grid {
	display: flex;
}

@media screen and (max-width:768px) {
	.pp-ss22 {
		margin-bottom: 0;
	}
	.pp-ss22 .common-w {
		width: 100%;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.pp-ss22 .full-w {
		padding-left: 0;
		padding-right: 0;
	}
	.pp-ss22 .pc {
		display: none;
	}
	.pp-ss22 .pc.grid {
		display: none;
	}
	.pp-ss22 .sp {
		display: block;
	}
	.pp-ss22 .sp.grid {
		display: flex;
	}
}

@media only screen and (min-width: 559px) and (max-width: 768px) {
	.pp-ss22 .sp {
		display: block !important;
	}
	.btn span, .btn a {
		line-height: 2.2;
	}
}

/* fade animation ----------------------------------- */
.pp-ss22 .effect-fade {
	opacity : 0;
	transform : translateY(120px);
	transition : all 2s;
}
.pp-ss22 .effect-fade.effect-scroll {
	opacity: 1;
	transform: translateY(0);
}

/* kv ----------------------------------- */
.pp-ss22 .kv {
	background: url(../../assets/img/lp/ppAuraSS2022/kv_bg.jpg) center center no-repeat;
	background-size: cover;
	transform: matrix(1.2, 0, 0, 1.2, 0, 0);
	opacity: 0.7;
	transition: 3s;
}
.pp-ss22 .kv.active {
	transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
}
.pp-ss22 .kv .common-w {
	position: relative;
	height: calc(100vh - 150px);
	min-height: 600px;
	max-height: 1000px;
}
.pp-ss22 .kv .txt-wrap {
	display: inline-block;
	position: absolute;
	top: 52%;
	right: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: 3s;
}
.pp-ss22 .kv .txt-wrap.active {
	opacity: 1;
}
.pp-ss22 .kv .txt-wrap p {
	text-align: center;
}
.pp-ss22 .kv .txt-wrap .kv-lead {
	margin-bottom: 4em;
}
.pp-ss22 .kv .txt-wrap .kv-img {
	text-align: center;
}

@media screen and (max-width:1100px) {
	.pp-ss22 .kv .common-w {
		max-height: 65vw;
	}
}

@media screen and (max-width:768px) {
	.pp-ss22 .kv {
		background: url(../../assets/img/lp/ppAuraSS2022/kv_bg_sp.jpg) center bottom no-repeat;
		background-size: cover;
	}
	.pp-ss22 .kv .common-w {
		height: calc(100vh - 14.6vw);
    min-height: 168vw;
    max-height: none;
	}
	.pp-ss22 .kv .txt-wrap {
		width: 80%;
		top: auto;
		right: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.pp-ss22 .kv .txt-wrap .kv-lead {
		margin-bottom: 2em;
	}
}

/* concept ----------------------------------- */
.pp-ss22 .concept {
	margin: 80px auto 120px;
}
.pp-ss22 .concept .grid {
	justify-content: space-between;
}
.pp-ss22 .concept-wrap {
	background-color: #f0f0ec;
	padding: 30px;
}
.pp-ss22 .concept-inner {
	border: 1px solid #d6d6d0;
	padding-top: 130px;
}
.pp-ss22 .concept-inner .common-w {
	background: url(../../assets/img/lp/ppAuraSS2022/concept_img.jpg) center bottom no-repeat;
	background-size: contain;
	padding-bottom: 760px;
}
.pp-ss22 .concept .text {
	flex-basis: 80%;
	font-size: 18px;
	line-height: 2;
	padding: 40px 13% 0 5%;
}
.pp-ss22 .concept .title {
	flex-basis: 20%;
	text-align: center;
	padding-right: 3%;
}

@media screen and (max-width:768px) {
	.pp-ss22 .concept {
		margin: 0;
	}
	.pp-ss22 .concept-wrap {
		padding: 3vw;
	}
	.pp-ss22 .concept-inner {
		padding: 10vw 0;
	}
	.pp-ss22 .concept-inner .common-w {
		padding-bottom: 85vw;
	}
	.pp-ss22 .concept .text {
		padding: 15vw 8vw 0 0;
	}
	.pp-ss22 .concept .title {
		padding-right: 0;
	}
}


/* color ----------------------------------- */

.pp-ss22 .color {
	margin: 120px auto;
}
.pp-ss22 .color .title {
	text-align: center;
}
.pp-ss22 .color .list-product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp-ss22 .color .list-product li {
	flex-basis: 47%;
	margin-top: 60px;
}
.pp-ss22 .color .list-product .img {
	text-align: center;
	margin-bottom: 20px;
}
.pp-ss22 .color .list-product p {
	text-align: center;
}
.pp-ss22 .color .list-product .catch {
	font-size: 17px;
	font-weight: bold;
}
.pp-ss22 .color .list-product .name {
	font-size: 16px;
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 10px 0;
}
.pp-ss22 .color .list-product .price {
	font-size: 14px;
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.pp-ss22 .color .list-product .btn {
	margin: 20px auto 10px;
}
.pp-ss22 .color .list-product .makeup-link {
	text-align: center;
}
.pp-ss22 .color .list-product .makeup-link a {
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.pp-ss22 .color .list-product .makeup-link--elegant a {
	color: #a37471;
}
.pp-ss22 .color .list-product .makeup-link--active a {
	color: #5c6d87;
}
.pp-ss22 .color .list-product .makeup-link a:after {
	font-family: 'icon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	bottom: -13px;
	left: 50%;
	display: block;
	content: '\e902';
	-webkit-transform: translate(-50%, 0) rotate(90deg);
					transform: translate(-50%, 0) rotate(90deg);
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width:768px) {
	.pp-ss22 .color {
		margin: 20vw auto;
	}
}

@media screen and (max-width:559px) {
	.pp-ss22 .color .list-product {
		flex-direction: column;
	}
	.pp-ss22 .color .list-product li {
		margin-top: 10vw;
	}
	.pp-ss22 .color .list-product .catch {
		font-size: 4.5vw;
	}
	.pp-ss22 .color .list-product .name {
		font-size: 4vw;
	}
	.pp-ss22 .color .list-product .price {
		font-size: 3.8vw;
	}
	.pp-ss22 .color .list-product .makeup-link a {
		font-size: 4.5vw;
	}
}


/* makeup ----------------------------------- */
.pp-ss22 .makeup {
	margin: 120px auto;
}
.pp-ss22 .makeup .style {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.pp-ss22 .makeup .style .img {
	flex-basis: 47%;
}
.pp-ss22 .makeup .style .text-wrap {
	flex-basis: 47%;
}
.pp-ss22 .makeup .style .title {
	font-size: 72px;
	word-break: break-word;
	line-height: 1;
	letter-spacing: -0.02em;
}
.pp-ss22 .makeup .style .catch {
	font-size: 36px;
	line-height: 1.4;
	margin: 1.2em 0;
}
.pp-ss22 .makeup .style .catch span {
	display: inline-block;
}
.pp-ss22 .makeup .style .text {
	font-size: 17px;
	line-height: 2;
}
.pp-ss22 #elegant .style .title {
	color: #7c5d5a;
}
.pp-ss22 #elegant .style .catch {
	color: #a37471;
}
.pp-ss22 #active .style {
	flex-direction: row-reverse;
}
.pp-ss22 #active .style .title {
	color: #60718c;
}
.pp-ss22 #active .style .catch {
	color: #0c68ac;
}

@media screen and (max-width:768px) {
	.pp-ss22 .makeup {
		margin: 20vw auto;
	}
	.pp-ss22 .makeup > .grid {
		flex-direction: column;
	}
	.pp-ss22 .makeup .style {
		margin-bottom: 10vw;
	}
	.pp-ss22 .makeup .style .text-wrap {
		padding: 6vw;
	}
	.pp-ss22 .makeup .style .title {
		font-size: 14vw;
	}
	.pp-ss22 .makeup .style .catch {
		font-size: 7vw;
		margin: 7vw 0;
	}
	.pp-ss22 #active .style {
		flex-direction: column;
	}
}

.pp-ss22 .makeup > .grid {
	justify-content: space-between;
}
.pp-ss22 .makeup .howto {
	flex-basis: 47%;
}
.pp-ss22 .makeup .howto .title {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #231815;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.pp-ss22 .makeup .howto .img {
	text-align: center;
}
.pp-ss22 .makeup .howto dl {
	margin-bottom: 30px;
}
.pp-ss22 .makeup .howto dt {
	font-size: 20px;
	margin-bottom: 0.5em;
}
.pp-ss22 .makeup .howto dd {
	font-size: 14px;
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.6;
}
.pp-ss22 .makeup .howto ol {
	padding-left: 1.5em;
}
.pp-ss22 .makeup .howto li {
	list-style: decimal;
	margin-top: .5em;
}

@media screen and (max-width:768px) {
	.pp-ss22 .makeup .howto .title {
		font-size: 6vw;
	}
	.pp-ss22 .makeup .howto .img img {
		min-width: 60%;
	}
	.pp-ss22 .makeup .howto dl {
		margin-bottom: 6vw;
	}
	.pp-ss22 .makeup .howto dt {
		font-size: 5vw;
	}
	.pp-ss22 .makeup .howto dd {
		font-size: 3.6vw;
	}
}

.pp-ss22 .makeup .item {
	flex-basis: 47%;
}
.pp-ss22 .makeup .item .list-item li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.pp-ss22 .makeup .item .list-item .img {
	flex-basis: 30%;
	text-align: center;
}
.pp-ss22 .makeup .item .list-item .text {
	flex-basis: 70%;
	font-size: 14px;
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding-left: 20px;
}
.pp-ss22 .makeup .item .list-item .btn {
	margin-top: 15px;
}
.pp-ss22 .makeup .item .other {
	position: relative;
	background-color: #f0f0ec;
	font-size: 14px;
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding: 20px 0;
	margin-top: 30px;
}
.pp-ss22 .makeup .item .other .title {
	position: absolute;
	left: -20px;
	top: -10px;
}
.pp-ss22 .makeup .item .other .grid {
	align-items: center;
}
.pp-ss22 .makeup .item .other .img {
	flex-basis: 30%;
	text-align: center;
}
.pp-ss22 .makeup .item .other .text {
	flex-basis: 70%;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
	.pp-ss22 .makeup .item .list-item li {
		margin-top: 8vw;
	}
	.pp-ss22 .makeup .item .other {
		padding: 8vw 3vw 8vw 1vw;
		margin-top: 10vw;
	}
	.pp-ss22 .makeup .item .other img {
		width: 70%;
	}
	.pp-ss22 .makeup .item .other .title {
		width: 40%;
	}
}


/* bnr ----------------------------------- */

.pp-ss22 .series_bnr > div + div {
	margin-top: 40px;
}

/* series bnr */
@media screen and (max-width:768px) {
	.pp-ss22 .series_bnr {
		width: 90vw;
		margin: 40px auto 0;
	}
	.pp-ss22 .series_bnr > div + div {
		margin-top: 20px;
	}
}

/* add ----------------------------------- */
.pp-ss22 .btn.w_fixed a {
	width: 185px;
}

@media screen and (max-width:768px) {
	.pp-ss22 .btn.w_fixed a {
		width: 48vw;
	}
}

.pp-ss22 .list-product .txtlink {
	padding-bottom: 20px;
}

.pp-ss22 .list-product .txtlink a {
	position: relative;
	font-size: 14px;
}

.pp-ss22 .list-product .txtlink a::after {
	font-family: 'icon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: -25px;
	display: block;
	content: '\e902';
	-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
	text-transform: none;
	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.pp-ss22 .item .text .txtlink {
	text-decoration: underline;
	display: inline;
}