@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;	
}
.cmn-container {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* 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
}

.cmn-container img {
	width: 100%;
	height: auto;
}
.wrapper {
	position: relative;
}
.fv_area {
	
}
.fv_area .logo {
	text-align: center;
	margin-bottom: 30px;
}
.fv_area .logo img {
	width: 90%;
	max-width: 400px;
	height: auto;
}
.fv_area .fv_mov {
	width: 100%;
	max-width: 650px;
	height: auto;
	margin: 0 auto;
}
.fv_area .fv_mov video {
	width: 100%;
	height: auto;
}
.fv_area .title {
	padding: 60px 0;
}
.fv_area .title h2 {
	font-size: 28px;
	text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.fv_area .title h2 .big {
	display: block;
	text-align: center;
}
.fv_area .title h2 .small {
	display: block;
	text-align: center;
	font-size: 0.8em;	
}

.collection {
	padding-top: 120px;	
}
.collection h3 {
	font-size: 28px;
	line-height: 1.0;
	text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
	margin-bottom: 30px;
}
.collection .items {
	font-size: 0;
	text-align: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.collection .items .item .img {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.collection .items .item .img img {
	width: 100%;
	height: auto;
	transform: scale(100%);
	transition: 0.3s all ease;
}
.collection .items .item:hover .img img {
	transform: scale(140%);
}
.collection .items .item .infoWrap {
	display: block;
}
.collection .items .item .info {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
.collection .items .item .info .name {
	font-size: 13px;
	line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	vertical-align: middle;
	display: block;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.collection .items .item .info .btn_area {
	display: block;
	text-align: center;
	padding: 0;
}
.collection .items .item .info .btn_area .btn {
	display: inline-block;
	padding: 0;
}
.collection .items .item .info .btn_area a {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	color: #FFF;
	background-color: #000;
	padding: 0 2em 0.1em;
	display: block;
	border-radius: 3px;
}
.bottom_link {
	text-align: center;
	padding: 60px 0;
}
.bottom_link .btn {
	display: inline-block;
}
.bottom_link .btn a {
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	line-height: 3em;
	padding: 0 2em;
	display: block;
}
@media screen and (min-width: 1201px) {
	.collection .items .item {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.collection .items .item:nth-child(3),
	.collection .items .item:nth-child(8) {
		margin-right: 0;
	}
	.collection .items .item:nth-child(4),
	.collection .items .item:nth-child(9) {
		margin-left: 15%;
	}
	.collection .items .item:nth-child(5),
	.collection .items .item:nth-child(10) {
		margin-right: 15%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.collection .items .item {
	  display: inline-block;
	  vertical-align: top;
	  width: 48%;
	  margin-right: 4%;
		margin-left: 0;
	  margin-bottom: 8vw;
	}	
	.collection .items .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.collection .items .item {
	  display: block;
	  vertical-align: top;
	  width: 100%;
	  margin-right: 0;
		margin-left: 0;
	  margin-bottom: 8vw;
	}	
}

