@charset "utf-8";
/* CSS Document */
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;	
	font-family: 'Playfair Display', serif;
	font-family: 'Noto Serif JP', serif;	
}

.cont_outer {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h4 {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 22px;
}
p {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #2D2D2D;
}
p a {
	font-size: 14px;
	color: #000;
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}
/* gotopend */


@media screen and (min-width: 768px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.only_pc768 {
		display: none;
	}
	p {
		font-size: 3.0vw;
		font-weight: 400;
	}
	p a {
		font-size: 3.0vw;
	}
}

.fv_area {
	position: relative;
	text-align: center;
	width: 500px;
	height: auto;
	margin: 0 auto;
}
.fv_area + h2 {
	font-size: 30px;
	text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1.0;
	margin: 60px 0;
}
.fv_area + h2 + p {
	margin-bottom: 60px;
	padding: 0 2em;
}
.fv_area video {
	width: 100%;
	height: auto;
	display: inline;
}
.nav_area {
	text-align: center;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.nav_area ul {
	font-size: 0;
}
.nav_area li {
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
}
.nav_area li > span {
	display: block;
}
.nav_area li > span.text {
}
.nav_area li > span.text a {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	
}
.nav_area li > span.text a::after {
	content: "";
	display: table-cell;
	width: 12px;
	height: 12px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) rotate(45deg);
}

.nav_area li:nth-last-child(1) {
	margin-right: 0;
}
.cont_box {
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
	padding-top: 180px;
}
.cont_box h3 {
	text-align: center;
	font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	margin-bottom: 90px;
}
.cont_box h4 {
	font-size: 0;
	text-align: center;
}
.imgx2 {
	
}
.imgx2 {
	font-size: 0;
}
.imgx2 li {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
}
.imgx2 li:nth-last-child(1) {
	margin-right: 0;
}
.imgx2 li a > span {
	display: block;
}
.imgx2 li a {
	display: block;
}
.imgx2 li a > span.text {
	font-size: 22px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
	
}
.top_area {
	padding-bottom: 60px;
}
.infoBox p {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 20px;
	padding: 30px 0 60px;
}
.infoBox p > span {
	display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.infoBox p .brand {
	font-size: 0.8em;
}
.infoBox p .unit {
	font-size: 0.8em;
}
.infoBox .colors {
	font-size: 0;
	width: 94%;
	max-width: 300px;
	margin: 30px auto 0;
}
.infoBox .colors .color {
	display: inline-block;
	width: 45%;
	margin-right: 10%;
}
.infoBox .colors .color:nth-last-child(1) {
	margin-right: 0;
}
.infoBox .colors .color > span {
	display: block;
}
.infoBox .colors .color > span img {
	width: 100%;
	height: auto;
}
.infoBox .colors .color > span.colorText {
	font-size: 16px;
	text-align: center;
}
.box {
	padding-top: 90px;
	padding-bottom: 90px;
	border-bottom: 3px dotted #dedede;
	margin-bottom: 60px;
}
.box .btn_area {
	text-align: center;
	margin-bottom: 30px;
}
.box .btn_area .btn {
	display: inline-block;
}
.box .btn_area .btn a {
	font-size: 18px;
	letter-spacing: 0.2em;
	display: block;
	color: #000;
	border: 2px solid #000;
	line-height: 2.8em;
	padding: 0 2em;
	border-radius: 1.6em;
	box-sizing: border-box;
	transition: 0.3s all ease;
}
.box .btn_area .btn a:hover {
	color: #FFF;
	background-color: #000;
}
.box .desc {
	margin-bottom: 1em;
}
.zoomBox {
	position: relative;
	overflow: hidden;
}
.zoomBox::after {
	content: "";
	position: absolute;
	display: table-cell;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 200;
	left: 0;
	top: 0;
}
.zoomBox + p {
	margin-top: 30px;
}
.zoomBox .zoomPic {
	display: none;
	width: 70%;
	height: 70%;
	z-index: 100;
	overflow: hidden;
	position: absolute;
}
.zoomBox.zooming .zoomPic {
	display: table-cell;
}
.zoomBox .zoomPic img {
	width: 1600px;
	max-width: none;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
}
.picBox {
	margin-bottom: 60px;
}
.bottomCont {
	padding-top: 90px;
	margin-bottom: 60px;
}
.bottomCont h3 {
	margin-bottom: 30px;
}
.textLink {
	text-align: center;
}
.textLink a {
	font-size: 18px;
	text-decoration: underline;
}
.bottomCont p {
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.fv_area + h2 {
	  font-size: 6vw;
	  margin: 12vw 0;
	}
	.fv_area {
	  width: 94%;
	  height: auto;
	}
	.nav_area li > span.text a {
	  font-size: 3.2vw;
	}
	.cont_box {
	  width: 90%;
	  max-width: none;
	  margin: 0 auto;
	  padding-top: 18vw;
	}
	.cont_box h3 {
	  text-align: center;
	  font-size: 5vw;
	  margin-bottom: 12vw;
	}	
	.box {
	  padding-top: 8vw;
	  padding-bottom: 6vw;
	  margin-bottom: 12vw;
	}
	.infoBox p {
	  font-size: 4vw;
	  padding: 8vw 0 12vw;
	}
	.infoBox .colors {
	  max-width: 300px;
	  margin: 6vw auto 0;
	}
	.infoBox .colors .color > span.colorText {
	  font-size: 4vw;
	  text-align: center;
	}
	.box .btn_area .btn a {
	  font-size: 3vw;
	}
	.textLink a {
	  font-size: 4vw;
	}	
	.zoomBox .zoomPic img {
		width: 1400px;
	}
	
}