.s_sp {
	display: none;
}

.pearlprecious-aura #description section.centerPosition {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.s_sp {
		display: block;
	}
	.s_pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
  .ttl {
    padding-top: 85px;
  }
}

@media screen and (min-width: 769px) {
  .pearlprecious-aura #main {
    background-image: url("../img/makeup/series/pearlprecious-aura/mainvisual1_2.jpg");
  }
}

@media screen and (max-width: 768px) {
  .pearlprecious-aura #main {
    background: url("../img/makeup/series/pearlprecious-aura/mainvisual1_sp_2.jpg") no-repeat center center;
	background-size: cover;
  }
}

.pearlprecious-aura #bnr {
	padding-top: 50px;
}
.pearlprecious-aura #bnr img:hover {
  opacity: 0.7;
}

.pearlprecious-aura #bnr.present img:hover {
	opacity: 1;
  }

@media screen and (min-width: 769px) {
  .pearlprecious-aura #bnr .bnr {
	width: 839px;
	margin: 0 auto;
  }
  #contents .inner {
	width: 	992px;
	}
}

@media screen and (max-width: 768px) {
	.pearlprecious-aura #lineup + #bnr.mg_center {
		padding-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.pearlprecious-aura #bnr.mg_center {
		padding-top: 85px;
	}
}

.pearlprecious-aura #bnr.mg_center .bnr {
	width: auto;
}

.pearlprecious-aura #bnr.mg_center .bnr img {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pearlprecious-aura #bnr .bnr {
	padding: 0 5.3vw;
  }
  .pearlprecious-aura #bnr img {
	width: 100%;
  }
}

.btnArea {
	background-image: url(/assets/img/makeup/series/pearlprecious-aura/bg_01.png);
	background-repeat: no-repeat;
	width: 840px;
	margin: 50px auto 0;
}
.btnArea p:first-of-type {
	width: 358px;
	margin: 0 auto;
	padding: 30px 0 25px;
}
.btnArea p:nth-of-type(2) {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 35px;
}
.btnArea p:nth-of-type(2) a {
	display: inline-block;
	margin-left: 35px;
}
.btnArea p:nth-of-type(2) a:first-of-type {
	display: inline-block;
	margin-left: 0;
}
@media screen and (max-width: 768px) {
	.btnArea {
		width: 89.33vw;
		margin: 6.6vw auto 0;
	}
	.btnArea p:nth-of-type(3) img {
		width: 45.33vw;
		margin: 0 auto;
		padding: 4vw 0;
	}
	.btnArea p:nth-of-type(4) {
		width: 80vw;
		margin: 0 auto;
		padding-bottom: 3.3vw;
	}
	.btnArea p:nth-of-type(4) img {
		display: inline-block;
		width: 38.66vw;
	}
	.btnArea p:nth-of-type(4) a:last-of-type img {
		margin-left: 2.6vw;
	}


	.pearlprecious-aura #main section {
		transform: matrix(1, 0, 0, 1, 0, 0)!important;
	}
}

/* 既存スタイル打ち消し修正 */
@media print, screen and (min-width: 769px) {
	.pearlprecious-aura #description section {
		width: auto;
	}

	.pearlprecious-aura #description section .btns {
		justify-content: center;
	}
}

/* NEWITEM　ボタン縦2列表示調整 */
@media screen and (min-width: 769px) {
	#lineup.newitem ul li .text, .lineup ul li .text {
		padding-bottom: 170px;
	}
	#lineup.newitem ul li .text p.category, .lineup ul li .text p.category {
		bottom: 140px;
	}
	#lineup.newitem .btn p:not(:first-of-type) {
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {
	#lineup.newitem .btn p:not(:first-of-type) {
		margin-top: 2.6vw;
	}
}