@charset "utf-8";
/* CSS Document */
.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;	
	font-family: 'Playfair Display', serif;
	font-family: 'Noto Serif JP', serif;
	font-family: "EB Garamond", serif;	
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p,li {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.cmn-container h2 {
	background-color: transparent;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
}
.cmn-container h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2em;
}
.cmn-container img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cmn-container {
	overflow: hidden;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.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;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}

.btn_area {
	text-align: center;
	margin-bottom: 15px;
}
.btn_area:nth-last-child(1) {
	margin-bottom: 0;
}
.btn_area .btn {
	display: inline-block;
	padding: 0;
}
.btn_area .btn a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 2.2;
	color: #FFF;
	padding: 0 1.5em;
	background-color: #000;
}
.bottom_cont .btn_area .btn a {
	min-width: 15em;
}
.bottom_cont {
	position: relative;
	z-index: 2;
	padding: 60px;
}
@media screen and (max-width: 767px) {
	.bottom_cont {
		padding: 8vw;
	}
	.btn_area .btn a {
	  font-size: 3.5vw;
	}
}
.item {
	position: relative;
	top: 100px;
	opacity: 0;
}
.item.active {
	animation-name: itemBoxAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
}	
@keyframes itemBoxAnime {
	0% {
		top: 100px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1.0;
	}
}	
	
.headArea .topbnr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}	
.headArea h2 {
	font-size: 30px;
	background-color: transparent;
	margin: 3em 0 1em;
}
.headArea .textArea {
	
}
.headArea .textArea .small {
	text-align: center;
	font-size: 16px;
	line-height: 2.0;
	margin-bottom: 1em;
}
.headArea .textArea .big {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 2.0;
	margin-bottom: 3em;
	letter-spacing: 0.1em;
}
.itemList {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0;
	font-size: 0;
}
.itemList .item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.item {
	font-size: 16px;
	text-align: center;
	padding-bottom: 60px;
}
.itemList .item:nth-child(2n-1) {
	padding-right: 2vw;
}
.itemList .item:nth-child(2n) {
	padding-left: 2vw;
	transform: translateY(30%);
}
.itemList .item:nth-last-child(1) {
	margin-bottom: 30%;
}
.item > span {
	display: block;
}
.item .img {
}
.item .title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 1em;
}
.item .desc {
	font-size: 1.0em;
	text-align: left;
	line-height: 2.0;
	padding-bottom: 2em;
	border-bottom: 1px solid #000;
}
.item .info {
	padding-top: 30px;
	line-height: 2.2;
}
.item .info > span {
	display: block;
}
.item .info .brand {
	font-size: 0.8em;
	font-weight: bold;
}
.item .info .unit {
	font-size: 0.8em;
}
.item .btn {
	display: inline-block;
	padding-top: 30px;
}
.item .btn a {
	line-height: 2.2;
	display: block;
	background-color: #000;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding: 0 1.5em;
	border-radius: 1.1em;
}
@media screen and (max-width:767px) {
	.headArea h2 {
	  font-size: 5vw;
	}	
	.headArea .textArea .small {
	  font-size: 3.4vw;
	}	
	.headArea .textArea .big {
	  font-size: 4.4vw;
	}	
	.itemList .item {
	  display: block;
	  width: 100%;
	  vertical-align: top;
		padding: 0 0 12vw;
	}
	.itemList .item:nth-child(2n-1) {
	  padding-right: 0;
	}	
	.itemList .item:nth-child(2n) {
	  padding-left: 0;
	  transform: translateY(0);
	}	
	.item {
	  font-size: 3.5vw;
	}
	.item .info {
	  padding-top: 4vw;
	}
	.item .btn a {
	  font-size: 3vw;
	}	
	.itemList .item:nth-last-child(1) {
	  margin-bottom: 0;
	}	
	
}