@charset "utf-8";
/*
 * 共通CSSリセット
 */
/* .content-asset */
.content-asset h1,
.content-asset h2,
.content-asset h3,
.content-asset h4,
.content-asset h5,
.content-asset h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.content-asset p,
.content-asset li {
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.content-asset ul,
.content-asset ol {
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.content-asset ul li {
	list-style: none;
}
.content-asset select {
	background-color: #fff;
}
/* .primary-content */
.primary-content h2 {
	text-transform: none;
}
.primary-content dl dt,
.primary-content dl dd {
	float: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	line-height: inherit;
}

/*
 * LP共通パーツ
 */
.product-sp {
	overflow: hidden;
	max-width: 996px;
	margin: 0 auto;
	padding-bottom: 80px;
	font-feature-settings: "palt";
	letter-spacing: 0.4px;
}
.product-sp p {
	font-size: 16px;
	line-height: 1.75;
}
.product-sp sup {
	top: -0.9em;
	font-size: 50%;
}
.product-sp .attention {
	color: #c00;
}

/* ページ内ナビ */
.product-sp ul.page-nav {
	display: flex;
	justify-content: center;
}
.product-sp ul.page-nav li {
	width: 104px;
	margin: 0 13.5px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.product-sp ul.page-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 0 20px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #fffae7;
	white-space: nowrap;
	transition: opacity .2s ease;
}
.product-sp ul.page-nav li a:hover {
	opacity: 0.7;
}
.product-sp ul.page-nav li a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	width: 13px;
	margin: 0 auto;
	color: #000;
	font-family: "icomoon";
	font-size: 13px;
	line-height: 1;
	content: "\e904";
}
.product-sp ul.page-nav.page-nav-btm li a {
	padding: 22px 0 8px;
}
.product-sp ul.page-nav.page-nav-btm li a::after {
	top: 3px;
	bottom: auto;
	content: "\e905";
}

/* 見出し */
.product-sp section h2 {
	margin-bottom: 34px;
	padding: 15px 0;
	background-color: #fffae7;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 1.8px;
}
/* リンクボタン */
.product-sp p.btn a {
	display: block;
	position: relative;
	width: 280px;
	margin: 0 auto;
	padding: 12px 0;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.2px;
	transition: opacity .2s linear;
}
.product-sp p.btn a:hover {
	opacity: 0.5;
}
.product-sp p.btn a::after {
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	height: 14px;
	margin: auto 0;
	color: #000;
	font-family: icomoon;
	font-size: 14px;
	line-height: 1;
	content: "\e906";
}

/* キット等情報イントロエリア */
.product-sp .intro-area {
	width: 820px;
	margin: 70px auto 32px;
	padding: 55px 0 56px;
	border: 1px solid #323232;
	text-align: center;
}
.product-sp .intro-area h2 {
	position: relative;
	margin: 0 0 35px;
	padding: 0;
	background-color: transparent;
	font-size: 20px;
	letter-spacing: 2px;
}
.product-sp .intro-area h2::after {
	display: block;
	height: 270px;
	margin-top: 34px;
	background: no-repeat 50% 50%;
	content: "";
}
.product-sp .intro-area h2 span {
	display: inline-block;
}
.product-sp .intro-area p {
	font-size: 16px;
	letter-spacing: 1.5px;
}
.product-sp .intro-area p.to-detail {
	margin-top: 28px;
	font-size: 12.7px;
}
/* キット等情報イントロエリア（発売後） */
.product-sp .intro-area-r {
	width: 820px;
	margin: 70px auto 32px;
	padding: 58px 0 56px;
	border: 1px solid #323232;
	text-align: center;
}
.product-sp .intro-area-r h2 {
	position: relative;
	margin: 0 0 55px;
	padding: 0;
	background-color: transparent;
	font-size: 18px;
	letter-spacing: 1.8px;
}
.product-sp .intro-area-r h2 span {
	display: inline-block;
	padding: 0 1px 1px;
	border-bottom: 1px solid #323223;
}
.product-sp .intro-area-r h2::before {
	display: block;
	height: 270px;
	margin-bottom: 36px;
	background: no-repeat 50% 50%;
	content: "";
}
.product-sp .intro-area-r p {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.product-sp .intro-area-r p.to-detail {
	margin-top: 50px;
	font-size: 12.7px;
	letter-spacing: 1.5px;
}
/* キット等情報メインエリア */
.product-sp .detail-area {
	width: 820px;
	margin: -23px auto 60px;
	padding-top: 133px;
}
.product-sp .detail-area > div {
	position: relative;
	padding: 58px 0 59px;
	border: 1px solid #323232;
	text-align: center;
}
.product-sp .detail-area h2 {
	position: relative;
	margin: 0 0 51px;
	padding: 0;
	background-color: transparent;
	font-size: 18px;
	letter-spacing: 1.8px;
}
.product-sp .detail-area h2::before {
	display: block;
	height: 270px;
	margin: 0 auto 36px;
	background: no-repeat 50% 50%;
	content: "";
}
.product-sp .detail-area h2 span {
	display: inline-block;
	padding: 0 2px 1px;
	border-bottom: 1px solid #323232;
}
.product-sp .detail-area p {
	font-size: 16px;
	letter-spacing: 1.6px;
}
.product-sp .detail-area p.lead {
	margin-bottom: 44px;
	font-size: 20px;
	letter-spacing: 2px;
}
.product-sp .detail-area p.release-day {
	padding-left: 2px;
}
.product-sp .detail-area .desc {
	display: inline-block;
	margin-top: 29px;
	text-align: left;
}
.product-sp .detail-area .desc h3,
.product-sp .detail-area .desc p,
.product-sp .detail-area .desc li {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 1.4px;
}
.product-sp .detail-area .desc h3 {
	letter-spacing: 1.6px;
}
.product-sp .detail-area .desc h3.switch span {
	display: inline-block;
	position: relative;
	padding-right: 29px;
	cursor: pointer;
}
.product-sp .detail-area .desc h3.switch span::after {
	position: absolute;
	top: 1px;
	right: 0;
	height: 19px;
	color: #000;
	font-family: icomoon;
	font-size: 19px;
	line-height: 1;
	content: "\e905";
}
.product-sp .detail-area .desc h3.switch.closed span::after {
	content: "\e904";
}
.product-sp .detail-area .desc h3.switch + div {
	display: none;
}
.product-sp .detail-area .desc h3 + p {
	letter-spacing: 1px;
}
.product-sp .detail-area .desc ul.kit-cont li {
	padding-left: 0.6em;
	text-indent: -0.6em;
	line-height: 1.85;
}
.product-sp .detail-area .desc ul.kit-cont li::before {
	content: "・";
}
.product-sp .detail-area .desc ul.sup {
	margin-top: 16px;
}
.product-sp .detail-area .desc ul.sup li {
	font-size: 12px;
	line-height: 2.15;
	letter-spacing: 1.3px;
}
.product-sp .detail-area .desc ul.sup li::before {
	content: "※";
}
.product-sp .detail-area ul.btns {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}
.product-sp .detail-area ul.btns li {
	margin: 0 7.5px;
}
.product-sp .detail-area ul.btns a {
	display: inline-block;
	width: 200px;
	padding: 9px 0;
	border-radius: 5px;
	background-color: #ecebef;
	color: #595757;
	font-family: "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	transition: opacity .2s linear;
}
.product-sp .detail-area ul.btns a.to-purchase {
	border-color: #b4b4b5;
	background-color: #b4b4b5;
	color: #fff;
}
.product-sp .detail-area ul.btns a:hover {
	opacity: 0.5;
}

/* メインビジュアル */
.product-sp #kv {
	padding-top: 32px;
	text-align: center;
}

/* 冒頭説明 */
.product-sp #desc-block {
	margin: 44px 0 63px;
	text-align: center;
}
.product-sp #desc-block .heading {
	margin-bottom: 44px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1.8px;
}
.product-sp #desc-block .heading span {
	display: inline-block;
	padding: 0 1px;
	border-bottom: 1px solid #323232;
}
.product-sp #desc-block p {
	margin-bottom: 33px;
	letter-spacing: 1.5px;
}
.product-sp #desc-block p.lead {
	margin-bottom: 31px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 2.5px;
}
.product-sp #desc-block p.sup {
	font-size: 11px;
}

