@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;
}
h3,p,li,a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.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: 30px;
}
.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;
	}
}

.fv_area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.fv_area p {
	font-size: 16px;
	text-align: center;
	line-height: 2.0;
}
.cont {
	text-align: center;
	font-size: 0;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.cont .itemBox {
	display: inline-block;
	width: 31.0%;
	margin-right:3.5%;
	vertical-align: top;
	padding-bottom: 60px;
}
.cont .itemBox:nth-child(3n) {
	margin-right: 0;
}
.cont .itemBox .info {
}
.cont .itemBox .info .brand {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.cont .itemBox .info .info_bottom {
}
.cont .itemBox .info .info_bottom ul {
	display: table;
	width: 100%;
}
.cont .itemBox .info .info_bottom ul li {
	display: table-row;
	font-size: 14px;
	color: rgba(83,83,83,1.00);
}
.cont .itemBox .info .info_bottom ul li .left {
	display: table-cell;
	padding-bottom: 1.0em;
}
.cont .itemBox .info .info_bottom ul li .left .name {
	display: block;
	text-align: left;
}
.cont .itemBox .info .info_bottom ul li .left .price {
	display: block;
	text-align: left;
}
.cont .itemBox .info .info_bottom ul li .left .price .unit {
	font-size: 0.8em;
}
.cont .itemBox .info .info_bottom ul li .right {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	padding-bottom: 1.0em;
}
.cont .itemBox .info .info_bottom ul li .right .btn {
	padding: 0;
	margin: 0;
	display: block;
	background-color: rgba(47,47,47,1.00);
}
.cont .itemBox .info .info_bottom ul li .right .btn a {
	display: block;
	font-size: 12px;
	color: #FFF;
	line-height: 2.0;
	padding: 0;
}
.cont .itemBox .info .info_bottom ul li .right .btn {
	margin-bottom: 12px;
}
.cont .itemBox .info .info_bottom ul li .right .btn:nth-last-child(1) {
	margin-bottom: 0;
}
@media screen and (max-width:880px) {
	.cont .itemBox {
		display: inline-block;
		width: 48.0%;
		margin-right:4%;
		vertical-align: top;
		padding-bottom: 60px;
	}
	.cont .itemBox:nth-child(3n) {
		margin-right: 4%;
	}
	.cont .itemBox:nth-child(2n) {
		margin-right: 0;
	}
	.fv_area p {
	  font-size: 3.4vw;
	}	
	.cont .itemBox .info .brand {
	  font-size: 4.5vw;
	}
}
@media screen and (max-width:767px) {
	.cont .itemBox {
		display: inline-block;
		width: 100.0%;
		margin-right:0;
		vertical-align: top;
		padding-bottom: 12vw;
	}
	.cont .itemBox:nth-child(3n) {
		margin-right: 0;
	}
	.cont .itemBox:nth-child(2n) {
		margin-right: 0;
	}
	.cont .itemBox .info .info_bottom ul li {
	  display: table-row;
	  font-size: 3.4vw;
	  color: rgba(83,83,83,1.00);
	}	
	.cont .itemBox .info .info_bottom ul li .right .btn a {
	  display: block;
	  font-size: 3vw;
	  color: #FFF;
	  line-height: 2.0;
	  padding: 0;
	}	
	
}