@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;
	background: #fff;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}

/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper {
		padding-bottom: 30px;
	}
}


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


/* section
*****************************************/
/* --- アンカーリンク --- */
.anker{
	background: url("../anker-bg.jpg") no-repeat center top;
	background-size: 100% auto;
	padding-top: 4%;
	box-sizing: border-box;
}

.anker-list{
	margin: 0 auto 0 auto;
	width: 90.933333%; /* 682px */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.anker-list__item{
	width: 48.68035%; /* 332px */
	animation-name: fuwafuwa;
	animation-delay: 0s;
	animation-duration: 2.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.anker-list__item:nth-of-type(n + 3){
	margin-top: 1.6129%;
}

/* --- アンカーテキスト --- */
.anker-text-wrap{
	position: relative;
}

.contents-wrapper .anker-text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 59.2592%; /* 96px */
	width: 65.3333%; /* 490px */
}

.contents-wrapper .anker-text1{
	bottom: 67.6470%; /* 138px */
}

.contents-wrapper .anker-text2{
	bottom: 71.5517%; /* 166px */
}

.contents-wrapper .anker-text3{
	bottom: 67.6470%; /* 138px */
}

.contents-wrapper .anker-text4{
	bottom: 73.52941%; /* 175px */
}

/* --- 注意事項 --- */
.contents-wrapper .annotation {
	padding: 49px 46px 0;
	box-sizing: border-box;
	color: #3e3a39;
	font-feature-settings: "palt";
	font-size: 25px;
	line-height: 1.34;
	letter-spacing: .02em;
}
.contents-wrapper .annotation__heading{
	font-size: 34px;
	letter-spacing: .045em;
	font-weight: 700;
	margin-bottom: 14px;
}
.contents-wrapper .annotation p:not(:first-of-type) {
	margin-top: 36px;
}
.contents-wrapper .annotation p:last-child {
	letter-spacing: .025em;
}
.contents-wrapper .annotation p .bold {
	font-weight: 700;
}
.contents-wrapper .annotation p .red {
	color: #c20d23;
}
.contents-wrapper .annotation p a:not([href^="tel:"]) {
	color: #383231;
	text-decoration: none;
}
.contents-wrapper .annotation p a:not([href^="tel:"]):hover {
	text-decoration: underline;
}


/* sp */
@media screen and (max-width:736px) {
	.contents-wrapper .annotation {
		padding: 25px 23px 0;
		font-size: 13px;
	}
	.contents-wrapper .annotation__heading{
		font-size: 17px;
		margin-bottom: 7px;
	}
	.contents-wrapper .annotation p:not(:first-of-type) {
		margin-top: 17px;
	}
}



/* cart
*****************************************/
.contents-wrapper .cart_bg01 .cart_bg_img_item {
	bottom: 10.458%; /* 73px */
}

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

.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: 75.953%; /* 458px */
	max-width: 458px;
}
.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;
}

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