@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

html {
  scroll-behavior: smooth;
}
.crm--banners .slideControls > .slick-dots {
  display: none !important;
}
#point01 {
  margin-top: -80px;
  padding-top: 80px;
}
.contentsArea .topBnr figure {
  position: relative;
}
.contentsArea .topBnr figure figcaption {
  position: absolute;
  bottom: 23%;
  right: 5px;
  color: #fff;
  font-size: 10px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width:768px) {
  .sp_only {
    display: block;
  }
}

@media only screen and (max-width:480px) {
  .pc_only {
    display: none;
  }
}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {background-image: url(../images/gallery/kv.jpg);}

@media only screen and (max-width:768px) {
  .commonKeyvisual .imagearea {padding-top: 50px; background-image: url(../images/gallery/kv_sp.jpg);}
}


/*---------------------------------------------------------------

 contentsArea01

--------------------------------------------------------------- */
.bg01 {background-color: #f7f7f7;}
.contentsArea01 .wrap {max-width: 1000px; margin: 0 auto; padding: 80px 15px 50px; text-align: center}

.contentsArea01 .ttlBox {position: relative; padding: 0 15px; font-size: 36px; line-height: 2;
  letter-spacing: 1rem; color: #a99b65; text-align: center;}

.contentsArea01 img {position: absolute; top: 15px; left: 50%;}


@media only screen and (max-width:768px) {
  .contentsArea01 .wrap {padding: 70px 0 90px;}
  .contentsArea01 .ttlBox {font-size: 32px; letter-spacing: 0.5rem; padding: 0;}
}

@media only screen and (max-width:480px) {
  .contentsArea01 .wrap {padding: 30px 0 40px;}
  .contentsArea01 .ttlBox {font-size: 22px;}

  .contentsArea01 img {top: 0px; width: 3%;}
}


/*---------------------------------------------------------------

 contentsArea02

--------------------------------------------------------------- */
.bg02 {background-color: #f6f5f0;}
.contentsArea02 .wrap {max-width: 1312px; margin: 0 auto; padding: 130px 20px;}

.contentsArea02_inner {margin-bottom: 100px;}
.contentsArea02_inner:last-child {margin-bottom: 0;}

@media only screen and (max-width:480px) {
  .contentsArea02 .wrap {padding: 60px 20px;}
  .contentsArea02_inner {margin-bottom: 40px;}
}


/*---------------------------------------------------------------

 modalSlideAera

--------------------------------------------------------------- */
.modalSlideAera {
	position: relative;
}
.thumbnails ul {
	display: flex;
	flex-wrap: wrap;
}
.thumbnails li {
	width: calc(20% - 2px);
	margin: 2px 1px 0;
	background-color: #000;
	cursor: pointer;
}
.thumbnails li img {
	transition: opacity 0.3s;
	opacity: 0.4;
}
.thumbnails li.slick-active img,
.thumbnails li:hover img {
	opacity: 1;
}
.modalSlideAera .slick-arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	background-color: rgba(59,59,65,0.9);
	cursor: pointer;
	text-indent: -9999px;
	z-index: 5;
}
.modalSlideAera .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.modalSlideAera .slick-prev {
	left: 0;
}
.modalSlideAera .slick-next {
	right: 0;
}

.modalSlideAera .slick-prev:before {
	margin-left: -2px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.modalSlideAera .slick-next:before {
	margin-left: -8px;
	border-right: #fff solid 1px;
	border-top: #fff solid 1px;
}
@media only screen and (max-width:768px) {
	.modalSlideAera,
	.thumbnails {
		margin-left: -20px;
		margin-right: -20px;
	}
	.modalSlideAera .slick-arrow {
		width: 20px;
		height: 80px;
	}
}


/*---------------------------------------------------------------

 modalSlideAera02

--------------------------------------------------------------- */
.modalSlideAera02 {
	position: relative;
}
.thumbnails02 ul {
	display: flex;
	flex-wrap: wrap;
}
.thumbnails02 li {
	width: calc(20% - 2px);
	margin: 2px 1px 0;
	background-color: #000;
	cursor: pointer;
}
.thumbnails02 li img {
	transition: opacity 0.3s;
	opacity: 0.4;
}
.thumbnails02 li.slick-active img,
.thumbnails02 li:hover img {
	opacity: 1;
}
.modalSlideAera02 .slick-arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	background-color: rgba(59,59,65,0.9);
	cursor: pointer;
	text-indent: -9999px;
	z-index: 5;
}
.modalSlideAera02 .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.modalSlideAera02 .slick-prev {
	left: 0;
}
.modalSlideAera02 .slick-next {
	right: 0;
}

.modalSlideAera02 .slick-prev:before {
	margin-left: -2px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.modalSlideAera02 .slick-next:before {
	margin-left: -8px;
	border-right: #fff solid 1px;
	border-top: #fff solid 1px;
}
@media only screen and (max-width:768px) {
	.modalSlideAera02,
	.thumbnails02 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.modalSlideAera02 .slick-arrow {
		width: 20px;
		height: 80px;
	}
}


/*---------------------------------------------------------------

movieArea

--------------------------------------------------------------- */
#movieArea {
  position: relative;
}
#movieArea .cap {
  margin-bottom: 17px;
  font-size: 10px;
}
#movieArea img {
  width: 100%;
}

/*---------------------------------------------------------------

modalArea

--------------------------------------------------------------- */
#modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
	z-index: 999999;
}
#modalTable {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}
#modalCell {
	display: table-cell;
	vertical-align: middle;
}
#modalInner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#modalInner img {
	max-width: 100%;
	height: auto;
}
#modalInner .inVertical img {
	max-width: 60%;
}
#modalContents {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  line-height: 0;
}
#modalContents iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#modalClose {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#modalClose:before,
#modalClose:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #fff;
}
#modalClose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#modalClose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media only screen and (max-width:767px) {
	#modalArea {
		-webkit-overflow-scrolling: touch;
	}
}


/*---------------------------------------------------------------

 colm03

--------------------------------------------------------------- */
.colm03 {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.colm03 ul {
  display: flex;
  flex-wrap: wrap;
}
.colm03 ul li {
  box-sizing: border-box;
  width: 32%;
}
.colm03 ul li:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
.colm03 ul li:nth-of-type(n + 4) {
  margin-top: 20px;
}
.colm03 ul li a {
  display: block;
  transition: 0.5s;
}
.colm03 ul li a:hover {
  opacity: 0.5;
}

@media only screen and (max-width:768px) {
	.colm03 {
		padding: 0;
	  }
  .colm03 ul li {
    width: 100%;
    text-align: center;
  }
  .colm03 ul li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .colm03 ul li:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .colm03 ul li + li {
    margin-top: 20px!important;
  }
}