body, * {
	font-family: 'ClassicGrotesqueW01-Rg', "dnp-shuei-gothic-gin-std", sans-serif !important;
}


/*---------------header------------------*/
#mainHeader {
    background-color: transparent !important;
}

.logoSq a {
    max-width: 100% !important;
}


@media only screen and (max-width: 1080px) {
    header .logo {
		overflow: visible !important;
	 }
    .logo img {
        transform: scale(1.5);
        transform-origin: 50% top;
    }
}


/*---------------item------------------*/
.item:has(.endOfSale) .itemImg{
    opacity: 0.5;
}
.item:has(.endOfSale) .itemTitle {
    text-decoration: line-through;
}

.item:has(.endOfSale) .itemPrice {
    display: none;
}

.itemPrice_soldout h3.marce {
    display: none;
}

.purchase:has(.itemPrice_soldout) .purchaseButton {
    opacity: 0.2;
}

/*---------------contact------------------*/
#contact .inquirySection form dd input,
#contact .inquirySection form dd textarea {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}


/*---------------特定商取引------------------*/
#law, #privacy {
    background: transparent;
}

#i18 select {
    background: transparent;
}

@media only screen and (min-width: 1081px) {
    #law, #privacy {
        padding-top: 0 !important;
    }
}


