body {
    /*
background-image: url('background.jpg');
background-repeat: no-repeat;
background-size: 100%;
*/
    background-image: url('background.jpg');
    /*background-color: #e6e7de;
    background-color: #73d393;
    background-color: #0b0c29;
    /*background-color: #ddd;*/
    background-repeat: no-repeat;
    /*color: #f8f8f8;*/
    background-image: none;
    background-attachment: fixed;
    font-family: 'Noto Sans JP', sans-serif;
	min-width:3500px;
}

#background-canvas {
    background-image: url('background.jpg');
}

#nav-bar-container {
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #000;
    background-color: #335668;
    background-image: linear-gradient(to right, #335668 0, #002A3A 31%, #002A3A 76%, #002A3A 100%);
    opacity: .4;
    color: white;
    padding: 10px;
}

#nav-bar-container a {
    color: white;
}

.card {
    background-color: #FFFFFF;
    color: #5b5d5a;
    border-radius: .5rem;
    text-shadow: rgba(0, 0, 0, 0.6);
    border: .5px #ccc solid;
    /*border: none;*/
}

.card-title {
    color: #5b5d5a;
    color: #000;
}


input {
    border-radius: 5px;
    min-height: 20px;
    padding-left: 10px;
    width: 100%;
}

.navbar-brand {
    margin-right: 0 !important;
}

.row {
    width: 100%;
    margin: 0;
}

.card-body {
    padding: 0rem;
    margin-left: auto;
    margin-right: auto;
}

.card-body-img {
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.nav-row {
    top: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}

#login-form {
    filter: brightness(.5);
    filter: contrast(150%);
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
    border-radius: .3rem;
    border: none;
}

.dropdown-item {
    padding: .5rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    font-weight: 600;
    filter: brightness(90%);
    /*background-color: inherit;*/
    background-color: rgba(0, 0, 0, 1);
}

.nav-item {
    margin-top: 20px;
    height: 80%;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

.card-text li {
    margin-top: .5%;
    margin-bottom: 1%;
}

.carousel-item {
    /*opacity:.8;*/
    z-index: 1;
}


/*
.carousel-inner .carousel-item {
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
*/

.dropdown-menu .show {
    z-index: 2;
    margin-top: -5%;
}

.carousel-item {
    position: unset;
}

.carousel-inner {
    position: unset;
}

.body-row {
    padding: 2.5rem;
    background-color: #f7f8f8;
    /*border-top: 1px solid #000;*/
}

.no-border-card {
    /*
    border-radius: 0;
    border: none;*/
    margin: .5%;
}

@media (min-width: 1200px) {
    .no-border-card {
        width: 24%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .no-border-card {
        width: 32%;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .no-border-card {
        width: 49%;
    }
}


/*
.card-links {
    transition: .3s;
}
*/

.card-links {
    transition: .1s;
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 3px 3px 8px 1px rgb(91 80 80 / 15%);
}

.card-links:hover {
    opacity: .75;
    /*border-bottom: 4px solid #e6e7de;*/
    color: #5b5d5a;
}

.card-text {
    padding: 1rem;
}

.card-links h1,
h2,
h3,
h6 {
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.card-links img {
    font-weight: 600;
    text-decoration: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
}

.card-links-img {
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-height: 200px;
}

.bannerShadow {
    position: relative;
    width: 40%;
    padding: 1em;
    margin: 2em 10px 4em;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bannerShadow::before,
.bannerShadow::after {
    content: "";
    position: absolute;
    z-index: -2;
}

.bannerShadow::before {
    bottom: 15px;
    left: 6px;
    width: 47%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(-3deg);
}

.bannerShadow::after {
    bottom: 15px;
    right: 6px;
    width: 47%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(3deg);
}

.product-image {
    max-width: 500px;
    max-height: 500px;
    object-fit: contain;
    object-position: center;
    text-align: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.catalog-image {
		height:500px;
		width:232px;
		max-height:450px;
		max-width:232px;
		object-fit: contain;
		text-align: center;
		display: flex;
		transition: .1s;
		padding-top: 1rem;
		padding-bottom: 1rem;
		position: relative;
}

.main-text {
    color: #8F0127dd;
    font-weight: 800;
}