@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;	
}
.cont_outer {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;		
	font-weight: normal;
}

p {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #2D2D2D;
}
p a {
	font-size: 14px;
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
}
.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;
}
/* gotopend */


@media screen and (min-width: 768px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.only_pc768 {
		display: none;
	}
	p {
		font-size: 3vw;
	}
	p a {
		font-size: 3vw;
	}
}

.fv_area {
	position: relative;
	margin-bottom: 90px;
}
.fv_area .fv_imgs {
	position: relative;
}
.fv_area .fv_imgs ul {
	font-size: 0;
}
.fv_area .fv_imgs ul li {
	width: 25%;
	display: inline-block;
	border-right: 2px solid #FFF;
	vertical-align: top;
}
.fv_area .fv_imgs ul li:nth-last-child(1) {
	border-right: none;
}
.fv_area .fv_imgs ul li img {
	width: 100%;
	height: auto;
	opacity: 0;
}
.fv_area.loaded .fv_imgs ul li img {
	opacity: 1.0;
}
.fv_area.loaded .fv_imgs ul li:nth-child(1) img {
	transition: 0.9s 0.3s all linear;
}
.fv_area.loaded .fv_imgs ul li:nth-child(2) img {
	transition: 0.9s 1.2s all linear;
}
.fv_area.loaded .fv_imgs ul li:nth-child(3) img {
	transition: 0.9s 2.1s all linear;
}
.fv_area.loaded .fv_imgs ul li:nth-child(4) img {
	transition: 0.9s 3.0s all linear;
}

.fv_area .fv_text {
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
.fv_area .fv_text h2 {
	text-align: center;
	font-size: 20px;
	font-family: 'Outfit', sans-serif;		
}
.fv_area .fv_text h2 > span {
	display: inline-block;
}
.fv_area .fv_text h2 .row01 {
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: bold;
}
.fv_area .fv_text h2 .row01 img {
	width: 300px;
	height: auto;
	vertical-align: middle;
}
.fv_area .fv_text h2 .row01 .rowIn {
	background-color: #FFF;
	text-align: center;
	height: auto;
	padding: 8px 15px 12px;
	display: block;
	line-height: 1.0;
}
.fv_area .fv_text h2 .row02 .rowIn {
	background-color: #FFF;
	text-align: center;
	height: auto;
	padding: 8px 12px;
	display: block;
}
@media screen and (max-width:1000px) {
	.fv_area .fv_imgs ul li {
		width: 50%;
		display: inline-block;
		border-right: 2px solid #FFF;
		vertical-align: top;
	}
	.fv_area .fv_imgs ul li:nth-child(1),
	.fv_area .fv_imgs ul li:nth-child(2) {
		border-bottom: 2px solid #FFF;
	}
	.fv_area .fv_imgs ul li:nth-child(1),
	.fv_area .fv_imgs ul li:nth-child(3) {
		border-right: 2px solid #FFF;
	}
	.fv_area .fv_imgs ul li:nth-child(2),
	.fv_area .fv_imgs ul li:nth-child(4) {
		border-right: none;
	}
	.fv_area .fv_text h2 .row01 img {
	  width: auto;
	  height: 6vw;
	  vertical-align: middle;
	}
	.fv_area .fv_text h2 .row02 .rowIn {
		font-size: 3.6vw;
	}
	
}
.box {
	display: block;
	width: 94%;
	max-width: 880px;
	margin: 0 auto 90px;
	overflow: hidden;
}
.box .itemSlide {
	padding: 200px 0;
}
.itemSlide ul li {
	padding: 0;
	position: relative;
	height: 100%;
	transform: scale(100%);
	transition: 0.3s all ease;
}
.itemSlide ul li.slick-center {
	transform: scale(200%);
	z-index: 999;
}
.slick-center {
	overflow: visible;
}
.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.infoBox h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.infoBox p {
  font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #2D2D2D;
}
.infoBox table {
	margin: 30px auto 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.infoBox table td {
	font-size: 14px;
}
.infoBox table tr td:nth-child(1) {
	padding: 0.4em 1em 0.4em 0;
}
.infoBox table tr td:nth-child(2) a {
	font-size: 12px;
	background-color: rgba(37,37,37,1.00);
	display: block;
	line-height: 2em;
	height: 2em;
	color: #FFF;
	padding: 0 0.6em;
	border-radius: 3px;
}
.slick-dots {
  bottom: -160px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(106,106,106,1.00);
	border-radius: 5px;
}
.slick-dots li.slick-active button {
  background: #FFF;
}
.slick-prev, .slick-next {
  font-size: 0;
	color: #000;
	font-weight: 700;
  line-height: 0;
  position: absolute;
  top: auto;
	bottom: -190px;
  display: table-cell;
  border-radius: 50%;
	background: none;
  background-color: transparent;
  width: 80px;
  height: 40px;
  padding: 0;
	transform: translate(0,0);
  cursor: pointer;
  z-index: 500;
	
}
.slick-prev button, .slick-next button {
	width: 5em;
	line-height: 1.0;
}
.slick-next::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: 'NEXT >';
	color: #000;
	font-size: 20px;
}
.slick-prev::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: '< PREV';
	color: #000;
	font-size: 20px;
}
.btn_area {
	margin-bottom: 30px;
	text-align: center;
}
.btn_area .btn {
	display: inline-block;
	width: 300px;
}
.btn_area .btn a {
	display: block;
	font-size: 16px;
	color: #FFF;
	line-height: 3em;
	height: 3em;
	background-color: #000;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.box .itemSlide {
	  padding: 20vw 0;
	}
	.slick-dots {
	  bottom: -15vw;
	}
	.slick-prev {
	  bottom: -20vw;
	  width: 15vw;
	  height: 10vw;
		left: 0;
	}	
	.slick-next {
	  bottom: -20vw;
	  width: 15vw;
	  height: 10vw;
		right: 0;
	}	
	.slick-prev::before,.slick-next::before {
	  font-size: 3vw;
	}
	.infoBox h3 {
	  font-size: 4vw;
	}	
	.infoBox p {
	  font-size: 2.8vw;
	}
	.btn_area .btn {
	  width: 60vw;
	}	
	.infoBox table td {
	  font-size: 2.8vw;
	}
	.btn_area .btn a {
	  font-size: 3vw;
	}	
}






