@charset "utf-8";

/* topLead */
.topLead {
	margin-top: 4.5rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	.topLead {
		margin-top: 6rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
}

/* anchor */
.anchor {
	margin: 10rem auto 0;
	display: flex;
	justify-content: center;
	gap: 0 5rem;
}
.anchor li {
	width: 36rem;
}
.anchor li a {
	display: block;
	padding: 2rem 4rem 2.5rem 2rem;
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	position: relative;
	border-radius: 3rem;
}
.anchor li a::after {
	display: block;
	content: '';
	width: 2rem;
	height: 2rem;
	border-right: solid 0.3rem;
	border-bottom: solid 0.3rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 2rem;
}
.anchor li:nth-child(1) a {
	color: #7365a6;
	background-color: #faeeee;
	border-color: #faeeee;
}
.anchor li:nth-child(2) a {
	color: #faeeee;
	background-color: #7365a6;
	border-color: #7365a6;
}
@media (max-width: 768px) {
	.anchor {
		margin: 6rem auto 0;
		gap: 0 3rem;
	}
	.anchor li {
		width: 44%;
	}
	.anchor li a {
		padding: 3rem 4rem 3rem 2rem;
	}
}

/* ttl */
.ttl {
	margin: 7rem auto 0;
	padding: 2rem;
	width: 36rem;
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #7365a6;
	text-align: center;
	background-color: #faeeee;
	border-radius: 3rem 3rem 0 0;
	position: relative;
}
.ttl::before {
	content: '';
	width: 8rem;
	height: 8rem;
	background-color: #938cc3;
	border-radius: 2.5rem;
	position: absolute;
	top: -2rem;
	right: -4rem;
	z-index: -1;
}
.ttl#items {
	padding: 2.7rem 2rem;
	color: #faeeee;
	background-color: #7365a6;
	border-radius: 3rem;
}
.ttl#items::before {
	background-color: #faeeee;
	top: auto;
	left: auto;
	bottom: -2rem;
	left: -4rem;
}
@media (max-width: 768px) {
	.ttl {
		margin: 10rem auto 0;
		padding: 3rem;
		width: 36rem;
	}
	.ttl#items {
		padding: 3.5rem 2rem;
	}
}

/* cosme */
.cosme {
	padding: 4.5rem 5rem 16rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/beauty_items/bg_cosme.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	position: relative;
}
.cosme .inner {
	margin-top: 12rem;
	padding: 8.5rem 4rem 8rem;
	background-color: #fff;
	border-radius: 3rem;
}
@media (max-width: 768px) {
	.cosme {
		overflow: hidden;
		padding: 5rem 3rem 5rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/beauty_items/bg_cosme_sp.png);
		background-size: cover;
	}
	.cosme .inner {
		margin-top: 4rem;
		padding: 5rem 3rem 6rem;
		border-radius: 4rem;
	}
}

/* items */
.items {
	margin-top: -4.5rem;
	padding: 0 5rem 12rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/beauty_items/bg_items.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	position: relative;
	z-index: -2;
}
.items .inner {
	padding-bottom: 7rem;
	border: solid 0.5rem #6e619d;
	border-radius: 4rem;
}
@media (max-width: 768px) {
	.items {
		overflow: hidden;
		padding: 0 3rem 0;
		background: none;
	}
	.items .inner {
		padding: 0 3rem 3rem;
		border-width: 0.2rem;
		border-radius: 3.5rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/beauty_items/bg_items_sp.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
	}
}


/* swiper */
.swiper .swiper-prev,
.swiper .swiper-next {
	width: 2rem;
	height: 2.3rem;
	position: absolute;
	top: calc(50% - 1.1rem);
	z-index: 20;
	cursor: pointer;
}
.swiper .swiper-prev {
	left: 1.5rem
}
.swiper .swiper-next {
	right: 1.5rem;
}
.swiper .swiper-pagination {
	width: auto;
	right: 1.5rem;
	left: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.3rem;
	background-color: #fff;
	opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	border: none;
	background-color: #375248;
}
@media (max-width: 768px) {
}

/* .lead */
.cosme .lead {
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	.cosme .lead {
		font-size: 2.6rem;
		line-height: 4.8rem;
	}
}
.items .lead {
	margin-top: 9.5rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	.items .lead {
		margin-top: 10rem;
		font-size: 2.4rem;
		line-height: 5rem;
	}
}

/* itemSwiper01 */
.itemSwiper01 {
	margin: 5rem auto 0;
	width: 87rem;
	border-radius: 5rem;
}
.itemSwiper01 .swiper-pagination {
	right: 5rem;
}
@media (max-width: 768px) {
	.itemSwiper01 {
		margin: 5.5rem auto 0;
		width: 63rem;
		border-radius: 3.5rem;
	}
}

