@charset "utf-8";
/* CSS Document */

/* 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;
	line-height: 1.0;
}
.wrapper {
	position: relative;
}
.no-scroll .wrapper::before {
	content: "";
	display: table-cell;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}
.fv_area {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.fv_area h1 {
	padding: 30px 0 60px;
}
.item_area {
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}
.itemBox {
	margin-bottom: 60px;
	position: relative;
}
.img {
	padding: 0;
	line-height: 1.0;
	font-size: 0;
}
.itemBox > .imgBox > .img {
	margin-bottom: 30px;
}
.itemBox.hasPop > .imgBox {
	cursor: pointer;
}
.itemBox.hasPop > .imgBox::after {
	content: "";
	display: table-cell;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	background: center center / 100% auto url("../../../../img/contents/240301_jieda/spbtn.png") no-repeat;
	z-index: 2;
}
.itemBox .pop {
	position: fixed;
	display: table-cell;
	background-color: #FFF;
	top: 65px;
	left: 100%;
	width: 90%;
	max-width: 500px;
	height: auto;
	max-height: calc(100vh - 70px);
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	overflow-y: scroll;
	opacity: 0;
}
.itemBox.open .pop {
	display: table-cell;
	opacity: 1.0;
	z-index: 3;
	cursor: default;
	left: 50%;
	transform: translateX(-50%);
}
.itemBox .pop .btn_close {
	display: table-cell;
	width: 40px;
	height: 40px;
	background: center center / 100% auto url("../../../../img/contents/240301_jieda/spbtn_close.png") no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
.itemBox .infoBox .info {
	margin-bottom: 30px;
}
.itemBox .infoBox .info:nth-last-child(1) {
	margin-bottom: 0;
}
.itemBox .infoBox .info p {
	text-align: center;
	font-size: 14px;
}
.itemBox .infoBox .info p > span {
	display: block;
	text-align: center;
}
.itemBox .infoBox .info p .unit {
	font-size: 0.8em;
	padding-left: 0.5em;
}
.itemBox .infoBox .info p .btn {
	display: inline-block;
}
.itemBox .infoBox .info p .btn a {
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	display: block;
	line-height: 2.4em;
	padding: 0 3em;
}
.pop {
	border-radius: 8px;
}
.pop .btn_close {
	cursor: pointer;
}
.popItem {
	padding: 20px;
}
.popItem .imgBox {
	margin-bottom: 15px;
}
.popItem .popInfoBox {
	display: table;
	margin: 0 auto;
}
.popItem .popInfoBox p {
	display: table-row;
	font-size: 14px;
	line-height: 1.0;
}
.popItem .popInfoBox p > span {
	display: table-cell;
	padding: 0.6em 0.6em 0.6em 0;
}
.popItem .popInfoBox p > span.btn {
	padding-left: 0.3em;
	padding-right: 0;
}
.popItem .popInfoBox p > span.btn a {
	font-size: 0.8em;
	color: #FFF;
	background-color: #000;
	border-radius: 6px;
	line-height: 1.0em;
	padding: 0.3em 1em;
	cursor: pointer;
}
.popItem .popInfoBox p .unit {
	font-size: 0.8em;
	padding-left: 0.8em;
}

.slick-prev, .slick-next {
	color: #FFF;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: table-cell;
  border-radius: 50%;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 500;
	background: none;
}
.slick-prev::before, .slick-next::before {
	font-size: 30px;
}
.bottom_area {
	
}
.bottom_area .btn_area {
	text-align: center;
	margin-bottom: 15px;
}
.bottom_area .btn_area .btn {
	display: inline-block;
}
.bottom_area .btn_area .btn a {
	display: block;
	font-size: 16px;
	line-height: 3em;
	height: 3em;
	border: 2px solid #000;
	width: 300px;
	color: #FFF;
	background-color: #000;
}
.bottom_area .btn_area .btn.white a {
	color: #000;
	background-color: #FFF;
}
.itemBottomBox {
	text-align: center;
	opacity: 0.0;
	transform: translateY(50%);
	transition: 0.3s all ease;
}
.itemBottomBox.active {
	opacity: 1.0;
	transform: translateY(0);
}
.itemBottomBox .BottomItem {
	width: 40%;
	margin-right: 5%;
	display: inline-block;
}
.itemBottomBox .BottomItem:nth-last-child(1) {
	margin-right: 0;
}
.itemBottomBox .BottomItem .img {
	margin-bottom: 8px;
}
.itemBottomBox .BottomItem .info {
}
.itemBottomBox .BottomItem .info p {
	font-size: 14px;
}
.itemBottomBox .BottomItem .info p > span {
	display: block;
}
.itemBottomBox .BottomItem .info p > span .unit {
	font-size: 0.8em;
	margin-left: 0.3em;
}
.itemBottomBox .BottomItem .info p > span.btn {
	display: inline-block;
}
.itemBottomBox .BottomItem .info p > span.btn a {
	display: block;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	line-height: 2.2em;
	padding: 0 1.8em;
	border-radius: 1.1em;
}
@media screen and (max-width: 767px) {
	.itemBox.hasPop > .imgBox::after {
	  bottom: 3vw;
	  right: 3vw;
	  width: 10vw;
	  height: 10vw;
	  background: center center / 100% auto url("../../../../img/contents/240301_jieda/spbtn.png") no-repeat;
	  z-index: 2;
	}
	.itemBottomBox .BottomItem .info p {
	  font-size: 3vw;
	}	
	.itemBottomBox .BottomItem .info p > span.btn a {
	  font-size: 3.4vw;
	}
	.popItem {
	  padding: 4vw;
	}
	.popItem .popInfoBox p {
	  font-size: 3vw;
	}	
	
}

.itemBox > .imgBox,
.itemBox > .infoBox
{
	transform: translateY(20%);
	opacity: 0;
	transition: 0.5s all ease;
}
.itemBox > .active.imgBox,
.itemBox > .active.infoBox
{
	transform: translateY(0);
	opacity: 1.0;
}
.credit p {
	font-size: 14px;
	text-align: center;
	line-height: 2.0;
	margin-bottom: 30px;
}