@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body{font-family: 'Noto Sans JP', sans-serif;}

#fs-totalsArea-wrapper, #fs_orderTotalContainer{
    position: -webkit-sticky;
    position: sticky;
    top: 1.8em;
}

.fs-body-my-top .fs-p-accountInfo {
    display: none;
}

.fs-c-button--primary {
  background: #c6410c;
  border: 1px solid #c6410c;
  width: 100%;
  padding: 2em 1.6em;
}

.fs-c-button--standard {
  padding: 2em 1.6em;
}

.fs-c-wishlistProduct {
  margin-top: 4em;
}

.fs-c-subscriptionPriceTable {
  margin: 70px auto 20px!important;
  border-top: 1px solid #ccc;
}

.fs-c-subscriptionPriceTable tr:first-child th, .fs-c-subscriptionPriceTable tr:first-child td{
  padding-top: 50px;
}

/* 220727 商品詳細スマホでの定期購入価格調整 */
@media screen and (max-width: 768px) {
	.fs-c-subscriptionPriceTable tr:first-child td {
		padding-top: 0;
		width: 80vw;
	}
	.fs-c-subscriptionPriceTable .fs-c-productPrice__main__price {
		font-size: 6.932vw !important;
	}
	.fs-c-subscriptionPriceTable tr:first-child th {
		font-size: 6.4vw !important;
		width: 80vw;
	}
}

/* ページの最後に「カートに入れる」に戻るボタン */
.to_cartArea {
	background: #c6410c;
	border: none;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 1.75em 1.6em 1.75em;
	box-shadow: none;
	min-width: 345px;
	width: 80%;
	max-width: 750px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	margin: auto;
}

/* 退会手続き非表示 */
.fs-c-accountService__page--accountDelete {
    display: none;
}

/* ログアウトボタン */
.tr_add_logout_btn {
	width: 100%;
	max-width: 375px;
	border-radius: 4px;
	background-color: #b9b8b7;
	margin: auto;
	height: 48px;
	left: 24px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.tr_add_logout_btn {
		left: 0;
		position: relative;
	}
}
.tr_add_logout_btn a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 48px;
}

/* フローティングバナー */
.floating_banner {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

@media screen and (max-width: 768px) {
	.floating_banner {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	footer {
		padding-bottom: 100px;
	}
}