@charset "utf-8";
/* ================================================================
するんとピュア肌キャンペーン
=================================================================== */

/*Base */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

em {
	font-style: normal;
}

ol, ul {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: underline;
	border: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

*:focus {
	outline: none;
}


/* contents-wrapper
*****************************************/
.contents-wrapper {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	color: #221815;
	font-size: 20px;
}


/* anchorlink
*****************************************/
.anchorlink {
	margin-top: -50px;
	padding-top: 50px;
}


/* section
*****************************************/
.contents-wrapper .link-notes {
	text-align: center;
	padding: 50px 0 59px;
}
.contents-wrapper .link-notes a {
	display: block;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
}
.contents-wrapper .link-notes .btn01 {
	width: 46.4%; /* 348px */
}
.contents-wrapper .link-notes .btn02 {
	margin-top: 41px;
	width: 84.266%; /* 632px */
}

.contents-wrapper .sec04 {
	padding: 38px 32px 0;
	box-sizing: border-box;
	color: #3e3a39;
	font-feature-settings: "palt";
	letter-spacing: -.01em;
}

.contents-wrapper .sec04 {
	font-size: 25px;
	line-height: 1.24;
}
.contents-wrapper .sec04 p:not(:first-of-type) {
	margin-top: 31px;
}
.contents-wrapper .sec04 p span {
	color: #bd272d;
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .link-notes {
		padding: 25px 0 30px;
	}
	.contents-wrapper .link-notes .btn02 {
		margin-top: 21px;
	}

	.contents-wrapper .sec04 {
		padding: 19px 16px 0;
	}
	
	.contents-wrapper .sec04 {
		font-size: 13px;
	}
	.contents-wrapper .sec04 p:not(:first-of-type) {
		margin-top: 16px;
	}
}


/* cart
*****************************************/
.contents-wrapper .cart_bg01 .cart_bg_img_item {
	bottom: 20.392%; /* 104px */
}
.contents-wrapper .cart_bg02 .cart_bg_img_item {
	bottom: 37.8%; /* 189px */
}

.contents-wrapper .cart_bg_img {
	position: relative;
}
.contents-wrapper .cart_bg_img .cart_bg_img_item {
	position: absolute;
	left: calc(50% + 2px);
	transform: translateX(-50%);
	width: 74.666%; /* 560px */
}

.contents-wrapper .cartWrap .wrap01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0px;
}
.contents-wrapper .cartWrap .numWrap {
	width: 20.994%; /* 114px */
	padding-top: 2px;
}
.contents-wrapper .cartWrap .numWrap .num {
	font-size: 140%;
	text-align: right;
	padding-right: 7.894%; /* 9px */
}
.contents-wrapper .cartWrap .numWrap .selectBox {
	margin-top: 8%;
	background: #f0f0f0;
	border-left: 4px solid #858585;
	border-right: 4px solid #e2e2e2;
	border-top: 4px solid #858585;
	border-bottom: 4px solid #e2e2e2;
	position: relative;
}
.contents-wrapper .cartWrap .numWrap .selectBox:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 21.052%; /* 24px */
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid #787878;
	z-index: 1;
}
.contents-wrapper .cartWrap select {
	display: block;
	width: 100%;
	font-size: 160%;
	padding: 13% 0 10% 15%;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	color: #000;
	outline: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	position: relative;
	z-index: 2;
}
.contents-wrapper .cartWrap select::-ms-expand {
	display: none;
}

.contents-wrapper .buttonWrap {
	width: 73.664%;
	max-width: 400px;
}
.contents-wrapper .buttonWrap button{
	border: none;
	background: none;
}
.contents-wrapper .buttonWrap button img {
	cursor: pointer;
	opacity: 1;
	transition: 0.2s ease opacity;
}
.contents-wrapper .buttonWrap button img:hover {
	opacity: 0.8;
}
/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .cartWrap .numWrap .num {
		font-size: 90%;
	}
	.contents-wrapper .cartWrap .numWrap .selectBox {
		border-width: 2px;
	}
	.contents-wrapper .cartWrap .numWrap .selectBox:after {
		border-left-width: 4px;
		border-right-width: 4px;
		border-top-width: 5px;
	}
	.contents-wrapper .cartWrap select {
		font-size: 90%;
		padding: 8% 0 8% 13%;
	}
}