/* あなたの肌状態を知る */
.product-sp #a-measure h2 {
	margin-bottom: 56px;
	letter-spacing: 1.5px;
}
.product-sp #a-measure .desc {
	min-height: 220px;
	padding-left: 467px;
	background: url(../img/measure.png) no-repeat 152px 4px;
}
.product-sp #a-measure .desc p {
	padding-left: 2px;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 1px;
}
.product-sp #a-measure .desc p span.narrow {
	letter-spacing: 0.5px;
}
.product-sp #a-measure ul.btn {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.product-sp #a-measure ul.btn li {
	margin: 0 10px 10px 0;
}
.product-sp #a-measure ul.btn li a {
	display: block;
	width: 200px;
	padding: 9px 0;
	border-radius: 5px;
	background-color: #ecebef;
	color: #595757;
	font-family: "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	opacity: 1;
	transition: opacity .2s linear;
}
.product-sp #a-measure ul.btn li a:hover {
	opacity: 0.5;
}

/* 商品紹介 */
.product-sp .pro-desc-block {
	display: flex;
	align-items: flex-end;
	max-width: 900px;
	margin: 19px auto 34px;
	padding: 24px 0 24px 9px;
	border: 1px solid #625f5f;
	border-left: none;
	border-right: none;
}
.product-sp .pro-desc-block + .pro-desc-block {
	margin-top: -34px;
	border-top: none;
}
.product-sp .spdp-images picture {
	display: block;
	max-width: 345px;
	height: auto;
	border: 1px solid #c0c0c0;
}
.product-sp .pro-desc {
	flex: 1 0 auto;
	max-width: 450px;
	margin-left: 25px;
}
.product-sp .pro-desc .pro-name {
	margin: 0 0 4px;
	padding: 0 0 2px 1px;
	border-bottom: 1px solid #505050;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.35;
	text-align: left;
	letter-spacing: 1.7px;
}
.product-sp .pro-desc .pro-name span.pro-label {
	display: inline-block;
	margin-bottom: 6px;
	padding: 3.5px 3px 1px 5px;
	border: 1px solid #323232;
	font-size: 82%;
	line-height: 1;
	vertical-align: baseline;
}
.product-sp .pro-desc .pro-name span.pro-label.l-limited {
	padding-left: 4px;
	letter-spacing: 1.4px;
}
.product-sp .pro-desc p {
	margin-bottom: 20px;
	padding-left: 2px;
	padding-right: 12px;
	font-size: 13px;
	line-height: 1.55;
	text-align: justify;
	letter-spacing: 1.2px;
}
.product-sp .pro-desc p.sup {
	font-size: 11px;
}
.product-sp .pro-desc ul.sup {
	margin-bottom: 26px;
}
.product-sp .pro-desc ul.sup li {
	padding-left: 1em;
	font-size: 11px;
	line-height: 1.65;
	text-indent: -1em;
	letter-spacing: 1.2px;
}
.product-sp .pro-desc ul.btn {
	display: flex;
	flex-wrap: wrap;
	margin-top: 22px;
}
.product-sp .pro-desc ul.btn li {
	width: 200px;
	margin-right: 10px;
	font-family: "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
}
.product-sp .pro-desc ul.btn li a {
	display: block;
	padding: 9px 0;
	border-radius: 5px;
	background-color: #ecebef;
	color: #595757;
	font-size: inherit;
	letter-spacing: 1.5px;
	text-decoration: none;
	opacity: 1;
	transition: opacity .2s linear;
}
.product-sp .pro-desc ul.btn li a:hover {
	opacity: 0.5;
}
.product-sp .pro-desc ul.btn button.static-add-to-cart {
	display: block;
	width: 100%;
	padding: 9px 0;
	border: none;
	background-color: #b4b4b5;
	color: #fff;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 1.5px;
}
.product-sp .pro-desc ul.btn .msg-area:not(.hide) + button.static-add-to-cart {
	display: none;
}
.product-sp .pro-desc ul.btn .msg-area,
.product-sp .pro-desc ul.btn .out-of-stock {
	margin: 0 !important;
	padding: 8px 0;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	background-color: #fff;
	color: #b0b0b0;
	font-size: inherit;
	line-height: 1.5;
	text-align: center;
}
.product-sp .pro-desc ul.btn .msg-area {
	letter-spacing: 1px;
}
.product-sp .pro-desc ul.btn .out-of-stock {
	letter-spacing: 1.5px;
}
.product-sp .pro-desc ul.btn li.to-reserve a {
	background-color: #b4b4b5;
	color: #fff;
}
/* プルダウン */
.product-sp .product-select-attribute,
.product-sp .product-select-attribute > * {
	margin: 0;
}
.product-sp .product-select-attribute .product-variations .pdp-vars .value {
	height: 36px;
}
.product-sp .product-select-attribute .product-variations.va-size select {
	width: 200px;
	padding: 7px 20px;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 1.2px;
	outline: none;
}
	
