@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,
.contents-wrapper .cartWrap .numWrap .num,
.contents-wrapper .sec05 {
	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;
}
/* pc */
@media screen and (min-width:737px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #3e3a39;
		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 .campaign-area{
	position: relative;
}
.contents-wrapper .campaign-area .btnArea {
	width: 92%; /* 690px */
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6.7073%; /* 44px */
}

.contents-wrapper .sec05.campaign-area .btnArea {
	bottom: 2.3006%; /* 15px */
}
.contents-wrapper .campaign-area .btnArea .btn {
	padding: 0;
	border-radius: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	animation-name: fuwafuwa;
	animation-delay: 0s;
	animation-duration: 2.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.contents-wrapper .campaign-area .btnArea .btn:first-child,
.contents-wrapper .campaign-area .btnArea .btn:nth-child(2),
.contents-wrapper .campaign-area .btnArea .btn:nth-child(3) {
	width: 32.4637%; /* 224px */
}

.contents-wrapper .accordionArea .btn {
	width: 94.6666%; /* 710px */
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 0;
	position: relative;
}
.contents-wrapper .accordionArea .btn:hover {
	opacity: 1;
}
.contents-wrapper .accordionArea .btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 7.0422%; /* 50px */
	transform: translateY(-50%);
	width: 3.3802%; /* 24px */
	height: 32.4324%; /* 24px */
	background: url(../accordion_open.png) no-repeat;
	background-size: 100% auto;
}
.contents-wrapper .accordionArea .btn.open:after {
	background-image: url(../accordion_close.png);
}

.contents-wrapper .accordionArea .detail {
	display: none;
}

.contents-wrapper .anc_link{
	background: #d8efff;
}

.contents-wrapper .anc_link a {
	display: block;
	width: 84.5333%; /* 634px */
	margin: 0 auto;
}
.contents-wrapper .anc_link.link1 {
	padding: 58px 0;
}
.contents-wrapper .anc_link.link2 {
	padding: 58px 0;
}
.contents-wrapper .anc_link.link3 {
	padding: 58px 0 68px;
}

.contents-wrapper .anc_link.link-gentei{
	margin-top: -19px;
	padding: 0 0 45px;
	background: #fff;
}

.contents-wrapper .anc_link.link-gentei a {
	display: block;
	width: 92%; /* 690px */
	margin: 0 auto;
	animation-name: fuwafuwa;
	animation-delay: 0s;
	animation-duration: 2.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.contents-wrapper .anc_link.link-gentei a:hover{
	opacity: 0.7;
}

.contents-wrapper .sec02 {
	padding: 37px 0 0 0;
	background: #d8efff;
}

.contents-wrapper .sec03 {
	background: #d8efff;
}

.contents-wrapper .sec04 {
	background: #d8efff;
}

.contents-wrapper .sec05 {
	background: #d8efff;
}

.contents-wrapper .sec06 {
	padding: 65px 46px 0;
	box-sizing: border-box;
	color: #3e3a39;
	font-feature-settings: "palt";
	font-size: 25px;
	line-height: 1.34;
	letter-spacing: .05em;
}
.contents-wrapper .sec06 p:not(:first-of-type) {
	margin-top: 36px;
}
.contents-wrapper .sec06 p:last-child {
	letter-spacing: .025em;
}
.contents-wrapper .sec06 p .bold {
	font-weight: 700;
}
.contents-wrapper .sec06 p .red {
	color: #bb272d;
}
.contents-wrapper .sec06 p a:not([href^="tel:"]) {
	color: #383231;
	text-decoration: none;
}
.contents-wrapper .sec06 p a:not([href^="tel:"]):hover {
	text-decoration: underline;
}


/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .anc_link.link1 {
		padding: 29px 0 27px;
	}
	.contents-wrapper .anc_link.link2 {
		padding: 29px 0 27px;
	}
	.contents-wrapper .anc_link.link3 {
		padding: 30px 0 34px;
	}

	.contents-wrapper .anc_link.link-gentei{
		margin-top: -10px;
		padding: 0 0 23px;
	}

	.contents-wrapper .sec02 {
		padding: 18px 0 0 0;
	}

	.contents-wrapper .sec06 {
		padding: 33px 23px 0;
		font-size: 13px;
	}
	.contents-wrapper .sec06 p:not(:first-of-type) {
		margin-top: 17px;
	}
}


/* cart
*****************************************/
.contents-wrapper .cart_bg01 .cart_bg_img_item {
	bottom: 16.3461%; /* 68px */
}
.contents-wrapper .cart_bg02 .cart_bg_img_item {
	bottom: 15.6682%; /* 68px */
}
.contents-wrapper .cart_bg03 .cart_bg_img_item {
	bottom: 16.5865%; /* 69px */
}
.contents-wrapper .cart_bg04 .cart_bg_img_item {
	bottom: 15.668%; /* 69px */
}
.contents-wrapper .cart_bg05 .cart_bg_img_item {
	bottom: 12.2377%; /* 70px */
}
.contents-wrapper .cart_bg06 .cart_bg_img_item {
	bottom: 20.1183%; /* 68px */
}
.contents-wrapper .cart_bg07 .cart_bg_img_item {
	bottom: 11.9863%; /* 70px */
}
.contents-wrapper .cart_bg08 .cart_bg_img_item {
	bottom: 20.58823%; /* 70px */
}

.contents-wrapper .cart_bg09 .cart_bg_img_item {
	bottom: 25.08%; /* 142px */
}

.contents-wrapper .cart_bg10 .cart_bg_img_item {
	bottom: 25.352%; /* 144px */
}

.contents-wrapper .cart_bg11 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg12 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg13 .cart_bg_img_item {
	bottom: 24.91349%; /* 146px */
}

.contents-wrapper .cart_bg14 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg15 .cart_bg_img_item {
	bottom: 24.91349%; /* 144px */
}

.contents-wrapper .cart_bg16 .cart_bg_img_item {
	bottom: 16.81%; /* 117px */
}

.contents-wrapper .cart_bg17 .cart_bg_img_item {
	bottom: 42.525%; /* 165px */
}

.contents-wrapper .cart_bg_img {
	position: relative;
}
.contents-wrapper .cart_bg_img .cart_bg_img_item {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 83.4666%; /* 626px */
}

.contents-wrapper .cartWrap .wrap01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 0px;
}
.contents-wrapper .cartWrap .numWrap {
	width: 19.1693%; /* 120px */
	padding: 0 0 10px 4px;
}
.contents-wrapper .cartWrap .numWrap .num {
	font-size: 140%;
	text-align: right;
	padding-right: 5.833%; /* 7px */
}
.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: 74.4408%; /* 466px */
	max-width: 466px;
}
.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: .8;
}

.contents-wrapper .singlebuttonWrap {
	position: absolute;
	bottom: 12.420%; /* 78px */
	left: 50%;
	transform: translateX(-50%);
	width: 70.933%; /* 532px */
	max-width: 532px;
}
.contents-wrapper .singlebuttonWrap form {
	transition: 0.2s ease transform, 0.2s ease opacity;
	overflow: hidden;
	position: relative;
}
.contents-wrapper .singlebuttonWrap form:hover {
	transform: translateY(4px);
	opacity: .8;
}
.contents-wrapper .singlebuttonWrap form: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 .singlebuttonWrap input[type="image"] {
	width: 100%;
}
@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; }
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .cartWrap .numWrap {
		padding: 0 0 6px 2px;
	}
	.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%;
	}
}
@media screen and (max-width:460px) {
	.contents-wrapper .cartWrap .numWrap .num {
		font-size: 80%;
	}
}
