@charset "UTF-8";
/* ==========================================================
*   index
========================================================== */
/* Sidebar */

.sidebar__fixed {
	top: 80px;
}

@media screen and (max-width: 959px) {
	.sidebar__fixed {
		top: unset !important;
	}
}

.c-section-2__body {
	margin-top: 30px;
}

.c-figure-content__num-tax {
	font-size: 0.8rem;
}

.item-height {
	min-height: calc(100% - 74.9vh - calc(var(--spacing-size) * 4));
}

.item-height__login {
	min-height: calc(100% - 630px - 22px - calc(var(--spacing-size) * 4));
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1180px) {
	.item-height {
		min-height: calc(100% - 62.9vh - calc(var(--spacing-size) * 4)) !important;
	}

	.item-height__login {
		min-height: calc(100% - 800px - 22px - calc(var(--spacing-size) * 4)) !important;
	}
}

@media screen and (max-width: 959px) {
	.cart-title__history-info-txt {
		width: 90%;
	}
}

@media screen and (min-width: 960px) {
	.cart-title__history-info-txt {
		width: 45%;
	}
}

@media screen and (min-width: 960px) and (max-width: 1366px) {
	.c-figure-content__num-item-price {
		font-size: 1.5rem;
	}

	.cart-title__history-info-txt {
		width: 40%;
	}
}
@media screen and (max-width: 959px) and (min-width: 751px) {
	.deail-title__last-order-info {
		display: unset;
	}

	.c-figure-content__num-tax {
		margin-top: 15px;
	}

	.c-figure-content__num-item-price {
		margin-top: 7px;
	}
}
@media screen and (max-width: 750px) {
	.deail-title__last-order-info {
		display: unset;
	}

	.c-figure-content__num-tax {
		margin-top: 15px;
	}

	.c-figure-content__num-tax {
		font-size: 3vw;
	}

	.c-figure-content__num-item-price {
		margin-top: 7px;
	}
}
.detail-banner__index {
	width: 172px;
	height: 44px;
	border: 2px solid #0ad6bb;
	border-radius: 22px;
	font-size: 14px;
	color: #707070;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/common/arrow_green_right-30cbaa853f07fdd58f5c91e3ca3aee4f.svg) 95% 50% white no-repeat;
}
.detail-banner__index:hover {
	color: white;
	background-color: #0ad6bb;
	background-image: url(/img/common/arrow_white_right-8f094c4ab39fce9dc08d2cfb8745d3b5.svg);
	background-position: 95% 50%;
	background-size: 5% 50%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
	.detail-banner__index {
		left: 50%;
		transform: translateX(-50%);
	}

	.c-section-2__body {
		padding-left: 5px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.detail-banner__index {
		left: 50%;
		transform: translateX(-50%);
		width: 138px;
		height: 36px;
		border: 1px solid #0ad6bb;
		border-radius: 18px;
		font-size: 11px;
	}
}

.avoid-lcp {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

/* Login notice (WAON POINT) */

.front_login-notice {
	padding-bottom: 0;
}

.front_login-notice__box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px;
	background-color: #fff2df;
	border: 3px solid #ff9f1d;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 22px;
}

.front_login-notice__icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-top: 2px;
	line-height: 0;
}

.front_login-notice__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.front_login-notice__content {
	flex: 1;
	min-width: 0;
}

.front_login-notice__message {
	margin: 0;
}

.front_login-notice .front_login-notice__title {
	font-size: 1.7rem;
	font-weight: 700;
	color: #e8380d;
	line-height: 1.5;
}

.front_login-notice .front_login-notice__text {
	font-size: 1.222rem;
	color: #000000;
	line-height: 1.6;
}

@media screen and (min-width: 960px) {
	.front_login-notice__box {
		align-items: stretch;
		padding: 5px 10px;
		margin-bottom: 10px;
	}

	.front_login-notice__icon {
		width: 32px;
		height: 32px;
		margin-top: 0;
		align-self: center;
	}

	.front_login-notice__content {
		display: flex;
		align-items: stretch;
	}

	.front_login-notice__message {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		width: 100%;
		gap: 20px;
	}

	.front_login-notice .front_login-notice__title {
		display: flex;
		align-items: center;
		flex-shrink: 0;
		margin: 0;
		white-space: nowrap;
	}

	.front_login-notice .front_login-notice__text {
		display: block;
		flex: 1;
		min-width: 0;
		align-self: flex-start;
	}
}

@media screen and (min-width: 751px) and (max-width: 959px), screen and (min-device-width: 1024px) and (max-device-width: 1180px) {
	.front_login-notice__box {
		margin-right: 30px;
	}
}

@media screen and (max-width: 959px) {
	.front_login-notice__content {
		display: flex;
		flex-direction: column;
	}

	.front_login-notice__message {
		display: flex;
		flex-direction: column;
	}

	.front_login-notice .front_login-notice__title {
		display: block;
		margin: 0 0 4px;
		font-size: 1.5rem !important;
	}

	.front_login-notice .front_login-notice__text {
		display: block;
		font-size: 1rem !important;
	}
}

