@charset "utf-8";

/*----------------------------
	top
------------------------------*/
header {
	background-color: #fff;
}
.sweetStyle {
	position: relative;
}
.sweetStyle::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	max-width: 337.5rem;
	background: url(/base/pc/store/special/sweet_style_selection/2026/img/bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);

}
.fade {
	opacity: 0;
	transition: opacity 2s;
}
.fade.view {
	opacity: 1;
}

/* mainleft */
.sweetStyle .mainleft {
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	height: 100%;
	width: 75rem;
}
.sweetStyle .mainTtl {
	position: absolute;
	width: 56.4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.sweetStyle .mainTtl::before {
	content: "";
	width: 8.8rem;
	height: 8.8rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_left.gif") no-repeat;
	background-size: contain;
	position: absolute;
	top: -6rem;
	left: 1rem;
}
.sweetStyle .mainTtl::after {
	content: "";
	width: 15.6rem;
	height: 15.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_right.gif") no-repeat;
	background-size: contain;
	position: absolute;
	top: -21rem;
	right: 4rem;
}
.sweetStyle .mainTtl span {
	display: inline-block;
	position: relative;
}
.sweetStyle .mainTtl span::before {
	content: "";
	width: 18rem;
	height: 18rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_left.gif") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -12rem;
	right: 2rem;
}

/* mainRight */
.sweetStyle .mainRight {
	position: fixed;
	z-index: 2;
	right: 0;
	top: 0;
	height: 100%;
	width: 75rem;
}
.sweetStyle #menuButton {
	display: none;
}
.sweetStyle .navWrap {
	width: 49.7rem;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.sweetStyle .navWrap::after {
	content: "";
	width: 15.6rem;
	height: 15.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_right.gif") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -16rem;
	left: -5rem;
}
.sweetStyle .mainRight h2 {
	font-size: 4rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	position: relative;
}
.sweetStyle .mainRight h2::before {
	content: "";
	width: 8.8rem;
	height: 8.8rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_left.gif") no-repeat;
	background-size: contain;
	position: absolute;
	top: -9.5rem;
	left: -2rem;
}
.sweetStyle .mainRight h2::after {
	content: "";
	width: 18rem;
	height: 18rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_right.gif") no-repeat;
	background-size: contain;
	position: absolute;
	top: 2rem;
	right: -9rem;
}
.sweetStyle .navArea {
	margin-top: 3rem;
}
.sweetStyle #menu {
	background-color: #fff;
	border-radius: 26rem 26rem 0 0;
	padding: 9rem 4rem 1.5rem;
}
.sweetStyle #menuList li {
	position: relative;
}
.sweetStyle #menuList li + li {
	border-top: solid 1px #932333;
}
.sweetStyle #menuList li + li::before {
	content: "";
	width: 1.1rem;
	height: 1.5rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/diamond.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%);
}
.sweetStyle #menuList li a {
	display: block;
	padding: 3rem 0;
	font-size: 4rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 0.8;
	color: #642333;
	text-align: center;
}
.sweetStyle #menuList li a span {
	display: inline-block;
	font-size: 1.8rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	color: #b12333;
}
#jsFocusTrap {
	display: none;
}
@media (max-width: 768px) {
	/* メニューオープン時のbody */
	body.menuOpen {
		overflow: clip;
	}
	.sweetStyle {
		overflow: hidden;
	}
	.sweetStyle .mainRight {
		position: relative;
		width: 100%;
	}
	.sweetStyle .navWrap {
		width: 100%;
		position: static;
		transform: none;
	}
	.sweetStyle .navWrap::after {
		content: none;
	}
	.sweetStyle .navArea {
		margin-top: 0;
	}
	.sweetStyle #menuButton {
		position: fixed;
		top: 11rem;
		right: 3rem;
		display: grid;
		place-items: center;
		place-content: center;
		width: 8.3rem;
		height: 8.3rem;
		border-radius: 50%;
		background-color: #ff8f8e;
		cursor: pointer;
		z-index: 1000;
		margin-left: auto;
	}
	.navFixed #menuButton {
		top: 3rem;
	}
	.bar,
	.bar::before,
	.bar::after {
		width:  4rem;
		height: 0.2rem;
		background-color: #fff;
		transition: transform 0.3s;
	}
	.bar {
		display: grid;
	}
	.bar::before ,
	.bar::after {
		content: "";
		grid-area: 1 / 1;
	}
	.bar::before {
		transform: translateY(-1.3rem);
	}
	.bar::after {
		transform: translateY(1.3rem);
	}
	.menuOpen #menuButton {
		top: 3rem;
		border: solid 0.4rem #fff;
		background-color: transparent;
	}
	.menuOpen .bar {
		background-color: transparent;
	}
	.menuOpen .bar::before {
		transform: rotate(45deg);
	}
	.menuOpen .bar::after {
		transform: rotate(-45deg);
	}
	#overlay {
		display: block;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100%;
		background: url("/base/pc/store/special/sweet_style_selection/2026/img/sp_menu_bg.jpg") no-repeat;
		background-size: cover;
		z-index: 997;
		transition: opacity 0.3s;
	}
	.menuOpen #overlay {
		visibility: visible;
		opacity: 1;
	}
	.sweetStyle #menu {
		position: fixed;
		width: 55.8rem;
		height: 75vh;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 998;
		/* overflow-y: auto; */
		transform: translateX(100%);
		transition: transform 0.3s ease-out;
		padding: 13rem 3rem 3rem;
		opacity: 0;
	}
	.menuOpen #menu {
		transform: translateX(0);
		opacity: 1;
	}
	.sweetStyle #menuList {
		overflow-y: auto;
		height: 100%;
	}
	.sweetStyle #menuList li a {
		padding: 4rem 0;
		font-size: 4.5rem;
	}
	.sweetStyle #menuList li a span {
		font-size: 2rem;
	}
	#jsFocusTrap {
		display: block;
	}
}


