@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
}
#promo .mov {
	width: 100%;
	background: #000;
	padding: 0;
	display: flex;
	height: calc( 100vh - 5rem );
	margin: 0 auto;
	overflow: hidden;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
#promo .mov video {
	background: #000;
	width: 100%;
	height: 100%;
}
#promo .mov video source {
	background: #000;
}
#promo h1 {
	color: #000;
	font-size: 2rem;
	font-family: Gothic MB101 Regular;
	text-align: center;
	height: 5rem;
	line-height: 5rem;
}
#promo .msg {
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	padding: 2rem 2rem 4rem;
	background: url(../images/bg_he01.png) repeat-x left center / auto 100%;	
}
#promo .msg .lead {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
#promo .msg .mark {
	margin-top: 4rem;
}
#promo .msg .mark ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#promo .msg .mark ul li {
	margin: 0 2rem;
}
@media screen and (max-width: 1440px){
	#promo .mov {
		height: auto;
	}
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 768px){
	#promo {
	}
	#promo h1 {
		font-size: 1.8rem;
	}
	#promo .msg {
		width: 100%;
		max-width: 120rem;
		margin: 0 auto;
		padding: 2rem 2rem 4rem;
		background: url(../images/bg_he01.png) repeat-x left center / auto 100%;	
	}
	#promo .msg .lead {
		text-align: center;
		color: #fff;
		font-size: 1.4rem;
	}
	#promo .msg .mark {
		margin-top: 2rem;
	}
	#promo .msg .mark ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#promo .msg .mark ul li {
		margin: 1rem 0rem;
	}
}

/* -------------------------------
PRODUCT
------------------------------- */
#product {
	margin-top: 5rem;
}
#product .inn {
	max-width: 120rem;
	padding: 0;
	margin: 0 auto;
}
#product h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
#product .inn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product .inn ul::after {
	content: "";
	display: block;
	width: calc(38000%/1200);
}
#product .inn ul li {
	width: calc(38000%/1200);
	margin-top: 5rem;
}
#product .inn ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
	color: #000;
}
#product .inn ul li a .pic {
	overflow: hidden;
	text-align: center;
}
#product .inn ul li a .pic img {
	max-width: 100%;
	height: 15rem;
}
#product .inn ul li a:hover {
	opacity: 0.8;
	transform: scale(1.05);
}
#product .inn ul li a .txt {
	text-align: center;
}
#product .inn ul li a .txt h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	margin-top: 1.5rem;
}
#product .inn ul li a .txt p {
	font-size: 1.6rem;
}
@media screen and (max-width: 920px){
	#product .inn ul li {
		width: calc(50% - 1.5rem);
	}
}
@media screen and (max-width: 768px){
	#product {
		margin-top: 1.5rem;
	}
	#product .inn {
		padding: 1.5rem 1.5rem 1rem;
	}
	#product .inn p.summary {
		font-size: 1.4rem;
		line-height: 2;
		text-align: center;
		padding: 0;
	}
	#product .inn ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		flex-direction: column;
		justify-content: flex-start;
	}
	#product .inn ul li {
		width: 100%;
		margin-top: 2.5rem;
	}
	#product .inn ul li a .txt p {
		font-size: 1.4rem;
		margin-top: 0;
	}
}
/* -------------------------------
SHOP
------------------------------- */
#shop {
	width: 100%;
	max-width: 120rem;
	margin:  3rem auto 0;
}
#shop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shop ul::before {
	content: "";
	display: block;
	width: calc(27000%/1200);
	order: 1;
}
#shop ul::after {
	content: "";
	display: block;
	width: calc(27000%/1200);
}
#shop ul li {
	width: calc(27000%/1200);
	margin-top: 5rem;
	display: flex;
}
#shop ul li a {
	display: flex;
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
	color: #000;
	border: 1px solid #ccc;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
	transition: all 0.4s ease;
	width: 100%;
}
#shop ul li a:hover {
	opacity: 0.6;
}
#shop ul li a img {
	max-height: calc(4000vw/1200);
	max-width: calc(14000vw/1200);
}
@media screen and (max-width: 768px){
	#shop ul {
		padding: 0 1.5rem;
		justify-content: space-between;
	}
	#shop ul::before {
		display: none;
	}
	#shop ul::after {
		display: none;
	}
	#shop ul li {
		width: calc(54000%/1200);
		margin-top: 2rem;
		display: flex;
		flex-basis: 1;
	}
	#shop ul li a {
		height: calc(18000vw/1200);
	}
	#shop ul li a img {
		max-height: calc(12000vw/1200);
		max-width: calc(32000vw/1200);
	}
}
