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

/* Index notice (service end) */

.front_login-notice {
	padding-bottom: 0;
	box-sizing: border-box;
	transition: width 0.3s ease;
}

.front_login-notice__box {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px 32px 24px 24px;
	background: #FFFCF4E6;
	border: 1px solid #FF9F1D;
	border-radius: 12px;
	margin-right: 30px;
	margin-bottom: 22px;
	box-sizing: border-box;
	transition: width 0.3s ease, margin-right 0.3s ease;
}

.front_login-notice__header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.front_login-notice__icon {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	line-height: 0;
}

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

.front_login-notice .front_login-notice__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #F76524;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.front_login-notice .front_login-notice__text {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.front_login-notice .front_login-notice__text p {
	margin: 0 0 14px;
}

.front_login-notice .front_login-notice__text p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 960px) {
	.front_login-notice__box {
		margin-bottom: 10px;
		margin-right: 30px;
	}
}

@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;
		padding: 16px 24px 20px;
	}
}

@media screen and (max-width: 959px) {
	.front_login-notice__box {
		padding: 14px 16px 16px;
		gap: 10px;
	}

	.front_login-notice__icon {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 750px) {
	.front_login-notice__box {
		margin-right: 0;
		padding: 12px 14px 14px;
	}

	.front_login-notice .front_login-notice__title {
		font-size: 18px;
	}

	.front_login-notice .front_login-notice__text {
		font-size: 12px;
		line-height: 18px;
	}

	.front_login-notice .front_login-notice__text p {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 374px) {
	.front_login-notice__box {
		padding: 10px 12px 12px;
	}

	.front_login-notice__icon {
		width: 28px;
		height: 28px;
	}

	.front_login-notice .front_login-notice__title {
		font-size: 16px;
	}
}

