@charset "utf-8";
/* Normalize CSS */
* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
figure {
	margin: 0;
}
article, footer, header, nav, section {
	display: block;
}
a {
	text-decoration: none;
	background-color: transparent;
	outline: none;
	color:#000!important;
}
a:active, a:hover {
	outline: 0;
}
h1, h2, h3, h4, p, dl, dt, dd, td, th {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
img {
	display: block;
	border: 0;
	vertical-align: bottom;
}
/* Adjust common CSS */
.gnavi {
	background: #fff;
}
.gnavi-logo {
	display: inline-block;
}
.gnavi-item img {
	display: inline-block;
}
.side-sns a img {
	opacity: 0.2;
}
.l-footer {
	background: #fff;
}
.main a:hover,
.main a:hover * {
	opacity: 1;
}

/*-------------------------
	PC
--------------------------*/
/* Common */
html {
	font-size: 10px;
}
body {
	min-width: 1040px;
	padding-top: 116px;
	font-family: -apple-system, 'Noto Sans', YuGothic, 'Yu Gothic Medium', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	background: #f5f5f5;
}
a {
text-decoration: none !important;
}
.l-breadcrumb,
.product-cont h3 br,
.product-cont h3 p {
display: none;
}
/* Category */
.product-category ul {
	display: flex;
	height: 40px;
	justify-content: flex-start;
	padding: 0 2.5%;
	background: #f7f8fa;
}
.product-category li {
	display: block;
	margin-right: 1.8%;
}
.product-category li a,
.product-category li h1 {
display: block;
line-height: 40px;
font-size: 1.3rem;
color: #97989a !important;
transition-property: none;
}
.product-category li h1 {
font-weight: bold;
color: #000 !important;
box-shadow: 0 -3px 0 #000 inset;
}
.product-category li a:hover {
color: #000 !important;
box-shadow: 0 -3px 0 #000 inset;
opacity: 1;
}
/* Banner */
.product-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	background: #333;
}
.product-banner a {
	display: inline-block;
	background: #fff;
}
.product-banner a img {
	max-width: 100%;
	transition: all 0.3s ease;
}
.product-banner a img:hover {
	opacity: 0.85;
}
/* Product Contents */
.product-cont {
	padding-bottom: 60px;
	background: #f7f8fa;
}
.product-cont h2 {
	margin: 30px 0 4px 2%;
	font-size: 2rem;
	font-weight: bold;
}
.swiper-wrapper {
	display: flex;
	justify-content: flex-start;
}
.swiper-slide {
	display: block;
	position: relative;
	width: calc(15% - 20px) !important;
	height: auto !important;
	padding: 10px 10px 20px 10px;
	background: #fff;
}
.swiper-slide::before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	content: '';
	background: #000;
	transition: width 0.3s;
}
.swiper-slide:hover::before {
	width: 100%;
	left: 0;
}
.swiper-slide:not(:last-child) {
	margin-right: 20px;
}
.swiper-slide:first-child {
	margin-left: 2% !important;
}
.swiper-slide:hover img {
	opacity: 0.8;
}
.swiper-slide img {
	
	object-fit:contain;
	display: block;
	width: 100%;
	margin-bottom: 16px;
}
.swiper-slide h3 {
	line-height: 140%;
	font-size: 1.3rem;
}
.innerBox{
	max-width:none!important;
}
.innerMargin{
	margin-top:0;
}
.l-container {
    padding-top: 0!important;
}
.l-container--middle{
	padding-right: 2.5%;
	padding-left:2.5%;
	width: inherit;
}

/*-------------------------
	SP
--------------------------*/
@media screen and (max-width: 767px) {
/* Common */
body {
	min-width: 100%;
	padding-top: 70px;
	font-size: 1.4rem;
}
/* Category */
.product-category {
	width: 100%;
	overflow-x: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.product-category ul {
	display: block;
	width: 642px;
	padding: 0 10px;
}
.product-category li {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.product-category li:nth-child(1),
.product-category li:nth-child(5),
.product-category li:nth-child(6) {
	width: 62px;
}
.product-category li:nth-child(2),
.product-category li:nth-child(9) {
	width: 40px;
}
.product-category li:nth-child(3),
.product-category li:nth-child(4),
.product-category li:nth-child(8) {
	width: 50px;
}
.product-category li:nth-child(7) {
	width: 76px;
}
.product-category ul li:last-child {
	margin: 0;
}
/* Banner */
.product-banner {
	padding: 0;
}
/* Product Contents */
.product-cont h2 {
	margin: 30px 3% 4px 3%;
	font-size: 1.8rem;
}
.swiper-wrapper {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch
}
.swiper-slide {
	max-width: calc(45% - 12px);
	min-width: calc(45% - 12px);
	padding: 10px 10px 16px 10px;
}
.swiper-slide:not(:last-child) {
	margin-right: 12px;
}
.swiper-slide:first-child {
	margin-left: 3% !important;
}
.swiper-slide:last-child {
	margin-right: 3%
}
.swiper-slide::before {
	display: none;
}
.swiper-slide img {
	margin-bottom: 12px;
}
.swiper-slide h3 {
	font-size: 1.2rem;
}
.moblie-products-innerBox {
    padding: 0 0!important;
}
.l-breadcrumb {
    margin: 18px 0 5px;
}
}