body {
	color: #00193B;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.dashboard {
	margin-top: 0.75rem;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

.dashboard::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.dashboard::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.dashboard__title-wrap {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.dashboard__graph {
	margin-top: 1.375rem;
}

.dashboard__sales {
	margin-top: 2rem;
}

.login {
	background: #F2F2F2;
	color: #1A293C;
	position: relative;
}

.login__logo {
	margin-left: 40px;
	margin-top: 2.4375rem;
	position: absolute;
}

.login__message {
	align-items: center;
	background-image: url(../images/common/bg-login.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	margin-left: auto;
	text-align: center;
	width: 50%;
}

.login__message h2 {
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0;
}

.login__message p {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 1.5625rem;
}

.login__signin-area {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
	left: calc(50% - 34.375rem);
	padding: 4.0625rem 7.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40rem;
}

.login__signin-area h2 {
	font-size: 2.1875rem;
	font-weight: 500;
}

.login__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login__form {
	margin-top: 4.5625rem;
	width: 100%;
}

.master-client-detail {
	grid-gap: 1.8125rem;
	align-items: flex-start;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: 25.9375% 71.0416666667%;
	margin-top: 1.5rem;
}

.master-client-detail__section {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	color: #1A293C;
	padding: 1.625rem 1.4375rem 2.375rem;
}

.master-client-detail__section--upload {
	padding: 2.375rem 1.0625rem 0.8125rem;
}

.master-client-detail__section label {
	display: flex;
	flex-direction: column;
}

.master-client-detail__upload {
	aspect-ratio: 1/1;
	background-color: #F9F9F9;
	border: 1px dotted #B9B9B9;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	width: 9.25rem;
}

.master-client-detail__upload::before {
	background-image: url(../images/common/icon-upload.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 19px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.master-client-detail__upload label {
	border-radius: 50%;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.master-client-detail__upload input {
	display: none;
}

.master-client-detail__section h2 {
	font-size: 1.125rem;
}

.master-client-detail__section p {
	font-size: 0.875rem;
	margin-top: 1.4375rem;
}

.master-client-detail__container {
	grid-gap: 1.25rem 1.375rem;
	display: grid;
	gap: 1.25rem 1.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
}

.master-client-detail__label {
	color: #8E8E8E;
	font-size: 0.875rem;
}

.master-client-detail__item {
	margin-top: 0.5625rem;
	width: 100%;
}

.master-client-detail__memo {
	margin-top: 1.25rem;
}

.master-client-detail__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	justify-content: flex-end;
	margin-top: 2.5625rem;
}

.master-client {
	position: relative;
}

.master-client::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.master-client::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.master-client__edit-button {
	margin-top: 1.5625rem;
	max-width: 7.9375rem;
}

.master-client__table {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	margin-top: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.master-client__pagenavi {
	margin-top: 2rem;
}

.master-material-detail {
	grid-gap: 1.8125rem;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: 25.9375% 71.0416666667%;
	margin-top: 1.5rem;
}

.master-material-detail__section {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	color: #1A293C;
	padding: 1.625rem 1.4375rem 2.375rem;
}

.master-material-detail__section--upload {
	padding: 2.375rem 1.0625rem 0.8125rem;
}

.master-material-detail__section--basis {
	margin-top: 1.125rem;
	padding: 0.875rem 1.0625rem 1.875rem;
}

.master-material-detail__container-wrap {
	display: flex;
	flex-direction: column;
}

.master-material-detail__upload {
	aspect-ratio: 1/1;
	background-color: #F9F9F9;
	border: 1px dotted #B9B9B9;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	width: 9.25rem;
}

.master-material-detail__upload::before {
	background-image: url(../images/common/icon-upload.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 19px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.master-material-detail__upload label {
	border-radius: 50%;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.master-material-detail__upload input {
	display: none;
}

.master-material-detail__item-wrap + .master-material-detail__item-wrap {
	display: block;
	margin-top: 1.1875rem;
}

.master-material-detail__date {
	margin-top: 0.375rem;
	text-align: right;
}

.master-material-detail__trigger {
	color: #656565;
	cursor: pointer;
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-left: 0.25rem;
	padding-right: 1.625rem;
	position: relative;
	text-align: right;
}

.master-material-detail__trigger::before,
.master-material-detail__trigger::after {
	background: #656565;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.5625rem;
}

.master-material-detail__trigger::after {
	top: 50%;
	transform: rotate(90deg);
}

.master-material-detail__trigger.is-open::after {
	transform: rotate(0deg);
}

.js-side-data {
	display: none;
}

.master-material-detail__data {
	align-items: center;
	color: #656565;
	display: grid;
	font-size: 0.75rem;
	grid-template-columns: 41.8118466899% 1fr;
	margin-top: 1.5rem;
}

.master-material-detail__data dd {
	color: #1A293C;
	font-size: 0.875rem;
}

.master-material-detail__data dd span {
	font-size: 0.75rem;
}

.master-material-detail__section h2 {
	font-size: 1.125rem;
}

.master-material-detail__section h3 {
	font-size: 1rem;
	margin-top: 2.375rem;
}

.master-material-detail__container {
	grid-gap: 1.5625rem 1.0625rem;
	display: grid;
	gap: 1.5625rem 1.0625rem;
	grid-template-columns: repeat(auto-fill, minmax(180px, 200px));
}

.master-material-detail__container:not(:first-of-type) {
	margin-top: 1.0625rem;
}

.master-material-detail__container:first-of-type {
	margin-top: 2.25rem;
}

.master-material-detail__container input[type=number] {
	text-align: right;
}

.master-material-detail__label {
	color: #8E8E8E;
	font-size: 0.875rem;
}

.master-material-detail__label-wrap {
	align-items: flex-end;
	display: flex;
}

.master-material-detail__required {
	color: #FC5000;
	font-size: 0.75rem;
}

.master-material-detail__item {
	margin-top: 0.5625rem;
	width: 100%;
}

.master-material-detail__memo {
	display: flex;
	flex-direction: column;
}

.master-material-detail__memo span {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 2.375rem;
}

.master-material-detail__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	justify-content: flex-end;
	margin-top: 2.5625rem;
}

.master-material {
	margin-top: 0.875rem;
}

.master-material__section {
	margin-top: 2.40625rem;
	position: relative;
}

.master-material__edit-button {
	margin-top: 1.75rem;
	width: 7.9375rem;
}

.master-material__list-wrap {
	margin-top: 1.75rem;
}

.master-material__pagenavi {
	margin-top: 2rem;
}

.product-item-detail {
	margin-top: 0.875rem;
	position: relative;
}

.product-item-detail::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.product-item-detail::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.product-item-detail__title {
	margin-top: 3rem;
}

.product-item-detail__button {
	margin-top: 1.5rem;
	width: 7.9375rem;
}

.product-item-detail__table {
	margin-top: 1.6875rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.product-item-detail__button-wrap {
	grid-gap: 1.0625rem;
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 2.5rem;
}

.product-item {
	margin-top: 0.875rem;
}

.product-item__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.product-item__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.product-item__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.product-item__container {
	margin-top: 1.625rem;
}

.product-item__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.product-item__pagenavi {
	margin-top: 2rem;
}

.product-set-item-detail {
	margin-top: 0.875rem;
	position: relative;
}

.product-set-item-detail::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.product-set-item-detail::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.product-set-item-detail__title {
	margin-top: 3rem;
}

.product-set-item-detail__button {
	margin-top: 1.5rem;
	width: 7.9375rem;
}

.product-set-item-detail__table {
	margin-top: 1.6875rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.product-set-item-detail__button-wrap {
	grid-gap: 1.0625rem;
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 2.5rem;
}

.product-set-item-detail__modal {
	position: relative;
}

.product-set-item-detail__modal::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.product-set-item-detail__modal::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.product-set-item {
	margin-top: 0.875rem;
}

.product-set-item__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.product-set-item__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.product-set-item__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.product-set-item__container {
	margin-top: 1.625rem;
}

.product-set-item__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.product-set-item__edit-button {
	margin-top: 1.75rem;
	width: 7.9375rem;
}

.product-set-item__section {
	margin-top: 2.40625rem;
	position: relative;
}

.product-set-item__pagenavi {
	margin-top: 2rem;
}

.sales-client-detail {
	margin-top: 0.875rem;
}

.sales-client-detail__edit-button {
	font-size: 0.875rem;
	margin-top: 1.75rem;
	width: 13.1875rem;
}

.sales-client-detail__section {
	margin-top: 1.75rem;
	position: relative;
}

.sales-client-detail__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-client-detail__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-client-detail__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-client-detail__container {
	margin-top: 1.625rem;
}

.sales-client-detail__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-client-detail__pagenavi {
	margin-top: 2rem;
}

.sales-client-edit {
	margin-top: 1.6875rem;
}

.sales-client-edit__button-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-client-edit__button a {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.sales-client-edit__section {
	margin-top: 1.70625rem;
	position: relative;
}

.sales-client-edit__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-client-edit__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-client-edit__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-client-edit__container {
	margin-top: 1.625rem;
}

.sales-client-edit__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-client-edit__pagenavi {
	margin-top: 2rem;
}

.sales-client {
	margin-top: 0.875rem;
}

.sales-client__section {
	margin-top: 2.40625rem;
	position: relative;
}

.sales-client__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-client__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-client__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-client__container {
	margin-top: 1.625rem;
}

.sales-client__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-client__pagenavi {
	margin-top: 2rem;
}

.sales-cost-edit {
	margin-top: 0.875rem;
}

.sales-cost-edit__section {
	margin-top: 2.40625rem;
	position: relative;
}

.sales-cost-edit__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-cost-edit__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-cost-edit__edit-button {
	margin-top: 1.75rem;
	width: 13.1875rem;
}

.sales-cost-edit__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-cost-edit__container {
	margin-top: 1.625rem;
}

.sales-cost-edit__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-cost-edit__save-button {
	margin-top: 2.0625rem;
	width: 7.9375rem;
}

.sales-cost-edit__pagenavi {
	margin-top: 2rem;
}

.sales-cost {
	margin-top: 0.875rem;
}

.sales-cost__section {
	margin-top: 2.40625rem;
	position: relative;
}

.sales-cost__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-cost__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-cost__edit-button {
	font-size: 0.875rem;
	margin-top: 1.75rem;
	width: 13.1875rem;
}

.sales-cost__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-cost__container {
	margin-top: 1.625rem;
}

.sales-cost__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-cost__pagenavi {
	margin-top: 2rem;
}

.sales-item-detail {
	margin-top: 0.875rem;
}

.sales-item-detail__section {
	margin-top: 2.40625rem;
	position: relative;
}

.sales-item-detail__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-item-detail__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-item-detail__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-item-detail__container {
	margin-top: 1.625rem;
}

.sales-item-detail__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-item {
	margin-top: 0.875rem;
}

.sales-item__section {
	margin-top: 2.40625rem;
	position: relative;
}

.sales-item__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-item__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-item__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sales-item__container {
	margin-top: 1.625rem;
}

.sales-item__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.sales-item__pagenavi {
	margin-top: 2rem;
}

.sales-shop {
	margin-top: 0.9375rem;
}

.shop-detail {
	margin-top: 0.875rem;
}

.shop-detail__section {
	margin-top: 2.40625rem;
	position: relative;
}

.shop-detail__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.shop-detail__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.shop-detail__title-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.shop-detail__container {
	margin-top: 1.625rem;
}

.shop-detail__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.shop-detail__pagenavi {
	margin-top: 2rem;
}

.user-edit {
	position: relative;
}

.user-edit::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.user-edit::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.user-edit__edit-button {
	margin-top: 1.5625rem;
	max-width: 7.9375rem;
}

.user-edit__table {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	margin-top: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.user-edit__table table {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.user-edit__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 2.5625rem;
}

.user {
	margin-top: 0.875rem;
}

.user__container {
	margin-top: 1.3125rem;
}

.user__wrapper {
	grid-gap: 1.8125rem;
	align-items: center;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.user__label-wrap {
	align-items: flex-end;
	display: flex;
	gap: 1.125rem;
}

.user__label {
	color: #8E8E8E;
	display: block;
	font-size: 0.875rem;
}

.user__required {
	color: #FC5000;
	font-size: 0.75rem;
}

.user__box {
	margin-top: 0.5625rem;
	max-width: 30.9375rem;
	width: 100%;
}

.user__button-wrap {
	margin-top: 1.75rem;
	width: 7.9375rem;
}

.user__section {
	margin-top: 2.375rem;
	position: relative;
}

.user__section::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.user__section::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.user__container {
	margin-top: 1.625rem;
}

.user__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.user__pagenavi {
	margin-top: 2rem;
}

.breadcrumb {
	line-height: 1;
}

.breadcrumb__inner {
	align-items: center;
	display: flex;
	max-width: 75rem;
	width: 100%;
}

.breadcrumb span {
	color: #8E8E8E;
	font-size: 0.75rem;
	font-weight: 400;
}

.breadcrumb span:nth-last-child(1) {
	color: #656565;
	font-size: 0.75rem;
	font-weight: 400;
}

.breadcrumb__arrow {
	height: 7px;
	margin: 0 0.625rem;
	width: 5px;
}

.button {
	background-color: #FF5100;
	border: none;
	border-radius: 23px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.button:hover {
	background-color: #1A293C;
}

.button--login {
	font-size: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.button--white {
	background-color: #fff;
	border: 1px solid;
	border-color: #FF5100;
	color: #FF5100;
}

.button--white:hover {
	background-color: #F2F2F2;
	border-color: #1A293C;
	color: #1A293C;
}

.form-date {
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	color: #1A293C;
	font-size: 0.875rem;
	padding: 0.5625rem 1rem;
}

.form-radio[type=radio] {
	border: 1px solid #E0E0E0;
	border-radius: 50%;
	display: inline-block;
	height: 1.125rem;
	position: relative;
	vertical-align: -2px;
	width: 1.125rem;
}

input[type=radio]:checked {
	border: 1px solid #FF5100;
}

input[type=radio]:checked:before {
	background: #FF5100;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.75rem;
}

.form-radio + label {
	margin-left: 0.625rem;
}

.form-radio:nth-of-type(2) {
	margin-left: 1.375rem;
}

.form-select {
	display: inline-block;
	position: relative;
	width: 100%;
}

.form-select::after {
	background-image: url(../images/common/pull-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5px;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.form-select__select {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	font-size: 0.875rem;
	padding: 0.5625rem 0.9375rem;
	position: relative;
	width: 100%;
}

.form-text {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	color: #1A293C;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.5625rem 0.9375rem;
}

.form-text::-moz-placeholder {
	color: #8E8E8E;
}

.form-text::placeholder {
	color: #8E8E8E;
}

.graph {
	display: flex;
	gap: 1.375rem;
	position: relative;
}

.graph__legend {
	display: flex;
	gap: 1rem;
	position: absolute;
	right: 0;
	top: -3.3125rem;
}

.graph__legend-wrap {
	display: flex;
	gap: 0.4375rem;
}

.graph__circle {
	border-radius: 50%;
	height: 11px;
	width: 11px;
}

.graph__legend-wrap:nth-of-type(1) .graph__circle {
	background-color: #B9B9B9;
}

.graph__legend-wrap:nth-of-type(2) .graph__circle {
	background-color: #FF5100;
}

.graph__legend-wrap p {
	font-size: 9px;
	font-weight: 400;
}

.graph__label {
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.5454545455;
	text-align: right;
}

.graph__label + .graph__label {
	margin-top: 1.625rem;
}

.graph__inner {
	position: relative;
	width: 91.3541666667%;
}

.graph__area {
	margin-top: 0.4375rem;
	position: relative;
	width: 100%;
}

.graph__area .bar:first-of-type {
	margin-left: 29px;
}

.graph__bar-container {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding: 0 1.125rem;
	position: absolute;
	width: 100%;
}

.graph__bar-set {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.graph__bar-wrap {
	align-items: flex-end;
	display: flex;
	gap: 0.25rem;
	position: relative;
	width: 1.625rem;
}

.graph__bar-wrap:nth-of-type(1) {
	height: 32%;
}

.graph__bar-wrap:nth-of-type(2) {
	height: 44%;
}

.graph__bar-wrap:nth-of-type(3) {
	height: 57.2%;
}

.graph__bar-wrap:nth-of-type(4) {
	height: 61.2%;
}

.graph__bar-wrap:nth-of-type(5) {
	height: 38%;
}

.graph__bar-wrap:nth-of-type(6) {
	height: 48.4%;
}

.graph__bar-wrap:nth-of-type(7) {
	height: 54%;
}

.graph__bar-wrap:nth-of-type(8) {
	height: 60%;
}

.graph__bar-wrap:nth-of-type(9) {
	height: 50%;
}

.graph__bar-wrap:nth-of-type(10) {
	height: 30%;
}

.graph__bar-wrap:nth-of-type(11) {
	height: 46.4%;
}

.graph__bar-wrap:nth-of-type(12) {
	height: 54.4%;
}

.graph__ratio {
	font-size: 0.8125rem;
	font-weight: 400;
	left: 50%;
	position: absolute;
	top: -1.4375rem;
	transform: translateX(-50%);
}

.graph__ratio--blue {
	color: #0094E2;
}

.graph__ratio--red {
	color: #FF5252;
}

.graph__bar {
	border-radius: 10px;
	width: 0.6875rem;
}

.graph__bar--last {
	background-color: #B9B9B9;
}

.graph__bar--this {
	background-color: #FF5100;
}

.graph__bar-wrap:nth-of-type(1) .graph__bar--last {
	height: 90%;
}

.graph__bar-wrap:nth-of-type(1) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(2) .graph__bar--last {
	height: 85%;
}

.graph__bar-wrap:nth-of-type(2) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(3) .graph__bar--last {
	height: 83%;
}

.graph__bar-wrap:nth-of-type(3) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(4) .graph__bar--last {
	height: 90%;
}

.graph__bar-wrap:nth-of-type(4) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(5) .graph__bar--last {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(5) .graph__bar--this {
	height: 95%;
}

.graph__bar-wrap:nth-of-type(6) .graph__bar--last {
	height: 84%;
}

.graph__bar-wrap:nth-of-type(6) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(7) .graph__bar--last {
	height: 90%;
}

.graph__bar-wrap:nth-of-type(7) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(8) .graph__bar--last {
	height: 91%;
}

.graph__bar-wrap:nth-of-type(8) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(9) .graph__bar--last {
	height: 90%;
}

.graph__bar-wrap:nth-of-type(9) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(10) .graph__bar--last {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(10) .graph__bar--this {
	height: 97%;
}

.graph__bar-wrap:nth-of-type(11) .graph__bar--last {
	height: 92%;
}

.graph__bar-wrap:nth-of-type(11) .graph__bar--this {
	height: 100%;
}

.graph__bar-wrap:nth-of-type(12) .graph__bar--last {
	height: 90%;
}

.graph__bar-wrap:nth-of-type(12) .graph__bar--this {
	height: 100%;
}

.graph__line {
	background-image: linear-gradient(to right, #E0E0E0 3px, transparent 3px);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	border: none;
	border: none;
	height: 1px;
	margin: 0 auto;
	width: 100%;
}

.graph__line + .graph__line {
	margin-top: 2.5625rem;
}

.label-horizontal {
	display: flex;
	justify-content: space-between;
	padding: 0.375rem 1.125rem 0;
}

.label-horizontal p {
	color: #8E8E8E;
	font-size: 0.6875rem;
	font-weight: 400;
	text-align: center;
	width: 1.625rem;
}

.label-horizontal .label:first-of-type {
	margin-left: 29px;
}

.header__inner {
	height: inherit;
	padding-left: 0.9375rem;
	position: relative;
}

.header__logo {
	height: inherit;
	left: 50%;
	max-width: 7.6875rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
}

.header__hamburger {
	display: none;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 2px;
	display: block;
	height: 2px;
	left: 0;
	position: relative;
	transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
	width: 1.0625rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
	width: 0.875rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
	width: 0.6875rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.25rem;
	transform: rotate(-45deg);
	width: 1.0625rem;
}

.header__drawer {
	background-color: #1A293C;
	height: 100vh;
	left: -120%;
	overflow-y: scroll;
	padding: 6.25rem 1rem 1.875rem;
	position: absolute;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	left: 0;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
	text-transform: uppercase;
}

.header__drawer-item.header__drawer-item--contact a::after {
	background-image: url(./../images/common/contact-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	margin-bottom: 0.3125rem;
	margin-left: 1.25rem;
	width: 0.9375rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.layout {
	display: grid;
	grid-template-columns: 15rem 1fr;
}

.layout__side {
	background-color: #1A293C;
	color: #F9F9F9;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0;
	min-height: 100vh;
	overflow-y: auto;
	padding-top: 2.1875rem;
	position: relative;
}

.layout__side aside {
	height: 100%;
}

.layout__side-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 1.25rem;
}

.layout__nav {
	margin-top: 2.0625rem;
}

.layout__nav-logout {
	align-items: flex-end;
	display: flex;
	flex-grow: 1;
}

.layout__header {
	display: none;
}

.layout__main {
	background-color: #F5F5F5;
}

.layout__main-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding: 1.25rem 40px 4.375rem;
}

.layout__main-title {
	margin-top: 1.125rem;
}

.layout__main-section {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	color: #1A293C;
	padding: 0.96875rem 1.25rem 2.2625rem;
}

/* Form Layout */

.login-form {
	font-size: 0.875rem;
	font-weight: 400;
}

.login-form__item + .login-form__item {
	margin-top: 1.1875rem;
}

.login-form__item label {
	display: block;
}

.login-form__item input {
	background: #fff;
	border: none;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	font-size: 0.875rem;
	height: 44px;
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	transition: border-color 0.3s;
	width: 100%;
}

.login-form__item input:focus {
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}

.login-form__button {
	margin-top: 4.4375rem;
	width: 100%;
}

.logo {
	height: auto;
	width: 10.125rem;
}

.modal-edit {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: none;
	left: 0;
	overflow: auto;
	padding: 6.25rem 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.modal-edit__inner {
	background: #fff;
	border-radius: 20px;
	margin: auto;
	max-width: 39rem;
	padding: 1.5625rem 1.6875rem;
	width: 100%;
}

.modal-edit__inner--product {
	max-width: 60rem;
	position: relative;
}

.modal-edit__inner--product::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.modal-edit__inner--product::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.modal-edit label {
	color: #8E8E8E;
	font-size: 0.875rem;
}

#modal-edit__date,
#modal-edit__count,
#modal-edit__money {
	display: block;
	margin-top: 0.75rem;
	max-width: 9.4375rem;
	width: 100%;
}

.modal-edit__inner li + li {
	margin-top: 1.70625rem;
}

.modal-edit__inner li:last-child {
	margin-top: 3.125rem;
}

.modal-edit__button {
	grid-gap: 1.6875rem;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: repeat(2, 7.9375rem);
	justify-content: center;
}

.modal-edit__material {
	display: flex;
	flex-direction: column;
}

.modal-edit__inner--product label {
	color: #1A293C;
}

.modal-edit__material-wrapper {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 43.5416666667% 27.0833333333%;
	margin-top: 1.875rem;
}

.modal-edit__material-input {
	margin-top: 0.5625rem;
}

.modal-edit__category {
	margin-top: 0.5625rem;
}

.modal-edit__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 1.5rem;
}

.modal-edit__table {
	margin-top: 1.6875rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.modal-edit__ratio,
.modal-edit__quantity {
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.modal-edit__ratio-input,
.modal-edit__quantity-input {
	margin-top: 0.5625rem;
	width: 11.9791666667%;
}

.modal-edit__submit {
	margin-top: 1.5rem;
	max-width: 7.9375rem;
}

.month {
	align-items: center;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	display: flex;
	font-size: 12px;
	line-height: 1em;
	padding: 0.25rem 1.25rem 0.25rem 0.5625rem;
}

.month--one {
	padding: 0.5rem 1.875rem 0.5rem 0.5625rem;
	position: relative;
}

.month__input {
	max-width: 70px;
}

.month span {
	margin: 0.375rem;
}

.month__icon {
	width: 0.8125rem;
}

.month--one::before {
	border-bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-style: solid;
	border-top: 7px solid #1A293C;
	content: "";
	height: 0;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.month__input:nth-of-type(1) {
	margin-left: 0.625rem;
}

.month input[type=month] {
	position: relative;
}

.month input[type=month]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.month input[type=month]::-webkit-clear-button {
	-webkit-appearance: none;
}

.month input[type=month]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.nav-list {
	color: #fff;
	width: 100%;
}

.nav-list li span {
	display: block;
	padding: 1.25rem 0.625rem 1.25rem 2rem;
	width: 100%;
}

.nav-list__dashboard span::before {
	-webkit-mask-image: url(../images/common/icon-home.svg);
	height: 1.125rem;
	mask-image: url(../images/common/icon-home.svg);
	width: 1.125rem;
}

.nav-list__sales span::before {
	-webkit-mask-image: url(../images/common/icon-sales.svg);
	height: 1.125rem;
	mask-image: url(../images/common/icon-sales.svg);
	width: 1.375rem;
}

.nav-list__product span::before {
	-webkit-mask-image: url(../images/common/icon-product.svg);
	height: 1.1875rem;
	mask-image: url(../images/common/icon-product.svg);
	width: 1.1875rem;
}

.nav-list__master span::before {
	-webkit-mask-image: url(../images/common/icon-master.svg);
	height: 1.1875rem;
	mask-image: url(../images/common/icon-master.svg);
	width: 1rem;
}

.nav-list__user span::before {
	-webkit-mask-image: url(../images/common/icon-user.svg);
	height: 1.375rem;
	mask-image: url(../images/common/icon-user.svg);
	width: 1.0625rem;
}

.nav-list__logout span::before {
	-webkit-mask-image: url(../images/common/icon-logout.svg);
	height: 1.125rem;
	mask-image: url(../images/common/icon-logout.svg);
	width: 1.375rem;
}

.nav-list__sales,
.nav-list__sales span,
.nav-list__product,
.nav-list__product span,
.nav-list__master,
.nav-list__master span {
	position: relative;
}

.nav-list__sales::before,
.nav-list__sales span::after,
.nav-list__product::before,
.nav-list__product span::after,
.nav-list__master::before,
.nav-list__master span::after {
	background: #F9F9F9;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: 1.8125rem;
	transition: 0.3s;
	width: 0.5625rem;
}

.nav-list__sales span::after,
.nav-list__product span::after,
.nav-list__master span::after {
	transform: rotate(90deg);
}

.nav-list__sales span.is-open::after,
.nav-list__product span.is-open::after,
.nav-list__master span.is-open::after {
	transform: rotate(0deg);
}

.nav-list__item {
	border-radius: 5px;
	cursor: pointer;
	height: inherit;
	transition: opacity 0.3s ease-in-out;
}

.nav-list__item:hover {
	opacity: 0.8;
}

.nav-list__item--now {
	background-color: #FFA77E;
	color: #1A293C;
}

.nav-list__item span {
	position: relative;
}

.nav-list__item span::before {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #F9F9F9;
	content: "";
	left: 0.25rem;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.nav-list__item--now span::before {
	background-color: #1A293C;
}

.nav-list__second {
	display: none;
}

.nav-list__second--open {
	display: block;
}

.nav-list__second li a {
	display: block;
	padding: 0.625rem 0.625rem 0.625rem 2rem;
	width: 100%;
}

.page-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
}

.pagenavi__inner {
	margin: auto;
	padding: 0 1.5625rem;
	width: 100%;
}

.pagenavi .pagenavi__wrap {
	align-items: center;
	clear: both;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	text-align: center;
}

.pagenavi .pagenavi__wrap a,
.pagenavi .pagenavi__wrap span {
	background-color: #fff;
	border: 1px solid #FF5100;
	border-radius: 3px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
	color: #FF5100;
	font-size: 0.875rem;
	line-height: 1;
	line-height: 1.3571428571;
	padding: 0.375rem 0.75rem;
	transition: 0.3s;
	white-space: nowrap;
}

.pagenavi .pagenavi__wrap a:hover {
	background-color: #F2F2F2;
	border: 1px solid #1A293C;
	color: #1A293C;
	opacity: 1;
}

.pagenavi .pagenavi__wrap .current {
	background-color: #FF5100;
	border-color: #FF5100;
	color: #fff;
}

.previouspostslink,
.nextpostslink {
	display: block;
	height: 2rem;
	position: relative;
	width: 2rem;
}

.previouspostslink::before,
.nextpostslink::before {
	background-color: #FF5100;
	content: "";
	height: 0.588125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.588125rem;
}

.nextpostslink::before {
	-webkit-mask-image: url(../images/common/pagenavi-next.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(../images/common/pagenavi-next.png);
	mask-repeat: no-repeat;
	mask-size: contain;
}

.previouspostslink::before {
	-webkit-mask-image: url(../images/common/pagenavi-prev.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(../images/common/pagenavi-prev.png);
	mask-repeat: no-repeat;
	mask-size: contain;
}

.previouspostslink:hover::before,
.nextpostslink:hover::before {
	background-color: #1A293C;
}

.product-item-detail-form__container {
	margin-top: 1.3125rem;
}

.product-item-detail-form__label,
.product-item-detail-form__shop {
	color: #333;
}

.product-item-detail-form__label {
	color: #8E8E8E;
	display: block;
	font-size: 0.875rem;
}

.product-item-detail-form__box {
	margin-top: 0.5625rem;
	max-width: 30.9375rem;
	width: 100%;
}

.product-item-detail-form__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 1.5rem;
}

.product-item-detail-form__wrapper {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: 40.625% 56.0416666667%;
	margin-top: 1.5rem;
}

.product-item-detail-form__upload {
	aspect-ratio: 1/1;
	background-color: #fff;
	background-color: #F9F9F9;
	border: 1px dotted #E0E0E0;
	border-radius: 10px;
	position: relative;
	width: 77.9569892473%;
}

.product-item-detail-form__upload::before {
	background-image: url(../images/common/icon-upload.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 19px;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.product-item-detail-form__upload label {
	background: linear-gradient(180deg, #fff, #F2F2F2);
	background-color: #384878;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	color: #8E8E8E;
	cursor: pointer;
	font-size: 0.75rem;
	left: 50%;
	padding: 0.1875rem 0.9375rem;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -50%);
}

.product-item-detail-form__upload input[type=file] {
	display: none;
}

.product-item-detail-form__memo {
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	height: 10rem;
	width: 100%;
}

.product-item-detail-form__radio-wrap {
	display: flex;
	margin-top: 0.5625rem;
}

.product-item-detail-form__wrap {
	display: block;
	margin-top: 1.875rem;
}

.product-item-detail-form__wrap-flex {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.product-item-detail-form__item {
	margin-top: 0.5625rem;
	width: 100%;
}

.product-item-detail-form__item--name,
.product-item-detail-form__item--sku {
	width: 100%;
}

.product-item-detail-form__link {
	-webkit-text-decoration: underline;
	color: #0094E2;
	font-size: 0.75rem;
	margin-top: 0.5625rem;
	padding-left: 0.9375rem;
	position: relative;
	text-decoration: underline;
}

.product-item-detail-form__link::before,
.product-item-detail-form__link::after {
	background: #0094E2;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.5625rem;
}

.product-item-detail-form__link::after {
	top: 50%;
	transform: rotate(90deg);
}

.product-item-detail-form__wrap-flex-under {
	grid-gap: 1.75rem;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 36.3636363636% 57.9797979798%;
	margin-top: 1.875rem;
}

.product-item-detail-form__item--weight {
	width: 100%;
}

.product-item-detail-form__item--weight,
.product-item-detail-form__item--cost {
	width: 100%;
}

.product-item-detail-form__cost,
.product-item-detail-form__weight {
	color: #8E8E8E;
}

.product-item-detail-form__cost hr,
.product-item-detail-form__weight hr {
	margin-top: 0;
}

.product-item-detail-form__cost + .product-item-detail-form__cost {
	margin-top: 2.9375rem;
}

.product-item-detail-form__cost-wrap {
	position: relative;
}

.product-item-detail-form__cost-container {
	display: flex;
	justify-content: space-between;
}

.product-item-detail-form__cost-now {
	color: #1A293C;
	font-size: 0.875rem;
	font-weight: 400;
}

.product-item-detail-form__weight span {
	color: #1A293C;
	font-size: 0.875rem;
}

.product-item-detail-form__trigger {
	color: #656565;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 400;
	margin-left: 0.25rem;
	padding-right: 1.625rem;
	position: absolute;
	right: 0;
	top: 0;
}

.product-item-detail-form__trigger::before,
.product-item-detail-form__trigger::after {
	background: #656565;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.5625rem;
}

.product-item-detail-form__trigger::after {
	top: 50%;
	transform: rotate(90deg);
}

.product-item-detail-form__trigger.is-open::after {
	transform: rotate(0deg);
}

.product-item-detail-form__data {
	align-items: center;
	color: #656565;
	display: none;
	display: grid;
	font-size: 0.75rem;
	grid-template-columns: 41.8118466899% 1fr;
	margin-top: 1.5rem;
}

.product-item-detail-form__data dd {
	color: #1A293C;
	font-size: 0.875rem;
}

.product-item-detail-form__data dd span {
	font-size: 0.75rem;
}

.product-item-detail-form__item--standard {
	width: 4.375rem;
}

.product-item-detail-form__item--standard span {
	font-size: 0.875rem;
	margin-left: 0.9375rem;
}

.product-item-detail-form__text {
	color: #1A293C;
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.product-item-detail-form__text {
	color: #1A293C;
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.product-item-detail-form__data-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 100px));
	margin-top: 0.6875rem;
}

.product-item-detail-form__standard-data {
	text-align: center;
}

.product-item-detail-form__standard-data dt {
	color: #8E8E8E;
	font-size: 10px;
	font-weight: 400;
	width: 110px;
}

.product-item-detail-form__item--size,
.product-item-detail-form__wrap input[type=date] {
	width: 50%;
}

.product-item-form__container {
	margin-top: 1.3125rem;
}

.product-item-form__label,
.product-item-form__shop {
	color: #333;
}

.product-item-form__label {
	color: #8E8E8E;
	display: block;
	font-size: 0.875rem;
}

.product-item-form__box {
	margin-top: 0.5625rem;
	max-width: 30.9375rem;
	width: 100%;
}

.product-item-form__shop::-moz-placeholder {
	color: #8E8E8E;
}

.product-item-form__shop::placeholder {
	color: #8E8E8E;
}

.product-item-form__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 1.5rem;
}

.product-item-form__wrapper-first {
	grid-gap: 1.8125rem;
	align-items: center;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: 51.875% 37.5%;
}

.product-item-form__wrapper-second {
	grid-gap: 1.8125rem;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: repeat(3, 24.2708333333%);
	margin-top: 1.3125rem;
}

.product-item-form__select-wrap {
	margin-top: 0.5625rem;
}

.product-item__edit-button {
	margin-top: 1.75rem;
	width: 7.9375rem;
}

.product-item__section {
	margin-top: 1.5rem;
	position: relative;
}

.sales-summary {
	position: relative;
}

.sales-summary::before {
	background-image: url(../images/common/sp-arrow-left.png);
	left: 0.375rem;
}

.sales-summary::after {
	background-image: url(../images/common/sp-arrow-right.png);
	right: 0.375rem;
}

.sales-summary__title-wrap {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.sales-summary__container {
	grid-gap: 1.6875rem;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: 25.3125% 1fr;
	margin-top: 1.625rem;
}

.sales-summary__list li {
	align-items: center;
	background-color: #F9F9F9;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 1rem 0.625rem 0.8125rem;
}

.sales-summary__list li + li {
	margin-top: 1.125rem;
}

.sales-summary__list-icon {
	background-color: #FF5100;
	border-radius: 5px;
	height: 2rem;
	padding: 0.5rem 0.375rem;
	position: relative;
	width: 2rem;
}

.sales-summary__list-icon img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.25rem;
}

.sales-summary__list-icon--cost img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.0625rem;
}

.sales-summary__list-title {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.625rem;
}

.sales-summary__list-value {
	font-size: 1rem;
	font-weight: 700;
	margin-left: 0.3125rem;
}

.search-form-item {
	align-items: center;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.search-form-item input {
	border: none;
	box-sizing: border-box;
	font-size: 0.875rem;
	outline: none;
	padding: 0.5625rem 1rem;
	width: 100%;
}

.search-form-item input::-moz-placeholder {
	color: #8E8E8E;
}

.search-form-item input::placeholder {
	color: #8E8E8E;
}

.search-form-item button {
	align-items: center;
	background-color: #1A293C;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	justify-content: center;
	padding: 0.5625rem 1.6875rem;
	width: 5.625rem;
}

.search-form__container {
	margin-top: 1.3125rem;
}

.search-form__label,
.search-form__shop {
	color: #333;
}

.search-form__label {
	color: #8E8E8E;
	display: block;
	font-size: 0.875rem;
}

.search-form__box {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	color: #1A293C;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5625rem;
	max-width: 30.9375rem;
	padding: 0.5625rem 0.9375rem;
	width: 100%;
}

.search-form__box::-moz-placeholder,
.search-form__shop::-moz-placeholder {
	color: #8E8E8E;
}

.search-form__box::placeholder,
.search-form__shop::placeholder {
	color: #8E8E8E;
}

.search-form__button-wrap {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 7.9375rem);
	margin-top: 1.5rem;
}

.section-title {
	color: #1A293C;
	font-size: 1.125rem;
	font-weight: 700;
}

.tab__menu {
	display: flex;
	justify-content: flex-start;
}

.tab__menu-item {
	-webkit-text-decoration: underline;
	border-radius: 3px;
	color: #0094E2;
	cursor: pointer;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.25rem 0.75rem;
	text-align: center;
	text-decoration: underline;
}

.tab__menu-item.is-active {
	-webkit-text-decoration: none;
	background-color: #FF5100;
	color: #fff;
	text-decoration: none;
}

.tab__content {
	display: none;
	margin-top: 0.8125rem;
}

.tab__content.is-active {
	animation: fade 0.3s;
	display: block;
}

.tab__content-list {
	grid-gap: 1.875rem 1.3125rem;
	display: grid;
	gap: 1.875rem 1.3125rem;
	grid-template-columns: repeat(3, 1fr);
}

.tab__content-item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	font-size: 0.875rem;
	padding: 1.5625rem 1.25rem 1.1875rem;
}

.tab__content-wrap {
	display: flex;
	gap: 0.625rem;
}

.tab__content-wrap img {
	aspect-ratio: 1/1;
	width: 4.25rem;
}

.tab__content-name {
	font-weight: 500;
}

.tab__content-text {
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: 1.125rem;
}

.tab__content-item a {
	-webkit-text-decoration: underline;
	color: #0094E2;
	display: flex;
	justify-content: flex-end;
	line-height: 1;
	margin-top: 0.9375rem;
	text-decoration: underline;
}

.table {
	border-collapse: separate;
	border-left: 1px solid #E0E0E0;
	border-radius: 5px;
	border-spacing: 0;
	border-top: 1px solid #E0E0E0;
	line-height: 1;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.table--master-client {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.table th {
	border-bottom: 1px solid #E0E0E0;
}

.table tr th:nth-last-of-type(1),
.table tr td:nth-last-of-type(1) {
	border-right: 1px solid #E0E0E0;
}

.table tr:nth-last-of-type(1) td {
	border-bottom: 1px solid #E0E0E0;
}

.table tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}

.table tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}

.table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

.table tr:nth-of-type(2n) {
	background-color: #F9F9F9;
}

.table__head {
	background-color: #fff;
	color: #FF5100;
	font-size: 0.75rem;
	padding: 1.125rem 0;
}

.sales-summary__table .table tr th:nth-of-type(1),
.sales-summary__table .table tr td:nth-of-type(1) {
	width: 4.375rem;
}

.sales-summary__table .table tr td:nth-of-type(2) {
	text-align: left;
}

.shop-detail__table .table tr th:nth-of-type(1),
.shop-detail__table .table tr td:nth-of-type(1),
.table--sales-client-detail tr th:nth-of-type(1),
.table--sales-client-detail tr td:nth-of-type(1),
.table--sales-item tr th:nth-of-type(1),
.table--sales-item tr td:nth-of-type(1) {
	width: 2.8125rem;
}

.shop-detail__table .table tr th:nth-of-type(2),
.shop-detail__table .table tr td:nth-of-type(2),
.table--sales-client-detail tr th:nth-of-type(2),
.table--sales-client-detail tr td:nth-of-type(2),
.table--sales-item tr th:nth-of-type(2),
.table--sales-item tr td:nth-of-type(2) {
	width: 4.375rem;
}

.shop-detail__table .table tr td:nth-of-type(3),
.table--sales-client-detail tr td:nth-of-type(3),
.table--sales-item tr td:nth-of-type(3) {
	text-align: left;
}

.sales-client__table .table tr th:nth-of-type(2),
.sales-client__table .table tr td:nth-of-type(2) {
	width: 10.625rem;
}

.sales-client__table .table tr th:nth-of-type(7),
.sales-client__table .table tr td:nth-of-type(7),
.sales-client__table .table tr th:nth-of-type(8),
.sales-client__table .table tr td:nth-of-type(8) {
	width: 4.375rem;
}

.sales-client__table .table tr td:nth-of-type(2) {
	text-align: left;
}

.table--client-edit tr th:nth-of-type(1),
.table--client-edit tr td:nth-of-type(1) {
	width: 4.875rem;
}

.table--client-edit tr td:nth-of-type(2) {
	text-align: left;
}

.table--client-edit tr th:nth-of-type(8),
.table--client-edit tr td:nth-of-type(8) {
	width: 6.25rem;
}

.table--sales-item-detail tr th:nth-of-type(1),
.table--sales-item-detail tr td:nth-of-type(1) {
	width: 2.8125rem;
}

.table--sales-item-detail tr th:nth-of-type(2),
.table--sales-item-detail tr td:nth-of-type(2) {
	width: 4.375rem;
}

.table--sales-item-detail tr td:nth-of-type(3) {
	text-align: left;
}

.table--sales-cost tr th,
.table--sales-cost tr td {
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
}

.table--sales-cost tr th:nth-of-type(1),
.table--sales-cost tr td:nth-of-type(1) {
	padding-left: 2.5625rem;
}

.table--sales-cost tr td:nth-of-type(1) {
	text-align: left;
}

.table--product-item tr th:nth-of-type(1),
.table--product-item tr td:nth-of-type(1) {
	width: 4.375rem;
}

.table--product-item tr th:nth-of-type(8),
.table--product-item tr td:nth-of-type(8) {
	width: 4.375rem;
}

.table--product-item tr th:nth-of-type(3),
.table--product-item tr td:nth-of-type(3) {
	text-align: left;
}

.table--product-item tr th,
.table--product-item tr td {
	padding: 0.8125rem 0.3125rem;
}

.table--product-item-detail tr th:nth-of-type(1),
.table--product-item-detail tr td:nth-of-type(1) {
	width: 4.0625rem;
}

.table--product-item-detail tr th:nth-of-type(2),
.table--product-item-detail tr td:nth-of-type(2) {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	width: 6.25rem;
}

.table--product-item-detail tr td:nth-of-type(3) {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	width: 3.75rem;
}

.table--product-item-detail tr td:nth-of-type(3) input {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	width: 100%;
}

.table--modal-edit tr th:nth-of-type(1),
.table--modal-edit tr td:nth-of-type(1) {
	width: 3.0625rem;
}

.table--product-set-item tr th:nth-of-type(1),
.table--product-set-item tr td:nth-of-type(1) {
	width: 4.375rem;
}

.table--product-set-item tr th:nth-of-type(8),
.table--product-set-item tr td:nth-of-type(8) {
	width: 4.375rem;
}

.table--product-set-item tr th:nth-of-type(3),
.table--product-set-item tr td:nth-of-type(3) {
	text-align: left;
}

.table--product-set-item tr th,
.table--product-set-item tr td {
	padding: 0.8125rem 0.3125rem;
}

.table--product-set-item-detail tr th:nth-of-type(1),
.table--product-set-item-detail tr td:nth-of-type(1) {
	width: 6.25rem;
}

.table--product-set-item-detail tr th:nth-of-type(2),
.table--product-set-item-detail tr td:nth-of-type(2) {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	width: 3.0625rem;
}

.table--product-set-item-detail tr th:nth-of-type(3),
.table--product-set-item-detail tr td:nth-of-type(3) {
	width: 10.625rem;
}

.table--product-set-item-detail tr td:nth-of-type(3) {
	text-align: left;
}

.table--product-set-item-detail tr th:nth-of-type(4),
.table--product-set-item-detail tr td:nth-of-type(4) {
	width: 5.625rem;
}

.table--product-set-item-detail tr td:nth-of-type(4) input {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	width: 100%;
}

.table--product-set-item-detail tr th:nth-of-type(9),
.table--product-set-item-detail tr td:nth-of-type(9) {
	width: 5rem;
}

.table--modal-edit-set tr th:nth-of-type(1),
.table--modal-edit-set tr td:nth-of-type(1) {
	width: 3.0625rem;
}

.table--modal-edit-set tr th:nth-of-type(3),
.table--modal-edit-set tr td:nth-of-type(3) {
	width: 18.75rem;
}

.table--modal-edit-set tr td:nth-of-type(3) {
	text-align: left;
}

.table--master-client tr th:nth-of-type(1),
.table--master-client tr td:nth-of-type(1) {
	width: 4.375rem;
}

.table--master-client tr th:nth-of-type(2),
.table--master-client tr td:nth-of-type(2),
.table--master-client tr th:nth-of-type(3),
.table--master-client tr td:nth-of-type(3) {
	width: 15.625rem;
}

.table--master-client tr td:nth-of-type(2),
.table--master-client tr td:nth-of-type(3) {
	text-align: left;
}

.table--master-client tr th,
.table--master-client tr td {
	padding-bottom: 1.0625rem;
	padding-top: 1.0625rem;
}

.table--user tr th:nth-of-type(1),
.table--user tr td:nth-of-type(1) {
	width: 3.0625rem;
}

.table--user tr th:nth-of-type(4),
.table--user tr td:nth-of-type(4),
.table--user tr th:nth-of-type(5),
.table--user tr td:nth-of-type(5),
.table--user tr th:nth-of-type(6),
.table--user tr td:nth-of-type(6),
.table--user tr th:nth-of-type(7),
.table--user tr td:nth-of-type(7) {
	width: 5.625rem;
}

.table--user-edit tr th,
.table--user-edit tr td {
	background-color: #fff;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.table--user-edit tr th:nth-of-type(3),
.table--user-edit tr td:nth-of-type(3),
.table--user-edit tr th:nth-of-type(4),
.table--user-edit tr td:nth-of-type(4),
.table--user-edit tr th:nth-of-type(5),
.table--user-edit tr td:nth-of-type(5) {
	width: 5.625rem;
}

.table__head--sort {
	cursor: pointer;
}

.table__head--sort span {
	cursor: pointer;
	padding-right: 0.625rem;
	position: relative;
}

.table__head--sort span::before {
	border-bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-style: solid;
	border-top: 7px solid #FF5100;
	content: "";
	height: 0;
	position: absolute;
	right: -0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.table__data {
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.8125rem 0.625rem;
}

.table__data img {
	height: 2.1875rem;
	margin: 0 auto;
	width: 2.1875rem;
}

.table--product-item .table__data img {
	height: 4.25rem;
	margin: 0 auto;
	width: 4.25rem;
}

.table tr td a {
	-webkit-text-decoration: underline;
	color: #5C85B9;
	text-decoration: underline;
}

.table__sum {
	background-color: #FFA77E;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.8125rem 0 1rem;
}

.table__data--red {
	color: #FF5252;
}

.table__data--blue {
	color: #0094E2;
}

.table input[type=checkbox] {
	background-color: #fff;
	border: 1px solid #B9B9B9;
	display: block;
	height: 10px;
	margin: 0 auto;
	position: relative;
	width: 10px;
}

.table--user-edit input[type=checkbox] {
	border-radius: 3px;
	height: 22px;
	width: 22px;
}

.table input[type=checkbox].all-select {
	height: 13px;
	width: 13px;
}

.table input[type=checkbox]:checked:before {
	border-bottom: 2px solid #FF5100;
	border-right: 2px solid #FF5100;
	content: "";
	height: 8px;
	left: 3px;
	position: absolute;
	top: -1px;
	transform: rotate(50deg);
	width: 4px;
}

.table--user-edit input[type=checkbox]:checked:before {
	border-bottom: 3px solid #FF5100;
	border-right: 3px solid #FF5100;
	height: 15px;
	left: 5px;
	top: -1px;
	width: 10px;
}

.table input[type=checkbox].all-select:checked:before {
	left: 4px;
	top: 1px;
}

.table input[type=radio] {
	background-color: #fff;
	border: 1px solid #B9B9B9;
	display: block;
	height: 10px;
	margin: 0 auto;
	position: relative;
	width: 10px;
}

.table--user-edit input[type=radio] {
	border-radius: 3px;
	height: 22px;
	width: 22px;
}

.table input[type=radio].all-select {
	height: 13px;
	width: 13px;
}

.table input[type=radio]:checked:before {
	border-bottom: 2px solid #FF5100;
	border-right: 2px solid #FF5100;
	content: "";
	height: 8px;
	left: 3px;
	position: absolute;
	top: -1px;
	transform: rotate(50deg);
	width: 4px;
}

.table--user-edit input[type=radio]:checked:before {
	border-bottom: 3px solid #FF5100;
	border-right: 3px solid #FF5100;
	height: 15px;
	left: 5px;
	top: -1px;
	width: 10px;
  background-color: transparent;
  border-radius: 0;
}

.table input[type=radio].all-select:checked:before {
	left: 4px;
	top: 1px;
}

.table__link {
	-webkit-text-decoration: underline;
	color: #0094E2;
	cursor: pointer;
	text-decoration: underline;
}

.table__data input[type=number] {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	color: #1A293C;
	font-size: 0.75rem;
	font-weight: 400;
	max-width: 9.375rem;
	padding: 0.5625rem 0.9375rem;
	text-align: right;
}

.table__check {
	border-bottom: 3px solid #FF5100;
	border-left: 3px solid #FF5100;
	display: inline-block;
	height: 12px;
	transform: rotate(-45deg);
	width: 15px;
}

@media (max-width: 1040px) {

html {
	font-size: 1.5384615385vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.dashboard {
	margin-top: 0.5rem;
}

.dashboard::before,
.dashboard::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	width: 21px;
}

.dashboard__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.dashboard__graph {
	margin-top: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-top: 2.8125rem;
}

.dashboard__sales {
	margin-top: 1.75rem;
}

.login {
	background-image: url(../images/common/bg-login.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	overflow-y: auto;
	padding-bottom: 2.5rem;
}

.login__message {
	background-image: none;
	height: 100%;
	justify-content: flex-start;
	padding-top: 5rem;
	width: 100%;
}

.login__signin-area {
	left: 0;
	margin: 3.75rem auto 0;
	padding: 1.25rem;
	position: relative;
	top: 0;
	transform: none;
	width: 90%;
}

.login__form {
	margin-top: 1.875rem;
}

.master-client-detail {
	grid-template-columns: 1fr;
}

.master-client-detail__container {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.master-client::before,
.master-client::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.master-client__pagenavi {
	margin-top: 1.25rem;
}

.master-material-detail {
	grid-template-columns: 1fr;
}

.master-material-detail__data {
	grid-template-columns: 7.5rem 1fr;
}

.master-material-detail__container {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.master-material__section {
	margin-top: 1.75rem;
}

.master-material__pagenavi {
	margin-top: 1.25rem;
}

.product-item-detail::before,
.product-item-detail::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 87%;
	width: 21px;
}

.product-item__section::before,
.product-item__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.product-item__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.product-item__pagenavi {
	margin-top: 1.25rem;
}

.product-set-item-detail::before,
.product-set-item-detail::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 87%;
	width: 21px;
}

.product-set-item-detail__modal::before,
.product-set-item-detail__modal::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.product-set-item__section::before,
.product-set-item__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.product-set-item__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.product-set-item__section {
	margin-top: 1.75rem;
}

.product-set-item__pagenavi {
	margin-top: 1.25rem;
}

.sales-client-detail__section {
	margin-top: 1.75rem;
}

.sales-client-detail__section::before,
.sales-client-detail__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-client-detail__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-client-detail__pagenavi {
	margin-top: 1.25rem;
}

.sales-client-edit__button a {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sales-client-edit__section {
	margin-top: 1.25rem;
}

.sales-client-edit__section::before,
.sales-client-edit__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-client-edit__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-client-edit__pagenavi {
	margin-top: 1.25rem;
}

.sales-client__section {
	margin-top: 1.75rem;
}

.sales-client__section::before,
.sales-client__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-client__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-client__pagenavi {
	margin-top: 1.25rem;
}

.sales-cost-edit__section {
	margin-top: 1.75rem;
}

.sales-cost-edit__section::before,
.sales-cost-edit__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-cost-edit__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-cost-edit__pagenavi {
	margin-top: 1.25rem;
}

.sales-cost__section {
	margin-top: 1.75rem;
}

.sales-cost__section::before,
.sales-cost__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-cost__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-cost__pagenavi {
	margin-top: 1.25rem;
}

.sales-item-detail__section {
	margin-top: 1.75rem;
}

.sales-item-detail__section::before,
.sales-item-detail__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-item-detail__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-item__section {
	margin-top: 1.75rem;
}

.sales-item__section::before,
.sales-item__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.sales-item__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-item__pagenavi {
	margin-top: 1.25rem;
}

.shop-detail__section {
	margin-top: 1.75rem;
}

.shop-detail__section::before,
.shop-detail__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.shop-detail__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.shop-detail__pagenavi {
	margin-top: 1.25rem;
}

.user-edit::before,
.user-edit::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.user__wrapper {
	grid-template-columns: 1fr;
}

.user__section::before,
.user__section::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.user__pagenavi {
	margin-top: 1.25rem;
}

.breadcrumb__inner {
	max-width: 100%;
}

.graph {
	width: 57.5rem;
}

.header {
	background-color: #1A293C;
	height: 3rem;
	z-index: 999;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	display: block;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.inner {
	padding-left: 16px;
	padding-right: 16px;
}

.layout {
	grid-template-columns: 1fr;
}

.layout__side {
	display: none;
}

.layout__header {
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout__main-inner {
	margin-top: 3rem;
	min-height: 100vh;
	padding: 0.625rem 16px 3rem;
	width: 100vw;
}

.layout__main-title {
	margin-top: 0.875rem;
}

.layout__main-section {
	margin-top: 1.75rem;
	padding: 0.96875rem 1.0625rem 2.10625rem;
	width: 100%;
}

.login-form__button {
	margin-top: 1.875rem;
}

.logo {
	width: 7.6875rem;
}

.modal-edit__inner {
	width: 90%;
}

.modal-edit__inner--product {
	width: 90%;
}

.modal-edit__inner--product::before,
.modal-edit__inner--product::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 55%;
	width: 21px;
}

.modal-edit__material-wrapper {
	grid-template-columns: 1fr;
}

.modal-edit__ratio-input,
.modal-edit__quantity-input {
	width: 50%;
}

.month {
	padding: 0.5rem;
}

.month__input {
	max-width: 120px;
}

.month__input:nth-of-type(1) {
	margin-left: 0.3125rem;
}

.nav-list__sales::before,
.nav-list__sales span::after,
.nav-list__product::before,
.nav-list__product span::after,
.nav-list__master::before,
.nav-list__master span::after {
	top: 1.5rem;
	width: 1.25rem;
}

.page-title {
	font-size: 1.25rem;
}

.product-item-detail-form__wrapper {
	grid-template-columns: 1fr;
}

.product-item-detail-form__upload {
	max-width: 22.5rem;
	width: 100%;
}

.product-item-detail-form__wrap-flex {
	grid-template-columns: 1fr;
}

.product-item-detail-form__wrap-flex-under {
	grid-template-columns: 1fr;
}

.product-item-detail-form__data {
	grid-template-columns: 7.5rem 1fr;
}

.product-item-detail-form__data-wrap {
	gap: 5px;
	grid-template-columns: repeat(2, 1fr);
}

.product-item-detail-form__standard-data {
	align-items: center;
	display: flex;
	text-align: right;
}

.product-item-form__wrapper-first {
	grid-template-columns: 1fr;
}

.product-item-form__wrapper-second {
	grid-template-columns: 1fr;
	margin-top: 1.8125rem;
}

.product-item__section {
	margin-top: 1.75rem;
}

.sales-summary {
	margin-top: 1.75rem;
}

.sales-summary::before,
.sales-summary::after {
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	content: "";
	height: 21px;
	position: absolute;
	top: 75%;
	width: 21px;
}

.sales-summary__title-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3125rem;
}

.sales-summary__container {
	grid-template-columns: 1fr;
}

.sales-summary__table {
	overflow-x: auto;
	overflow-y: hidden;
}

.search-form-item button {
	padding: 0.5625rem 0.9375rem;
}

.tab__menu-item {
	padding: 0.25rem 0.25rem;
}

.tab__content-list {
	gap: 1.25rem 0.9375rem;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.table {
	width: 43rem;
}

.table__head {
	padding: 1.25rem 0.3125rem;
}

.table--product-set-item-detail tr th:nth-of-type(3),
.table--product-set-item-detail tr td:nth-of-type(3) {
	width: 6.25rem;
}

.table--modal-edit-set tr th:nth-of-type(3),
.table--modal-edit-set tr td:nth-of-type(3) {
	width: 12.5rem;
}

.table--master-client tr th:nth-of-type(2),
.table--master-client tr td:nth-of-type(2),
.table--master-client tr th:nth-of-type(3),
.table--master-client tr td:nth-of-type(3) {
	width: 11.25rem;
}

.table__data {
	padding: 0.9375rem 0.3125rem;
}

.table__sum {
	padding: 0.9375rem 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
