@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;
}

sup{
	font-size: 14px;
}


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


/* page-anchor
*****************************************/
.contents-wrapper .page-anchor {
	padding: 28px 0 49px;
	background: #fff;
	display: flex;
	justify-content: center;
}
.contents-wrapper .page-anchor .btn {
	display: block;
	padding: 0;
	border-radius: 0;
}
.contents-wrapper .page-anchor .btn:first-child {
	width: 47.066%; /* 353px */
	margin-right: 2%; /* 15px */
}
.contents-wrapper .page-anchor .btn:last-child {
	width: 41.333%; /* 313px */
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .page-anchor {
		padding: 14px 0 25px;
	}
}


/* page-anchor02
*****************************************/
.contents-wrapper .page-anchor02__detail {
	position: relative;
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn {
	position: absolute;
	top: 5.295%; /* 23px */
	left: 50%;
	transform: translateX(-50%);
	width: 91.466%; /* 686px */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li {
	display: block;
	width: 48.104%; /* 330px */
	padding: 0;
	border-radius: 0;
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:hover {
	opacity: 1;
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li a {
	display: block;
	width: 100%;
	padding-top: 50.303%; /* 166px */
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:not(:nth-child(-n+2)) {
	margin-top: 21px;
}

.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:first-child a {
	background-image: url(../pageanchor01_b.png);
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:first-child a:hover {
	background-image: url(../pageanchor01_b_hover.png);
}

.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:nth-child(2) a {
	background-image: url(../pageanchor02_b.png);
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:nth-child(2) a:hover {
	background-image: url(../pageanchor02_b_hover.png);
}

.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:nth-child(3) a {
	background-image: url(../pageanchor03_b.png);
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:nth-child(3) a:hover {
	background-image: url(../pageanchor03_b_hover.png);
}

.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:nth-child(4) a {
	background-image: url(../pageanchor04_b.png);
}
.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:nth-child(4) a:hover {
	background-image: url(../pageanchor04_b_hover.png);
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .page-anchor02__detail .page-anchor02__btn li:not(:nth-child(-n+2)) {
		margin-top: 10px;
	}
}


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


/* section
*****************************************/
/* .contents-wrapper .sec02 {
	margin-bottom: 60px;
} */
.contents-wrapper .sec02 .anc_link {
	position: absolute;
	bottom: 10.893%; /* 78px */
	left: 50%;
	transform: translateX(-50%);
	width: 84.133%; /* 631px */
}

.contents-wrapper .sec03 {
	background: #d2ebf1;
}
.contents-wrapper .sec03 .accordionArea .btn {
	display: block;
	width: 92.8%; /* 696px */
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	position: relative;
}
.contents-wrapper .sec03 .accordionArea .btn:hover {
	opacity: 1;
}
.contents-wrapper .sec03 .accordionArea .btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 6.178%; /* 43px */
	transform: translateY(-50%);
	width: 3.448%; /* 24px */
	height: 36.363%; /* 24px */
	background: url(../accordion_open.png) no-repeat;
	background-size: 100% auto;
}
.contents-wrapper .sec03 .accordionArea .btn.open:after {
	background-image: url(../accordion_close.png);
}
.contents-wrapper .sec03 .accordionArea .detail {
	display: none;
}
.contents-wrapper .sec03 .sec03_bottom {
	position: relative;
}
.contents-wrapper .sec03 .sec03_bottom .anc_link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 84.133%; /* 631px */
}
.contents-wrapper .sec03 .sec03_bottom.bottom01 .anc_link {
	bottom: 39.903%; /* 83px */
}
.contents-wrapper .sec03 .sec03_bottom.bottom02 .anc_link {
	bottom: 37.053%; /* 83px */
}

/* .contents-wrapper .sec04 {
	padding: 44px 43px 0;
	box-sizing: border-box;
	color: #3e3a39;
	font-feature-settings: "palt";
	letter-spacing: .02em;
	font-size: 26px;
	line-height: 1.28;
	text-align: justify;
}
.contents-wrapper .sec04 p:not(:first-of-type) {
	margin-top: 31px;
}
.contents-wrapper .sec04 p span {
	color: #ba272d;
} */


/* cart
*****************************************/
.contents-wrapper .cart_bg01 .cart_bg_img_item {
	bottom: 50.698%; /* 363px */
}
.contents-wrapper .cart_bg02 .cart_bg_img_item {
	bottom: 40.172%; /* 186px */
}
.contents-wrapper .cart_bg03 .cart_bg_img_item {
	bottom: 40.086%; /* 186px */
}
.contents-wrapper .cart_bg04 .cart_bg_img_item {
	bottom: 40.259%; /* 186px */
}

.contents-wrapper .cart_bg_img {
	position: relative;
}
.contents-wrapper .cart_bg_img .cart_bg_img_item {
	position: absolute;
    left: 53%;
    top: 61%;
	transform: translateX(calc(-50% + 7px));
	width: 55%; /* 556px */
}
.contents-wrapper .cart_bg_img .cart_bg_img_item.teiki {
    left: 53%;
    top: 61%;
}

.contents-wrapper .cartWrap .wrap01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 0px;
}
.contents-wrapper .cartWrap .numWrap {
	width: 20.683%; /* 115px */
	padding-bottom: 3px;
}
.contents-wrapper .cartWrap .numWrap .num {
    font-size: 100%;
    text-align: right;
    padding-right: 6.086%;
    padding-bottom: 3%;
}
.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: 72.661%; /* 404px */
	max-width: 404px;
}
.contents-wrapper .buttonWrap button {
	border: none;
	background: none;
	overflow: hidden;
	transition: 0.2s ease transform;
	position: relative;
}
.contents-wrapper .buttonWrap button:hover {
	transform: translateY(4px);
}
.contents-wrapper .buttonWrap button:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	animation: btnAnimation 2.5s ease-in-out infinite;
	z-index: 10;
}
.contents-wrapper .buttonWrap button img {
	cursor: pointer;
	opacity: 1;
	transition: 0.2s ease opacity;
}
.contents-wrapper .buttonWrap button img:hover {
	opacity: 0.8;
}

.sec01 {
	width: 90%;
	margin: 40px auto 0;
	font-family: Hiragino UD Sans W3 JIS2004;
}
.sec01 h2 {
    text-align: center;
    background-color: #be8a43;
    padding: 20px 0;
    border-radius: 90px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: Reimin Y30 Medium;
    line-height: 1.3;
}
.sec01_02{
	margin-top: 50px;
	margin-bottom: 60px;
}
.sec01 p {
	line-height: 2;
    margin-bottom: 20px;
	line-break: strict;
}
.sec01 img {
    margin-bottom: 30px;
}
.sec01 .note {
    padding: 0;
    text-align: right;
    margin-bottom: 70px;
	font-size: 13px;
}

.sec01_03 h3{
	text-align: center;
}

.images{
	text-align: center;
}

.monthTitle + p {
    text-align: center;
}

.sec01 .monthTitle {
    margin-bottom: 20px;
}

#spItem01{
	scroll-margin: 30px;
}

#spPrice01,#spPrice02,#spPrice03,#spPrice04,
#cpTitle{
		scroll-margin: 50px;
	}

@keyframes btnAnimation {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

