@charset "UTF-8";

:root {
	--font-base: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	--font-en: "Oswald", sans-serif;

	--color-bk: #222;
	--color-wh: #fff;
	--color-gry: #f3f5f6;
	--color-aq: #3babc6;
	--color-bl: #0968aa;
	--color-bl-2: #1375ba;
	--color-bl-3: #1679bb;
	--color-lbl: #56bcd5;
	--color-lbl-2: #2aa4c2;
	--color-dbl: #163850;
	--color-br: #3f342e;

	--width-cont: 1240px;
	--width-cont-lg: 1560px;
	--width-cta: 960px;

	--height-header: 100px;
	--height-header-sp: 70px;
	--height-fv: 97.7vh;
	--height-fv-sp: 70.9vh;
}

body {
	font-family: var(--font-base);
	font-weight: 400;
}
a {
    color: var(--color-bk);
    text-decoration: unset!important;
}
.header-area {
    position: fixed;
    z-index: 100;
    width: 100%;
}
.logo img {
	filter: none!important;
	width: auto!important;
	max-width: unset;
}
.header-2 .main-menu ul li, .header-3 .main-menu ul li {
	margin-left: 25px;
}
.h-shop-cart-img img {
    height: auto;
}
.h-shop-cart-contetn > ul > li {
    width: 100%;
}
.h-shop-cart-contetn ul li.h-shop-cart-img {
    width: fit-content;
}
.h-shop-cart-contetn.over-x-heddne li ul.d-flex {
    justify-content: space-between;
    width: 100%;
}
.header-shopping-cart-details.open-shopping-info a.btn.p-add-cart.p-add-cart2 {
    margin: 7px 0;
}
.header-shopping-cart-details.open-shopping-info a.hd-p-add-cart.btn.p-add-cart.p-add-cart2 {
    background: #fff;
    color: #000;
    border: solid 1.5px #000;
}
main {
    padding-top: 121.59px;
}
.product-img {
    width: 100%;
    position: relative;
    overflow: hidden;
	height: fit-content;
}
.product-img:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.product-tabs .nav-link {
    position: relative;
    overflow: hidden;
    height: fit-content;
    border-radius: 0;
    margin-bottom: 6.4px;
}
.product-tabs .nav-link:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.product-tabs .nav-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.breadcrumb {
    padding: 0.75rem 0rem;
}
.custom-prev, .custom-next {
    display: none;
}
.btn {
    padding: 15px 40px;
    font-size: 14px;
}
.h-shop-cart-contetn ul li.h-shop-cart-img {
    max-width: 95px;
}
.quantity-field input {
    height: 50px;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
	.logo {
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
		width: fit-content;
		top: 9px;
	}
	main {
		padding-top: 54px;
	}
	.breadcrumb {
		padding: 0rem 0rem;
		font-size: 11px;
	}
	.product-tabs .nav-link {
		width: 60px;
		margin-bottom: 6px;
	}
	.product-tabs {
		width: 80px;
	}
	.product-left-img-info h3 {
		font-size: 20px;
	}
	.quantity {
		font-size: 12px;
		padding-top: 0;
		margin-right: 1em;
	}
	.quick-add-to-cart {
		display: flex;
		align-items: center;
	}
	.quantity-field {
		padding: 0!important;
	}
	.btn {
		padding: 13px 40px;
		font-size: 13px;
		margin-left: 0.5em;
	}
	.quantity-field input {
		width: 60px;
		height: 46px;
		padding: 0 20px;
		font-size: 13px;
	}
	.social-sharing {
		justify-content: center;
	}
	.product-left-img-info .social-sharing li:last-child a {
		margin-right: 0;
	}
}