@charset "utf-8";

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
body {
	font-size: 16px;
	line-height: 1.3;
	font-family: "Noto Sans CJK JP", sans-serif;
	/* font-feature-settings: "palt"; */
}
a {
	color: #333;
	text-decoration: none;
}
a,
a img,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
a:hover img,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
.wrapper {
	max-height: 100%; /*for android*/
}
main .inner {
	margin: 0 auto 70px;
	width: 750px;
}

/* menu
------------------------------*/
button {
	background-color: transparent;
	border: none;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	cursor: pointer;
}
.siteHeader .btnWrap {
	position: absolute;
	width: calc(100% - 3.4% - 145px);
	max-width: calc(1200px - 3.4% - 145px);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 768px) {
	.siteHeader .btnWrap {
		width: calc(100% - 3.4% - 110px);
	}
}
.siteHeader .btnOfficial {
	position: absolute;
	top: 20px;
	right: 80px;
	width: 227px;
}
.siteHeader .btnMenu {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 44px;
	height: 28px;
}
.siteHeader .btnMenu span {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 1px;
	left: 0;
}
.siteHeader .btnMenu span:nth-of-type(1) {
	top: 0;
}
.siteHeader .btnMenu span:nth-of-type(2) {
	top: 12.5px;
}
.siteHeader .btnMenu span:nth-of-type(3) {
	bottom: 0;
}

.siteHeader .menuList {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 16px;
	z-index: 10000;
	background: #fff;
	color: #000;
	font-size: 0;
	border-bottom: 1px solid #000;
}
.siteHeader .menuList .menu-title {
	position: relative;
	background: #000;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}
.siteHeader .menuList .menu-title img {
	width: 326px;
	vertical-align: top;
}
.siteHeader .menuList .close.top {
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 3px 5px 27px;
	background: url(/base/pc/store/special/pierre_cardin/2025aw/img/common/menu-close1.png) no-repeat center bottom;
	background-size: 25px auto;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.siteHeader .menuList ul {
	border-bottom: 3px solid #000;
}
.siteHeader .menuList ul li {
	border-bottom: 1px solid #000;
}
.siteHeader .menuList ul li:last-of-type {
	border-bottom: none;
}
.siteHeader .menuList ul li a {
	display: block;
	padding: 10px 70px;
	background: url(/base/pc/store/special/pierre_cardin/2025aw/img/common/menu-arrow.png) no-repeat right 50px center;
	background-size: 15px auto;
	font-size: 26px;
	font-weight: bold;
}
.siteHeader .menuList ul li span {
	display: block;
	padding: 10px 70px;
	font-size: 26px;
	font-weight: bold;
	color: #ababab;
}
.siteHeader .menuList .close.bottom {
	display: block;
	width: 65px;
	margin: 10px auto 0;
	padding: 3px 5px 25px;
	background: url(/base/pc/store/special/pierre_cardin/2025aw/img/common/menu-close2.png) no-repeat center bottom;
	background-size: 25px auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* notice
------------------------------*/
.notice {
	color: #000;
	margin: 100px 80px 0;
	font-size: 14px;
	line-height: 20px;
}