/* cont */
.sweetStyle .cont {
	position: relative;
	width: 75rem;
	margin: 0 auto;
	background-color: #ffa1ab;
}
@media (max-width: 768px) {
	.sweetStyle .cont {
		width: 100%;
	}
	.sweetStyle .cont h1 img {
		width: 100%;
	}
}

/* cat */
.sweetStyle .cat {
	padding: 8rem 0 10rem;
}
.sweetStyle .cat .lead {
	font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.sweetStyle .cat h2 {
	width: 36.2rem;
	margin: 8rem auto 0;
	position: relative;
}
.sweetStyle .cat h2::before {
	content: "";
	width: 15.6rem;
	height: 15.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_right.gif") no-repeat;
	background-size: contain;
	position: absolute;
	top: -8rem;
	left: -14rem;
}
.sweetStyle .cat h2::after {
	content: "";
	width: 18rem;
	height: 18rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_left.gif") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -15rem;
}
.sweetStyle .cat ul {
	margin: 7rem 0 0 3.5rem;
	width: 62.9rem;
	position: relative;
}
.sweetStyle .cat ul::after {
	content: "";
	width: 15.6rem;
	height: 15.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/kirakira_right.gif") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10rem;
	right: -4rem;
}
.sweetStyle .cat ul li + li {
	margin-top: 4rem;
}
.sweetStyle .cat ul li:nth-child(3) ,
.sweetStyle .cat ul li:last-child {
	margin-top: 2rem;
}
.sweetStyle .cat ul li a {
	display: block;
	position: relative;
}
.sweetStyle .cat ul li a .catTtl {
	font-size: 4rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #932333;
	padding-left: 29rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sweetStyle .cat ul li a .catTtl span {
	margin-top: 1.3rem;
	display: inline-block;
	font-size: 2.5rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
}
.sweetStyle .cat ul li:nth-child(2) .catTtl {
	top: 46%;
}
.sweetStyle .cat ul li:last-child .catTtl {
	top: 46%;
}

/* cosme */
.sweetStyle .cosme {
	background-color: #F6EFF0;
	background-image: 
		radial-gradient(circle, #ffffff 1px, transparent 1px),
		radial-gradient(circle, #ffffff 1px, transparent 1px);
	background-size: 16px 8px;
	background-position: 0 0, 8px 4px;
	border-radius: 7rem 7rem 0 0;
	padding: 8.5rem 8rem 19.5rem;
}
.sweetStyle .cosme h2 {
	width: 39.9rem;
	margin: 0 auto;
}
.sweetStyle .cosme .contLead {
	margin-top: 5rem;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}
.sweetStyle .cosme .contLead span {
	font-weight: 700;
	color: #dd7880;
	border-bottom: solid 1.4px #dd7880;
}
.sweetStyle .cosme .cosmeBox {
	margin-top: 5rem;
}
.sweetStyle .cosme .cosmeBox + .cosmeBox {
	margin-top: 8.5rem;
}
.sweetStyle .cosme .txt {
	font-weight: 500;
	color: #da4567;
	margin: 3.5rem -0.5rem 0;
}
.sweetStyle .cosme .txt.rip {
	position: relative;
	padding-right: 22rem;
}
.sweetStyle .cosme .txt.rip::after {
	content: "";
	width: 29.9rem;
	height: 34.3rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/cosme06_lip.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -3.5rem;
	right: -8rem;
}
.sweetStyle .cosme .detail {
	margin-top: 3rem;
}
.sweetStyle .cosme .detailTxt {
	font-weight: 500;
	margin: 0 -1rem;
}
.sweetStyle .cosme .btn {
	margin: 1rem -0.5rem 0;
}
.sweetStyle .cosme .btn a {
	display: block;
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	border: solid 1px #000;
	border-radius: 2rem;
	background-color: #fff;
	padding: 1.3rem;
	position: relative;
}
.sweetStyle .cosme .btn a::after {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 3rem;
}
.sweetStyle .cosme .btn.depart a {
	background-color: #808080;
	border: none;
	padding: 0.5rem;
	font-size: 3.4rem;
	line-height: 1.3;
	color: #fff;
}
.sweetStyle .cosme .btn.depart a span {
	font-size: 2.85rem;
	letter-spacing: 0.02em;
}
.sweetStyle .cosme .btn.depart a::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
.sweetStyle .cosme .shop {
	margin: 2rem -0.5rem 0;
}
@media (max-width: 768px) {
	.sweetStyle .cosme .txt {
		margin: 3.5rem -2rem 0;
	}
	.sweetStyle .cosme .detailTxt {
		margin: 0 -2rem;
	}
	.sweetStyle .cosme .btn {
		margin: 1rem -2rem 0;
	}
	.sweetStyle .cosme .shop {
		margin: 2rem -2rem 0;
	}
}

/* acc */
.sweetStyle .acc {
	background-color: #fff;
	position: relative;
	padding: 12rem 8rem 12.5rem;
}
.sweetStyle .acc::before {
	content: "";
	width: 75rem;
	height: 14.8rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/acc_bg.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -7rem;
	left: 0;
}
.sweetStyle .acc h2 {
	width: 52.1rem;
	margin: -7rem auto 0;
	position: relative;
}
.sweetStyle .acc .contLead {
	margin-top: 5rem;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	color: #d46a89;
}
.sweetStyle .acc .accBox {
	margin-top: 6rem;
}
.sweetStyle .acc .accBox + .accBox {
	margin-top: 8.5rem;
}
.sweetStyle .acc .txt {
	margin-top: 3.5rem;
	font-weight: 500;
}
.sweetStyle .acc .txt.pink {
	color: #da4567;
}
.sweetStyle .acc .txt.blue {
	color: #1897b8;
}
.sweetStyle .acc .detail {
	margin-top: 2rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.sweetStyle .acc::before {
		width: 100%;
	}
}

/* hanky */
.sweetStyle .hanky {
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/handkerchief_bg.png") repeat;
	background-size: cover;
	padding: 7.5rem 3.5rem 13rem;
}
.sweetStyle .hanky .hankyCont {
	margin-top: 5.5rem;
	position: relative;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/hanky_bg.png") repeat;
	background-size: contain;
	padding: 4.5rem 3.5rem 7.8rem;
}
.sweetStyle .hanky .hankyCont::before {
	content: "";
	width: 100%;
	height: 6.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/hanky_bg_top.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -5.5rem;
	left: 0;
}
.sweetStyle .hanky .hankyCont::after {
	content: "";
	width: 100%;
	height: 6.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/hanky_bg_bottom.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -6.5rem;
	left: 0;
}
.sweetStyle .hanky h2 {
	width: 45.1rem;
	margin: 0 auto;
	position: relative;
}
.sweetStyle .hanky h2::before {
	content: "";
	width: 11.2rem;
	height: 12.2rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/heart_left.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -8.5rem;
	left: -11.5rem;
}
.sweetStyle .hanky h2::after {
	content: "";
	width: 12.3rem;
	height: 13.6rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/heart_right.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -7.5rem;
	right: -11rem;
}
.sweetStyle .hanky .contLead {
	margin-top: 5rem;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	color: #723b39;
}
.sweetStyle .hanky .hankyBox {
	margin-top: 5rem;
}
.sweetStyle .hanky .hankyBox + .hankyBox {
	margin-top: 7rem;
}
.sweetStyle .hanky .pic01 {
	max-width: 63.1rem;
	margin: 0 auto;
}
.sweetStyle .hanky .pic02 {
	max-width: 62.6rem;
	margin: -8rem auto 0;
}
.sweetStyle .hanky .pic03 {
	max-width: 67.4rem;
	margin: 0 -3.5rem 0 -3rem;
}
.sweetStyle .hanky .detail {
	margin-top: 2.5rem;
	position: relative;
}
.sweetStyle .hanky .hankyBox:last-child .detail::after {
	content: "";
	width: 29.7rem;
	height: 47.8rem;
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/hanky03_back.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -17.5rem;
	right: -3.5rem;
}
.sweetStyle .hanky .txt {
	font-size: 2.5rem;
	font-weight: 700;
	color: #723b39;
}
.sweetStyle .hanky .txt + .txt {
	margin-top: 1.5rem;
}
.sweetStyle .hanky .hankyBox:last-child .txt {
	padding-right: 27.5rem;
	position: relative;
}
.sweetStyle .hanky .detailTxt {
	margin-top: 4rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.sweetStyle .hanky .hankyBox:last-child .txt {
		padding-right: 26rem;
		position: relative;
	}
}

/* charm */
.sweetStyle .charm {
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/charm_bg.png") repeat;
	background-size: contain;
	background-position: center;
	padding: 8.5rem 8rem 13.5rem;
}
.sweetStyle .charm h2 {
	width: 47.8rem;
	margin: 0 auto;
}
.sweetStyle .charm .contLead {
	margin-top: 5rem;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	color: #dd3080;
}
.sweetStyle .charm .contLead span {
	background-color: #fff;
	padding: 0 1rem;
}
.sweetStyle .charm .charmBox {
	margin-top: 12rem;
}
.sweetStyle .charm .charmBox + .charmBox {
	margin-top: 7.5rem;
}
.sweetStyle .charm .pic01 {
	margin: 0 -1.5rem;
}
.sweetStyle .charm .pic02 {
	margin: 0 -2.5rem;
}
.sweetStyle .charm .detail {
	margin-top: 3rem;
}
.sweetStyle .charm .txt {
	font-weight: 500;
	color: #fff;
}
.sweetStyle .charm .detailTxt {
	margin-top: 3rem;
	font-weight: 500;
	color: #fff;
}

/* shoes */
.sweetStyle .shoes {
	background: url("/base/pc/store/special/sweet_style_selection/2026/img/shoes_bg.png") repeat;
	background-size: cover;
	padding: 8.5rem 3.5rem 14rem;
}
.sweetStyle .shoes .shoesCont {
	margin-top: 6rem;
	position: relative;
	background-color: #fff;
	padding: 2.5rem 4.25rem 9.5rem;
}
.sweetStyle .shoes .shoesCont::before {
	content: "";
	width: 100%;
	height: 7.2rem;
	background: url(/base/pc/store/special/sweet_style_selection/2026/img/shoes_bg_top.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -6rem;
	left: 0;
}
.sweetStyle .shoes .shoesCont::after {
	content: "";
	width: 100%;
	height: 7.2rem;
	background: url(/base/pc/store/special/sweet_style_selection/2026/img/shoes_bg_bottom.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -6rem;
	left: 0;
}
.sweetStyle .shoes h2 {
	width: 27.6rem;
	margin: 0 auto;
}
.sweetStyle .shoes .contLead {
	margin-top: 5rem;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}
.sweetStyle .shoes .shoesBox {
	margin-top: 5.5rem;
}
.sweetStyle .shoes .shoesBox + .shoesBox {
	margin-top: 9.5rem;
}
.sweetStyle .shoes .detail {
	margin-top: 3rem;
}
.sweetStyle .shoes .txt {
	font-weight: 500;
}
.sweetStyle .shoes .detailTxt {
	margin-top: 3rem;
	font-weight: 500;
}

/* bnrArea */
.sweetStyle .bnrArea {
	padding: 8rem 3.5rem;
}
.sweetStyle .bnrArea .bnr + .bnr {
	margin-top: 8.5rem;
}
.sweetStyle .note {
	margin: 0 3rem;
	border-top: solid 1px #000;
	padding: 4rem 0;
	font-size: 2.2rem;
	font-weight: 500;
}

/* footer */
footer {
	background-color: #fff;
	position: relative;
	z-index: 1000;
}
.tks-theme-com-simple-page__footer {
	border-top: none;
}
@media (max-width: 768px) {
	footer {
		z-index: 0;
	}
}