@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
}
body .wrapper {
  margin-top: 0;
}
.cmn-container {
	background-color: #000;
	padding-top: 60px;
}
.cmn-container img {
	width: 100%;
	height: auto;
}
.wrapper {
	position: relative;
}
.fv_area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.cont {
	width: 100%;
	padding: 30px 0;
}
.cont ul {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 0;
}
.cont ul li {
	display: inline-block;
	width: 32.5%;
	margin-right: 1%;
	margin-bottom: 4%;
	position: relative;
	color: #FFF;
}
.cont ul li .item {
	position: relative;
}
.cont ul li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.cont ul li:nth-child(3n) {
	margin-right: 0;
}
.cont ul li > span {
	display: block;
}
.cont ul li .text {
	font-size: 15px;
	display: block;
	text-align: center;
	line-height: 1.0;
	margin-top: 1em;
}
.cont ul li .itemup {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
	.cont ul li:hover .itemup {
		opacity: 1.0;
	}
}
@media screen and (max-width: 767px) {
	.cont ul li.zoom .itemup {
		opacity: 1.0;
	}
	.cont ul li .item::after {
		content: "";
		display: table-cell;
		width: 20px;
		height: 20px;
		background: center center / 100% auto url("../../../../img/contents/240312_y3/cross.png") no-repeat;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	
}
.bottom {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}
.bottom .text {
	padding: 0 1vw;
}
.bottom li {
	margin-bottom: 4%;
	color: #FFF;
}
.bottom h3 {
	display: block;
	text-align: center;
	font-size: 26px;
	color: #FFF;
}
.bottom p {
	font-size: 15px;
	line-height: 2.2;
	color: #FFF;
}
.bottom .btn_area {
	text-align: center;
	padding: 60px 0;
}
.bottom .btn_area .btn {
}
.bottom .btn_area .btn a {
	display: block;
	font-size: 16px;
	color: #FFF;
	background-color: rgba(120,120,120,1.00);
	line-height: 2.8em;
	padding: 0 1.4em;
	border-radius: 1.4em;
}

@media screen and (max-width:767px) {
	.cont ul li .text {
	  font-size: 3.0vw;
	}
	.bottom h4 {
	  display: block;
	  text-align: center;
	  font-size: 26px;
	}	
	.bottom p {
	  font-size: 3vw;
	}
	.bottom .btn_area .btn a {
	  font-size: 4vw;
	}
	.cont ul li {
		text-align: center;
	}
	.cont ul li {
	  display: inline-block;
	  width: 48%;
	  margin-right: 4%;
	  margin-bottom: 4%;
	  position: relative;
	  color: #FFF;
	}
	.cont ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.cont ul li:nth-child(2n) {
		margin-right: 0;
	}
	.cont ul li a {
		color: #FFF;
	  position: static;
	  left: 0;
	  top: 0;
	  width: auto;
	  height: 100%;
	  display: inline-block;
		padding-top: 3vw;
		padding-bottom: 2vw;
	}
	.cont ul li a::after {
		content: "VIEW ITEM >";
		font-size: 2.7vw;
		color: #FFF;
		display: block;
		line-height: 2;
		padding: 0 1em;
		border-radius: 3vw;
		border: 1px solid #FFF;
	}
	.bottom h3 {
	  font-size: 3vw;
	}	
}