/* itemBox */
.itemBox.wrap,
.itemBox .wrap {
	display: flex;
	flex-wrap: wrap;
}
.itemBox .item .brand {
	padding-bottom: 1.5rem;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #7365a6;
	line-height: 3.9rem;
	position: relative;
}
.itemBox .item .brand::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #7365a6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.itemBox .item .itemTtl {
	margin-top: 1rem;
	font-size: 2.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #7365a6;
	line-height: 4rem;
}
.itemBox .item .detail {
	margin-top: 1.5rem;
}
.itemBox .item .detail p + p {
	margin-top: 0.5rem;
}
.itemBox .item .detail .btnTbeaut {
	margin-top: 0.3rem;
}
.itemBox .item .detail .fsSmall {
	font-size: 1.1rem;
	line-height: 1.4;
}
.items .itemBox .item .brand {
	color: #e6328c;
}
.items .itemBox .item .brand::before {
	background-color: #e6328c;
}
.items .itemBox .item .itemTtl {
	color: #e6328c;
}
@media (max-width: 768px) {
	.itemBox .item .brand {
		padding-bottom: 2rem;
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.itemBox .item .itemTtl {
		margin-top: 2rem;
		font-size: 3.3rem;
		line-height: 4.3rem;
	}
	.itemBox .item .detail {
		line-height: 1.4;
	}
	.itemBox .item .detail p + p {
		margin-top: 1.5rem;
	}
	.itemBox .item .detail .shop {
		display: block;
		font-size: 1.9rem;
		line-height: 1.3;
	}
	.itemBox .item .detail .btnTbeaut {
		margin-top: 0.5rem;
	}
	.itemBox .item .detail .fsSmall {
		font-size: 1.9rem;
		line-height: 1.3;
	}
}

/* itemBox01 */
.itemBox01 {
	margin-left: -9rem;
	align-items: flex-end;
	gap: 0 2.7%;
}
.itemBox01 .pic {
	width: 61.5%;
	position: relative;
	z-index: 1;
}
.itemBox01 .pic::before {
	content: '';
	width: 21rem;
	height: 21rem;
	background-color: #938cc3;
	border-radius: 4rem;
	position: absolute;
	top: -1rem;
	right: -1rem;
	z-index: -1;
}
.itemBox01 .item {
	margin-bottom: 2.5rem;
	width: 27.2%;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin-left: -6rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 3rem 0;
	}
	.itemBox01 .pic {
		width: 52.8rem;
	}
	.itemBox01 .pic::before {
		width: 17.4rem;
		height: 17.4rem;
	}
	.itemBox01 .item {
		margin-left: 9rem;
		margin-bottom: 0;
		width: calc(100% - 9rem);
	}
}

/* itemBox02 */
.itemBox02 {
	margin-top: 7rem;
}
.itemBox02 .wrap {
	gap: 0 3.6%;
}
.itemBox02 .wrap > div {
	width: 48.2%;
	border: solid 1px #938cc3;
	border-radius: 2rem;
}
.itemBox02 .item {
	padding: 1.5rem 3.2rem;
}
.itemBox02 .item .brand {
	padding-bottom: 1rem;
	text-align: center;
}
.itemBox02 .item .brand::before {
	width: 100%;
}
.itemBox02 .item .itemTtl {
	text-align: center;
}
@media (max-width: 768px) {
	.itemBox02 {
		margin-top: 3rem;
	}
	.itemBox02 .wrap {
		flex-direction: column;
		gap: 4rem 0;
	}
	.itemBox02 .wrap > div {
		width: 100%;
		border-width: 0.2rem;
		border-radius: 3rem;
	}
	.itemBox02 .item {
		padding: 1.5rem 5rem 3rem;
	}
	.itemBox02 .item .brand {
		padding-bottom: 1.5rem;
	}
}

/* itemBox03 */
.itemBox03 {
	margin-top: 4rem;
	margin-right: -9rem;
	justify-content: flex-end;
	align-items: center;
	gap: 0 8rem;
}
.itemBox03 .pic {
	width: 59.2%;
	position: relative;
	z-index: 1;
}
.itemBox03 .pic::before {
	content: '';
	width: 21rem;
	height: 21rem;
	background-color: #938cc3;
	border-radius: 4rem;
	position: absolute;
	top: -1rem;
	left: -1rem;
	z-index: -1;
}
.itemBox03 .item {
	width: 23.6%;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin-top: 4rem;
		margin-right: -6rem;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 4rem 0;
	}
	.itemBox03 .pic {
		margin-left: auto;
		width: 55.6rem;
	}
	.itemBox03 .item {
		margin-left: 2.5rem;
		width: calc(100% - 2.5rem);
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: 3.5rem;
}
.itemBox04 .wrap {
	gap: 0 3.6%;
}
.itemBox04 .wrap > div {
	width: 48.2%;
	border: solid 1px #938cc3;
	border-radius: 2rem;
}
.itemBox04 .item {
	padding: 1.5rem 3.2rem;
}
.itemBox04 .item .brand {
	padding-bottom: 1rem;
	text-align: center;
}
.itemBox04 .item .brand::before {
	width: 100%;
}
.itemBox04 .item .itemTtl {
	text-align: center;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 4rem;
	}
	.itemBox04 .wrap {
		flex-direction: column;
		gap: 4rem 0;
	}
	.itemBox04 .wrap > div {
		width: 100%;
		border-width: 0.2rem;
		border-radius: 3rem;
	}
	.itemBox04 .item {
		padding: 1.5rem 5rem 3rem;
	}
	.itemBox04 .item .brand {
		padding-bottom: 1.5rem;
	}
}

