@charset "utf-8";
/* ================================================================
THANKSキャンペーン
=================================================================== */

/*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;
}

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


/* 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
*****************************************/
.anker-link {
	position: relative;
}

.anker-link__bg {
	position: relative;
	z-index: 1;
}

.anker-link__item {
	position: absolute;
	z-index: 2;
	top: 7.320%;
	left: 50%;
	transform: translateX(-50%);
	width: 90.933%; /* 682px */
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

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

.anker-link__item .item:not(:nth-child(-n+2)) {
	margin-top: 1.364%; /* 11 */
}

.anker-link__item .item:last-child {
	width: 100%;
}


/* anchorlink 2
*****************************************/
.text-wrap{
	position: relative;
}

.anker-text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 64.8%;
	max-width: 486px;
}

.anker-text1{
	bottom: 68.571%; /* 144px */
}

.anker-text2{
	bottom: 71.428%; /* 170px */
}

.anker-text3{
	bottom: 68.224%; /* 146px */
}

.anker-text4{
	bottom: 76.870%; /* 226px */
}

.anker-text5{
	bottom: 65.816%; /* 129px */
}

.anker-text6{
	bottom: 68.446%; /* 141px */
}

.anker-text7{
	bottom: 58.024%; /* 94px */
}

.anker-text8{
	bottom: 59.638%; /* 99px */
}

.anker-text9{
	bottom: 57.5%; /* 92px */
}

.anker-text10{
	bottom: 45.967%; /* 57px */
}

.anker-text11{
	bottom: 45.161%; /* 56px */
}

.anker-text12{
	bottom: 58.641%; /* 95px */
}

.anker-text13{
	bottom: 45.901%; /* 56px */
}

.anker-text14{
	bottom: 46.774%; /* 58px */
}

.anker-text15{
	bottom: 71.610%; /* 169px */
}


/* cart
*****************************************/
.contents-wrapper .cart_bg_img {
	position: relative;
}

.contents-wrapper .cartWrap{
	width: 84%; /* 630px */
	position: absolute;
	left: calc(50% + 1.6%);
	transform: translateX(-50%);
}

.contents-wrapper .cart_bg01 .cartWrap {
	bottom: 17.619%; /* 74px */
}

.contents-wrapper .cart_bg02 .cartWrap {
	bottom: 12.857%; /* 72px */
}

.contents-wrapper .cart_bg03 .cartWrap {
	bottom: 9.945%; /* 73px */
}

.contents-wrapper .cart_bg04 .cartWrap {
	bottom: 9.973%; /* 74px */
}

.contents-wrapper .cart_bg05 .cartWrap {
	bottom: 9.703%; /* 72px */
}

.contents-wrapper .cart_bg06 .cartWrap {
	bottom: 9.505%; /* 73px */
}

.contents-wrapper .cart_bg07 .cartWrap {
	bottom: 9.350%; /* 72px */
}

.contents-wrapper .cart_bg08 .cartWrap {
	bottom: 9.864%; /* 73px */
}

.contents-wrapper .cart_bg09 .cartWrap {
	bottom: 9.677%; /* 72px */
}

.contents-wrapper .cart_bg10 .cartWrap {
	bottom: 9.729%; /* 72px */
}

.contents-wrapper .cart_bg11 .cartWrap {
	bottom: 9.319%; /* 74px */
}

.contents-wrapper .cart_bg12 .cartWrap {
	bottom: 10%; /* 74px */
}

.contents-wrapper .cart_bg13 .cartWrap {
	bottom: 9.759%; /* 73px */
}

.contents-wrapper .cart_bg14 .cartWrap {
	bottom: 10.382%; /* 76px */
}

.contents-wrapper .cart_bg15 .cartWrap {
	bottom: 9.782%; /* 72px */
}


.contents-wrapper .cartWrap-tanpin{
	width: 84%; /* 630px */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 17.619%; /* 11px */
}

.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: 77.17%; /* 480px */
	max-width: 480px;
}
.contents-wrapper .buttonWrap button {
	border: none;
	background: none;
	overflow: hidden;
	position: relative;
}
.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;
}


/* annotation
*****************************************/
.contents-wrapper .annotation {
	padding: 48px 46px 0;
	box-sizing: border-box;
	color: #3e3a39;
	font-feature-settings: "palt";
	font-size: 25px;
	line-height: 1.36;
}
.contents-wrapper .annotation .text-red{
	color: #C70014;
}
.contents-wrapper .annotation p:not(:first-of-type) {
	margin-top: 34px;
}
.contents-wrapper .annotation p .bold {
	font-weight: 700;
}
.contents-wrapper .annotation p a:not([href^="tel:"]) {
	color: #3e3a39;
	text-decoration: none;
}
.contents-wrapper .annotation p a:not([href^="tel:"]):hover {
	text-decoration: underline;
}

/* sp */
@media screen and (max-width:750px) {
	.contents-wrapper .annotation {
		padding: 6.800vw 6.133vw 5.600vw;
		font-size: 3.333vw;
	}
	.contents-wrapper .annotation p:not(:first-of-type) {
		margin-top: 4.533vw;
	}
}

/* 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%;
	}
}


/* animation
*****************************************/
@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);
	}
}