/* バナーホバー */
.product-sp-banner a {
	display: block;
	transition: opacity .5s linear;
}
.product-sp-banner a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	/*
	 * LP共通パーツ
	 */
	.product-sp {
		max-width: none;
		padding: 0 22px 40px;
	}
	.product-sp p {
		font-size: 16px;
		font-size: 4.27vw;
		line-height: 1.5;
	}
	
	/* ページ内ナビ */
	.product-sp ul.page-nav {
		justify-content: flex-start;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -5px;
	}
	.product-sp ul.page-nav li {
		width: 50%;
		height: 15.73vw;
		margin: 0 0 2.4vw;
		padding: 0 1.33vw;
		font-size: 15px;
		font-size: 4vw;
		line-height: 1.35;
		text-align: left;
	}
	.product-sp ul.page-nav li a {
		justify-content: flex-start;
		padding: 9px 0 8px 15px !important;
		border-radius: 8px;
		opacity: 1 !important;
		transition: none;
	}
	.product-sp ul.page-nav li a::after {
		top: 0 !important;
		left: auto;
		right: 9px;
		bottom: 0 !important;
		width: auto;
		height: 3.73vw;
		margin: auto 0;
		font-size: 3.73vw;
	}
	
	/* 見出し */
	.product-sp section h2 {
		margin-left: -22px;
		margin-right: -22px;
		margin-bottom: 26px;
		padding: 16px 0;
		font-size: 17px;
		font-size: 4.53vw;
	}
	/* リンクボタン */
	.product-sp p.btn a {
		width: 100%;
		padding: 3.2vw 0;
		font-size: 14px;
		font-size: 3.73vw;
		opacity: 1 !important;
		transition: none;
	}
	.product-sp p.btn a::after {
		right: 7px;
		height: 3.73vw;
		font-size: 3.73vw;
	}
	
	/* キット等情報イントロエリア */
	.product-sp .intro-area {
		width: auto;
		margin: 84px 0 34px;
		padding: 35px 0;
	}
	.product-sp .intro-area h2 {
		margin-bottom: 28px;
		font-size: 18px;
		font-size: 4.8vw;
		letter-spacing: 1.6px;
	}
	.product-sp .intro-area h2::after {
		height: 48vw;
		margin-top: 24px;
		background-size: auto 100%;
	}
	.product-sp .intro-area p {
		font-size: 12px;
		font-size: 3.2vw;
		letter-spacing: 1.2px;
	}
	.product-sp .intro-area p.to-detail {
		margin-top: 21px;
		font-size: 13.5px;
		font-size: 3.6vw;
		letter-spacing: 1.5px;
	}
	/* キット等情報イントロエリア（発売後） */
	.product-sp .intro-area-r {
		width: auto;
		margin: 84px 0 34px;
		padding: 32px 0 34px;
	}
	.product-sp .intro-area-r h2 {
		margin-bottom: 34px;
		font-size: 17px;
		font-size: 4.53vw;
		letter-spacing: 1.6px;
	}
	.product-sp .intro-area-r h2 span {
		padding: 0 2px 1px;
	}
	.product-sp .intro-area-r h2::before {
		height: 48vw;
		margin-bottom: 24px;
		background-size: auto 100%;
	}
	.product-sp .intro-area-r p {
		font-size: 18px;
		font-size: 4.8vw;
		letter-spacing: 1.8px;
	}
	.product-sp .intro-area-r p.to-detail {
		margin-top: 30px;
		font-size: 13.5px;
		font-size: 3.6vw;
		letter-spacing: 1.4px;
	}
	/* キット等情報メインエリア */
	.product-sp .detail-area {
		width: auto;
		margin: 23px 0 33px;
		padding-top: 60px;
	}
	.product-sp .detail-area > div {
		padding: 32px 0 26px;
	}
	.product-sp .detail-area h2 {
		margin-bottom: 35px;
		font-size: 17px;
		font-size: 4.53vw;
		letter-spacing: 1.5px;
	}
	.product-sp .detail-area h2::before {
		height: 48vw;
		margin-bottom: 24px;
		background-size: auto 100%;
	}
	.product-sp .detail-area p {
		font-size: 12px;
		font-size: 3.2vw;
		letter-spacing: 1.2px;
	}
	.product-sp .detail-area p.lead {
		margin-bottom: 31px;
		font-size: 18px;
		font-size: 4.8vw;
		line-height: 1.5;
		letter-spacing: 1.8px;
	}
	.product-sp .detail-area p.release-day {
		letter-spacing: 1.2px;
	}
	.product-sp .detail-area .desc {
		margin-top: 21px;
		padding-left: 2px;
	}
	.product-sp .detail-area .desc h3,
	.product-sp .detail-area .desc p,
	.product-sp .detail-area .desc li {
		font-size: 10.5px;
		font-size: 2.8vw;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	.product-sp .detail-area .desc h3 {
		letter-spacing: 1.2px;
	}
	.product-sp .detail-area .desc h3.switch span {
		padding-right: 6vw;
	}
	.product-sp .detail-area .desc h3.switch span::after {
		top: 0.8vw;
		height: 13px;
		font-size: 13px;
		font-size: 3.47vw;
	}
	.product-sp .detail-area .desc h3 + p {
		letter-spacing: 0.7px;
	}
	.product-sp .detail-area .desc ul.kit-cont li {
		line-height: 1.7;
	}
	.product-sp .detail-area .desc ul.sup {
		margin-top: 12px;
	}
	.product-sp .detail-area .desc ul.sup li {
		font-size: 9px;
		font-size: 2.4vw;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	.product-sp .detail-area ul.btns {
		flex-direction: column;
		margin: 15px 32px 0;
	}
	.product-sp .detail-area ul.btns li {
		margin: 0 0 12px;
	}
	.product-sp .detail-area ul.btns a {
		width: 100%;
		padding: 13px 0;
		font-size: 14px;
		font-size: 3.73vw;
		opacity: 1 !important;
		transition: none;
	}
	
	/* メインビジュアル */
	.product-sp #kv {
		margin-left: -22px;
		margin-right: -22px;
		padding-top: 0;
	}
	
	/* 冒頭説明 */
	.product-sp #desc-block {
		margin: 52px 0 53px;
	}
	.product-sp #desc-block .heading {
		margin-bottom: 35px;
		font-size: 17px;
		font-size: 4.53vw;
		letter-spacing: 1.5px;
	}
	.product-sp #desc-block .heading span {
		padding-bottom: 1px;
	}
	.product-sp #desc-block p {
		margin-bottom: 26px;
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 1.9;
		letter-spacing: 1.2px;
	}
	.product-sp #desc-block p.lead {
		margin-bottom: 28px;
		font-size: 17px;
		font-size: 4.53vw;
		line-height: 1.5;
		letter-spacing: 1.5px;
	}
	.product-sp #desc-block p.sup {
		font-size: 10px;
		font-size: 2.67vw;
		transform: scale(0.9);
	}
	
	/* あなたの肌状態を知る */
	.product-sp #a-measure h2 {
		margin-bottom: 38px;
	}
	.product-sp #a-measure .desc {
		min-height: 0;
		padding-left: 0;
		background-image: none;
	}
	.product-sp #a-measure .desc p {
		padding-left: 0;
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 1.57;
		text-align: center;
		letter-spacing: 1.2px;
	}
	.product-sp #a-measure .desc p span.narrow {
		letter-spacing: inherit;
	}
	.product-sp #a-measure .desc p:first-of-type:before {
		display: block;
		height: 43.2vw;
		margin: 0 auto 24px;
		background: url(../img/sp_measure.png) no-repeat 50% 0;
		background-size: auto 100%;
		content: "";
	}
	.product-sp #a-measure ul.btn {
		flex-direction: column;
		margin-top: 28px;
	}
	.product-sp #a-measure ul.btn li {
		margin: 0 0 13px;
	}
	.product-sp #a-measure ul.btn li a {
		width: 100%;
		padding: 17px 0;
		font-size: 17px;
		font-size: 4.53vw;
		opacity: 1 !important;
		transition: none;
	}
	
	/* 商品紹介 */
	.product-sp .pro-desc-block {
		flex-direction: column;
		width: auto;
		margin: 0 auto;
		padding: 0;
		border: none;
	}
	.product-sp .pro-desc-block + .pro-desc-block {
		margin-top: 82px;
	}
	.product-sp .spdp-images picture {
		max-width: none;
		border: none;
	}
	.product-sp .spdp-images picture img {
		width: 100%;
	}
	.product-sp .pro-desc {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
	.product-sp .pro-desc .pro-name {
		margin: 29px 0 8px;
		border-bottom-color: #323232;
		font-size: 17px;
		font-size: 4.53vw;
	}
	.product-sp .pro-desc .pro-name.has-label {
		margin-top: 3px;
	}
	.product-sp .pro-desc .pro-name span.pro-label {
		padding: 2.5px 3px 2.5px 5.5px;
	}
	.product-sp .pro-desc .pro-name span.pro-label.l-limited {
		padding-left: 5.5px;
	}
	.product-sp .pro-desc p {
		padding-right: 0;
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 1.4;
		letter-spacing: 1.4px;
	}
	.product-sp .pro-desc p.sup {
		font-size: 10.5px;
		font-size: 2.8vw;
	}
	.product-sp .pro-desc ul.sup li {
		font-size: 10.5px;
		font-size: 2.8vw;
		line-height: 1.43;
	}
	.product-sp .pro-desc ul.btn {
		flex-direction: column;
		margin-top: 29px;
	}
	.product-sp .pro-desc ul.btn li {
		width: 100%;
		margin: 0 0 10px;
		font-size: 17.5px;
		font-size: 4.67vw;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	.product-sp .pro-desc ul.btn li a {
		padding: 17px 0;
		opacity: 1 !important;
		transition: none;
	}
	.product-sp .pro-desc ul.btn button.static-add-to-cart {
		padding: 17px 0;
	}
	.product-sp .pro-desc ul.btn .msg-area,
	.product-sp .pro-desc ul.btn .out-of-stock {
		padding: 16px 0;
		line-height: 1.4;
	}
	/* プルダウン */
	.product-sp .product-select-attribute .product-variations.va-size {
		width: 100%;
		padding: 0;
	}
	.product-sp .product-select-attribute .product-variations .pdp-vars .value {
		height: 11.2vw;
	}
	.product-sp .product-select-attribute .product-variations .pdp-vars .value:not(.disabled):after {
		top: 0;
		bottom: 0;
		height: 3.2vw;
		margin-top: auto;
		margin-bottom: auto;
		font-size: 12px;
		font-size: 3.2vw;
		line-height: 1;
	}
	.product-sp .product-select-attribute .product-variations.va-size select {
		width: 100%;
		padding: 0;
		font-size: 14px;
		font-size: 3.73vw;
	}
	.product-sp .product-select-attribute .product-select-attribute .value:not(.disabled)::after {
		top: 0;
		bottom: 0;
		margin: auto 0;
		height: 3.2vw;
		font-size: 12px;
		font-size: 3.2vw;
		line-height: 1;
	}
	
	/* バナーホバー */
	.product-sp-banner a {
		opacity: 1 !important;
		transition: none;
	}
}