/* itemBox05 */
.itemBox05 {
	margin-top: 4rem;
}
.itemBox05 .wrap {
	gap: 0 3.6%;
}
.itemBox05 .wrap > div {
	width: 48.2%;
	border: solid 1px #938cc3;
	border-radius: 2rem;
}
.itemBox05 .item {
	padding: 1.5rem 3.2rem;
}
.itemBox05 .item .brand {
	padding-bottom: 1rem;
	text-align: center;
}
.itemBox05 .item .brand::before {
	width: 100%;
}
.itemBox05 .item .itemTtl {
	text-align: center;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin-top: 4rem;
	}
	.itemBox05 .wrap {
		flex-direction: column;
		gap: 4rem 0;
	}
	.itemBox05 .wrap > div {
		width: 100%;
		border-width: 0.2rem;
		border-radius: 3rem;
	}
	.itemBox05 .item {
		padding: 1.5rem 5rem 3rem;
	}
	.itemBox05 .item .brand {
		padding-bottom: 1.5rem;
	}
}

/* itemBox06 */
.itemBox06 {
	margin-top: 3rem;
	position: relative;
}
.itemBox06 .pic {
	margin: 0 auto;
	width: 81.3rem;
	position: relative;
	z-index: 1;
}
.itemBox06 .pic::before {
	content: '';
	width: 21rem;
	height: 21rem;
	background-color: #faeeee;
	border-radius: 4rem;
	position: absolute;
	bottom: -1rem;
	right: -1rem;
	z-index: -1;
}
.itemBox06 .item {
	display: flex;
	align-items: center;
	gap: 0 3rem;
	width: 40rem;
	position: absolute;
	bottom: 4.5rem;
	left: 14.5rem;
	z-index: 2;
}
@media (max-width: 768px) {
	.itemBox06 {
		margin-top: 4rem;
	}
	.itemBox06 .pic {
		width: 63rem;
	}
	.itemBox06 .item {
		width: 58rem;
		left: 3rem;
		gap: 0 5rem;
	}
}

/* itemBox07 */
.itemBox07 {
	margin-top: 10rem;
	align-items: flex-end;
	gap: 0 2rem;
}
.itemBox07 .pic {
	width: 67rem;
}
.itemBox07 .item {
	width: 24rem;
}
.itemBox07 .item .detail {
	margin-top: 9rem;
	margin-bottom: 6rem;
}
@media (max-width: 768px) {
	.itemBox07 {
		margin-top: 5rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.itemBox07 .pic {
		margin: 0 auto;
		width: 60rem;
	}
	.itemBox07 .item {
		margin-left: 3rem;
		width: calc(100% - 3rem);
	}
	.itemBox07 .item .detail {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
}

/* itemBox08 */
.itemBox08 {
	margin-top: 4rem;
	align-items: flex-end;
	gap: 0 6rem;
}
.itemBox08 .pic {
	margin-left: 3rem;
	width: 60.9rem;
	position: relative;
	z-index: 1;
}
.itemBox08 .pic::before {
	content: '';
	width: 21rem;
	height: 21rem;
	background-color: #faeeee;
	border-radius: 4rem;
	position: absolute;
	bottom: -1rem;
	right: -1rem;
	z-index: -1;
}
.itemBox08 .item {
	width: 25rem;
}
.itemBox08 .item .detail {
	margin-top: 10rem;
	margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
	.itemBox08 {
		flex-direction: column;
		align-items: flex-start;
		gap: 3rem 0;
	}
	.itemBox08 .pic {
		margin-left: 0;
		width: 54.4rem;
	}
	.itemBox08 .pic::before {
		right: -2rem;
		bottom: -2rem;
	}
	.itemBox08 .item {
		margin-left: 3rem;
		width: 49rem;
	}
	.itemBox08 .item .detail {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
}

/* itemBox09 */
.itemBox09 {
	margin-top: 8rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 2.5rem;
}
.itemBox09 .pic {
	width: 62rem;
}
.itemBox09 .item {
	width: 26rem;
}
.itemBox09 .item .detail {
	margin-top: 6rem;
	margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
	.itemBox09 {
		margin-top: 4rem;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3rem 0;
	}
	.itemBox09 .pic {
		width: 63rem;
	}
	.itemBox09 .item {
		margin-left: 3rem;
		width: calc(100% - 3rem);
	}
	.itemBox09 .item .detail {
		margin-top: 1.5rem;
	}
}
